From 71f627e5571d6a1269ad5e570c9ad2a041c205bb Mon Sep 17 00:00:00 2001 From: Ayyub Ibrahim Date: Thu, 14 Dec 2023 19:56:55 -0600 Subject: [PATCH 01/23] added undo button --- packages/web/components/NewQuery.tsx | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages/web/components/NewQuery.tsx b/packages/web/components/NewQuery.tsx index 67d90f9a..60823b3c 100644 --- a/packages/web/components/NewQuery.tsx +++ b/packages/web/components/NewQuery.tsx @@ -8,6 +8,8 @@ import { FontAwesomeIcon } from "@fortawesome/react-fontawesome"; import Link from "next/link"; import { useEffect, useState } from "react"; import { useCardResults } from "./CardResultsProvider"; +import { faUndo } from "@fortawesome/free-solid-svg-icons"; + type SupabaseRealtimePayload = { old: T; @@ -57,6 +59,10 @@ export default function NewQuery() { } }; + const clearQuery = () => { + setQuery(''); + }; + const insertSupabaseCard = async (): Promise => { const newCard: ICard = { title: query, @@ -168,6 +174,14 @@ export default function NewQuery() { } }} /> + {query && ( + + )} - )} + + )} -

diff --git a/packages/web/components/Rubric.tsx b/packages/web/components/Rubric.tsx index 3e6dfadf..ad89567f 100644 --- a/packages/web/components/Rubric.tsx +++ b/packages/web/components/Rubric.tsx @@ -1,73 +1,68 @@ - - interface RubricProps { criteria: Array<{ - id: string; - description: string; + id: string; + description: string; }>; scores: Record; onScoreChange: (criterionId: string, score: number) => void; } +const Rubric: React.FC = ({ criteria, scores, onScoreChange }) => { + // This state will hold the scores for each criterion -const Rubric: React.FC = ({ criteria, scores, onScoreChange }) => { // This state will hold the scores for each criterion - - - const circleButtonStyle = (score: number, criterionId: string) => ({ - width: '40px', // Circle diameter - height: '40px', // Circle diameter - borderRadius: '50%', // Make it round - margin: '5px', - fontWeight: scores[criterionId] === score ? 'bold' : 'normal', - outline: 'none', - border: scores[criterionId] === score ? '2px solid blue' : '1px solid grey' - }); - const submitButtonStyle = { - padding: '10px 20px', - fontSize: '16px', - color: 'white', - backgroundColor: '#007bff', - border: 'none', - borderRadius: '5px', - cursor: 'pointer', - outline: 'none', - marginTop: '20px', - }; - - const containerStyle: React.CSSProperties = { - display: 'flex', - justifyContent: 'center', - alignItems: 'center', - flexDirection: 'column', - padding: '20px', - }; + width: "40px", // Circle diameter + height: "40px", // Circle diameter + borderRadius: "50%", // Make it round + margin: "5px", + fontWeight: scores[criterionId] === score ? "bold" : "normal", + outline: "none", + border: scores[criterionId] === score ? "2px solid blue" : "1px solid grey", + }); + const submitButtonStyle = { + padding: "10px 20px", + fontSize: "16px", + color: "white", + backgroundColor: "#007bff", + border: "none", + borderRadius: "5px", + cursor: "pointer", + outline: "none", + marginTop: "20px", + }; - return ( -

-
- {criteria.map(criterion => ( -
- -
- {[1, 2, 3, 4, 5].map(score => ( - - ))} -
-
- ))} - {/* */} - {/* */} + const containerStyle: React.CSSProperties = { + display: "flex", + justifyContent: "center", + alignItems: "center", + flexDirection: "column", + padding: "20px", + }; + return ( +
+
+ {criteria.map((criterion) => ( +
+ +
+ {[1, 2, 3, 4, 5].map((score) => ( + + ))}
-
- ); - }; - - export default Rubric; \ No newline at end of file +
+ ))} + {/* */} + {/* */} +
+
+ ); +}; + +export default Rubric; diff --git a/packages/web/components/ThreeCardLayout.tsx b/packages/web/components/ThreeCardLayout.tsx index 5fd40aec..de2b9dfc 100644 --- a/packages/web/components/ThreeCardLayout.tsx +++ b/packages/web/components/ThreeCardLayout.tsx @@ -145,7 +145,7 @@ export default function ThreeCardLayout({ return (
{ @@ -203,7 +203,7 @@ export default function ThreeCardLayout({ > Citations Date: Mon, 1 Jan 2024 19:10:46 -0600 Subject: [PATCH 13/23] fix: added metadata to 2023 minutes --- .../backend/src/cache/faiss_index_general.dvc | 4 +- .../src/cache/faiss_index_in_depth.dvc | 4 +- .../Minutes 2023.json | 12987 +++++++--------- .../getanswer/cache/faiss_index_general.dvc | 4 +- .../getanswer/cache/faiss_index_in_depth.dvc | 4 +- 5 files changed, 5307 insertions(+), 7696 deletions(-) diff --git a/packages/backend/src/cache/faiss_index_general.dvc b/packages/backend/src/cache/faiss_index_general.dvc index c01ed144..1f0e7f20 100644 --- a/packages/backend/src/cache/faiss_index_general.dvc +++ b/packages/backend/src/cache/faiss_index_general.dvc @@ -1,6 +1,6 @@ outs: -- md5: 5af518b578ae4f0ba13cc9434e9c13c5.dir - size: 142281875 +- md5: a3801ca1eb86b9981418e5594c9ff419.dir + size: 137244851 nfiles: 2 hash: md5 path: faiss_index_general diff --git a/packages/backend/src/cache/faiss_index_in_depth.dvc b/packages/backend/src/cache/faiss_index_in_depth.dvc index 9ed5f9b7..2aa33d36 100644 --- a/packages/backend/src/cache/faiss_index_in_depth.dvc +++ b/packages/backend/src/cache/faiss_index_in_depth.dvc @@ -1,6 +1,6 @@ outs: -- md5: 3f1adb842d16aec64a0fc3bd2daee597.dir - size: 142281875 +- md5: 48350758567819a301f732710b7d73cf.dir + size: 137244851 nfiles: 2 hash: md5 path: faiss_index_in_depth diff --git a/packages/backend/src/minutes_agendas_directory/Minutes 2023.json b/packages/backend/src/minutes_agendas_directory/Minutes 2023.json index 0b8cf8a5..6f967837 100644 --- a/packages/backend/src/minutes_agendas_directory/Minutes 2023.json +++ b/packages/backend/src/minutes_agendas_directory/Minutes 2023.json @@ -1,10128 +1,7739 @@ { "messages": [ { - "page_content": "11/15/23, 7:51 PM cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4695 CRIMINAL JUSTICE COMMITTEE MEETING AGENDA MONDAY, OCTOBER 23, 2023 10:00 A.M. Roll Call Force. Sy New Orleans United Front Presentation Discussion/Vote regarding Motion No. M-23-495 \u2014 By: Councilmember Thomas (By a Data U", + "page_content": "- Topic: Roll Call\n- Summary: The roll call was taken, and six members were present while one member was absent. Councilmember Giarrusso arrived later in the meeting.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A - (6 present, 1 absent)\n- Decision/Key Actions: N/A\n- Tags/Keywords: Roll Call, Attendance\n- UID: 8ecd1710-7eda-40d7-9f67-7566ba97846a", + "uid": "8ecd1710-7eda-40d7-9f67-7566ba97846a", + "publish_date": "4-20-2023", "page_number": 1, - "part": 1, - "title": "Criminal Justice City Council Meeting Agenda 10-23-2023.pdf" + "title": "Regular City Council Minutes 4-20-2023" }, { - "page_content": "se Agreement between the City of New Orleans and the Administrators of the Tulane Educational Fund, granting access of de-identified NOPD crime data (for fatal research-based violence reduction efforts. ) 14-23-495 Adjournment https://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4695 1/1 \f", - "page_number": 1, - "part": 2, - "title": "Criminal Justice City Council Meeting Agenda 10-23-2023.pdf" + "page_content": "- Topic: Veterans\u2019 Organization, Bastion Community of Resilience Presentation\n- Summary: The presentation highlighted the impactful work of the Bastion Community of Resilience, a veterans community in New Orleans, providing affordable housing, services, and support for veterans and their families.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: The presentation was well-received, and the impact of the Bastion Community of Resilience was acknowledged.\n- Tags/Keywords: Veterans, Community, Resilience, Presentation\n- UID: 265cab3c-22b4-40e2-9592-d770e81a8036\n\n- Topic: Delta Sigma Theta Sorority, Inc., New Orleans Alumnae Chapter Presentation\n- Summary: The presentation celebrated the annual Red and White Day with the New Orleans City Council, acknowledging the contributions of the sorority.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: The presentation was well-received, and the contributions of the sorority were acknowledged.\n- Tags/Keywords: Sorority, Presentation, Community Celebration\n- UID: 265cab3c-22b4-40e2-9592-d770e81a8036\n\n- Topic: Presentation by Natalia Gonzalez, Executive Director, WRBH Reading Radio\n- Summary: The presentation highlighted the work of WRBH Reading Radio and its impact in the community.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: The presentation was well-received, and the impact of WRBH Reading Radio was acknowledged.\n- Tags/Keywords: Presentation, Reading Radio, Community Impact\n- UID: 265cab3c-22b4-40e2-9592-d770e81a8036", + "uid": "265cab3c-22b4-40e2-9592-d770e81a8036", + "publish_date": "4-20-2023", + "page_number": 2, + "title": "Regular City Council Minutes 4-20-2023" }, { - "page_content": "11/15/23, 7:51 PM 1. 2. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4695&doc_id=bca5f397-7 1cb-11ee-b4aa-00505691 83fa CRIMINAL JUSTICE COMMITTEE MEETING MINUTES MONDAY, OCTOBER 23, 2023 10:00 A.M. Roll Call Quorum established. Councilmembers Morrell and King joined the meeting after roll call. Councilmember Green was also present. MOVED By: Oliver M Thomas SECONDED BY: Helena Moreno ACTION: Approve YEAS: Oliver M Thomas, Helena Moreno, Lesli D Harris - 3 NAYS: 0 ABSENT: JP Morrell, Freddie King - 2 RECUSED: 0 AND THE MOTION PASSED Force. Sy New Orleans United Front Presentation W.C. Johnson, Edward Parker, An", - "page_number": 1, - "part": 1, - "title": "Criminal Justice City Council Meeting Minutes 10-23-2023.pdf" + "page_content": "- Topic: Amendment to Section 2-930 of the Code of the City of New Orleans regarding residential occupancy of City-owned property by City employees and elected officials\n- Summary: The ordinance aimed to amend and reordain Section 2-930 of the city code to address residential occupancy of City-owned property by City employees and elected officials.\n- Ordinance Number: CAL. NO. 34,125\n- Votes Summary:\n Vote 1: Amendment - Passed - (6 YEAS, 1 NAY, 0 ABSTAIN, 0 ABSENT)\n Vote 2: Substitute Amendment - Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance was amended and passed after two rounds of voting.\n- Tags/Keywords: City code, residential occupancy, amendment, passed\n- UID: 2e52f954-ec3e-4d79-9f03-ef8cf2a01cec\n\n- Topic: Motion M-23-160\n- Summary: The motion M-23-160 was discussed, but no specific details about its content are provided in the summary.\n- Ordinance Number: M-23-160\n- Votes Summary: Not specified\n- Decision/Key Actions: Not specified\n- Tags/Keywords: Motion, M-23-160\n- UID: 2e52f954-ec3e-4d79-9f03-ef8cf2a01cec", + "uid": "2e52f954-ec3e-4d79-9f03-ef8cf2a01cec", + "publish_date": "4-20-2023", + "page_number": 3, + "title": "Regular City Council Minutes 4-20-2023" }, { - "page_content": "nette Cranford Hamilton, and Gary Ballier addressed the committee about the need for more community input on criminal justice matters, and advocated for the formation of a Criminal Justice Community Advisory Task Force. Discussion/Vote regarding Motion No. M-23-495 \u2014 By: Councilmember Thomas (By a Data Use Agreement between the City of New Orleans and the Administrators of the Tulane Educational Fund, granting access of de-identified NOPD crime data (for fatal research-based violence reduction efforts. ) 14-23-495 https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4695&doc_id=bca5f397-7 1cb-11ee-b4aa-00505691 83fa 1/2 \f", - "page_number": 1, - "part": 2, - "title": "Criminal Justice City Council Meeting Minutes 10-23-2023.pdf" + "page_content": "- Topic: Management and Control Transfer of Unit 530B\n- Summary: The ordinance directs relevant City departments to transfer the management and control of Unit 530B in the Upper Pontalba Building to the French Market Corporation for leasing purposes at fair-market rent. The ordinance was withdrawn.\n- Ordinance Number: M-23-160\n- Votes Summary:\n Vote 1: Withdrawn\n- Decision/Key Actions: The ordinance was withdrawn, and no further action was taken.\n- Tags/Keywords: Property Management, French Market Corporation, Lease, Ordinance Withdrawn\n- UID: ef83d7db-adb2-4497-9e93-ccbc7e81ecda\n\n- Topic: Executive Session for Litigations\n- Summary: The council convened in an executive session during its April 20, 2023 regular meeting to discuss two litigations: Lashawn Jones, et al v. Marlin Gusman, et al and United States of America v. City of New Orleans. The motion to enter the executive session was passed, and the session was held.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: Enter Executive Session - Passed (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The motion to enter the executive session was passed, and the session was held as scheduled.\n- Tags/Keywords: Executive Session, Litigations, Legal Proceedings\n- UID: ef83d7db-adb2-4497-9e93-ccbc7e81ecda", + "uid": "ef83d7db-adb2-4497-9e93-ccbc7e81ecda", + "publish_date": "4-20-2023", + "page_number": 4, + "title": "Regular City Council Minutes 4-20-2023" }, { - "page_content": "11/15/23, 7:51 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4695&doc_id=bca5f397-7 1cb-11ee-b4aa-00505691 83fa Jonathan Henderson, Dir. of Strategic Initiatives, Office of the Mayor and Dr. Julia Fleckman, Dir. of Research and Evaluation, Tulane University Violence Prevention Institute briefly explained that the data would be used to evaluate impact over time of intervention methods on shootings. MOVED BY; Helena Moreno SECONDED BY: Lesli D Harris ACTION: Approve ", - "page_number": 2, - "part": 1, - "title": "Criminal Justice City Council Meeting Minutes 10-23-2023.pdf" + "page_content": "- Topic: Encouraging State Legislature to authorize reimbursement of Road Home program recipients\n- Summary: The council passed a resolution encouraging the State Legislature to authorize reimbursement of the $6.8 million paid by Road Home program recipients and to stop any further collection of funds from recipients who entered into payment plan agreements.\n- Ordinance Number: R-23-166\n- Votes Summary:\n - Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: Resolution R-23-166 was adopted.\n- Tags/Keywords: Resolution, State Legislature, Road Home program, reimbursement\n- UID: b4314b2c-ec63-4039-aad5-0193370ebcc3\n\n- Topic: Communications related to electric and gas utility matters\n- Summary: The council received communications related to electric and gas utility matters, including reports from Entergy New Orleans, LLC and submissions related to capital and operations & maintenance expenditures compliance.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: Communications related to electric and gas utility matters were submitted to the council.\n- Tags/Keywords: Electric utility, gas utility, Entergy, compliance\n- UID: b4314b2c-ec63-4039-aad5-0193370ebcc3", + "uid": "b4314b2c-ec63-4039-aad5-0193370ebcc3", + "publish_date": "4-20-2023", + "page_number": 5, + "title": "Regular City Council Minutes 4-20-2023" }, { - "page_content": " YEAS: Oliver M Thomas, Helena Moreno, Lesli D Harris - 3 NAYS: 0 ABSENT: JP Morrell, Freddie King - 2 RECUSED: 0 AND THE MOTION PASSED 5. Adjournment MOVED BY; Helena Moreno SECONDED BY: Lesli D Harris ACTION: Adjourn YEAS: Oliver M Thomas, Helena Moreno, Lesli D Harris - 3 NAYS: 0 ABSENT: JP Morrell, Freddie King - 2 RECUSED: 0 AND THE MOTION PASSED https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4695&doc_id=bca5f397-7 1cb-11ee-b4aa-00505691 83fa 2/2 \f", - "page_number": 2, - "part": 2, - "title": "Criminal Justice City Council Meeting Minutes 10-23-2023.pdf" + "page_content": "- Topic: Entergy - Semi-Annual Securitized Storm Recovery Rider II Filing\n- Summary: Entergy submitted the Semi-Annual Securitized Storm Recovery Rider II Filing, and it was received. Michael Burnside provided information only.\n- Ordinance Number: UD-22-01\n- Votes Summary:\n - Vote 1: N/A\n- Decision/Key Actions: Filing was received.\n- Tags/Keywords: Entergy, storm recovery, filing\n- UID: beb6ab57-e9bd-4023-8d74-195edae53462\n\n- Topic: Communication from William T. Salmeron, Chief of New Orleans Emergency Medical Services (EMS)\n- Summary: William T. Salmeron submitted a proposed agreement between the City of New Orleans and Acadian Ambulance Service, Inc., which was referred to the Community Development Committee.\n- Ordinance Number: Not specified\n- Votes Summary:\n - Vote 1: N/A\n- Decision/Key Actions: Agreement referred to the Community Development Committee.\n- Tags/Keywords: EMS, Acadian Ambulance, agreement\n- UID: beb6ab57-e9bd-4023-8d74-195edae53462\n\n- Topic: Communication from Heather Cooper, AIA, NCARB, Rozas Ward Architects\n- Summary: Heather Cooper requested to appeal the Historic District Landmarks Commission's decision of \"denial\" regarding the proposed renovation of a building at 502 Frenchmen Street. A hearing date was set for 5/11/23.\n- Ordinance Number: Not specified\n- Votes Summary:\n - Vote 1: N/A\n- Decision/Key Actions: Appeal accepted, hearing date set.\n- Tags/Keywords: Historic District Landmarks Commission, appeal, renovation\n- UID: beb6ab57-e9bd-4023-8d74-195edae53462\n\n- Topic: Communication from Zachary Smith, Owner, Zach Smith, Consulting & Design\n- Summary: Zachary Smith requested to appeal the Historic District Landmarks Commission's decision of \"denial\" regarding the full demolition of a property at 2516 Upperline Street. A hearing date was set for 5/11/23.\n- Ordinance Number: Not specified\n- Votes Summary:\n - Vote 1: N/A\n- Decision/Key Actions: Appeal accepted, hearing date set.\n- Tags/Keywords: Historic District Landmarks Commission, appeal, demolition\n- UID: beb6ab57-e9bd-4023-8d74-195edae53462", + "uid": "beb6ab57-e9bd-4023-8d74-195edae53462", + "publish_date": "4-20-2023", + "page_number": 6, + "title": "Regular City Council Minutes 4-20-2023" }, { - "title": "Regular CIty Council Meeting 1-19-2023.pdf", - "page_content": "6/23/23, 5:40 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4388&doc_id=e890e754-9901-11ed-96ab-00505691 83fa THE COUNCIL City of New Orleans HELENA MORENO JP MORRELL Councilmember-At-Large Councilmember-At-Large JOSEPH I. LESLI D. FREDDIE EUGENE J. OLIVER M. GIARRUSSO HARRIS KING ITI GREEN, JR. THOMAS, JR. Wi Councilmember Councilmember Councilmember Councilmember Councilmember District B District C District D District E District A MINUTES Regular City Council Meeting held in City Hall Council Chamber on Thursday, Ja", - "page_number": 1, - "part": 1 + "page_content": "- Topic: HDLC APPEAL - Zachary Smith - 2516 Upperline Street\n- Summary: Zachary Smith appealed the Historic District Landmarks Commission\u2019s decision to deny the demolition of more than 25% of the primary facade on a contributing two-story, two-family residential building at 6028 Benjamin Street.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Appeal received, with a hearing date set for 5/11/23.\n- Tags/Keywords: Historic District Landmarks Commission, demolition appeal\n- UID: 776b21f7-a29e-48e2-9623-d6e1a111b187\n\n- Topic: RTA - Communication - Elizabeth Holman - 3425-27 S. Liberty Street\n- Summary: Elizabeth Holman transmitted the Mayor's Office of Economic Development's recommendation of approval for the Restoration Tax Abatement application for 3425-27 & 3427A S. Liberty Street, requesting a public hearing.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Recommendation for approval received, with a hearing date set for 5/11/23.\n- Tags/Keywords: Restoration Tax Abatement, economic development, public hearing\n- UID: 776b21f7-a29e-48e2-9623-d6e1a111b187\n\n- Topic: RTA - Communication - Elizabeth Holman - 705 Common Street\n- Summary: Elizabeth Holman transmitted the Mayor's Office of Economic Development's no recommendation for the Restoration Tax Abatement application for 705 Common Street, requesting a public hearing.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: No recommendation received, with a hearing date set for 5/11/23.\n- Tags/Keywords: Restoration Tax Abatement, economic development, public hearing\n- UID: 776b21f7-a29e-48e2-9623-d6e1a111b187\n\n- Topic: HDLC APPEAL - Ian F. Taylor - 6028 Benjamin Street\n- Summary: Ian F. Taylor appealed the Historic District Landmarks Commission\u2019s decision to deny the retention of stone cladding on the front stairs for property located at 1437 St. Andrew Street.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Appeal received, with a hearing date set for 5/11/23.\n- Tags/Keywords: Historic District Landmarks Commission, retention appeal\n- UID: 776b21f7-a29e-48e2-9623-d6e1a111b187", + "uid": "776b21f7-a29e-48e2-9623-d6e1a111b187", + "publish_date": "4-20-2023", + "page_number": 7, + "title": "Regular City Council Minutes 4-20-2023" }, { - "title": "Regular CIty Council Meeting 1-19-2023.pdf", - "page_content": "nuary 19, 2023 at 11:25 A.M. PRESIDENT VICE PRESIDENT JP MORRELL HELENA MORENO Councilmember-At-Large Councilmember-At-Large 1. ROLL CALL - LORA W. JOHNSON , CLERK OF COUNCIL On calling the roll, the following members answered to their names: PRESENT: Giarrusso, Green, Harris, King, Morrell - 5 ABSENT: Moreno, Thomas - 2 FIVE MEMBERS PRESENT, CONSTITUTING A QUORUM. Cm. Thomas arrived later in the meeting. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4388&doc_id=e890e754-9901-11ed-96ab-00505691 83fa 1/44 \f", - "page_number": 1, - "part": 2 + "page_content": "- Topic: HDLC Appeals by Nicole Webre and Ricardo A. Rivera\n- Summary: Nicole Webre and Ricardo A. Rivera appealed the Historic District Landmarks Commission\u2019s decisions regarding property demolition and retention, respectively.\n- Ordinance Number: N/A\n- Votes Summary:\n - Vote 1: Hearing Date Set For 5/11/23\n - Vote 2: N/A\n- Decision/Key Actions: Appeals received and hearing dates set for both cases\n- Tags/Keywords: HDLC Appeals, Demolition, Retention, Hearing Date\n- UID: 1b06c4b4-a5fd-45c7-a770-379171ef62ac\n\n- Topic: OIPM Reports by Stella Cziment\n- Summary: Stella Cziment submitted reports for the months of February and March 2023 in accordance with Ordinance No. 29130.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: Reports electronically submitted\n- Tags/Keywords: OIPM Reports, Stella Cziment, February 2023, March 2023\n- UID: 1b06c4b4-a5fd-45c7-a770-379171ef62ac\n\n- Topic: Resolution No. R-23-150\n- Summary: Resolution introduced by Councilmembers Morrell, Moreno, Giarrusso, Harris, King, Green, and Thomas.\n- Ordinance Number: R-23-150\n- Votes Summary: N/A\n- Decision/Key Actions: N/A\n- Tags/Keywords: Resolution, R-23-150, Councilmembers, Morrell, Moreno, Giarrusso, Harris, King, Green, Thomas\n- UID: 1b06c4b4-a5fd-45c7-a770-379171ef62ac", + "uid": "1b06c4b4-a5fd-45c7-a770-379171ef62ac", + "publish_date": "4-20-2023", + "page_number": 8, + "title": "Regular City Council Minutes 4-20-2023" }, { - "title": "Regular CIty Council Meeting 1-19-2023.pdf", - "page_content": "6/23/23, 5:40 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4388&doc_id=e890e754-9901-11ed-96ab-00505691 83fa 2. INVOCATION-PASTOR_ JONATHAN EVERETT, ROCK OF AGES _ BAPTIST CHURCH 3. PLEDGE OF ALLEGIANCE - JP MORRELL, COUNCILMEMBER-AT-LARGE 4. NATIONAL ANTHEM SPECIAL ORDERS OF BUSINESS 1. FIRST ORDER OF BUSINESS 2. SECOND ORDER OF BUSINESS 3. THIRD ORDER OF BUSINESS B. CONSENT AGENDA 1. COMMUNICATION - FROM ERIN SPEARS - CHIEF OF STAFF & COUNSEL, COUNCIL UTILITIES REGULATORY OFFICE Brief: Submitting the transmittal document for communications related to electric and gas utility matters to be received by the Council of the City of New Orleans at its meeting on January 19, 2023: Erin S", - "page_number": 2, - "part": 1 + "page_content": "- Topic: Investigation and Remediation of Electric Service Disruptions\n- Summary: The ordinance directs Entergy New Orleans, Inc to investigate and remediate electric service disruptions and complaints, and establish minimum electric reliability performance standards and financial penalty mechanisms.\n- Ordinance Number: R-23-150\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The resolution was adopted, and it was recommended for approval by the Joint Utility, Cable, Telecommunications and Technology Committee, Public Works, Sanitation, and Environmental Committee.\n- Tags/Keywords: Entergy New Orleans, electric service disruptions, reliability standards, financial penalties\n- UID: 9e5d643c-aa53-44e0-b080-cc082816037a\n\n- Topic: Authorization for Entergy New Orleans, LLC to Hedge Natural Gas Requirements\n- Summary: The ordinance authorizes Entergy New Orleans, LLC to hedge a portion of its 2023-2024 winter heating season distribution system natural gas requirements.\n- Ordinance Number: R-23-151\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The resolution was adopted, and it was recommended for approval by the Joint Utility, Cable, Telecommunications and Technology Committee, Public Works, Sanitation, and Environmental Committee.\n- Tags/Keywords: Entergy New Orleans, natural gas requirements, winter heating season, distribution system\n- UID: 9e5d643c-aa53-44e0-b080-cc082816037a\n\n- Topic: Contract with Dentons US LLP for Legal Consulting Services\n- Summary: The ordinance authorizes the President of the Council to sign a contract with the law firm Dentons US LLP to provide legal consulting services in electric and gas utility regulatory matters through the end of calendar year 2023, with a maximum compensation of $4,537,500.00 for said year.\n- Ordinance Number: M-23-152\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The motion was adopted, and it was recommended for approval by the Joint Utility, Cable, Telecommunications and Technology Committee, Public Works, Sanitation, and Environmental Committee.\n- Tags/Keywords: Dentons US LLP, legal consulting services, electric and gas utility regulatory matters\n- UID: 9e5d643c-aa53-44e0-b080-cc082816037a", + "uid": "9e5d643c-aa53-44e0-b080-cc082816037a", + "publish_date": "4-20-2023", + "page_number": 9, + "title": "Regular City Council Minutes 4-20-2023" }, { - "title": "Regular CIty Council Meeting 1-19-2023.pdf", - "page_content": "pears - 2023-01-13 Electric Gas Communications Memo (1) C. Communications from Entergy New Orleans, LLC (\u201cENO\u201d) 1. Annual Compliance Filing on Distributed Energy Resources, submitted pursuant to Resolution R-21-153 Entergy - 2022 Annual Distributed Energy Resources - Barbara L. Casey 2. Quarterly Report on Entergy\u2019s Non-Regulated Investments, submitted pursuant to Resolution R-98-187 Entergy - 3rd Qtr 2022 Settlement Agree Rpt per R-98-187 - Barbara L. Casey 3. Reply Comments, UD-22-02 Entergy - 2023-01-09 ENO Clean Energy Reply Comments - Keith D Wood 4. Reply Comments, UD-22-04 https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4388&doc_id=e890e754-9901-11ed-96ab-00505691 83fa 2/44 \f", - "page_number": 2, - "part": 2 + "page_content": "- Topic: Appointment of Hearing Officer for Entergy New Orleans Reporting Requirements\n- Summary: Resolution and Order appointing a hearing officer in Docket No. UD-20-01 Streamline Entergy New Orleans reporting requirements to the New Orleans City Council.\n- Ordinance Number: R-23-153\n- Votes Summary:\n Vote 1: ADOPTED - (YEAS: 7, NAYS: 0, ABSTAIN: 0, ABSENT: 2)\n- Decision/Key Actions: Appointment of hearing officer in Docket No. UD-20-01 for Entergy New Orleans reporting requirements.\n- Tags/Keywords: Entergy New Orleans, Reporting Requirements, Docket No. UD-20-01, City Council\n- UID: 40ea5e50-6b34-406c-b71b-892610d47fac\n\n- Topic: Directing Sewerage and Water Board of New Orleans to File Reports\n- Summary: Motion directing Sewerage and Water Board of New Orleans (SWBNO) to file all reports required under LA RS \u00a7 33:4091 to the Clerk of Council for formal receipt on the City Council agenda, with an electronic copy to the Council Utilities Regulatory Office.\n- Ordinance Number: M-23-154\n- Votes Summary:\n Vote 1: ADOPTED - (YEAS: 5, NAYS: 0, ABSTAIN: 0, ABSENT: 2)\n- Decision/Key Actions: Directing SWBNO to file all required reports to the City Council agenda and Council Utilities Regulatory Office.\n- Tags/Keywords: Sewerage and Water Board of New Orleans, Reports, LA RS \u00a7 33:4091, City Council\n- UID: 40ea5e50-6b34-406c-b71b-892610d47fac", + "uid": "40ea5e50-6b34-406c-b71b-892610d47fac", + "publish_date": "4-20-2023", + "page_number": 10, + "title": "Regular City Council Minutes 4-20-2023" }, { - "title": "Regular CIty Council Meeting 1-19-2023.pdf", - "page_content": "6/23/23, 5:40 PM Nn cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4388&doc_id=e890e754-9901-11ed-96ab-00505691 83fa SERI Compliance Report and Request for Extension of Time, submitted pursuant to Section 158-181 Courtney R. Nicholson - 2023-01-11 Compliance Filing SERI Refunds Transmittal Other Communications Reply Comments, submitted by the Alliance for Affordable Energy, UD-22-02 Entergy - Reply Comments of the AAE - UD-22-02 - 1_9 22 - Jesse S George Reply Comments, submitted by the Sierra Club, UD-22-04 Entergy - Sierra Club Responsive Comments Docket UD-22-04 1-12-23 final corrected - Elena Saxonhouse - Letter Reply Comments, submitted by the Alliance for Affordable Energy and the National Audubon Society, UD-22-04 Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. SPEAKER CARD: Michael Burn", - "page_number": 3, - "part": 1 + "page_content": "- Topic: HDLC Appeal for 2127 Esplanade Avenue\n- Summary: Motion to suspend the rules to add a communication from Zachary Smith regarding the HDLC appeal for 2127 Esplanade Avenue.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: Motion to Suspend the Rules - Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The motion to suspend the rules to add a communication from Zachary Smith passed.\n- Tags/Keywords: HDLC Appeal, Zachary Smith, Suspension of Rules\n- UID: cc65ec6e-558d-4115-846a-a77d6c461ced\n\n- Topic: Communication from Elizabeth Holman, Director of Land Use\n- Summary: Transmitting the Mayor's Office of Economic Development's recommendation of approval for Tax Exemption applications for properties at 2740 St. Louis Street and 2515 Canal Street.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: The communication was received and a public hearing was scheduled for the tax exemption applications.\n- Tags/Keywords: Tax Exemption, Elizabeth Holman, Public Hearing\n- UID: cc65ec6e-558d-4115-846a-a77d6c461ced", + "uid": "cc65ec6e-558d-4115-846a-a77d6c461ced", + "publish_date": "4-20-2023", + "page_number": 11, + "title": "Regular City Council Minutes 4-20-2023" }, { - "title": "Regular CIty Council Meeting 1-19-2023.pdf", - "page_content": "side Entergy - Ex. 7 Flint Initiative Final Review_20220928 - Elena Saxonhouse - Power point Entergy - Ex. 8 DTE Equity and Inclusion Study Phase Two Kickoff Meeting - Elena Saxonhouse - Power point - 2 Entergy - 2023-01-12 Responsive Comments of AAE and Audubon UD-22-04 - Susan Stevens Miller COMMUNICATION \u2014 FROM AMY B. TREPAGNIER, DIRECTOR OF PERSONNEL, CITY OF NEW ORLEANS, DEPARTMENT OF CIVIL SERVICE Brief: Submitting the Monthly raw data relative to current staffing, hiring, and applications to the New Orleans Police Department as required by City Council Ordinance No. 29130. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. Amy B. Trepagniew - Letter - Council NOPD Data December 2022 - 01 https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4388&doc_id=e890e754-9901-11ed-96ab-00505691 83fa 3/44 \f", - "page_number": 3, - "part": 2 + "page_content": "- Topic: Approval of RTA Application #2020-0213 for 2740 St. Louis Street, NORF 2 St. Louis LLC\n- Summary: The resolution approving the RTA Application for 2740 St. Louis Street was introduced by Councilmember Harris and passed with 6 YEAS and 1 absence.\n- Ordinance Number: R-23-156\n- Votes Summary:\n - Vote: Adopt - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: Approval of the RTA Application\n- UID: 29ec9e25-ba8b-4341-83ea-e1840757e10f\n\n- Topic: Approval of RTA Application #2023-0002 for 2515 Canal Street, CrescentCare MidCity LLC\n- Summary: The resolution approving the RTA Application for 2515 Canal Street was introduced by Councilmember Harris and passed with 6 YEAS and 1 absence.\n- Ordinance Number: R-23-157\n- Votes Summary:\n - Vote: Adopt - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: Approval of the RTA Application\n- UID: 29ec9e25-ba8b-4341-83ea-e1840757e10f\n\n- Topic: VCC Appeal of Nikki Szalwinski\n- Summary: Nikki Szalwinski appealed the Vieux Carr\u00e9 Commission\u2019s decision regarding the shed and generator plan location and size of shed for a property located at 1009 Burgundy Street.\n- UID: 29ec9e25-ba8b-4341-83ea-e1840757e10f", + "uid": "29ec9e25-ba8b-4341-83ea-e1840757e10f", + "publish_date": "4-20-2023", + "page_number": 12, + "title": "Regular City Council Minutes 4-20-2023" }, { - "title": "Regular CIty Council Meeting 1-19-2023.pdf", - "page_content": "6/23/23, 5:40 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4388&doc_id=e890e754-9901-11ed-96ab-00505691 83fa Amy B. Trepagnier - Comm - Monthly raw data - Full package COMMUNICATION \u2014 FROM CAROL MCCARTHY Brief: Requesting to appeal the Historic District Landmarks Commission\u2019s decision of \u201cdenial\u201d of the demolition for property located at 815 Third Street. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. (Hearing Date Set For 2/2/23). HDLC - Carol McCarthy - 815 Third St COMMUNICATION \u2014 FROM RACHEL FLACK Brief: Requesting to appeal the Historic District Landmarks Commission\u2019s decision of \u201cdenial\u201d of the demolition for property located at 815 Third Street. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. (Hearing Date Set For 2/2/23). HDLC - Rachel Flack - 815 Third Street COMMU", - "page_number": 4, - "part": 1 + "page_content": "- Topic: Nikki Szalwinski - VCC Appeal - 1009 Burgundy Street\n- Summary: The appeal for the property located at 1009 Burgundy Street was withdrawn at the applicant's request.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: Withdrawn at the applicant's request\n- Tags/Keywords: VCC Appeal, Property Withdrawal\n- UID: 7adb30ab-5aea-4318-82a7-3fc7d304d922\n\n- Topic: University Area Off-Street Parking Interim Zoning District Appeal of Zachary Smith\n- Summary: The appeal for the property located at 7465-7467 Pitt Street was electronically submitted and continued to the meeting of 5/11/23.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: Continued to the meeting of 5/11/23\n- Tags/Keywords: Zoning District Appeal, Property Continuation\n- UID: 7adb30ab-5aea-4318-82a7-3fc7d304d922\n\n- Topic: Zoning Docket No. 3/23 - 604 Julia Street Project, LLC\n- Summary: The request for a Conditional Use to permit a hotel in a CBD-5 Urban Core Neighborhood Lower Intensity Mixed-Use District was continued to the meeting of 5/11/23.\n- Ordinance Number: Zoning Docket No. 3/23\n- Votes Summary: N/A\n- Decision/Key Actions: Continued to the meeting of 5/11/23\n- Tags/Keywords: Zoning Docket, Conditional Use, Hotel Permit\n- UID: 7adb30ab-5aea-4318-82a7-3fc7d304d922\n\n- Topic: Motion (Lying Over) - No. M-23-138 - By: Councilmember Harris\n- Summary: The motion to deny the applicant's Conditional Use request on Zoning Docket No. 3/23 was continued to the meeting of 5/11/23.\n- Ordinance Number: No. M-23-138\n- Votes Summary: N/A\n- Decision/Key Actions: Continued to the meeting of 5/11/23\n- Tags/Keywords: Motion, Conditional Use Denial, Continuation\n- UID: 7adb30ab-5aea-4318-82a7-3fc7d304d922", + "uid": "7adb30ab-5aea-4318-82a7-3fc7d304d922", + "publish_date": "4-20-2023", + "page_number": 13, + "title": "Regular City Council Minutes 4-20-2023" }, { - "title": "Regular CIty Council Meeting 1-19-2023.pdf", - "page_content": "NICATION \u2014 FROM CYNTHIA DAVIS, DEPARTMENT OF SAFETY AND PERMITS, CITY OF NEW ORLEANS Brief: Transmitting the application documents for a demolition permit requiring City Council review and approval for the following property: * 1137 Baronne Street, 22-32441-DEMO-RSFD \u2014 Council District \u201cB\u201d Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. (Hearing Date Set For 2/2/23). Cynthia Davis - 22-32441-DEMO - COMMUNICATION COMMUNICATION \u2014 FROM JENNIFER AVEGNO, MD, DIRECTOR OF THE HEALTH DEPARTMENT, CITY OF NEW ORLEANS Brief: Submitting the December 2022 documentation of all encampment clean-up efforts as required by Section 82-703. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4388&doc_id=e890e754-9901-11ed-96ab-00505691 83fa 4/44 \f", - "page_number": 4, - "part": 2 + "page_content": "- Topic: Zoning Docket No. 5/23 - City Council Motion No. M-22-447\n- Summary: Requesting a Planned Development in an HU-RD2 Historic Urban Two-Family Residential District and an HUC Historic Urban Corridor Use Restriction Overlay District to allow the adaptive re-use of an existing institutional structure as a multiple-family residence. The recommendation of the City Planning Commission was \"FOR DENIAL\".\n- Ordinance Number: M-23-138\n- Votes Summary:\n Vote 1: Withdrawn at the applicant's request\n- Decision/Key Actions: Withdrawn at the applicant's request\n- UID: 5a4ca532-a68e-439b-b148-b06889cc25b1\n\n- Topic: Zoning Docket No. 16/23 - NOLA Lodging Group, LLC\n- Summary: Requesting a Conditional Use to permit a curb cut along Convention Center Boulevard in a Multi-Modal/Pedestrian Corridor Overlay. The recommendation of the City Planning Commission was \"FOR APPROVAL\", subject to two (2) provisos.\n- Ordinance Number: 5a4ca532-a68e-439b-b148-b06889cc25b1\n- Votes Summary:\n Vote 1: Hearing held\n- Decision/Key Actions: Hearing held\n- UID: 5a4ca532-a68e-439b-b148-b06889cc25b1", + "uid": "5a4ca532-a68e-439b-b148-b06889cc25b1", + "publish_date": "4-20-2023", + "page_number": 14, + "title": "Regular City Council Minutes 4-20-2023" }, { - "title": "Regular CIty Council Meeting 1-19-2023.pdf", - "page_content": "6/23/23, 5:40 PM 7. 10. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4388&doc_id=e890e754-9901-11ed-96ab-00505691 83fa Jennifer Avegno MD - 12. December 2022 Encampment Report COMMUNICATION \u2014 FROM JUDGE MICHAEL BAGNERIS (RET) - REPRESENTING CYPRESS COAST CONCEPTS LLC Brief: Requesting to appeal the Historic District Landmarks Commission\u2019s decision to levy a fine of $21,690.00 for the unpermitted demolition for property located at 2220 Broadway Street. Annotation: RECEIVED. (Hearing Date Set For 2/2/23). HDLC - Michael Bagneris - 2220 Broadway Street COMMUNICATION - DARREN P. LOMBARD, CLERK OF COURT - CLERK OF CRIMINAL DISTRICT COURT, CHIEF ELECTIONS OFFICER Brief: Submitting recommended Polling location changes to the Council in collaboration with Councilmembers Green, Giarrusso and Harris. An", - "page_number": 5, - "part": 1 + "page_content": "- Topic: ZONING DOCKET NO. 16/23 - OLD HOUSE INVESTMENTS, LLC\n- Summary: Granting the applicant\u2019s Conditional Use request on ZD NO. 16/23, subject to two (2) provisos set forth by the City Planning Commission.\n- Ordinance Number: M-23-158\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: Conditional Use request granted with two provisos.\n- UID: fa7bd050-727c-4de5-ac4a-e34b101d63f2\n\n- Topic: ZONING DOCKET NO. 20/23 - OLD HOUSE INVESTMENTS, LLC\n- Summary: Granting the applicant\u2019s Conditional Use request on ZD NO. 20/23, subject to three (3) provisos set forth by the City Planning Commission.\n- Ordinance Number: M-23-159\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: Conditional Use request granted with three provisos.\n- UID: fa7bd050-727c-4de5-ac4a-e34b101d63f2", + "uid": "fa7bd050-727c-4de5-ac4a-e34b101d63f2", + "publish_date": "4-20-2023", + "page_number": 15, + "title": "Regular City Council Minutes 4-20-2023" }, { - "title": "Regular CIty Council Meeting 1-19-2023.pdf", - "page_content": "notation: ELECTRONICALLY SUBMITTED. RECEIVED. Darren P Lombard - Clerk of Court COMMUNICATION \u2014 FROM MICHELE D. ALLEN-HART, GENERAL COUNSEL AND DEPUTY DIRECTOR OF AVIATION-LEGAL AFFAIRS, NEW ORLEANS AVIATION BOARD Brief: Submitting the New Orleans Aviation Board (NOAB) Member Attendance Record for calendar year 2022. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. Michele D Allen-Hart - 2023-01-10 NOAB Board Attendance report for 2022 to City Council Mayor\u2019s Office-signed by MAH COMMUNICATION \u2014 FROM ARCHIE L. JEFFERSON Brief: Requesting to appeal the Historic District Landmarks Commission\u2019s decision of \u201cdenial\u201d of the demolition for property located at 8829 Jeannette Street. Annotation: https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4388&doc_id=e890e754-9901-11ed-96ab-00505691 83fa 5/44 \f", - "page_number": 5, - "part": 2 + "page_content": "- Topic: Reporting Requirements for Department of Finance\n- Summary: An ordinance to establish reporting requirements for the Department of Finance, including a statement to be issued with each payment to a security and improvement district, and an annual financial report to be transmitted to the City Council.\n- Ordinance Number: CAL. NO. 33,893\n- Votes Summary:\n Vote 1: Adopted - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The ordinance was adopted with a vote of 5 yeas and 0 nays.\n- Tags/Keywords: Reporting requirements, Department of Finance, financial report\n- UID: d00c864c-6416-4996-aeaf-c17435128938\n\n- Topic: Annual Reporting of Mayor's Mardi Gras Advisory Council's Recommendations\n- Summary: An ordinance to require annual reporting to the City Council of the mayor\u2019s Mardi Gras advisory council\u2019s recommendations.\n- Ordinance Number: CAL. NO. 34,017\n- Votes Summary: Not voted on, continued to the meeting of 6/22/23\n- Decision/Key Actions: The ordinance was not voted on and continued to a future meeting.\n- Tags/Keywords: Mardi Gras advisory council, annual reporting\n- UID: d00c864c-6416-4996-aeaf-c17435128938\n\n- Topic: Inspections of Multi-Family Housing Units\n- Summary: An ordinance to establish inspections of multi-family housing units of ten units or more when there is a violent crime incident on the premises.\n- Ordinance Number: CAL. NO. 34,046\n- Votes Summary: Not voted on, continued to the meeting of 6/2/23\n- Decision/Key Actions: The ordinance was not voted on and continued to a future meeting.\n- Tags/Keywords: Multi-family housing units, inspections, violent crime incident\n- UID: d00c864c-6416-4996-aeaf-c17435128938", + "uid": "d00c864c-6416-4996-aeaf-c17435128938", + "publish_date": "4-20-2023", + "page_number": 16, + "title": "Regular City Council Minutes 4-20-2023" }, { - "title": "Regular CIty Council Meeting 1-19-2023.pdf", - "page_content": "6/23/23, 5:40 PM 11. 12. 13. 14. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4388&doc_id=e890e754-9901-11ed-96ab-00505691 83fa ELECTRONICALLY SUBMITTED. RECEIVED. (Hearing Date Set For 2/2/23). HDLC - Archie L. Jefferson - 8829 Jeannette St COMMUNICATION \u2014 FROM SIMONE CIFUENTES Brief: Requesting to appeal the Historic District Landmarks Commission\u2019s decision of \u201cdenial\u201d of new standing seam metal roof for property located at 725 Mandeville Street. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. (Hearing Date Set For 2/2/23). HDLC - Simone Cifuentes - 725 Mandeville St REPORT - OF THE DEPUTY DIRECTOR OF THE NEW ORLEANS HISTORIC DISTRICT LANDMARKS COMMISSION _\u201d CENTRAL BUSINESS __ DISTRICT HISTORIC DISTRICT LANDMARKS COMMISSION Brief: Submitting a report regarding an appeal of the Historic Distric", - "page_number": 6, - "part": 1 + "page_content": "- Topic: Emergency Declarations Ordinance\n- Summary: The ordinance aims to ordain Article XV of Chapter 2 of the Code of the City of New Orleans, specifically Section 2-1200, to provide relative to emergency declarations. It was continued to the meeting of 5/11/23 and referred to the Community Development Committee.\n- Ordinance Number: 34046\n- Votes Summary:\n - Vote 1: N/A - (N/A)\n- Decision/Key Actions: Continued to the meeting of 5/11/23 and referred to the Community Development Committee\n- Tags/Keywords: Emergency declarations, Community Development Committee\n- UID: eaad6c0a-bee5-43de-be86-278a559b606c\n\n- Topic: Operating Budget Amendment\n- Summary: This ordinance is an amendment to Ordinance No. 29,265 M.C.S., which provides an operating budget of revenues for the City of New Orleans for the year 2023. It was introduced by Councilmembers Giarrusso, Moreno, Green, and Thomas.\n- Ordinance Number: 34057\n- Votes Summary:\n - Vote 1: Amendment - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The amendment passed\n- Tags/Keywords: Operating budget, Amendment\n- UID: eaad6c0a-bee5-43de-be86-278a559b606c", + "uid": "eaad6c0a-bee5-43de-be86-278a559b606c", + "publish_date": "4-20-2023", + "page_number": 17, + "title": "Regular City Council Minutes 4-20-2023" }, { - "title": "Regular CIty Council Meeting 1-19-2023.pdf", - "page_content": "t Landmarks Commission's (HDLC) decision of denial of the request for demolition of the structure for the property located at 815 Third Street. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. REPORT - OF STELLA CZIMENT, INDEPENDENT POLICE MONITOR, OFFICE OF THE INDEPENDENT POLICE MONITOR Brief: Submitting a report for the month of December 2022, providing the Council with the data in accordance with Ordinance No. 29130 (Calendar No. 33,818). Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. Stella Cziment - Independent Police Monitor (IPM) - Report REPORT - OF THE EXECUTIVE DIRECTOR OF THE CITY PLANNING COMMISSION Brief: Transmitting Zoning Docket Numbers 04/23 - Cm. Green, Cn. Deadline 3/20/23. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4388&doc_id=e890e754-9901-11ed-96ab-00505691 83fa 6/44 \f", - "page_number": 6, - "part": 2 + "page_content": "- Topic: Appropriation of Capital Outlay funds for Sewerage and Water Board Power Plant Project\n- Summary: The ordinance aimed to appropriate Capital Outlay funds awarded by the State of Louisiana Facility Planning and Control to the City of New Orleans for the Sewerage and Water Board Power Plant, Planning and Construction Project. The ordinance was continued to the meeting of 5/11/23 and referred to the Budget Committee.\n- Ordinance Number: 34,091\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: Continued to the meeting of 5/11/23 and referred to the Budget Committee\n- UID: 9a0ef19e-3446-46fd-bc32-d9cc7b97247a\n\n- Topic: Appropriation of Capital Outlay funds for Sewerage and Water Board Power Plant Project\n- Summary: This ordinance aimed to amend an existing ordinance to appropriate Capital Outlay funds awarded by the State of Louisiana Facility Planning and Control to the City of New Orleans for the Sewerage and Water Board Power Plant, Planning and Construction Project. The ordinance was continued to the meeting of 5/11/23 and referred to the Budget Committee.\n- Ordinance Number: 34,092\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: Continued to the meeting of 5/11/23 and referred to the Budget Committee\n- UID: 9a0ef19e-3446-46fd-bc32-d9cc7b97247a\n\n- Topic: Appropriation of grants funds for West Bank Ferry Terminal Renovations\n- Summary: This ordinance aimed to amend an existing ordinance to appropriate grants funds awarded to the City of New Orleans for the West Bank Ferry Terminal Renovations, Planning and Construction Project. The ordinance was continued to the meeting of 5/11/23 and referred to the Budget Committee.\n- Ordinance Number: 34,093\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: Continued to the meeting of 5/11/23 and referred to the Budget Committee\n- UID: 9a0ef19e-3446-46fd-bc32-d9cc7b97247a", + "uid": "9a0ef19e-3446-46fd-bc32-d9cc7b97247a", + "publish_date": "4-20-2023", + "page_number": 18, + "title": "Regular City Council Minutes 4-20-2023" }, { - "title": "Regular CIty Council Meeting 1-19-2023.pdf", - "page_content": "6/23/23, 5:40 PM 15. 16. 17. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4388&doc_id=e890e754-9901-11ed-96ab-00505691 83fa Annotation: RECEIVED. (Hearing Date Set For 2/2/23). Transmittal letter for 1-10-23 CPC meeting - ZD 4-23 only CAL. NO. 33,997 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 28,862 M.C.S., as amended, entitled \"An Ordinance Providing an Operating Budget of Revenues for the City of New Orleans for the Year 2022\"; to appropriate funds received from CLB investments to purchase equipment and supplies; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 4/14/23). (Fiscal Note received). (Referred to the Budget Committee). (Budget Committee recommended approval). ADOPTED. 33997 - 29304 M.C.S. CAL. NO. 33,998 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance", - "page_number": 7, - "part": 1 + "page_content": "- Topic: West Bank Ferry Terminal Renovations, Planning and Construction Project\n- Summary: This ordinance aims to appropriate grant funds awarded to the City of New Orleans for the West Bank Ferry Terminal Renovations, Planning and Construction Project. It was continued to the meeting of 5/11/23 and referred to the Budget Committee.\n- Ordinance Number: 34,094\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: Continued to the meeting of 5/11/23 and referred to the Budget Committee\n- UID: b12a5abe-d947-4e1f-94ef-6d4b96597b07\n\n- Topic: Donation of Funds to the Department of Police\n- Summary: This ordinance seeks to appropriate donated funds received from CLB investments to The Department of Police to purchase equipment and supplies. It was continued to the meeting of 5/11/23 and referred to the Budget Committee.\n- Ordinance Number: 34,095\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: Continued to the meeting of 5/11/23 and referred to the Budget Committee\n- UID: b12a5abe-d947-4e1f-94ef-6d4b96597b07\n\n- Topic: Donation of Funds to the Department of Police\n- Summary: Similar to the previous ordinance, this one aims to appropriate donated funds received from CLB Investments to The Department of Police to purchase equipment and supplies. It was continued to the meeting of 5/11/23 and referred to the Budget Committee.\n- Ordinance Number: 34,096\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: Continued to the meeting of 5/11/23 and referred to the Budget Committee\n- UID: b12a5abe-d947-4e1f-94ef-6d4b96597b07", + "uid": "b12a5abe-d947-4e1f-94ef-6d4b96597b07", + "publish_date": "4-20-2023", + "page_number": 19, + "title": "Regular City Council Minutes 4-20-2023" }, { - "title": "Regular CIty Council Meeting 1-19-2023.pdf", - "page_content": " No. 28,863 M.C.S., as amended, entitled \"An Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2022\"; to appropriate funds received from CLB investments to purchase equipment and supplies; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 4/14/23). (Fiscal Note received). (Referred to the Budget Committee). (Budget Committee recommended approval). ADOPTED. 33998 - 29305 M.C.S. CAL. NO. 34,001 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 28,863 M.C.S., as amended, entitled \"An Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2022\"; to transfer Department of Police wages to other operating; and otherwise to provide with respect thereto. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4388&doc_id=e890e754-9901-11ed-96ab-00505691 83fa 7/44 \f", - "page_number": 7, - "part": 2 + "page_content": "- Topic: Ratification of Amendment to Lease between MYHMC and Southern Yacht Club\n- Summary: The ordinance seeks to ratify the execution and delivery of Amendment No.1 to the lease between MYHMC and the Southern Yacht Club. The amendment amends the lease dated May 6, 2002, and pertains to certain premises adjacent to property owned by SYC. The ordinance was adopted with 6 YEAS and 0 NAYS.\n- Ordinance Number: 34096\n- Votes Summary:\n Vote 1: Adopt - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: Ratification of the lease amendment\n- Tags/Keywords: MYHMC, Southern Yacht Club, lease amendment, ratification\n- UID: efc92a2e-8705-4694-ad2b-bbb5faa92216\n\n- Topic: Amendment of Sections of the Code related to Sewerage and Water Board of New Orleans\n- Summary: The ordinance aims to amend specific sections of the Code of the City of New Orleans to adjust billing cycles, require notice of meter reading, and establish enforcement procedures for billing appeals by the Sewerage and Water Board of New Orleans. The ordinance was adopted, although specific voting details are not provided.\n- Ordinance Number: 34109 - 29412 M.C.S.\n- Votes Summary: Details not provided\n- Decision/Key Actions: Amendment of billing cycle and enforcement procedures\n- Tags/Keywords: Sewerage and Water Board, billing cycles, enforcement procedures, amendments\n- UID: efc92a2e-8705-4694-ad2b-bbb5faa92216", + "uid": "efc92a2e-8705-4694-ad2b-bbb5faa92216", + "publish_date": "4-20-2023", + "page_number": 20, + "title": "Regular City Council Minutes 4-20-2023" }, { - "title": "Regular CIty Council Meeting 1-19-2023.pdf", - "page_content": "6/23/23, 5:40 PM 18. 19. 20. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4388&doc_id=e890e754-9901-11ed-96ab-00505691 83fa Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 4/14/23). (Fiscal Note received). (Referred to the Budget Committee). (Budget Committee recommended approval). ADOPTED. 34001-29308 M.C:S. CAL. NO. 34,013 - BY: COUNCILMEMBERS GIARRUSSO, HARRIS AND_ KING (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 28,867 M.C.S., which approved the New Orleans Tourism and Cultural Fund\u2019s (NOTCF) proposed budget for 2022, to reflect the NOTCF\u2019s updated budget of revenue and expenditures for 2022; and to provide otherwise with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 5/5/23). (Budget Committee recommended approval). 34013 - 29310 M.C.S. MOTION - NO. M-23-19 - BY: COUNCILMEMBERS GIARRUSSO,_ MORENO, MORRELL, GREEN AND THOMAS Brief: Approving the", - "page_number": 8, - "part": 1 + "page_content": "- Topic: Amendment to Ordinance CAL. NO. 34,113\n- Summary: The amendment proposed changes to the original ordinance, including the insertion of \"Office\" after the word \"Regulatory,\" replacing \"out-of-time\" with \"untimely,\" and adding a provision for the Council to transmit decisions on appeals to SWBNO within 15 days.\n- Ordinance Number: 34113\n- Votes Summary:\n Vote 1: Amendment - Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n Vote 2: As Amended - Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The proposed amendments were passed, and the ordinance was approved as amended.\n- Tags/Keywords: Amendment, Ordinance, Council Meeting, Decision\n- UID: 6591a724-8f44-405f-8fff-2595ab7071e1", + "uid": "6591a724-8f44-405f-8fff-2595ab7071e1", + "publish_date": "4-20-2023", + "page_number": 21, + "title": "Regular City Council Minutes 4-20-2023" }, { - "title": "Regular CIty Council Meeting 1-19-2023.pdf", - "page_content": " Amendment to the Classified Pay Plan (Sewerage and Water Board) Hiring Rate: as adopted by the Civil Service Commission at its meeting of December 19, 2022, in accordance with Article X, Section 10 of the Constitution of Louisiana, to be effective January 23, 2023. *(Previously Approved by Motion 22-385). Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 5/19/23). (Budget Committee recommended approval). ADOPTED. M-23-19 MOTION - NO. M-23-20 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, MORRELL, GREEN AND THOMAS Brief: Approving the Amendments to the Classified Pay Plan (Sewerage and Water Board/Public Works) New Job Classifications: as adopted by the Civil Service Commission at its meeting of December 19, 2022, in accordance with Article X, Section 10 of the Constitution of Louisiana, to be effective January 23, 2023. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4388&doc_id=e890e754-9901-11ed-96ab-00505691 83fa 8/44 \f", - "page_number": 8, - "part": 2 + "page_content": "- Topic: Appropriation of Grant Funds for Job Seekers and Employers\n- Summary: The ordinance aims to amend the operating budget to appropriate grant funds from the U.S. Department of Labor to the Office of Workforce Development for career and training services. The ordinance has been referred to the Budget Committee and has been continued to the meeting of 5/11/23.\n- Ordinance Number: CAL. NO. 34,117\n- Votes Summary:\n Vote 1: N/A - (Not applicable as the ordinance was referred and continued)\n- Decision/Key Actions: Referred to the Budget Committee and continued to the meeting of 5/11/23\n- UID: e9cf22c2-bf56-4c88-aaa5-e3850e530b82", + "uid": "e9cf22c2-bf56-4c88-aaa5-e3850e530b82", + "publish_date": "4-20-2023", + "page_number": 22, + "title": "Regular City Council Minutes 4-20-2023" }, { - "title": "Regular CIty Council Meeting 1-19-2023.pdf", - "page_content": "6/23/23, 5:40 PM 21. 22. 23. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4388&doc_id=e890e754-9901-11ed-96ab-00505691 83fa Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 5/19/23). (Budget Committee recommended approval). ADOPTED. M-23-20 MOTION - NO. M-23-21 - BY: COUNCILMEMBERS GIARRUSSO,_ MORENO, MORRELL, GREEN AND THOMAS Brief: Approving the Amendments to the Classified Pay Plan (Police), as adopted by the Civil Service Commission at its meeting of December 19, 2022, in accordance with Article X, Section 10 of the Constitution of Louisiana, to be effective January 23, 2023. *(Previously Approved by Motion 22-385) Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 5/19/23). (Budget Committee recommended approval). ADOPTED. M-23-21 MOTION - NO. M-23-32 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, MORRELL, GREEN AND THOMAS Brief: Approving the Amendment to the Classified Pay Plan (Sewerage and Water Board) New Classification", - "page_number": 9, - "part": 1 + "page_content": "- Topic: Appropriation of grant funds for job seekers and employers\n- Summary: The ordinance aims to amend the operating budget for 2023 to appropriate grant funds from the US Department of Labor to the Office of Workforce Development. The funds will assist job seekers and employers by providing career and training services. The ordinance was continued to the meeting of 5/11/23 and referred to the Budget Committee.\n- Ordinance Number: 34117\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: Continued to the meeting of 5/11/23 and referred to the Budget Committee\n- Tags/Keywords: Grant funds, job seekers, training services\n- UID: 87bbc607-400c-4222-9186-6f039d686cc4\n\n- Topic: Capital budget amendment for 2022\n- Summary: This ordinance seeks to amend and re-ordain the capital budget for the year 2022 in accordance with the Home Rule Charter of the City of New Orleans. It was continued to the meeting of 5/11/23 and referred to the Budget Committee.\n- Ordinance Number: 34118\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: Continued to the meeting of 5/11/23 and referred to the Budget Committee\n- Tags/Keywords: Capital budget, amendment\n- UID: 87bbc607-400c-4222-9186-6f039d686cc4\n\n- Topic: Transfer of funds for homeless programs & strategy\n- Summary: This ordinance aims to amend the operating budget for 2023 to transfer funds from the Department of Health to the Mayor's Office, Office of Homeless Programs & Strategy. The final decision or outcome of the vote is not provided in the summary.\n- Ordinance Number: 34119\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: No decision outcome provided in summary\n- Tags/Keywords: Fund transfer, homeless programs\n- UID: 87bbc607-400c-4222-9186-6f039d686cc4", + "uid": "87bbc607-400c-4222-9186-6f039d686cc4", + "publish_date": "4-20-2023", + "page_number": 23, + "title": "Regular City Council Minutes 4-20-2023" }, { - "title": "Regular CIty Council Meeting 1-19-2023.pdf", - "page_content": ": as adopted by the Civil Service Commission at its meeting of October 21, 2019, in accordance with Article X, Section 10 of the Constitution of Louisiana, to be effective January 23, 2023. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 5/19/23). (Budget Committee recommended approval). (At the Budget Committee meeting this legislation was introduced as M-23-12, but due to the Council\u2019s Special meeting scheduled for 1/18/2023 the motion number was change as reflected above). ADOPTED. M-23-32 MOTION - NO. M-23-38 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, MORRELL, GREEN AND THOMAS Brief: Approving the Amendment to the Classified Pay Plan (Police) New Classification: as adopted by the Civil Service Commission at its meeting of October 17, 2022, in accordance with Article X, Section 10 of the Constitution of Louisiana, to be effective January 23, 2023. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4388&doc_id=e890e754-9901-11ed-96ab-00505691 83fa 9/44 \f", - "page_number": 9, - "part": 2 + "page_content": "- Topic: Cooperative Endeavor Agreement with The Opioid Abatement Administration Corporation\n- Summary: The ordinance authorizes the Mayor to enter into a Cooperative Endeavor Agreement with a nonprofit corporation to address the impacts of the opioid crisis in the City.\n- Ordinance Number: CAL. NO. 34,130\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The ordinance was adopted.\n- Tags/Keywords: Cooperative Endeavor Agreement, Opioid Crisis, Funding, Public Health, Addiction\n- UID: be62a3f2-e4be-46c9-b2ab-5928982f34ae\n\n- Topic: Amendment of Section 70-415.316 of the Code of the City of New Orleans\n- Summary: The ordinance aims to amend a specific section related to the administration of the New Orleans Recreation and Culture Fund through an external entity.\n- Ordinance Number: CAL. NO. 34,132\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance was adopted.\n- Tags/Keywords: Amendment, City Code, Recreation and Culture Fund, Administration\n- UID: be62a3f2-e4be-46c9-b2ab-5928982f34ae", + "uid": "be62a3f2-e4be-46c9-b2ab-5928982f34ae", + "publish_date": "4-20-2023", + "page_number": 24, + "title": "Regular City Council Minutes 4-20-2023" }, { - "title": "Regular CIty Council Meeting 1-19-2023.pdf", - "page_content": "6/23/23, 5:40 PM 24. 25. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4388&doc_id=e890e754-9901-11ed-96ab-00505691 83fa Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 5/19/23). (Budget Committee recommended approval). (At the Budget Committee meeting this legislation was introduced as M-23-13, but due to the Council\u2019s Special meeting scheduled for 1/18/2023 the motion number was change as reflected above). ADOPTED. M-23-38 MOTION - NO. M-23-39 - BY: COUNCILMEMBERS GIARRUSSO,_ MORENO, MORRELL, GREEN AND THOMAS Brief: Approving the Amendment to the Classified Pay Plan (Sewerage and Water Board) New Classifications: as adopted by the Civil Service Commission at its meeting of November 3, 2022, in accordance with Article X, Section 10 of the Constitution of Louisiana, to be effective January 23, 2023. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 5/19/23). (Budget Committee recommended approval). (At the Budget Committee", - "page_number": 10, - "part": 1 + "page_content": "- Topic: Amendment of Section 154-232 of the City Code\n- Summary: The ordinance aims to amend and reordain Section 154-232 of the City Code related to the city traffic engineer's authority to designate crosswalks, establish safety zones, designate school zones, and other related matters. It was electronically submitted, continued to the meeting of 5/11/23, and referred to the Transportation Committee.\n- Ordinance Number: CAL. NO. 34,133\n- Votes Summary:\n Vote 1: Passed - (YEAS: 28, NAYS: 0, ABSTAIN: 0, ABSENT: King - 1)\n- Decision/Key Actions: Continued to the meeting of 5/11/23 and referred to the Transportation Committee\n- UID: 735a65f9-ac85-4c11-b5a7-1da38a254991\n\n- Topic: Appropriation of Grant Funds for Behavioral Crisis Response Program\n- Summary: This ordinance aims to amend the operating budget of expenditures for the City of New Orleans to appropriate grant funds awarded to the Health Department for the Alternative Dispatch Behavioral Crisis Response Program to implement a Crisis Call Center Management Software System. It was electronically submitted, continued to the meeting of 5/11/23, and referred to the Budget Committee.\n- Ordinance Number: CAL. NO. 34,135\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Continued to the meeting of 5/11/23 and referred to the Budget Committee\n- UID: 735a65f9-ac85-4c11-b5a7-1da38a254991\n\n- Topic: Appropriation of Grant Funds for Behavioral Crisis Response Program\n- Summary: Similar to the previous ordinance, this one also aims to amend the operating budget of expenditures for the City of New Orleans to appropriate grant funds awarded to the Health Department for the Alternative Dispatch Behavioral Crisis Response Program to implement a Crisis Call Center Management Software System. It was electronically submitted.\n- Ordinance Number: CAL. NO. 34,136\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: N/A\n- UID: 735a65f9-ac85-4c11-b5a7-1da38a254991", + "uid": "735a65f9-ac85-4c11-b5a7-1da38a254991", + "publish_date": "4-20-2023", + "page_number": 25, + "title": "Regular City Council Minutes 4-20-2023" }, { - "title": "Regular CIty Council Meeting 1-19-2023.pdf", - "page_content": " meeting this legislation was introduced as M-23-14, but due to the Council\u2019s Special meeting scheduled for 1/18/2023 the motion number was change as reflected above). ADOPTED. M-23-39 MOTION - NO. M-23-41 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, MORRELL, GREEN AND THOMAS Brief: Approving the Amendments to the Classified Pay Plan (Police Hiring Rate Increases), as adopted by the Civil Service Commission at its meeting of November 3, 2022, in accordance with Article X, Section 10 of the Constitution of Louisiana, to be effective January 23, 2023. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 5/19/23). (Budget Committee recommended approval). (At the Budget Committee meeting this legislation was introduced as M-23-16, but due to the Council\u2019s Special meeting scheduled for 1/18/2023 the motion number was change as reflected above). ADOPTED. M-23-41 https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4388&doc_id=e890e754-9901-11ed-96ab-00505691 83fa 10/44 \f", - "page_number": 10, - "part": 2 + "page_content": "- Topic: Amendment of Operating Budget of Revenues for Healthcare for the Homeless Program\n- Summary: The ordinance aimed to appropriate one-time grant funds awarded to the Healthcare for the Homeless Program to expand COVID-19 health center services. It was continued to the meeting of 5/11/23 and referred to the Budget Committee.\n- Ordinance Number: CAL. NO. 34,137\n- Votes Summary:\n Vote 1: N/A - (Continued to the meeting of 5/11/23)\n- Decision/Key Actions: Continued to the meeting of 5/11/23 and referred to the Budget Committee\n- UID: 3189418b-713a-4057-8460-d4c3bb918dd1\n\n- Topic: Amendment of Operating Budget of Expenditures for Healthcare for the Homeless Program\n- Summary: This ordinance aimed to appropriate one-time grant funds awarded to the Healthcare for the Homeless Program to expand COVID-19 health center services. It was continued to the meeting of 5/11/23 and referred to the Budget Committee.\n- Ordinance Number: CAL. NO. 34,138\n- Votes Summary:\n Vote 1: N/A - (Continued to the meeting of 5/11/23)\n- Decision/Key Actions: Continued to the meeting of 5/11/23 and referred to the Budget Committee\n- UID: 3189418b-713a-4057-8460-d4c3bb918dd1\n\n- Topic: Amendment of Operating Budget of Revenues for FEMA Grant Funds\n- Summary: This ordinance aimed to appropriate grant funds approved by FEMA on November 11, 2022, for the City of New Orleans\u2019 Lower Ninth Ward Energy Resilience Building Resilient Infrastructure. It was continued to the meeting of 5/11/23 and referred to the Budget Committee.\n- Ordinance Number: CAL. NO. 34,139\n- Votes Summary:\n Vote 1: N/A - (Continued to the meeting of 5/11/23)\n- Decision/Key Actions: Continued to the meeting of 5/11/23 and referred to the Budget Committee\n- UID: 3189418b-713a-4057-8460-d4c3bb918dd1", + "uid": "3189418b-713a-4057-8460-d4c3bb918dd1", + "publish_date": "4-20-2023", + "page_number": 26, + "title": "Regular City Council Minutes 4-20-2023" }, { - "title": "Regular CIty Council Meeting 1-19-2023.pdf", - "page_content": "6/23/23, 5:40 PM 26. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4388&doc_id=e890e754-9901-11ed-96ab-00505691 83fa MOTION - NO. M-23-42 - BY: COUNCILMEMBERS GIARRUSSO,_ MORENO, MORRELL, GREEN AND THOMAS Brief: Approving the Amendment to the Classified Pay Plan (Police \u2014 Special Rate of Pay) NEW SPECIAL RATE OF PAY: as adopted by the Civil Service Commission at its meeting of November 3, 2022, and amended on November 17, 2022, in accordance with Article X, Section 10 of the Constitution of Louisiana, to be effective January 23, 2023. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 5/19/23). (Budget Committee recommended approval). (At the Budget Committee meeting this legislation was introduced as M-23-17, but due to the Council\u2019s Special meeting scheduled for 1/18/2023 the motion number was change as reflect", - "page_number": 11, - "part": 1 + "page_content": "- Topic: Appropriation of FEMA grant funds for Lower Ninth Ward Energy Resilience Building Resilient Infrastructure and Communities Scoping Project\n- Summary: The ordinance aims to amend the operating budget to appropriate grant funds approved by FEMA for the City of New Orleans\u2019 Lower Ninth Ward Energy Resilience Building Resilient Infrastructure and Communities Scoping Project. The ordinance was continued to the meeting of 5/11/23 and referred to the Budget Committee.\n- Ordinance Number: 34139\n- Votes Summary:\n - Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: Continued to the meeting of 5/11/23 and referred to the Budget Committee\n- UID: 09638ce3-4c8a-4363-b682-e6bf478afe54\n\n- Topic: Cooperative Endeavor Agreement for the preservation and education of the history of music in the City of New Orleans\n- Summary: The ordinance authorizes the Mayor of the City of New Orleans to enter into a Cooperative Endeavor Agreement between the City of New Orleans and The Louisiana Music and Heritage Experience, Inc. for the preservation and education of the history of music in the City of New Orleans. The ordinance was adopted with 6 YEAS and 0 NAYS.\n- Ordinance Number: 34141\n- Votes Summary:\n - Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: Adopted\n- UID: 09638ce3-4c8a-4363-b682-e6bf478afe54", + "uid": "09638ce3-4c8a-4363-b682-e6bf478afe54", + "publish_date": "4-20-2023", + "page_number": 27, + "title": "Regular City Council Minutes 4-20-2023" }, { - "title": "Regular CIty Council Meeting 1-19-2023.pdf", - "page_content": "ed above). ADOPTED. M-23-42 MOTION TO ADOPT CONSENT AGENDA AND REFER OTHER MATTERS TO THE PROPER AGENCY. MOVED By: Giarrusso SECONDED BY: Harris ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Morrell - 5 NAYS: 0 ABSTAIN: 0 ABSENT: Moreno, Thomas - 2 RECUSED: 0 AND THE MOTION PASSED. AND THE CONSENT AGENDA WAS ADOPTED. REGULAR AGENDA LAND USE MATTERS HDLC APPEAL \u2014 OF CARL HARDY Brief: Requesting to appeal the Historic District Landmarks Commission\u2019s decision of \u201cdenial\u201d for a permit to install a metal roof for the property located at 2219 Dauphine Street. Annotation: ELECTRONICALLY SUBMITTED. (Cm. King, District C, Cn. Deadline 2/19/23). (Report received at the meeting of 1/5/23). CONTINUED TO THE MEETING OF 2/2/23. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4388&doc_id=e890e754-9901-11ed-96ab-00505691 83fa 11/44 \f", - "page_number": 11, - "part": 2 + "page_content": "- Topic: Cooperative Endeavor Agreement for Play Structure at Gernon Brown Recreation Center\n- Summary: The ordinance authorizes the Mayor to enter into a Cooperative Endeavor Agreement with the New Orleans City Park Improvement Association to allow for the construction and future maintenance of a play structure at the Gernon Brown Recreation Center.\n- Ordinance Number: 34142\n- Votes Summary:\n - Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance passed, allowing for the construction and maintenance of a play structure at the recreation center.\n- Tags/Keywords: Cooperative Endeavor Agreement, Gernon Brown Recreation Center, New Orleans City Park\n- UID: 2161e54c-f472-4621-96c2-3bf14304ee4d\n\n- Topic: Augmentation of Contact Information on Roadwork Website\n- Summary: The ordinance requires augmentation of contact information on the Roadwork website, providing information about FEMA-funded Joint Infrastructure Recovery Roads projects.\n- Ordinance Number: 34143\n- Votes Summary:\n - Vote 1: Continued to the meeting of 5/11/23\n- Decision/Key Actions: The ordinance was continued to a future meeting for further discussion or action.\n- Tags/Keywords: Roadwork website, FEMA-funded projects, contact information augmentation\n- UID: 2161e54c-f472-4621-96c2-3bf14304ee4d\n\n- Topic: [No specific topic provided]\n- Summary: [No specific information provided in the meeting minutes]\n- Ordinance Number: 34144\n- Votes Summary: [No voting outcome provided]\n- Decision/Key Actions: [No specific decision or action provided]\n- Tags/Keywords: [No specific tags or keywords provided]\n- UID: 2161e54c-f472-4621-96c2-3bf14304ee4d", + "uid": "2161e54c-f472-4621-96c2-3bf14304ee4d", + "publish_date": "4-20-2023", + "page_number": 28, + "title": "Regular City Council Minutes 4-20-2023" }, { - "title": "Regular CIty Council Meeting 1-19-2023.pdf", - "page_content": "6/23/23, 5:40 PM 2a. 2b. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4388&doc_id=e890e754-9901-11ed-96ab-00505691 83fa SPEAKER CARD: Carl J. Hardy HDLC - Carl Hardy - 2219 Dauphine St LEGISLATIVE GROUPING HDLC APPEAL - OF MARY GRACE VERGES Brief: Requesting to appeal the Historic District Landmarks Commission\u2019s decision of \u201cdenial\u201d of an application for demolition of the property located at 740 Jena Street. Annotation: ELECTRONICALLY SUBMITTED. (Cm. Harris, District B, Cn. Deadline 2/19/23). (Report received at the meeting of 1/5/23). HEARING HELD. SPEAKER CARDS. Byron Cole - Info. Only Mary Grace Verges - In Support Patrick Fees - In Supp", - "page_number": 12, - "part": 1 + "page_content": "- Topic: Department of Public Works Report\n- Summary: An ordinance to require the Department of Public Works to report on the implementation of the Joint Infrastructure Recovery Request 30 Day Assessment Report was continued to the meeting of 5/11/23.\n- Ordinance Number: 34144\n- Votes Summary:\n Vote 1: N/A - (Continued to the meeting of 5/11/23)\n- Decision/Key Actions: Continued to the meeting of 5/11/23\n- UID: 574eef25-1ba1-4c32-99b1-57c908c2c482\n\n- Topic: Renaming of North Rocheblave Street\n- Summary: An ordinance to rename North Rocheblave Street to Shirley Taylor Street was amended to take effect on July 3, 2023, and the amendment passed with 5 YEAS and 0 NAYS.\n- Ordinance Number: 34145\n- Votes Summary:\n Vote 1: Amendment - Passed (5 YEAS, 0 NAYS)\n- Decision/Key Actions: Amendment to take effect on July 3, 2023 passed\n- UID: 574eef25-1ba1-4c32-99b1-57c908c2c482", + "uid": "574eef25-1ba1-4c32-99b1-57c908c2c482", + "publish_date": "4-20-2023", + "page_number": 29, + "title": "Regular City Council Minutes 4-20-2023" }, { - "title": "Regular CIty Council Meeting 1-19-2023.pdf", - "page_content": "ort Seamus McGuire - In Support Michael Burnside - Info. Only HDLC - Mary Grace Verges - 520 Jena Street MOTION \u2014 NO. M-23-29 \u2014 BY: COUNCILMEMBER HARRIS Brief: Overruling and granting the applicant\u2019s request for demolition of the property location at 740 Jena Street. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 5/19/23). M-23-29 Morrell was called to speak MOVED By: Harris SECONDED BY: Green ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Morrell, Thomas - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Moreno - 1 https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4388&doc_id=e890e754-9901-11ed-96ab-00505691 83fa 12/44 \f", - "page_number": 12, - "part": 2 + "page_content": "- Topic: Amendment to Cooperative Endeavor Agreement for Pedestrian Bridge Construction\n- Summary: The ordinance authorizes the Mayor to enter into Amendment No. 1 to the Cooperative Endeavor Agreement to improve pedestrian access to new residential construction by permitting the construction of a pedestrian bridge on N. Gayoso Street. The amendment was passed with 6 YEAS and 0 NAYS.\n- Ordinance Number: CAL. NO. 34,146\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: Authorization for the Mayor to enter into the amendment\n- Tags/Keywords: Cooperative Endeavor Agreement, Pedestrian Access, Residential Construction, Amendment\n- UID: 91979676-5ff6-48c3-8d5b-74d163d133e2\n\n- Topic: Renaming of Press Drive\n- Summary: The ordinance seeks to rename Press Drive to SUNO Knights Drive. The ordinance was passed, but the specific vote count is not provided.\n- Ordinance Number: CAL. NO. 34,148\n- Votes Summary: Not provided\n- Decision/Key Actions: Renaming of Press Drive to SUNO Knights Drive\n- Tags/Keywords: Press Drive, SUNO Knights Drive, Renaming\n- UID: 91979676-5ff6-48c3-8d5b-74d163d133e2", + "uid": "91979676-5ff6-48c3-8d5b-74d163d133e2", + "publish_date": "4-20-2023", + "page_number": 30, + "title": "Regular City Council Minutes 4-20-2023" }, { - "title": "Regular CIty Council Meeting 1-19-2023.pdf", - "page_content": "6/23/23, 5:40 PM 46. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4388&doc_id=e890e754-9901-11ed-96ab-00505691 83fa RECUSED: 0 AND THE MOTION PASSED. MOTION - NO. M-23-45 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, Brief: Declaring the need for immediate procurement of vehicles and equipment to be an emergency. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 5/19/23). M-23-45 MOVED By: Giarrusso SECONDED BY: Morrell ACTION: Suspend the Rules YEAS: Giarrusso, Green, Harris, King, Morrell - 5 NAYS: 0 ABSTAIN: 0 ABSENT: Moreno, Thomas - 2 RECUSED: 0 AND THE MOTION PASSED. MOVED By: Giarrusso SECONDED BY: Harris ", - "page_number": 13, - "part": 1 + "page_content": "- Topic: Ordinance to rename Cadillac Street to Roneagle Way\n - Summary: The ordinance aims to rename Cadillac Street to Roneagle Way, running from I-610 to Park Island Drive. The ordinance will take effect on August 1, 2023.\n - Ordinance Number: 34149 - 29425 M.C.S.\n - Votes Summary:\n Vote 1: Amendment - Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n Vote 2: As Amended - Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n - Decision/Key Actions: The ordinance was amended and passed with a vote of 6-0.\n - Tags/Keywords: Ordinance, Cadillac Street, Roneagle Way, Amendment, Renaming\n - UID: 7512f42b-c1f9-4f8f-b44e-12cf0c4d8540\n\n- Topic: Amendment to ordinance for effective date\n - Summary: This amendment states that the ordinance will take effect on September 1, 2023.\n - Ordinance Number: 34148 Amendment\n - Votes Summary:\n Vote 1: Amendment - Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n Vote 2: As Amended - Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n - Decision/Key Actions: The amendment to set the effective date to September 1, 2023, was passed with a vote of 6-0.\n - Tags/Keywords: Amendment, Effective Date, 34148 Amendment\n - UID: 7512f42b-c1f9-4f8f-b44e-12cf0c4d8540", + "uid": "7512f42b-c1f9-4f8f-b44e-12cf0c4d8540", + "publish_date": "4-20-2023", + "page_number": 31, + "title": "Regular City Council Minutes 4-20-2023" }, { - "title": "Regular CIty Council Meeting 1-19-2023.pdf", - "page_content": "ACTION: Suspend the Rules YEAS: Giarrusso, Green, Harris, King, Morrell - 5 NAYS: 0 ABSTAIN: 0 ABSENT: Moreno, Thomas - 2 RECUSED: 0 AND THE MOTION PASSED. MOVED By: Giarrusso SECONDED BY: Harris ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Morrell - 5 NAYS: 0 ABSTAIN: 0 ABSENT: Moreno, Thomas - 2 RECUSED: 0 AND THE MOTION PASSED. VCC APEAL \u2014 OF RALPH H. LONG Brief: Requesting to appeal the Vieux Carr\u00e9 Commission\u2019s decision to \u201cdefer\u201d adding a two-story addition at the property located at 440 Bourbon Street. Annotation: https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4388&doc_id=e890e754-9901-11ed-96ab-00505691 83fa 13/44 \f", - "page_number": 13, - "part": 2 + "page_content": "- Topic: Name change of Alc\u00e9e Fortier Park to Walter Wolfman Washington Memorial Park\n- Summary: The ordinance proposed changing the name of the Alc\u00e9e Fortier Park to Walter Wolfman Washington Memorial Park. The motion passed with 6 YEAS and 0 NAYS.\n- Ordinance Number: 34134\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The name change ordinance passed without any amendments.\n- Tags/Keywords: Park name change, Alc\u00e9e Fortier Park, Walter Wolfman Washington Memorial Park\n- UID: a3caae07-b9be-43e8-93eb-396d6f15391f\n\n- Topic: Amendment for ordinance 34149\n- Summary: The amendment for ordinance 34149 was to change the name of the Alc\u00e9e Fortier Park to Walter Wolfman Washington Memorial Park. The amendment passed with 6 YEAS and 0 NAYS.\n- Ordinance Number: 34149 Amendment\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n Vote 2: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The amendment to change the name of the park passed without any further amendments.\n- Tags/Keywords: Park name change, Alc\u00e9e Fortier Park, Walter Wolfman Washington Memorial Park, amendment\n- UID: a3caae07-b9be-43e8-93eb-396d6f15391f", + "uid": "a3caae07-b9be-43e8-93eb-396d6f15391f", + "publish_date": "4-20-2023", + "page_number": 32, + "title": "Regular City Council Minutes 4-20-2023" }, { - "title": "Regular CIty Council Meeting 1-19-2023.pdf", - "page_content": "6/23/23, 5:40 PM 4a. Ab. Sa. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4388&doc_id=e890e754-9901-11ed-96ab-00505691 83fa (Cm. King, District C, Cn. Deadline 1/15/23). (Report received at the meeting of 12/1/22). PAST DEADLINE. APPEAL DIES. VCC - Ralph H. Long - 440- Bourbon Street LEGISLATIVE GROUPING EXTENSION REQUEST \u2014 OF TAYLOR SCOTT, CONCORDIA Brief: Requesting a second extension of a Conditional Use approval for Zoning Docket 74/19 \u2014 Ordinance No. 28,282 MCS, the proposed Crescent Hotel project at 500 Piety Street. Annotation: ELECTRONICALLY SUBMITTED. (Cm. King, District C). HEARING HELD. Extension Request -Taylor Scott -ZD 74-19 MOTION (LYING OVER) \u2014 NO. M-23-3 \u2014 BY: COUNCILMEMBER KING Brief: Granting the request ", - "page_number": 14, - "part": 1 + "page_content": "- Topic: Resolution in support of a cooperative endeavor agreement between the City of New Orleans and the French Quarter Management District\n- Summary: The resolution supports a cooperative endeavor agreement to manage and maintain the Royal Street Pedestrian Mall and Bourbon Street Pedestrian Mall in the French Quarter.\n- Ordinance Number: R-23-W\n- Votes Summary:\n - Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The resolution was passed to support the cooperative endeavor agreement.\n- Tags/Keywords: Cooperative endeavor agreement, French Quarter Management District, pedestrian malls\n- UID: b194bf12-c32c-44e0-8711-00ae5e143e0d\n\n- Topic: Mayor's reappointment of Elizabeth Boh to the Sanford \"Sandy\" Krasnoff New Orleans Criminal Justice Council\n- Summary: The motion ratifies and approves the Mayor's reappointment of Elizabeth Boh as a member of the council, effective until December 31, 2023.\n- Ordinance Number: M-23-132\n- Votes Summary:\n - Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The motion passed, confirming the Mayor's reappointment.\n- Tags/Keywords: Reappointment, New Orleans Criminal Justice Council, Elizabeth Boh\n- UID: b194bf12-c32c-44e0-8711-00ae5e143e0d\n\n- Topic: Mayor's appointment of Lawrence Timothy Lupin to the Historic District Landmarks Commission\n- Summary: The motion ratifies and approves the Mayor's appointment of Lawrence Timothy Lupin as a member of the Historic District Landmarks Commission, representing Uptown, for a term until June 30, 2026.\n- Ordinance Number: M-23-133\n- Votes Summary:\n - Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The motion passed, confirming the Mayor's appointment.\n- Tags/Keywords: Appointment, Historic District Landmarks Commission, Lawrence Timothy Lupin\n- UID: b194bf12-c32c-44e0-8711-00ae5e143e0d", + "uid": "b194bf12-c32c-44e0-8711-00ae5e143e0d", + "publish_date": "4-20-2023", + "page_number": 33, + "title": "Regular City Council Minutes 4-20-2023" }, { - "title": "Regular CIty Council Meeting 1-19-2023.pdf", - "page_content": "for an additional extension of the Conditional Use for ZD NO. 74/19 (Ordinance No. 28,282 MCS). Annotation: SUBMITTED ELECTRONICALLY. (Council Rule 34. Postponement Deadline 5/5/23). M-23-3 Lying Over MOVED By: King SECONDED BY: Giarrusso ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Morrell, Thomas - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Moreno - 1 RECUSED: 0 AND THE MOTION PASSED. LEGISLATIVE GROUPING APPEAL \u2014 OF HOWARD L. RODGERS, III Brief: Requesting to appeal the parking requirement of the University Area Off-Street Parking Interim Zoning District, per Article 19 of the City\u2019s Comprehensive Zoning Ordinance for the https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4388&doc_id=e890e754-9901-11ed-96ab-00505691 83fa 14/44 \f", - "page_number": 14, - "part": 2 + "page_content": "- Topic: Professional Services Agreement Amendment\n- Summary: The council voted to authorize the President of the Council to sign an amendment to the Professional Services Agreement with Barrasso Usdin Kupperman Freeman & Sarver, L.L.C. related to the Edward Wisner Trust, extending the term of the agreement through April 6, 2024.\n- Ordinance Number: M-23-148\n- Votes Summary:\n Vote 1: Adopt - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The motion to authorize the amendment to the Professional Services Agreement was passed with a majority vote.\n- Tags/Keywords: Professional Services Agreement, Amendment, Edward Wisner Trust, Legal Services\n- UID: 9f484181-fe21-4b13-b280-96119d94038d\n\n- Topic: Scholarship Confirmations\n- Summary: The council confirmed the appointments and award of scholarships to five scholars selected by Mayor LaToya Cantrell for four-year scholarships to Tulane University, deeming them well qualified and worthy of such selection under the established criteria.\n- Ordinance Number: R-23-149\n- Votes Summary: N/A\n- Decision/Key Actions: The resolution to confirm the appointments and scholarships was passed.\n- Tags/Keywords: Scholarship, Mayor Cantrell, Tulane University, Appointment Confirmation\n- UID: 9f484181-fe21-4b13-b280-96119d94038d", + "uid": "9f484181-fe21-4b13-b280-96119d94038d", + "publish_date": "4-20-2023", + "page_number": 34, + "title": "Regular City Council Minutes 4-20-2023" }, { - "title": "Regular CIty Council Meeting 1-19-2023.pdf", - "page_content": "6/23/23, 5:40 PM 5b. 6a. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4388&doc_id=e890e754-9901-11ed-96ab-00505691 83fa property located at 9119 Forshey Street. Annotation: ELECTRONICALLY SUBMITTED. (Cm. Giarrusso, District A, Cn. Deadline 2/19/23). (Communication received at the meeting of 1/5/23). HEARING HELD. SPEAKER CARD: Howard L. Rodgers, II - In Support Howard L. Rodgers, HI MOTION \u2014 NO. M-23-28 \u2014 BY: COUNCILMEMBER GIARRUSSO Brief: Approving and granting the applicant\u2019s request of the parking requirement of the University Area Interim Off-Street Parking Zoning District for property located at 9119 Forshey Street. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 5/19/23). M-23-28 MOVED By: Giarrusso SECONDED BY: Green ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Morrell, Thomas -", - "page_number": 15, - "part": 1 + "page_content": "- Topic: Appointment of Student Members to NOLA Youth Council\n- Summary: The ordinance involved the appointment of three student members to the NOLA Youth Council from different high schools. The students appointed were Kerrione Joenique Banks, Terry Peter Franklin, and Mia R Darby. \n- Ordinance Number: R-23-149\n- Votes Summary:\n Vote 1: Adopt - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The motion to appoint the student members to the NOLA Youth Council passed.\n- Tags/Keywords: NOLA Youth Council, Student Members, High Schools\n- UID: 2cc74794-5b9a-47d8-ae8a-d67123479850\n\n- Topic: Support for Sale of Avondale Global Gateway\n- Summary: The ordinance requested support from state officials for the issuance of the bonds necessary to facilitate the sale of Avondale Global Gateway to the Port of South Louisiana.\n- Ordinance Number: R-23-155\n- Decision/Key Actions: The ordinance was withdrawn.\n- Tags/Keywords: Avondale Global Gateway, Port of South Louisiana, State Support\n- UID: 2cc74794-5b9a-47d8-ae8a-d67123479850\n\n- Topic: Appointment Extension for Acting Director of Department of Public Works\n- Summary: The ordinance sought to extend the interim appointment of Sarah McLaughlin-Porteous as Acting Director of the Department of Public Works for a period of 120 days.\n- Ordinance Number: M-23-161\n- Votes Summary:\n Vote 1: N/A - (Details not provided)\n- Decision/Key Actions: The outcome of the vote was not included in the provided information.\n- Tags/Keywords: Acting Director, Department of Public Works, Appointment Extension\n- UID: 2cc74794-5b9a-47d8-ae8a-d67123479850", + "uid": "2cc74794-5b9a-47d8-ae8a-d67123479850", + "publish_date": "4-20-2023", + "page_number": 35, + "title": "Regular City Council Minutes 4-20-2023" }, { - "title": "Regular CIty Council Meeting 1-19-2023.pdf", - "page_content": " 6 NAYS: 0 ABSTAIN: 0 ABSENT: Moreno - 1 RECUSED: 0 AND THE MOTION PASSED. LEGISLATIVE GROUPING ZONING DOCKET 84/22 \u2014 LANDIS CONSTRUCTION CO., LLC Brief: Requesting a Conditional Use to permit a reception facility over 10,000 square feet in an HU- MU Historic Urban Neighborhood Mixed-Use District. The petitioned property is located on Square 584, Lot 1A-1, in the Sixth Municipal District, bounded by La Salle Street, Freret Street, Jena Street, and Napoleon Avenue (Municipal Address: 2400 Napoleon Ave). The recommendation of the City Planning Commission being \u201cFOR APPROVAL\u201d, subject to one (1) waiver and five (5) provisos. Annotation: ELECTRONICALLY SUMBITTED. (Cm. Harris, District B, Cn. Deadline 3/6/23). HEARING HELD. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4388&doc_id=e890e754-9901-11ed-96ab-00505691 83fa 15/44 \f", - "page_number": 15, - "part": 2 + "page_content": "- Topic: Amendment to Comprehensive Zoning Ordinance\n- Summary: The ordinance directs the City Planning Commission to conduct a public hearing to consider amending the Comprehensive Zoning Ordinance of the City of New Orleans. The proposed amendments include changes to off-street parking requirements for certain increases in the number of existing bedrooms and bathrooms, as well as expanding the area of applicability to include additional neighborhoods.\n- Ordinance Number: M-23-162\n- Votes Summary:\n Vote 1: Adopt - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The motion was adopted, and the City Planning Commission is directed to conduct a public hearing for the proposed amendments to the Comprehensive Zoning Ordinance.\n- Tags/Keywords: Comprehensive Zoning Ordinance, Off-Street Parking, Amendment\n- UID: 0b714aab-cd29-439b-a830-b309cef10a12\n\n- Topic: Motion for Amendment to Comprehensive Zoning Ordinance\n- Summary: The motion calls for amendments to the Comprehensive Zoning Ordinance, including changes to off-street parking requirements, definitions of bedrooms and bathrooms, and other related regulations.\n- Ordinance Number: M-23-163\n- Votes Summary:\n Vote 1: Adopt - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The motion was adopted, indicating support for the proposed amendments to the Comprehensive Zoning Ordinance.\n- Tags/Keywords: Comprehensive Zoning Ordinance, Off-Street Parking, Amendment\n- UID: 0b714aab-cd29-439b-a830-b309cef10a12", + "uid": "0b714aab-cd29-439b-a830-b309cef10a12", + "publish_date": "4-20-2023", + "page_number": 36, + "title": "Regular City Council Minutes 4-20-2023" }, { - "title": "Regular CIty Council Meeting 1-19-2023.pdf", - "page_content": "6/23/23, 5:40 PM 6b. 8. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4388&doc_id=e890e754-9901-11ed-96ab-00505691 83fa SPEAKER CARDS: Fresia Galvez - In Support Zach Smith - In Support Staci van Goerning - In Support Doug Pleminger - In Support Michael Burnside - Info. Only ZD NO. 84-22 MOTION \u2014 NO. M-23-30 \u2014 BY: COUNCILMEMBER HARRIS Brief: Granting the applicant\u2019s Conditional Use request for ZD NO. 84/22, subject to the one (1) waiver and five (5) provisos set forth by the City Planning Commission. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 5/19/23). M-23-30 MOVED By: Harris SECONDED BY: Giarrusso ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Morrell, Thomas - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Moreno - 1 RECUSED: 0 AND THE MOTION PASSED", - "page_number": 16, - "part": 1 + "page_content": "- Topic: Study and Recommendations on Firearm Sales and Zoning Changes\n- Summary: Directing the City Planning Commission and City Attorney to study and make recommendations on adding Firearm Sales as a separate use from Retail Goods Establishment and potential zoning changes to prohibit firearm sales within 1,000 feet of Education Facilities.\n- Ordinance Number: M-23-163\n- Votes Summary:\n - Vote 1: Adopt - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The motion was adopted to conduct the study and make recommendations on firearm sales and zoning changes.\n- Tags/Keywords: Firearm Sales, Zoning Changes, City Planning Commission, City Attorney\n- UID: 0b0d7014-e4aa-4b14-9eda-946be9101e9e\n\n- Topic: Briefing Requirement Before Filing in Court\n- Summary: Stating that the Department of Law must brief the Council on the City's position before making any substantive filing in the United States District Court for the Eastern District of Louisiana for specific cases.\n- Ordinance Number: M-23-164\n- Votes Summary:\n - Vote 1: Continued to the meeting of 5/11/23\n- Decision/Key Actions: The motion was continued to a future meeting for further discussion and action.\n- Tags/Keywords: Department of Law, Filing in Court, Briefing Requirement\n- UID: 0b0d7014-e4aa-4b14-9eda-946be9101e9e\n\n- Topic: Contract Authorization with Hammerman & Gainer, LLC\n- Summary: Authorizing the President of the Council to sign a contract with Hammerman & Gainer, LLC for a one-year period with a maximum compensation of $600,000.\n- Ordinance Number: M-23-165\n- Votes Summary:\n - Vote 1: Adopt - (5 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The motion was adopted to authorize the contract with Hammerman & Gainer, LLC.\n- Tags/Keywords: Contract Authorization, Hammerman & Gainer, LLC, Council President\n- UID: 0b0d7014-e4aa-4b14-9eda-946be9101e9e", + "uid": "0b0d7014-e4aa-4b14-9eda-946be9101e9e", + "publish_date": "4-20-2023", + "page_number": 37, + "title": "Regular City Council Minutes 4-20-2023" }, { - "title": "Regular CIty Council Meeting 1-19-2023.pdf", - "page_content": ". ZONING DOCKET NO. 87/22 \u2014 CITY COUNCIL MOTION NO. M-22-455 Brief: Requesting a text amendment to Article 20, Section 20.3.LLL of the Comprehensive Zoning Ordinance (CZO) to modify the Use Standards for Short Term Rentals (STR) to require posted signage for all three STR classifications. The proposed text amendment would affect properties citywide in districts where any type of STR is permitted or conditional. The recommendation of the City Planning Commission being \u201cFOR DENIAL\u201d. Annotation: ELECTRONICALLY SUMBITTED. (All Cms., Citywide, Cn. Deadline 3/6/23). CONTINUED TO THE MEETING OF 2/2/23. SPEAKER CARD: Michael Burnside - Info. Only ZD NO. 87-22 LEGISLATIVE GROUPING https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4388&doc_id=e890e754-9901-11ed-96ab-00505691 83fa 16/44 \f", - "page_number": 16, - "part": 2 + "page_content": "- Topic: Temporary Waiver of Fees and Requirements for West Fest Annual Parade\n- Summary: The ordinance aims to temporarily waive certain fees, permit fees, and requirements within and around the McDonough Playground for the West Fest Annual Parade event on April 23, 2023. The ordinance passed.\n- Ordinance Number: CAL. NO. 34,128\n- Votes Summary:\n - Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: Temporary waiver of fees and requirements specified for the West Fest Annual Parade event.\n- Tags/Keywords: McDonough Playground, West Fest Annual Parade, temporary waiver, fees, permit fees\n- UID: b305b8b7-0907-40dd-a91f-4a3f1467de8b\n\n- Topic: Temporary Waiver of Fees and Requirements for Ole & Nu Style Fellas Annual Parade\n- Summary: The ordinance aims to temporarily waive certain fees, permit fees, and requirements within and around Treme Recreation Community Center for the Ole & Nu Style Fellas Annual Parade event on April 23, 2023. The ordinance passed.\n- Ordinance Number: CAL. NO. 34,129\n- Votes Summary:\n - Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: Temporary waiver of fees and requirements specified for the Ole & Nu Style Fellas Annual Parade event.\n- Tags/Keywords: Treme Recreation Community Center, Ole & Nu Style Fellas Annual Parade, temporary waiver, fees, permit fees\n- UID: b305b8b7-0907-40dd-a91f-4a3f1467de8b", + "uid": "b305b8b7-0907-40dd-a91f-4a3f1467de8b", + "publish_date": "4-20-2023", + "page_number": 38, + "title": "Regular City Council Minutes 4-20-2023" }, { - "title": "Regular CIty Council Meeting 1-19-2023.pdf", - "page_content": "6/23/23, 5:40 PM 8a. 8b. 9a. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4388&doc_id=e890e754-9901-11ed-96ab-00505691 83fa ZONING DOCKET NO. 90/22 - OC DEVELOPMENT, LLC Brief: Requesting a Zoning Change from an HU-RD2 Historic Urban Two-Family District to an HU- MU Historic Urban Neighborhood Mixed-Use District, on Square 1345, Lots 9, 10, and W-2 or Lots W and Pt. 8, in the Third Municipal District, bounded by North Dorgenois Street, Columbus Street, Kerlerec Street, and North Rocheblave Street (Municipal Addresses: 2431- 2441 Kerlerec Street). The recommendation of the City Planning Commission being \u201cNO RECOMMENDATION\u201d. Annotation: ELECTRONICALLY SUBMITTED. (Cm. Green, District D, Cn. Deadline 1/30/23). ON DEADLINE. WITHDRAWN. (At the applicant's request). ON-LINE SPEAKERS: Renee Helire Nikka Ghalili ZD NO. 90-22 MOTION - NO. M-23-23 - BY: COUNCILMEMBER", - "page_number": 17, - "part": 1 + "page_content": "- Topic: Smoke Free Air Act Amendment for Cigar Bars\n- Summary: An ordinance to amend and reordain Section 66-36 and to ordain Section 66-79 of the Code of the City of New Orleans, in the Smoke Free Air Act, to create operating health and safety regulations for cigar bars.\n- Ordinance Number: CAL. NO. 34,150\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The ordinance passed, with 5 council members in favor and no opposition.\n- Tags/Keywords: Smoke Free Air Act, Cigar Bars, Health and Safety Regulations\n- UID: ad8a8ce4-5537-4409-bd7e-c0b08a7a40cf\n\n- Topic: Conditional Use for Wine Shop in HU-B1 Historic Urban Neighborhood Business District\n- Summary: An ordinance to establish a conditional use to permit a wine shop in an HU-B1 Historic Urban Neighborhood Business District.\n- Ordinance Number: CAL. NO. 34,152\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The ordinance passed with unanimous support from the council members.\n- Tags/Keywords: Conditional Use, Wine Shop, Historic Urban Neighborhood Business District\n- UID: ad8a8ce4-5537-4409-bd7e-c0b08a7a40cf", + "uid": "ad8a8ce4-5537-4409-bd7e-c0b08a7a40cf", + "publish_date": "4-20-2023", + "page_number": 39, + "title": "Regular City Council Minutes 4-20-2023" }, { - "title": "Regular CIty Council Meeting 1-19-2023.pdf", - "page_content": " GREEN Brief: Denying the applicant's Zoning Change request on ZD NO. 90/22. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 5/19/23). WITHDRAWN. ON-LINE SPEAKERS: Renee Helire Nikka Ghalili M-23-23 LEGISLATIVE GROUPING ZONING DOCKET NO. 93/22 - RASAAN BAILEY AND ARLETTE BAILEY Brief: Requesting a Zoning Change from an S-RS Suburban Single-Family Residential District to an S-RD Suburban Two-Family Residential District. The petitioned property is located on Square 277, Lots 13 through 20, in the Fifth Municipal District, bounded by Bennett Street, Henderson Street, Adrian Street, and Maumus Avenue. (Municipal Addresses: 3670 Bennett St). The recommendation of the City Planning Commission being \u201cFOR APPROVAL\u201d. Annotation: https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4388&doc_id=e890e754-9901-11ed-96ab-00505691 83fa 17/44 \f", - "page_number": 17, - "part": 2 + "page_content": "- Topic: Conditional Use for Standard Restaurant in HU-B1 District\n- Summary: The ordinance aims to establish a conditional use to permit a standard restaurant in an HU-B1 Historic Urban Residential Business District. The outcome of the vote is not provided in the given information.\n- Ordinance Number: CAL. NO. 34,153\n- Votes Summary:\n Vote 1: Outcome not provided\n- Decision/Key Actions: Outcome not provided\n- Tags/Keywords: Zoning, Conditional Use, Restaurant, HU-B1 District\n- UID: 9771c7b1-37cb-4d1d-a8d5-c501fbbd6f5e\n\n- Topic: Evaluation of Classified Pay Plan for Emergency Management Services\n- Summary: The ordinance seeks to direct the Department of City Civil Service to evaluate and provide recommendations to the Civil Service Commission and the City Council for amending the Classified Pay Plan to increase the minimum and maximum annual salary of all classes of positions in the Emergency Management Services job series to market rate. The vote outcome and any amendments or discussions are not provided in the given information.\n- Ordinance Number: CAL.NO. 34,154\n- Votes Summary: Outcome not provided\n- Decision/Key Actions: Outcome not provided\n- Tags/Keywords: Civil Service, Pay Plan, Emergency Management Services\n- UID: 9771c7b1-37cb-4d1d-a8d5-c501fbbd6f5e\n\n- Topic: Waiver of Fees and Requirements for Recreation Centers\n- Summary: The ordinance aims to temporarily waive certain fees, permit fees, and requirements within and around the Lyons Recreation Center and the Rosenwald Recreation Center in conjunction with an event. The vote outcome and any amendments or discussions are not provided in the given information.\n- Ordinance Number: CAL. NO. 34,155\n- Votes Summary: Outcome not provided\n- Decision/Key Actions: Outcome not provided\n- Tags/Keywords: Recreation Centers, Fee Waiver, Event\n- UID: 9771c7b1-37cb-4d1d-a8d5-c501fbbd6f5e\n\n- Topic: Unspecified Ordinance by Councilmember Giarrusso\n- Summary: The provided information does not include details about the specific content of this ordinance, its purpose, or the outcome of the vote.\n- Ordinance Number: CAL. NO. 34,156\n- Votes Summary: Outcome not provided\n- Decision/Key Actions: Outcome not provided\n- Tags/Keywords: Unspecified\n- UID: 9771c7b1-37cb-4d1d-a8d5-c501fbbd6f5e", + "uid": "9771c7b1-37cb-4d1d-a8d5-c501fbbd6f5e", + "publish_date": "4-20-2023", + "page_number": 40, + "title": "Regular City Council Minutes 4-20-2023" }, { - "title": "Regular CIty Council Meeting 1-19-2023.pdf", - "page_content": "6/23/23, 5:40 PM 9b. 10. 10a. 10b. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4388&doc_id=e890e754-9901-11ed-96ab-00505691 83fa ELECTRONICALLY SUMBITTED. (Cm. King, District C, Cn. Deadline 3/6/23). CONTINUED TO THE MEETING OF 2/2/23. ZD NO. 93-22 MOTION - NO. M-23-25 - BY: COUNCILMEMBER KING Brief: Granting the applicant\u2019s Zoning Change request on ZD NO. 93/22, for property located at 3670 Bennett Street. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 5/19/23). CONTINUED TO THE MEETING OF 2/2/23. M-23-25 LEGISLATIVE GROUPING ZONING DOCKET NO. 94/22 \u2014 CRAFT COMMERCIAL PROPERTIES, LLC Brief: Requesting an Amendment to Ordinance No. 24,302 MCS (Zoning Docket 113/10) to now grant a Conditional Use to permit a commercial short term rental in an HMC-1 Historic Marigny/Trem\u00e9/Bywater Commercial District. Th", - "page_number": 18, - "part": 1 + "page_content": "- Topic: Appropriation of unassigned fund balance for budget shortfalls and purchase of vehicles and equipment\n- Summary: The ordinance aimed to amend the operating budget of revenues for the City of New Orleans for the year 2023 to appropriate unassigned fund balance for anticipated budget shortfalls and to support the purchase of vehicles and equipment. \n- Ordinance Number: 34156\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed without any opposition.\n- Tags/Keywords: Budget, Fund Appropriation, City of New Orleans\n- UID: 27f1a592-de17-4a9b-bda1-5c0b800cd835\n\n- Topic: Appropriation of unassigned fund balance for budget shortfalls and purchase of vehicles and equipment\n- Summary: This ordinance sought to amend the operating budget of expenditures for the City of New Orleans for the year 2023 to appropriate unassigned fund balance for anticipated budget shortfalls and to support the purchase of vehicles and equipment.\n- Ordinance Number: 34157\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed without any opposition.\n- Tags/Keywords: Budget, Fund Appropriation, City of New Orleans\n- UID: 27f1a592-de17-4a9b-bda1-5c0b800cd835\n\n- Topic: Reappropriation of American Rescue Plan Act (ARPA) funds and funding allocation adjustments\n- Summary: This ordinance aimed to reappropriate ARPA funds for specific purposes, including personal services, support for the Police Department K9 and Mounted Units, and funding reallocation for the Real Timbers Walking Trail.\n- Ordinance Number: 34158\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed without any opposition.\n- Tags/Keywords: ARPA Funds, Police Department, Funding Allocation\n- UID: 27f1a592-de17-4a9b-bda1-5c0b800cd835\n\n- Topic: Zoning amendment for property use change\n- Summary: This ordinance sought to grant an amendment to permit the use of a property as a community center in an HU-RD2 Historic Urban Two-Family Residential District, instead of a large childcare center.\n- Ordinance Number: 34159\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed without any opposition.\n- Tags/Keywords: Zoning Amendment, Property Use, Community Center\n- UID: 27f1a592-de17-4a9b-bda1-5c0b800cd835", + "uid": "27f1a592-de17-4a9b-bda1-5c0b800cd835", + "publish_date": "4-20-2023", + "page_number": 41, + "title": "Regular City Council Minutes 4-20-2023" }, { - "title": "Regular CIty Council Meeting 1-19-2023.pdf", - "page_content": "e petitioned property is located on Square 249, Lot 12A or 15, in the Third Municipal District, bounded by Burgundy Street, Louisa Street, Dauphine Street, and Piety Street (Municipal Address: 3200-3208 Burgundy Street). The recommendation of the City Planning Commission being \u201cFOR APPROVAL\u201d, subject to Six (6) provisos. Annotation: ELECTRONICALLY SUMBITTED. (Cm. King, District C, Cn. Deadline 3/6/23). HEARING HELD. SPEAKER CARD: Ron Loesel - In Support ON-LINE SPEAKERS: Jonathan Wiggins David Ginger ZD NO. 94-22 MOTION \u2014 NO. M-23-26 \u2014 BY: COUNCILMEMBER KING Brief: Approving the applicant\u2019s request on ZD NO. 94/22, subject to the proviso numbers 1, 3, 4 and 5 in the City Planning Commission\u2019s staff report, and the following waiver: https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4388&doc_id=e890e754-9901-11ed-96ab-00505691 83fa 18/44 \f", - "page_number": 18, - "part": 2 + "page_content": "- Topic: Residential Short Term Rental Interim Zoning District\n- Summary: An ordinance to establish a temporary prohibition of Residential Short Term Rental (STR) uses citywide and to prevent any issuance of new Residential Short Term Rental permits or licenses. Three prohibited use categories include: Residential Short Term Rental, Small; Residential Short Term Rental, Large; and Residential Short Term Rental, Partial Unit.\n- Ordinance Number: 34159\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed to establish the Residential Short Term Rental Interim Zoning District.\n- Tags/Keywords: Zoning, Residential Short Term Rental, Temporary Prohibition\n- UID: d543c4f4-8be0-4d92-9a43-4262af7d43dc\n\n- Topic: University Area Off-Street Parking Interim Zoning District\n- Summary: An ordinance to require off-street vehicular parking for any increase in the number of existing bedrooms for properties located in a specific area. The ordinance aimed to re-establish the University Area Off-Street Parking Interim Zoning District.\n- Ordinance Number: 34160\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed to re-establish the University Area Off-Street Parking Interim Zoning District.\n- Tags/Keywords: Off-Street Parking, Zoning District, University Area\n- UID: d543c4f4-8be0-4d92-9a43-4262af7d43dc\n\n- Topic: Unspecified Ordinance by Councilmember Thomas\n- Summary: The details of this ordinance were not provided in the available information.\n- Ordinance Number: 34161\n- Votes Summary: N/A\n- Decision/Key Actions: No information available on the outcome of this ordinance.\n- Tags/Keywords: Unspecified, Councilmember Thomas\n- UID: d543c4f4-8be0-4d92-9a43-4262af7d43dc", + "uid": "d543c4f4-8be0-4d92-9a43-4262af7d43dc", + "publish_date": "4-20-2023", + "page_number": 42, + "title": "Regular City Council Minutes 4-20-2023" }, { - "title": "Regular CIty Council Meeting 1-19-2023.pdf", - "page_content": "6/23/23, 5:40 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4388&doc_id=e890e754-9901-11ed-96ab-00505691 83fa M-23-26 1. The developer shall be granted a variance of Article 22, Section 22.4.A. (Table 22-1) of the bedrooms and be required to provide none. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 5/19/23). SPEAKER CARDS: Ron Leson Jo Wiggin David Ginger MOVED By: King SECONDED BY: Green ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Morrell, Thomas - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Moreno - 1 RECUSED: 0 AND THE MOTION PASSED. 11. LEGISLATIVE GROUPING lla. ZONING DOCKET NO.96/22 - 623 ORANGE, LLC Brief: Requesting a Conditional Use to permit a reception facility over 5,000 square feet with outdoor live entertainment (secondary use) in an HU-MU Histori", - "page_number": 19, - "part": 1 + "page_content": "- Topic: Amendment to Cooperative Endeavor Agreement for Electronic Waste Removal and Recycling Services\n- Summary: The ordinance authorizes the Mayor of the City of New Orleans to enter into Amendment No. 1 to extend the term of the Cooperative Endeavor Agreement with Capital Area Corporate Recycling Council for electronic waste removal and recycling services. The maximum aggregate amount of compensation is reaffirmed at $0.\n- Ordinance Number: 34162\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed without amendments.\n- Tags/Keywords: Cooperative Endeavor Agreement, Electronic Waste Removal, Recycling Services\n- UID: d05efe93-d981-4c58-9e45-ec852a2da60b\n\n- Topic: Appropriation of Grant Funds for Emergency Medical Services\n- Summary: The ordinance seeks to amend the operating budget to appropriate grant funds to the Health Department for Emergency Medical Services to purchase rescue equipment.\n- Ordinance Number: 34163\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed without amendments.\n- Tags/Keywords: Grant Funds, Emergency Medical Services, Operating Budget\n- UID: d05efe93-d981-4c58-9e45-ec852a2da60b\n\n- Topic: Additional Funds for Jackson Barracks Project Unit\n- Summary: The ordinance aims to amend the operating budget to appropriate additional funds to the Jackson Barracks Project unit within the Department of Mosquito, Termite & Rodent Control for the purchase of motor vehicles.\n- Ordinance Number: 34164\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed without amendments.\n- Tags/Keywords: Additional Funds, Jackson Barracks Project, Motor Vehicles, Operating Budget\n- UID: d05efe93-d981-4c58-9e45-ec852a2da60b", + "uid": "d05efe93-d981-4c58-9e45-ec852a2da60b", + "publish_date": "4-20-2023", + "page_number": 43, + "title": "Regular City Council Minutes 4-20-2023" }, { - "title": "Regular CIty Council Meeting 1-19-2023.pdf", - "page_content": "c Urban Neighborhood Mixed-Use District. The petitioned property is located on Square 79, Lots 19 and 20, in the First Municipal District, bounded by Orange Street, Religious Street, Saint Thomas Street, and Race Street (Municipal Address: 623 Orange Street). The recommendation of the City Planning Commission being \u201cFOR APPROVAL\u201d, subject to one (1) waiver and eight (8) provisos. Annotation: ELECTRONICALLY SUMBITTED. (Cm. Harris, District B, Cn. Deadline 3/6/23). HEARING HELD. ZD NO. 96-22 11b. MOTION \u2014 NO. M-23-31 \u2014 BY: COUNCILMEMBER HARRIS Brief: Approving the applicant\u2019s request on ZD NO. 96/22, subject to the one (1) waiver and eight (8) provisos set forth by the City Planning Commission. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4388&doc_id=e890e754-9901-11ed-96ab-00505691 83fa 19/44 \f", - "page_number": 19, - "part": 2 + "page_content": "- Topic: Appropriation of additional funds for Jackson Barracks Project unit within the Department of Mosquito, Termite & Rodent Control\n- Summary: The ordinance aims to amend the operating budget of expenditures for the City of New Orleans for the year 2023 to allocate additional funds for the purchase of motor vehicles for the Jackson Barracks Project unit. The voting outcome is not provided in the chunk.\n- Ordinance Number: CAL. NO. 34,166\n- Votes Summary:\n - Vote 1: N/A\n- Decision/Key Actions: The decision on the voting outcome is not provided in the chunk.\n- Tags/Keywords: Budget, Expenditures, Appropriation, Motor Vehicles\n- UID: cc51536d-c321-4f10-863a-35b26e23815a\n\n- Topic: Appropriation of unspent grant funds to the Department of Workforce Development\n- Summary: The ordinance aims to amend the operating budget of revenues for the City of New Orleans for the year 2023 to allocate unspent grant funds to the Department of Workforce Development. The voting outcome is not provided in the chunk.\n- Ordinance Number: CAL. NO. 34,167\n- Votes Summary:\n - Vote 1: N/A\n- Decision/Key Actions: The decision on the voting outcome is not provided in the chunk.\n- Tags/Keywords: Budget, Revenues, Appropriation, Grant Funds, Workforce Development\n- UID: cc51536d-c321-4f10-863a-35b26e23815a\n\n- Topic: Appropriation of unspent grant funds to the Department of Workforce Development\n- Summary: The ordinance aims to amend the operating budget of expenditures for the City of New Orleans for the year 2023 to allocate unspent grant funds to the Department of Workforce Development. The voting outcome is not provided in the chunk.\n- Ordinance Number: CAL. NO. 34,168\n- Votes Summary:\n - Vote 1: N/A\n- Decision/Key Actions: The decision on the voting outcome is not provided in the chunk.\n- Tags/Keywords: Budget, Expenditures, Appropriation, Grant Funds, Workforce Development\n- UID: cc51536d-c321-4f10-863a-35b26e23815a", + "uid": "cc51536d-c321-4f10-863a-35b26e23815a", + "publish_date": "4-20-2023", + "page_number": 44, + "title": "Regular City Council Minutes 4-20-2023" }, { - "title": "Regular CIty Council Meeting 1-19-2023.pdf", - "page_content": "6/23/23, 5:40 PM 12. 12a. 12b. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4388&doc_id=e890e754-9901-11ed-96ab-00505691 83fa Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 5/19/23). M-23-31 MOVED By: Harris SECONDED BY: _ King ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Morrell, Thomas - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Moreno - 1 RECUSED: 0 AND THE MOTION PASSED. LEGISLATIVE GROUPING ZONING DOCKET NO. 97/22 \u2014 CITY COUNCIL MOTION NO. M-22-431 Brief: Requesting for the rescission of Ordinance No. 28,644 MCS (Zoning Docket 008/21), which granted a Conditional Use to permit a wine shop in HU-B1 Historic Urban Neighborhood Business District. The petitioned property is located on Square 20404, Lot 14A, in the Sixth Municipal District, b", - "page_number": 20, - "part": 1 + "page_content": "- Topic: Zoning Administration Application Fees\n- Summary: This ordinance aims to establish fees for certain applications to the zoning administration of the Department of Safety and Permits in the City of New Orleans.\n- Ordinance Number: 34169\n- Votes Summary:\n Vote 1: Passed - (8 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed without amendments.\n- Tags/Keywords: Zoning, Fees, Safety and Permits\n- UID: b83883ae-26cb-48cd-80a5-21d6ffee4f8f\n\n- Topic: American Rescue Plan Funds for Utility Arrearages\n- Summary: This ordinance authorizes the Mayor of the City of New Orleans to enter into a Subrecipient Agreement to utilize $1,300,000.00 in American Rescue Plan funds for the valuable public purpose of addressing economic hardship related to the COVID-19 pandemic by providing assistance to constituents with utility arrearages incurred during the pandemic.\n- Ordinance Number: 34170\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 2 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed with some opposition.\n- Tags/Keywords: American Rescue Plan, Economic Hardship, Utility Arrearages\n- UID: b83883ae-26cb-48cd-80a5-21d6ffee4f8f\n\n- Topic: Appropriation of Funds for Cultural Economy Events\n- Summary: This ordinance seeks to amend the operating budget to appropriate funds to the Office of Cultural Economy for Mardi Gras, Jazz Fest, and Bayou Classic events and to embrace Culture Economic Initiatives & Partnerships.\n- Ordinance Number: 34171\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 1 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed with some opposition.\n- Tags/Keywords: Appropriation of Funds, Cultural Economy, Events\n- UID: b83883ae-26cb-48cd-80a5-21d6ffee4f8f\n\n- Topic: Appropriation of Funds for Cultural Economy Events\n- Summary: Similar to the previous ordinance, this one also aims to amend the operating budget to appropriate funds to the Office of Cultural Economy for Mardi Gras, Jazz Fest, and Bayou Classic events and to embrace Culture Economic Initiatives & Partnerships.\n- Ordinance Number: 34172\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 1 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed with some opposition.\n- Tags/Keywords: Appropriation of Funds, Cultural Economy, Events\n- UID: b83883ae-26cb-48cd-80a5-21d6ffee4f8f", + "uid": "b83883ae-26cb-48cd-80a5-21d6ffee4f8f", + "publish_date": "4-20-2023", + "page_number": 45, + "title": "Regular City Council Minutes 4-20-2023" }, { - "title": "Regular CIty Council Meeting 1-19-2023.pdf", - "page_content": "ounded by Magazine, Constance, General Pershing, and Milan Streets (Municipal Addresses: 4210-4214 Magazine Street). The recommendation of the City Planning Commission being \u201cFOR APPROVAL\u201d. Annotation: ELECTRONICALLY SUMBITTED. (Cm. Harris, District B, Cn. Deadline 3/6/23). HEARING HELD. SPEAKER CARDS: Edward Washington - In Opposition Troy Gant - In Opposition Allie Conlay - In Support Robert Watters - In Support Zach Smith - In Support Ike Spears - In Support ZD NO. 97-22 MOTION \u2014 NO. M-23-35 \u2014 BY: COUNCILMEMBER HARRIS Brief: Approving and granting the applicant\u2019s request on ZD NO. 97/22 for the properties located at 4210-4214 Magazine Street. Annotation: https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4388&doc_id=e890e754-9901-11ed-96ab-00505691 83fa 20/44 \f", - "page_number": 20, - "part": 2 + "page_content": "- Topic: Amendment of Operating Budget of Revenues for the Office of Cultural Economy\n- Summary: This ordinance sought to amend the Operating Budget of Revenues for the City of New Orleans for the Year 2023, specifically appropriating funds to the Office of Cultural Economy for marketing materials, international exchanges, memberships, subscriptions, business development, and events.\n- Ordinance Number: CAL. NO. 34,173\n- Votes Summary:\n Vote 1: Passed - (8 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed without any amendments.\n- UID: ef314c3c-9b21-46cb-931f-3d32a67e8ab0\n\n- Topic: Amendment of Operating Budget of Expenditures for the Office of Cultural Economy\n- Summary: This ordinance aimed to amend the Operating Budget of Expenditures for the City of New Orleans for the Year 2023, appropriating funds to the Office of Cultural Economy for marketing materials, international exchanges, memberships, subscriptions, and events.\n- Ordinance Number: CAL. NO. 34,174\n- Votes Summary:\n Vote 1: Passed - (8 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed without any amendments.\n- UID: ef314c3c-9b21-46cb-931f-3d32a67e8ab0\n\n- Topic: Further Amendment of Operating Budget of Revenues for the Office of Cultural Economy\n- Summary: This ordinance aimed to further amend the Operating Budget of Revenues for the City of New Orleans for the Year 2023, appropriating funds to the Office of Cultural Economy for business development, memberships, subscriptions, marketing, and events.\n- Ordinance Number: CAL. NO. 34,175\n- Votes Summary:\n Vote 1: Passed - (8 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed without any amendments.\n- UID: ef314c3c-9b21-46cb-931f-3d32a67e8ab0\n\n- Topic: Amendment of Operating Budget of Expenditures for the Office of Cultural Economy\n- Summary: This ordinance sought to amend the Operating Budget of Expenditures for the City of New Orleans for the Year 2023, appropriating funds to the Office of Cultural Economy for business development, memberships, subscriptions, marketing, and events.\n- Ordinance Number: CAL. NO. 34,176\n- Votes Summary:\n Vote 1: Passed - (8 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed without any amendments.\n- UID: ef314c3c-9b21-46cb-931f-3d32a67e8ab0", + "uid": "ef314c3c-9b21-46cb-931f-3d32a67e8ab0", + "publish_date": "4-20-2023", + "page_number": 46, + "title": "Regular City Council Minutes 4-20-2023" }, { - "title": "Regular CIty Council Meeting 1-19-2023.pdf", - "page_content": "6/23/23, 5:40 PM 13. 14. 14a. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4388&doc_id=e890e754-9901-11ed-96ab-00505691 83fa ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 5/19/23). M-23-35 MOVED By: Harris SECONDED BY: _ King ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Morrell, Thomas - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Moreno - 1 RECUSED: 0 AND THE MOTION PASSED. ZONING DOCKET NO. 98/22 \u2014 CITY COUNCIL MOTION NO. M-22-447 Brief: Request an Amendment to the text of the Comprehensive Zoning Ordinance to amend Article 19 to create a new Interim Zoning District called the Lower Algiers Rural Protection Interim Zoning District, which would prohibit the development of multi-family residences in S-RM1 Multiple-Family Residential Districts and commercial development in S-B2 Pedestrian- Oriented Corridor Business Districts in the area generally bounded by the Intercoastal Waterway, the Mississippi River, the Donner Canal, and Delacroix Road. The IZD applies to all properties currently zoned S-RMI Multi-Family Residential Dist", - "page_number": 21, - "part": 1 + "page_content": "- Topic: Operating Budget of Expenditures for the City of New Orleans for the Year 2023\n- Summary: This ordinance aimed to appropriate funds to the Office of Cultural Economy for business development, memberships, subscriptions, marketing, and events. The motion for adjournment was passed with 5 YEAS and 0 NAYS.\n- Ordinance Number: 34176\n- Votes Summary:\n Vote 1: Adjourn - Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: Motion for adjournment passed\n- UID: 616fa2e2-3dc1-4cb6-bcfb-5bc426ae7823", + "uid": "616fa2e2-3dc1-4cb6-bcfb-5bc426ae7823", + "publish_date": "4-20-2023", + "page_number": 47, + "title": "Regular City Council Minutes 4-20-2023" }, { - "title": "Regular CIty Council Meeting 1-19-2023.pdf", - "page_content": "rict and S-B2 Pedestrian- Oriented Corridor Business District. The recommendation of the City Planning Commission being \u201cFOR DENIAL\u201d. Annotation: ELECTRONICALLY SUMBITTED. (Cm. King, District C, Cn. Deadline 3/6/23). CONTINUED TO THE MEETING OF 2/2/23. ON-LINE SPEAKER: Sharonda Williams ZD NO. 98-22 ZD NO. 98-22 post deadline comments and speaker cards LEGISLATIVE GROUPING ZONING DOCKET NO. 99/22 \u2014 CITY COUNCIL MOTION NO. M-22-448 Brief: Requesting a Zoning Change from an HU-RM2 Historic Urban Multi-Family Residential District to an HU-MU Historic Urban Neighborhood Mixed-Use District. The petitioned property is located on Square 124, Lots 1, 2, 2 or an undesignated lot, and 5-D in the Second Municipal District, bounded by Iberville Street, Crozat Street, Bienville Street, and Basin Street (Municipal Addresses: 235-237 Basin Street and 1208-1216 Bienville Street). The recommendation of the City Planning Commission being \u201cFOR APPROVAL\u201d. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4388&doc_id=e890e754-9901-11ed-96ab-00505691 83fa 21/44 \f", - "page_number": 21, - "part": 2 + "page_content": "- Topic: Roll Call\n- Summary: The roll call showed seven members present, constituting a quorum.\n- Ordinance Number: N/A\n- Votes Summary:\n - Vote 1: N/A\n- Decision/Key Actions: Quorum established for the meeting\n- Tags/Keywords: Roll Call, Quorum, Meeting\n- UID: 4a6a5957-a801-4093-a241-029fb2d99de3\n\n- Topic: Invocation\n- Summary: Pastor Jamal Weathersby from New Hope Baptist Church led the invocation.\n- Ordinance Number: N/A\n- Votes Summary:\n - Vote 1: N/A\n- Decision/Key Actions: Invocation conducted at the start of the meeting\n- Tags/Keywords: Invocation, Pastor, New Hope Baptist Church\n- UID: 4a6a5957-a801-4093-a241-029fb2d99de3", + "uid": "4a6a5957-a801-4093-a241-029fb2d99de3", + "publish_date": "10-19-2023", + "page_number": 1, + "title": "Regular City Council Minutes 10-19-2023" }, { - "title": "Regular CIty Council Meeting 1-19-2023.pdf", - "page_content": "6/23/23, 5:40 PM 14b. 15. 16. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4388&doc_id=e890e754-9901-11ed-96ab-00505691 83fa Annotation: ELECTRONICALLY SUMBITTED. (Cm. King, District C, Cn. Deadline 3/6/23). CONTINUED TO THE MEETING OF 2/2/23. ON-LINE SPEAKER: Ann Marie Coviello ZD NO. 99-22 MOTION \u2014 NO. M-23-27\u2014 BY: COUNCILMEMBER KING Brief: Approving and granting the applicant\u2019s request for the properties located at 235-237 Basin Street and 1208-1216 Bienville Street on ZD NO. 99/22. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 5/19/23). CONTINUED TO THE MEETING OF 2/2/23. M-23-27 DESIGN REVIEW 54/22 \u2014 SCOTT STEEN Brief: Request an appeal of the Lower Algiers Rural Protection Interim Zoning District to permit a multi-family residential development in an S-RM1 Multiple Family Residential District and an SB2 Suburban Pedestrian Oriented Business Dis", - "page_number": 22, - "part": 1 + "page_content": "- Topic: Recognition of Jacqueline Moyse Borchgrevink's 100th Birthday\n- Summary: The council presented a celebration of Jacqueline Moyse Borchgrevink's 100th birthday and illustrious life.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Presentation of celebration\n- Tags/Keywords: Celebration, Recognition, Jacqueline Moyse Borchgrevink, 100th Birthday\n- UID: 4dd7ab6f-9b79-4a86-a983-e5015fc69c3d\n\n- Topic: Recognition of Dr. Gwendolyn Midlo Hall's Life\n- Summary: The council recognized and remembered the life of historian Dr. Gwendolyn Midlo Hall, known for revolutionizing historians' understanding of slavery with her book \"Africans in Colonial Louisiana.\"\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Presentation of recognition and remembrance\n- Tags/Keywords: Recognition, Dr. Gwendolyn Midlo Hall, Historian, Slavery\n- UID: 4dd7ab6f-9b79-4a86-a983-e5015fc69c3d\n\n- Topic: Recognition of October 2023 as Domestic Violence Awareness Month\n- Summary: Presentations were received from City leadership, service providers, and advocates working to bring greater awareness to available domestic violence resources, identifying the causes of domestic abuse fatality and methods for prevention, as well as wraparound services for survivors of domestic and intimate partner violence.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Recognition of October 2023 as Domestic Violence Awareness Month\n- Tags/Keywords: Domestic Violence Awareness, October 2023, Presentations, Resources, Prevention\n- UID: 4dd7ab6f-9b79-4a86-a983-e5015fc69c3d", + "uid": "4dd7ab6f-9b79-4a86-a983-e5015fc69c3d", + "publish_date": "10-19-2023", + "page_number": 2, + "title": "Regular City Council Minutes 10-19-2023" }, { - "title": "Regular CIty Council Meeting 1-19-2023.pdf", - "page_content": "trict on Square 1, Lot XB-1B, in the Fifth Municipal District, bounded by English Turn Parkway, Woodland Highway, River Road, and Stanton Road (Municipal Address: 40 English Turn Parkway). The recommendation of the City Planning Commission being \u201cFOR APPROVAL\u201d. Annotation: ELECTRONICALLY SUBMITTED. (Cms. King, Moreno and Morrell, Cn. Deadline 3/6/23). (Report received at the meeting of 1/5/23). CONTINUED TO THE MEETING OF 2/2/23. ON-LINE SPEAKER: Sharonda Williams REPORT - DR NO. 54-22 STREET NAME CHANGE NO. 2/22 \u2014 CARVER RAMS WAY Brief: Requesting the consideration of renaming the entirety of Higgins Boulevard between Almonaster Avenue and Alvar Street as Carver Rams Way. The City Planning Commission recommended \u201cMODIFIED APPROVAL\u201d with a waiver of criteria number 1. Annotation: https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4388&doc_id=e890e754-9901-11ed-96ab-00505691 83fa 22/44 \f", - "page_number": 22, - "part": 2 + "page_content": "- Topic: Authorization of Professional Services Agreement with AH Datalytics, LLC\n- Summary: The council authorized and directed the Council President to execute a professional services agreement with AH Datalytics, LLC for a term of one-year, with up to four allowable one-year renewals. The motion was received, added to the agenda, and ultimately adopted.\n- Ordinance Number: M-23-494\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n Vote 2: Motion to Suspend the Rules to Add - Passed\n Vote 3: Motion to Adopt - Passed\n- Decision/Key Actions: Authorization and direction to execute a professional services agreement with AH Datalytics, LLC\n- Tags/Keywords: Professional services, AH Datalytics, M-23-494\n- UID: 56ea3695-d93a-4720-a768-5632d858c145", + "uid": "56ea3695-d93a-4720-a768-5632d858c145", + "publish_date": "10-19-2023", + "page_number": 3, + "title": "Regular City Council Minutes 10-19-2023" }, { - "title": "Regular CIty Council Meeting 1-19-2023.pdf", - "page_content": "6/23/23, 5:40 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4388&doc_id=e890e754-9901-11ed-96ab-00505691 83fa ELECTRONICALLY SUBMITTED. (Cm. Green, District D, Cn. Deadline N/A). HEARING HELD. SPEAKER CARD: Michael Burnside - Info. Only SNC _ 2-22 Final Staff Report (1) 45. MOTION - NO. M-23-44 - BY: COUNCILMEMBER GREEN Brief: Overruling and granting the applicant\u2019s request for Street Name Change NO. 2/22. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 5/19/23). SPEAKER CARD: Michael Burnside M-23-44 MOVED By: Green SECONDED BY: Giarrusso ACTION: Suspend the Rules YEAS: Giar", - "page_number": 23, - "part": 1 + "page_content": "- Topic: Confirmation of Interim Superintendent Anne Kirkpatrick\n- Summary: The Governmental Affairs Committee considered the confirmation of Interim Superintendent Anne Kirkpatrick as the permanent superintendent of the Department of Police. The committee voted 4-1 to forward the matter to the full Council for final action with no recommendation of approval or disapproval. Several speakers expressed opposition to the confirmation during the hearing.\n- Ordinance Number: 41\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 1 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: Interim Superintendent Anne Kirkpatrick was confirmed as the permanent superintendent of the Department of Police.\n- Tags/Keywords: Confirmation, Superintendent of Police, Governmental Affairs Committee, Hearing\n- UID: f1ba2989-5124-4305-a8f5-d271555bd253\n\n- Topic: Communications related to electric and gas utility matters\n- Summary: The Chief of Staff & Counsel submitted a transmittal document for communications related to electric and gas utility matters to be received by the Council. The document was included in the consent agenda.\n- Ordinance Number: Not specified\n- Votes Summary: Not applicable\n- Decision/Key Actions: The transmittal document for communications related to electric and gas utility matters was received by the Council.\n- Tags/Keywords: Electric and Gas Utility, Communications, Consent Agenda\n- UID: f1ba2989-5124-4305-a8f5-d271555bd253", + "uid": "f1ba2989-5124-4305-a8f5-d271555bd253", + "publish_date": "10-19-2023", + "page_number": 4, + "title": "Regular City Council Minutes 10-19-2023" }, { - "title": "Regular CIty Council Meeting 1-19-2023.pdf", - "page_content": "russo, Green, Harris, King, Morrell, Thomas - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Moreno - 1 RECUSED: 0 AND THE MOTION PASSED. MOVED By: Green SECONDED BY: Thomas ACTION: Suspend the Rules YEAS: Giarrusso, Green, King, Morrell, Thomas - 5 NAYS: 0 ABSTAIN: 0 ABSENT: Harris, Moreno - 2 RECUSED: 0 AND THE MOTION PASSED. MOVED By: Green SECONDED BY: Giarrusso ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Morrell, Thomas - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Moreno - 1 RECUSED: 0 AND THE MOTION PASSED. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4388&doc_id=e890e754-9901-11ed-96ab-00505691 83fa 23/44 \f", - "page_number": 23, - "part": 2 + "page_content": "- Topic: Communications from Entergy New Orleans, LLC\n- Summary: This ordinance included various reports and communications from Entergy New Orleans, LLC, such as the 2023 Status Report for EV Charging Infrastructure and Adoption, Energy Smart Year 12 Annual Energy Efficiency Program Report, Energy Smart Midyear Report for Program Year 13, 2022 New Orleans Power Station Title V Semi-Annual Monitoring Report, Second Quarter 2023 Non-Regulated Investments Report, Application to Fund and Finance Storm Recovery Reserves and Related Relief, as well as other communications like Petition for Intervention, Reply Comments, and Petition for Late Intervention.\n- Ordinance Number: N/A\n- Votes Summary:\n - Vote 1: N/A\n- Decision/Key Actions: The reports and communications were submitted and received.\n- Tags/Keywords: Entergy New Orleans, LLC, reports, communications, EV Charging Infrastructure, Energy Smart Program, Storm Recovery, Intervention\n- UID: d72bf6aa-e43e-4088-994d-e1075d3ae026", + "uid": "d72bf6aa-e43e-4088-994d-e1075d3ae026", + "publish_date": "10-19-2023", + "page_number": 5, + "title": "Regular City Council Minutes 10-19-2023" }, { - "title": "Regular CIty Council Meeting 1-19-2023.pdf", - "page_content": "6/23/23, 5:40 PM 17. 44. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4388&doc_id=e890e754-9901-11ed-96ab-00505691 83fa STREET NAME CHANGE 5/22 \u2014SUNO KNIGHTS DRIVE Brief: Requesting the consideration of renaming a portion of Press Drive between Leon C. Simon Drive and Emmett W. Bashful Boulevard as SUNO Knights Drive. The recommendation of the City Planning Commission being for \u201cAPPROVAL\u201d. Annotation: ELECTRONICALLY SUBMITTED. (Cm. Green, District D, Cn. Deadline N/A). CONTINUED TO THE MEETING OF 2/2/23. SNC 5-22 Final Staff Report with attachments MOTION - NO. M-23-43 - BY: COUNCILMEMBERS HARRIS Brief: Directing City Planning Commission to conduct a public hearing to consider amending the Comprehensive Zoning Ordinance of the City of New Orleans to create standards for affordable homeownership opportunities by amending Article 5, Article 26, and/or Article 28, and any ", - "page_number": 24, - "part": 1 + "page_content": "- Topic: Equitable Business Opportunities (EBO) Scorecard Report\n- Summary: The Chief Administrative Officer submitted the Equitable Business Opportunities (EBO) Scorecard Report for 2021 and 2022, as required by the City Code.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: Submission of the report\n- Tags/Keywords: EBO Scorecard, Business Opportunities, City Code\n- UID: d8504f05-b240-4862-9878-e383592261d6\n\n- Topic: Q2 2023 Vehicle Report\n- Summary: The Chief of Staff to the Chief Administrative Officer submitted reports for passenger-type vehicles owned or leased by the City for the second quarter of 2023, as required by the City Code.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: Submission of the reports\n- Tags/Keywords: Q2 Vehicle Report, City Code, Vehicle Ownership\n- UID: d8504f05-b240-4862-9878-e383592261d6", + "uid": "d8504f05-b240-4862-9878-e383592261d6", + "publish_date": "10-19-2023", + "page_number": 6, + "title": "Regular City Council Minutes 10-19-2023" }, { - "title": "Regular CIty Council Meeting 1-19-2023.pdf", - "page_content": "related articles according to the City Planning Commission, and to consider the community land trust model to define and create standards for Affordable Homeownership Development. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 5/19/23). SPEAKER CARDS: Maxwell Ciardullo - In Support Michael Burnside - In Support Andreanecia M. Morris - In Supporrt Belden Batiste - Info. Only M-23-43 MOVED By: Harris SECONDED BY: Green ACTION: Suspend the Rules YEAS: Giarrusso, Green, Harris, King, Morrell - 5 NAYS: 0 ABSTAIN: 0 ABSENT: Moreno, Thomas - 2 RECUSED: 0 AND THE MOTION PASSED. MOVED By: Harris SECONDED BY: Green ACTION: Suspend the Rules YEAS: Green, Harris, King, Morrell, Thomas - 5 NAYS: 0 ABSTAIN: 0 ABSENT: Giarrusso, Moreno - 2 https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4388&doc_id=e890e754-9901-11ed-96ab-00505691 83fa 24/44 \f", - "page_number": 24, - "part": 2 + "page_content": "- Topic: Encampment Clean-up Efforts Documentation\n- Summary: Jennifer Avegno, MD, Director of the Health Department, submitted the September 2023 documentation of all encampment clean-up efforts as required by Section 82-703.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: Submission of required documentation\n- Tags/Keywords: Health Department, Encampment Clean-up, Documentation, Section 82-703\n- UID: 9471d417-b186-4521-aa0a-d0c66caaa2d3\n\n- Topic: Appeal for Historic District Landmarks Commission\u2019s Decision\n- Summary: Shantel Hebert-Magee requested to appeal the Historic District Landmarks Commission\u2019s decision of \u201cdenial\u201d of the application for the installation of proposed doors at the corner entry of the building for property located at 302 Pelican Avenue.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: Appeal request submitted, Hearing Date Set For 11/2/23\n- Tags/Keywords: Historic District Landmarks Commission, Appeal, Denial, 302 Pelican Avenue\n- UID: 9471d417-b186-4521-aa0a-d0c66caaa2d3\n\n- Topic: Appeal for Historic District Landmarks Commission\u2019s Decision\n- Summary: John Garner, attorney at Hale Devall, requested to appeal the Historic District Landmarks Commission\u2019s decision of \u201cdenial\u201d of the application to remove existing street-facing wood windows for replacement with new clad-wood windows at a Contributing rated, three-story residential building for property located at 332 South Diamond Street.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: Appeal request submitted, Hearing Date Set For 11/2/23\n- Tags/Keywords: Historic District Landmarks Commission, Appeal, Denial, 332 South Diamond Street\n- UID: 9471d417-b186-4521-aa0a-d0c66caaa2d3\n\n- Topic: Appeal for Parking Requirements\n- Summary: Lynnette Gordon, Spectrum Designs & Engineering LLC, requested to appeal the parking requirements established by the University Area Off-Street.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: Appeal request submitted\n- Tags/Keywords: Parking Requirements, University Area Off-Street, Appeal\n- UID: 9471d417-b186-4521-aa0a-d0c66caaa2d3", + "uid": "9471d417-b186-4521-aa0a-d0c66caaa2d3", + "publish_date": "10-19-2023", + "page_number": 7, + "title": "Regular City Council Minutes 10-19-2023" }, { - "title": "Regular CIty Council Meeting 1-19-2023.pdf", - "page_content": "6/23/23, 5:40 PM 47. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4388&doc_id=e890e754-9901-11ed-96ab-00505691 83fa RECUSED: 0 AND THE MOTION PASSED. MOVED By: Harris SECONDED BY: Morrell ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Morrell - 5 NAYS: 0 ABSTAIN: 0 ABSENT: Moreno, Thomas - 2 RECUSED: 0 AND THE MOTION PASSED. MOTION - NO. M-23-46 - BY: COUNCILMEMBER HARRIS Brief: Directing City Planning Commission to conduct a public hearing to consider a zoning change from an MU-2 High Intensity Mixed-Use District to an HU-RM2 Multi-Family Residential District in the entirety of the area currently zoned MU-2 within the boundaries of the Pontchartrain Expressway, South Saratoga Street, Felicity Street, and Carondelet", - "page_number": 25, - "part": 1 + "page_content": "- Topic: Parking Interim Zoning District (IZD) for 2417 Eagle Street\n- Summary: Lynnette Gordon Letter requesting an appeal for the University Area Off-Street Parking Interim Zoning District (IZD) for property located at 2417 Eagle Street.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Hearing date set for 11/2/23\n- Tags/Keywords: Parking, Zoning District, Appeal, Property\n- UID: d44aba3d-e369-4a20-b59b-3cd320a04ebe\n\n- Topic: Parking Interim Zoning District (IZD) for 8337 Hickory Street\n- Summary: Zachary Smith requesting to appeal the University Area Off-Street Parking Interim Zoning District (IZD) for property located at 8337 Hickory Street.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Hearing date set for 11/2/23\n- Tags/Keywords: Parking, Zoning District, Appeal, Property\n- UID: d44aba3d-e369-4a20-b59b-3cd320a04ebe\n\n- Topic: Honorary Street Name Dedication for Art Neville\n- Summary: Statement of findings regarding the proposed honorary street name dedication of 1000-1100 Valence Street in honor of Art Neville.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Findings submitted\n- Tags/Keywords: Honorary Street Name, Dedication, Art Neville\n- UID: d44aba3d-e369-4a20-b59b-3cd320a04ebe\n\n- Topic: Contract Agreement between City of New Orleans and BASF Corporation\n- Summary: Proposed agreement between the City of New Orleans and BASF Corporation, along with a completed contract summary form and related motion.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: Referred to the Public Works Committee\n- Decision/Key Actions: Referred to the Public Works Committee\n- Tags/Keywords: Contract Agreement, City of New Orleans, BASF Corporation\n- UID: d44aba3d-e369-4a20-b59b-3cd320a04ebe", + "uid": "d44aba3d-e369-4a20-b59b-3cd320a04ebe", + "publish_date": "10-19-2023", + "page_number": 8, + "title": "Regular City Council Minutes 10-19-2023" }, { - "title": "Regular CIty Council Meeting 1-19-2023.pdf", - "page_content": " Street. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 5/19/23). M-23-46 MOVED By: Morrell SECONDED BY: Harris ACTION: Suspend the Rules YEAS: Giarrusso, Green, Harris, King, Morrell, Thomas - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Moreno - 1 RECUSED: 0 AND THE MOTION PASSED. MOVED By: Harris SECONDED BY: Morrell ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Morrell, Thomas - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Moreno - 1 RECUSED: 0 AND THE MOTION PASSED. MOVED By: Harris SECONDED BY: Morrell ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Morrell, Thomas - 6 NAYS: 0 ABSTAIN: 0 https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4388&doc_id=e890e754-9901-11ed-96ab-00505691 83fa 25/44 \f", - "page_number": 25, - "part": 2 + "page_content": "- Topic: Appeal for Demolition of Roof at 8500 Spruce Street\n- Summary: The appeal was made to overturn the Historic District Landmarks Commission's decision to deny the application to demolish 100% of the roof for the property located at 8500 Spruce Street.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: Hearing date set for 11/2/23\n- Tags/Keywords: Appeal, Demolition, Historic District Landmarks Commission, 8500 Spruce Street\n- UID: d51a70fa-5c9d-46b4-b378-2a53668f5c5a\n\n- Topic: Withdrawal of Appeal for Demolition\n- Summary: A withdrawal letter was submitted for the appeal of the Historic District Landmarks Commission's decision to deny the demolition for properties located at 3530 Carondelet Street, 1641 Foucher Street, and 1645 Foucher Street.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: Withdrawal letter received\n- Tags/Keywords: Withdrawal, Demolition, Historic District Landmarks Commission, 3530 Carondelet Street, 1641 Foucher Street, 1645 Foucher Street\n- UID: d51a70fa-5c9d-46b4-b378-2a53668f5c5a\n\n- Topic: Appeal for Demolition of Warehouse Building\n- Summary: An appeal was made to challenge the Historic District Landmarks Commission's decision to deny the application for demolition of an existing contributing rated two-story warehouse building to grade for the property located at 1060 Magazine Street.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: Hearing date set for 11/2/23\n- Tags/Keywords: Appeal, Demolition, Historic District Landmarks Commission, 1060 Magazine Street\n- UID: d51a70fa-5c9d-46b4-b378-2a53668f5c5a\n\n- Topic: Appointment of Designees to Advisory Committee\n- Summary: The Mayor, City of New Orleans, submitted a communication regarding the appointment of three designees to the New Orleans Home Rule Charter Advisory Review Committee as a mayoral advisory committee.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: Appointment of designees to be made\n- Tags/Keywords: Advisory Committee, Designees, New Orleans Home Rule Charter\n- UID: d51a70fa-5c9d-46b4-b378-2a53668f5c5a", + "uid": "d51a70fa-5c9d-46b4-b378-2a53668f5c5a", + "publish_date": "10-19-2023", + "page_number": 9, + "title": "Regular City Council Minutes 10-19-2023" }, { - "title": "Regular CIty Council Meeting 1-19-2023.pdf", - "page_content": "6/23/23, 5:40 PM 18. 19. 20. 21. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4388&doc_id=e890e754-9901-11ed-96ab-00505691 83fa ABSENT: Moreno - 1 RECUSED: 0 AND THE MOTION PASSED. CAL. NO. 33,866 - BY: COUNCILMEMBER GREEN Brief: An Ordinance to ordain Section 54-507 of the Code of the City of New Orleans to prohibit operation of all-terrain vehicles (ATVs) on public streets; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 1/13/23). WITHDRAWN. 33866 CAL. NO. 33,893 - BY: COUNCILMEMBER HARRIS Brief: An Ordinance to ordain Section 70-10 of the Code of the City of New Orleans to establish reporting requirements applicable to the Department of Finance, including both a statement to be issued alongside each payment the City of New Orleans provides to a secur", - "page_number": 26, - "part": 1 + "page_content": "- Topic: Advisory Committee Membership\n- Summary: The ordinance proposed to clarify the advisory committee's purpose and added the Council Chief of Staff, or his designee, to do the same.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: Passed - (N/A)\n- Decision/Key Actions: Clarification of the advisory committee's purpose and membership update\n- Tags/Keywords: Advisory committee, membership, clarification\n- UID: 5f8ef688-f5df-41de-ab01-e9fd13c242fa\n\n- Topic: Contract Agreement with Richard's Disposal, Inc.\n- Summary: The proposed agreement between the City of New Orleans and Richard's Disposal, Inc. was submitted along with a completed contract summary form and related Motion.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: Submission of proposed agreement\n- Tags/Keywords: Contract agreement, Richard's Disposal, submission\n- UID: 5f8ef688-f5df-41de-ab01-e9fd13c242fa\n\n- Topic: Contract Agreement with IV Waste LLC\n- Summary: The proposed agreement between the City of New Orleans and IV Waste LLC was submitted along with a completed contract summary form and related Motion.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: Submission of proposed agreement\n- Tags/Keywords: Contract agreement, IV Waste LLC, submission\n- UID: 5f8ef688-f5df-41de-ab01-e9fd13c242fa\n\n- Topic: 2024-2028 Capital Improvement Plan\n- Summary: The Executive Director of the City Planning Commission transmitted the 2024-2028 Capital Improvement Plan for information purposes only.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: Transmission of Capital Improvement Plan\n- Tags/Keywords: Capital Improvement Plan, City Planning Commission, transmission\n- UID: 5f8ef688-f5df-41de-ab01-e9fd13c242fa\n\n- Topic: Conditional Use for Bed and Breakfast\n- Summary: An ordinance was introduced to establish a conditional use to permit a bed and breakfast (principal) in a specific location.\n- Ordinance Number: CAL. NO. 34,395\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: Introduction of ordinance for conditional use\n- Tags/Keywords: Conditional use, bed and breakfast, ordinance introduction\n- UID: 5f8ef688-f5df-41de-ab01-e9fd13c242fa", + "uid": "5f8ef688-f5df-41de-ab01-e9fd13c242fa", + "publish_date": "10-19-2023", + "page_number": 10, + "title": "Regular City Council Minutes 10-19-2023" }, { - "title": "Regular CIty Council Meeting 1-19-2023.pdf", - "page_content": "ity and improvement district, and an annual financial report to be transmitted to the City Council, and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 1/13/23). CONTINUED TO THE MEETING OF 2/2/23. 33893 CAL. NO. 33,983 - BY: COUNCILMEMBER MORRELL Brief: An Ordinance to amend Section 26-236 to establish additional definitions for what may be declared a blight and public nuisance; and otherwise, to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 3/31/23). (Referred to the Quality of Life Committee). CONTINUED TO THE MEETING OF 2/2/23. 33983 CAL. NO. 33,985 - BY: COUNCILMEMBER GREEN (BY REQUEST) https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4388&doc_id=e890e754-9901-11ed-96ab-00505691 83fa 26/44 \f", - "page_number": 26, - "part": 2 + "page_content": "- Topic: Conditional Use for Principal Bed and Breakfast\n- Summary: The ordinance seeks to establish a conditional use to permit a principal bed and breakfast in an HMR-1 Historic Marigny/Trem\u00e9/Bywater Residential District. \n- Ordinance Number: 34395 - 29688 M.C.S.\n- Votes Summary:\n Vote 1: ADOPTED - (Number of YEAS, Number of NAYS, Number of ABSTAIN, Number of ABSENT)\n- Decision/Key Actions: The ordinance was adopted.\n- Tags/Keywords: Conditional Use, Bed and Breakfast, Zoning\n- UID: b1f93d21-7e30-495e-ab9b-47fa6d505582\n\n- Topic: Conditional Use for Retail Sale of Packaged Alcoholic Beverages\n- Summary: This ordinance aims to establish a conditional use to permit the retail sale of packaged alcoholic beverages in an MU-1 Medium Intensity Mixed-Use District.\n- Ordinance Number: 34396 - 29689 M.C.S.\n- Votes Summary:\n Vote 1: ADOPTED - (Number of YEAS, Number of NAYS, Number of ABSTAIN, Number of ABSENT)\n- Decision/Key Actions: The ordinance was adopted.\n- Tags/Keywords: Conditional Use, Retail Sale, Alcoholic Beverages, Zoning\n- UID: b1f93d21-7e30-495e-ab9b-47fa6d505582\n\n- Topic: Amendment to Zoning Docket\n- Summary: This ordinance involves an amendment to the Zoning Docket related to the Historic Marigny/Trem\u00e9/Bywater Residential District. \n- Ordinance Number: 34397- 29690 M.C.S.\n- Votes Summary:\n Vote 1: ADOPTED - (Number of YEAS, Number of NAYS, Number of ABSTAIN, Number of ABSENT)\n- Decision/Key Actions: The ordinance was adopted.\n- Tags/Keywords: Zoning Docket, Amendment, Residential District\n- UID: b1f93d21-7e30-495e-ab9b-47fa6d505582", + "uid": "b1f93d21-7e30-495e-ab9b-47fa6d505582", + "publish_date": "10-19-2023", + "page_number": 11, + "title": "Regular City Council Minutes 10-19-2023" }, { - "title": "Regular CIty Council Meeting 1-19-2023.pdf", - "page_content": "6/23/23, 5:40 PM 22. 23. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4388&doc_id=e890e754-9901-11ed-96ab-00505691 83fa Brief: An Ordinance to approve and authorize the Mayor of the City of New Orleans (\u201cCity\u201d), acting by and through the New Orleans Aviation Board (\u201cNOAB7\u201d), to enter into a Lease Agreement at Louis Armstrong New Orleans International Airport with VOICE OF THE COVENANT CHURCH, INC. D/B/A JESSE DUPLANTIS MINISTRIES; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 4/14/23). SPEAKER CARD: Michael Burnside 33985 - 29302 M.C.S. MOVED By: Green SECONDED BY: Morrell ACTION: Adopt YEAS: Giarrusso, Green, King, Morrell, Thomas - 5 NAYS: 0 ABSTAIN: 0 ABSENT: Harris, Moreno - 2 RECUSED: 0 AND THE MOTION PASSED. CAL. NO. 33,986 - BY: COUNC", - "page_number": 27, - "part": 1 + "page_content": "- Topic: Zoning Docket No. 59/23\n- Summary: An ordinance to establish a conditional use to permit the expansion of the floor area of an established multi-family dwelling in an HU-RD2 Historic Urban Two-Family Residential District. \n- Ordinance Number: 34399 - 29691 M.C.S.\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The ordinance was adopted.\n- Tags/Keywords: Zoning, Multi-family dwelling, Conditional use\n- UID: 9c3f402b-cc0f-4d21-b5e7-a470fa0162cf\n\n- Topic: Zoning Docket No. 60/23\n- Summary: An ordinance to effect a zoning change from an HU-RD2 Historic Urban Two-Family Residential District to an HU-B1A Historic Urban Neighborhood Business District.\n- Ordinance Number: 34400 - 29692 M.C.S.\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The ordinance was adopted.\n- Tags/Keywords: Zoning change, Urban Neighborhood Business District\n- UID: 9c3f402b-cc0f-4d21-b5e7-a470fa0162cf\n\n- Topic: Zoning Docket No. 61/23\n- Summary: An ordinance to establish a conditional use to permit a large child-care center in an HU-RD2 Historic Urban Two-Family Residential District.\n- Ordinance Number: 34401 - 29693 M.C.S.\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The ordinance was adopted.\n- Tags/Keywords: Conditional use, Child-care center, Residential District\n- UID: 9c3f402b-cc0f-4d21-b5e7-a470fa0162cf\n\n- Topic: Motion (Lying Over) No. M-23-463\n- Summary: Motion submitted by Councilmembers Giarrusso and Morrell.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The motion was lying over for further discussion or action.\n- Tags/Keywords: Motion, Lying Over, Councilmembers\n- UID: 9c3f402b-cc0f-4d21-b5e7-a470fa0162cf", + "uid": "9c3f402b-cc0f-4d21-b5e7-a470fa0162cf", + "publish_date": "10-19-2023", + "page_number": 12, + "title": "Regular City Council Minutes 10-19-2023" }, { - "title": "Regular CIty Council Meeting 1-19-2023.pdf", - "page_content": "ILMEMBER GREEN (BY REQUEST) Brief: An Ordinance to approve and authorize the Mayor of the City of New Orleans (\u201cCity\u201d), acting by and through the New Orleans Aviation Board (\u201cNOAB7\u201d), to enter into a Lease Agreement at Louis Armstrong New Orleans International Airport with SURE LOGIX, LLC; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 4/14/23). 33986 - 29303 M.C.S. MOVED By: Green SECONDED BY: Thomas ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Morrell, Thomas - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Moreno - 1 RECUSED: 0 AND THE MOTION PASSED. CAL. NO. 33,991 - BY: COUNCILMEMBERS MORENO, MORRELL, GIARRUSSO, HARRIS, KING, GREEN AND THOMAS https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4388&doc_id=e890e754-9901-11ed-96ab-00505691 83fa 27/44 \f", - "page_number": 27, - "part": 2 + "page_content": "- Topic: Vieux Carre\u2019 Commission Appointment\n- Summary: Mayor\u2019s appointment of LaVerne Toombs as an at-large member of the Vieux Carre\u2019 Commission was ratified and approved by the Council for a term expiring on June 30, 2026.\n- Ordinance Number: M-23-463\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: Ratified, confirmed, and approved the appointment.\n- Tags/Keywords: Vieux Carre\u2019 Commission, appointment, LaVerne Toombs, ratified\n- UID: bdc4ebed-bb12-4d71-b77b-68e802d99c7f\n\n- Topic: Audubon Commission Appointment\n- Summary: Mayor's appointment of Emily Wolff as a member of the Audubon Commission was ratified and approved by the Council for a term expiring on June 30, 2028.\n- Ordinance Number: M-23-465\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: Ratified, confirmed, and approved the appointment.\n- Tags/Keywords: Audubon Commission, appointment, Emily Wolff, ratified\n- UID: bdc4ebed-bb12-4d71-b77b-68e802d99c7f\n\n- Topic: Audubon Commission Appointment\n- Summary: Mayor's appointment of Ludovico Feoli as a member of the Audubon Commission was ratified and approved by the Council for a term expiring on June 30, 2027.\n- Ordinance Number: M-23-466\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: Ratified, confirmed, and approved the appointment.\n- Tags/Keywords: Audubon Commission, appointment, Ludovico Feoli, ratified\n- UID: bdc4ebed-bb12-4d71-b77b-68e802d99c7f", + "uid": "bdc4ebed-bb12-4d71-b77b-68e802d99c7f", + "publish_date": "10-19-2023", + "page_number": 13, + "title": "Regular City Council Minutes 10-19-2023" }, { - "title": "Regular CIty Council Meeting 1-19-2023.pdf", - "page_content": "6/23/23, 5:40 PM 24. 39. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4388&doc_id=e890e754-9901-11ed-96ab-00505691 83fa Brief: An Ordinance to amend and reordain Section 34-4(a) of the Code of the City of New Orleans to establish the 2023 Mardi Gras parade schedule; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 4/14/23). WITHDRAWN. 33991 CAL. NO. 33,999 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 28,862 M.C.S., as amended, entitled \"An Ordinance Providing an Operating Budget of Revenues for the City of New Orleans for the Year 2022\"; to appropriate additional funds to the Department of Public Works within the Infrastructure Maintenance Fund to remit payments to the Sewerage and Water Board for the time period of July 2022 through December 2022; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED.", - "page_number": 28, - "part": 1 + "page_content": "- Topic: Appointment of Vincent Weaver to Vieux Carre' Commission\n- Summary: The Mayor's appointment of Vincent Weaver, representing the New Orleans Chamber of Commerce on the Vieux Carre' Commission, was ratified and approved by the Council. The term will expire on June 30, 2026.\n- Ordinance Number: M-23-467\n- Votes Summary:\n Vote 1: ADOPTED - (N/A)\n- Decision/Key Actions: Ratification and approval of the appointment\n- Tags/Keywords: Appointment, Vieux Carre' Commission, New Orleans Chamber of Commerce\n- UID: b8c9d991-cb22-401c-9a47-46e49a741fc6\n\n- Topic: Appointment of Mollie Ponds to Alcoholic Beverage Control Board\n- Summary: The appointment of Mollie Ponds to fulfill the unexpired term of Robert Jenkins as a member of the Alcoholic Beverage Control Board was ratified, confirmed, and approved by the Council. The term will expire on June 30, 2026.\n- Ordinance Number: M-23-482\n- Votes Summary:\n Vote 1: ADOPTED - (N/A)\n- Decision/Key Actions: Ratification and approval of the appointment\n- Tags/Keywords: Appointment, Alcoholic Beverage Control Board\n- UID: b8c9d991-cb22-401c-9a47-46e49a741fc6\n\n- Topic: Approval of Proposed Extension to Electric and Gas Formula Rate Plans\n- Summary: The resolution and order granting modified approval of a proposed extension to the electric and gas formula rate plans as previously approved and extended were adopted by the Council.\n- Ordinance Number: R-23-491\n- Votes Summary:\n Vote 1: ADOPTED - (N/A)\n- Decision/Key Actions: Adoption of the resolution and order\n- Tags/Keywords: Electric and Gas Formula Rate Plans, Resolution, Order\n- UID: b8c9d991-cb22-401c-9a47-46e49a741fc6", + "uid": "b8c9d991-cb22-401c-9a47-46e49a741fc6", + "publish_date": "10-19-2023", + "page_number": 14, + "title": "Regular City Council Minutes 10-19-2023" }, { - "title": "Regular CIty Council Meeting 1-19-2023.pdf", - "page_content": " (Council Rule 34. Postponement Deadline 4/14/23). (Fiscal Note received). (Referred to the Budget Committee). (Budget Committee recommended approval). 33999 - 29306 M.C.S. MOVED By: Giarrusso SECONDED BY: Morrell ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Morrell, Thomas - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Moreno - 1 RECUSED: 0 AND THE MOTION PASSED. RESOLUTION - NO. R-23-34 - BY: COUNCILMEMBER GREEN Brief: Recognizing the Comprehensive Reforestation Plan for New Orleans, which lays out an integrated vision for the reforestation of New Orleans, prioritizing those historically underserved neighborhoods most in need of relief of heat and floods, and insisting upon a plan of action that offers comprehensive relief through high-density, whole-neighborhood planting programs. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 5/19/23). https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4388&doc_id=e890e754-9901-11ed-96ab-00505691 83fa 28/44 \f", - "page_number": 28, - "part": 2 + "page_content": "- Topic: Communication from Cuong Vu, Accountant, New Orleans Police Department, City of New Orleans\n- Summary: The communication submitted a proposed agreement between the City of New Orleans and the Administrators of the Tulane Educational Fund. It also included a completed contract summary form and related motion pursuant to Rule 57. The motion to receive and add the item to the agenda both passed unanimously.\n- Ordinance Number: N/A\n- Votes Summary:\n - Motion to Receive: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n - Motion to Add Item to Agenda: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The proposed agreement and related items were received and added to the agenda for further discussion.\n- Tags/Keywords: Communication, New Orleans Police Department, Tulane Educational Fund, Contract, Motion\n- UID: 4eae6a6a-6bce-401c-bde7-192a1ddffbe2", + "uid": "4eae6a6a-6bce-401c-bde7-192a1ddffbe2", + "publish_date": "10-19-2023", + "page_number": 15, + "title": "Regular City Council Minutes 10-19-2023" }, { - "title": "Regular CIty Council Meeting 1-19-2023.pdf", - "page_content": "6/23/23, 5:40 PM 25. 26. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4388&doc_id=e890e754-9901-11ed-96ab-00505691 83fa PRESENTER - SUSANNAH BURLEY, EXECUTIVE DIRECTOR AND FOUNDER OF SUSTAINING OUR URBAN LANDSCAP (SOUL) SPEAKER CARD: Michael Burnside - Info. Only R-23-34 MOVED BY: Green SECONDED BY: Thomas ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Thomas - 5 NAYS: 0 ABSTAIN: 0 ABSENT: Moreno, Morrell - 2 RECUSED: 0 AND THE MOTION PASSED. CAL. NO. 34,000 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 28,863 M.C.S., as amended, entitled \"An Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2022\"; to appropriate additional funds to the Department of Public Works within the Infrastructure ", - "page_number": 29, - "part": 1 + "page_content": "- Topic: HDLC Appeal of Alexander Adamick, M. Arch, AIA, NCARB, Principal Architect, Adamick Architecture\n- Summary: The appeal was for the demolition of a Contributing rated, raised-basement, two-family building at three properties located at 3530 Carondelet Street, 1641 Foucher Street, and 1645 Foucher Street.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: Passed - (N/A)\n- Decision/Key Actions: The motion passed, and the application for demolition was withdrawn by the applicant.\n- Tags/Keywords: HDLC Appeal, Demolition, Contributing rated building, Withdrawn\n- UID: 9d631c40-4831-460b-96db-c4e7be791dfc\n\n- Topic: VCC Appeal of Loretta Katherine Harmon, President, LKHarmon, Architects\n- Summary: The appeal was to retain painted brick and mounted gas heaters for a property located at 711 Bourbon Street.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: The appeal request was granted, provided that the property owner pays any fines associated with the unpermitted installation of the balcony-mounted gas heaters and painted brick.\n- Tags/Keywords: VCC Appeal, Retention of painted brick and gas heaters, Granted with conditions\n- UID: 9d631c40-4831-460b-96db-c4e7be791dfc", + "uid": "9d631c40-4831-460b-96db-c4e7be791dfc", + "publish_date": "10-19-2023", + "page_number": 16, + "title": "Regular City Council Minutes 10-19-2023" }, { - "title": "Regular CIty Council Meeting 1-19-2023.pdf", - "page_content": "Maintenance Fund in order to remit payments to the Sewerage and Water Board for the time period of July 2022 through December 2022; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 4/14/23). (Fiscal Note received). (Referred to the Budget Committee). (Budget Committee recommended approval). 34000 - 29307 M.C.S. MOVED By: Giarrusso SECONDED BY: Harris ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Thomas - 5 NAYS: 0 ABSTAIN: 0 ABSENT: Moreno, Morrell - 2 RECUSED: 0 AND THE MOTION PASSED. CAL. NO. 34,012 - BY: COUNCILMEMBER KING Brief: An Ordinance to repeal paragraph 8 of Section 10-122 of the Code of the City of New Orleans https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4388&doc_id=e890e754-9901-11ed-96ab-00505691 83fa 29/44 \f", - "page_number": 29, - "part": 2 + "page_content": "- Topic: University Area Off-Street Parking Interim Zoning District Appeal\n- Summary: The University Area Off-Street Parking Interim Zoning District (IZD) appeal was for property located at 8713-8715 Apricot Street. The council granted and approved the applicant's appeal for the property.\n- Ordinance Number: M-23-485\n- Votes Summary:\n - Vote 1: Adopt - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The council approved the applicant's appeal for the property located at 8713-8715 Apricot Street.\n- UID: 46525706-e9e1-451a-b430-6d64c274b3e3", + "uid": "46525706-e9e1-451a-b430-6d64c274b3e3", + "publish_date": "10-19-2023", + "page_number": 17, + "title": "Regular City Council Minutes 10-19-2023" }, { - "title": "Regular CIty Council Meeting 1-19-2023.pdf", - "page_content": "6/23/23, 5:40 PM 27. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4388&doc_id=e890e754-9901-11ed-96ab-00505691 83fa to eliminate the alcoholic beverage outlet application processing fee; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 5/5/23). SPEAKER CARDS: Michael Burnside - In Opposition Will Bubos - In Support 34012 - 29309 M.C.S. MOVED By: King SECONDED BY: Green ACTION: Adopt YEAS: Giarrusso, Green, King, Morrell - 4 NAYS: Thomas - 1 ABSTAIN: 0 ABSENT: Moreno - 1 RECUSED: Harris - 1 AND THE MOTION PASSED. CAL. NO. 34,014 - BY: COUNCILMEMBER KING (BY REQUEST) Brief: An Ordinance to waive certain fees relating to building permits necessa", - "page_number": 30, - "part": 1 + "page_content": "- Topic: University Area Off-Street Parking Interim Zoning District Appeal - Kelly Johnson, AIA, KK Johnson, Architecture\n- Summary: The appeal was to grant and approve the applicant's appeal for property located at 7705 Willow Street, regarding the parking requirements established by the University Area Off-Street Parking Interim Zoning District (IZD).\n- Ordinance Number: M-23-486\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The motion to grant and approve the appeal for the property located at 7705 Willow Street passed.\n- UID: bd99d038-7654-479a-9973-efa83d0bc84a\n\n- Topic: University Area Off-Street Parking Interim Zoning District Appeal - Michael D. Ballard, Jr., AIA NCARB, Firmora, LLC\n- Summary: The appeal was to request an appeal for property located at 8414 Cohn Street, regarding the parking requirements established by the University Area Off-Street Parking Interim Zoning District (IZD).\n- Ordinance Number: [Not provided]\n- Votes Summary: Not available\n- Decision/Key Actions: No information available on the voting outcome or decision for this appeal.\n- UID: bd99d038-7654-479a-9973-efa83d0bc84a", + "uid": "bd99d038-7654-479a-9973-efa83d0bc84a", + "publish_date": "10-19-2023", + "page_number": 18, + "title": "Regular City Council Minutes 10-19-2023" }, { - "title": "Regular CIty Council Meeting 1-19-2023.pdf", - "page_content": "ry to perform non- structural repair of structures damaged by the tornadoes which occurred in the city of New Orleans on December 14, 2022; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 5/5/23). 34014 - 29311 M.CS. MOVED By: Morrell SECONDED BY: _ King ACTION: Amendment YEAS: Giarrusso, Green, Harris, King, Morrell - 5 NAYS: 0 ABSTAIN: 0 ABSENT: Moreno, Thomas - 2 RECUSED: 0 AND THE MOTION PASSED. 34014 Amendment MOVED By: King SECONDED BY: Harris ACTION: As Amended YEAS: Giarrusso, Green, Harris, King, Morrell, Thomas - 6 NAYS: 0 https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4388&doc_id=e890e754-9901-11ed-96ab-00505691 83fa 30/44 \f", - "page_number": 30, - "part": 2 + "page_content": "- Topic: University IZD Appeal - 8414 Cohn Street\n- Summary: The ordinance granted and approved the applicant's appeal for property located at 8414 Cohn Street.\n- Ordinance Number: M-23-487\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The appeal for the property located at 8414 Cohn Street was approved.\n- Tags/Keywords: University IZD, Appeal, Property, Approval\n- UID: 4d4c4894-5225-46b9-9b98-e932b064dca1\n\n- Topic: University Area Off-Street Parking IZD Appeal - 1517 General Ogden Street\n- Summary: The ordinance granted and approved the applicant's appeal for property located at 1517 General Ogden Street.\n- Ordinance Number: M-23-488\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The appeal for the property located at 1517 General Ogden Street was approved.\n- Tags/Keywords: University IZD, Off-Street Parking, Appeal, Approval\n- UID: 4d4c4894-5225-46b9-9b98-e932b064dca1", + "uid": "4d4c4894-5225-46b9-9b98-e932b064dca1", + "publish_date": "10-19-2023", + "page_number": 19, + "title": "Regular City Council Minutes 10-19-2023" }, { - "title": "Regular CIty Council Meeting 1-19-2023.pdf", - "page_content": "6/23/23, 5:40 PM 28. 29. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4388&doc_id=e890e754-9901-11ed-96ab-00505691 83fa ABSTAIN: 0 ABSENT: Moreno - 1 RECUSED: 0 AND THE MOTION PASSED. CAL. NO. 34,015 - BY: COUNCILMEMBER THOMAS (BY REQUEST) Brief: An Ordinance to authorize the Mayor of the City of New Orleans to enter into a First Amendment to the Cooperative Endeavor Agreement (\u201cAmendment\u201d) to amend the Cooperative Endeavor Agreement (\u201cAgreement\u201d) between the City of New Orleans (the \u201cCity\u201d) and Arbor E&T, LLC d/b/a Equus Workforce Services (the \u201cContractor\u201d\u2019) relative to the Contractor providing a temporary workforce solution during Mardi Gras 2023 by facilitating a job fair to identify and schedule workers to assist with the clean-up of Mardi Gras 2023; to increase the maximum aggregate amount of compensation payable by the City to the Contractor; to extend the term of the Agreement for an additional one (1) year; and to modify or reaffirm certain terms and conditions, as more fully se", - "page_number": 31, - "part": 1 + "page_content": "- Topic: University Area Off-Street Parking Interim Zoning District Appeal\n- Summary: The appeal was regarding the parking requirements established by the University Area Off-Street Parking Interim Zoning District for property located at 8500 Spruce Street.\n- Ordinance Number: M-23-488\n- Votes Summary:\n Vote 1: Adopted - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The motion to adopt the appeal passed.\n- Tags/Keywords: University Area Off-Street Parking, Zoning District, Appeal\n- UID: ffaa7d43-97ba-44fd-b8ae-f6917ce5371c\n\n- Topic: Amendment to the text of the Comprehensive Zoning Ordinance\n- Summary: The amendment aimed to expand community solar opportunities, defining a \"Community Solar Project\" and creating accessory use standards for such projects.\n- Ordinance Number: ZONING DOCKET NO. 55/23 - CITY COUNCIL MOTION NO. M-23-227\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: The outcome of the vote was not provided in the summary.\n- Tags/Keywords: Amendment, Comprehensive Zoning Ordinance, Community Solar Project\n- UID: ffaa7d43-97ba-44fd-b8ae-f6917ce5371c", + "uid": "ffaa7d43-97ba-44fd-b8ae-f6917ce5371c", + "publish_date": "10-19-2023", + "page_number": 20, + "title": "Regular City Council Minutes 10-19-2023" }, { - "title": "Regular CIty Council Meeting 1-19-2023.pdf", - "page_content": "t forth as Exhibit \u201c1\u201d and incorporated and made a part hereof; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 5/5/23). 34015 - 29312 M.C.S. MOVED By: Thomas SECONDED BY: Morrell ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Morrell, Thomas - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Moreno - 1 RECUSED: 0 AND THE MOTION PASSED. CAL. NO. 34,016 - BY: COUNCILMEMBERS MORENO AND MORRELL Brief: An Ordinance to amend and reordain Section 34-4(a) of the Code of the City of New Orleans to establish the 2023 Mardi Gras parade schedule; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 5/5/23). 34016 - 29313 M.CS. MOVED By: Morrell SECONDED BY: Thomas ACTION: Amendment YEAS: Giarrusso, Green, Harris, King, Morrell, Thomas - 6 NAYS: 0 https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4388&doc_id=e890e754-9901-11ed-96ab-00505691 83fa 31/44 \f", - "page_number": 31, - "part": 2 + "page_content": "- Topic: Amendment of Article 21.6.J of the Comprehensive Zoning Ordinance\n- Summary: The ordinance proposed amending the zoning ordinance to permit the construction of collective alternative energy systems on properties owned by specific organizations. Motion No. M-23-227 waived the Neighborhood Participation Program, and the City Planning Commission recommended approval.\n- Ordinance Number: N/A\n- Votes Summary:\n - Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The motion passed, waiving the Neighborhood Participation Program and affecting regulations applied to all Zoning districts.\n- Tags/Keywords: Zoning, Alternative Energy, Neighborhood Participation, City Planning Commission\n- UID: 3eeb80f4-977b-4ed8-a800-e7792e8bcf1b\n\n- Topic: Amendment Request on ZD NO. 55/23\n- Summary: The ordinance involved approving an applicant's amendment request on ZD NO. 55/23, subject to modifications to the CPC staff report.\n- Ordinance Number: N/A\n- Votes Summary:\n - Vote 1: Adopted - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The motion was adopted with no opposing votes.\n- Tags/Keywords: Zoning, Amendment Request, CPC Staff Report\n- UID: 3eeb80f4-977b-4ed8-a800-e7792e8bcf1b", + "uid": "3eeb80f4-977b-4ed8-a800-e7792e8bcf1b", + "publish_date": "10-19-2023", + "page_number": 21, + "title": "Regular City Council Minutes 10-19-2023" }, { - "title": "Regular CIty Council Meeting 1-19-2023.pdf", - "page_content": "6/23/23, 5:40 PM 30. 31. 32. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4388&doc_id=e890e754-9901-11ed-96ab-00505691 83fa ABSTAIN: 0 ABSENT: Moreno - 1 RECUSED: 0 AND THE MOTION PASSED. 34016 Amendment MOVED By: Morrell SECONDED BY: Harris ACTION: As Amended YEAS: Giarrusso, Green, Harris, King, Morrell, Thomas - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Moreno - 1 RECUSED: 0 AND THE MOTION PASSED. CAL. NO. 34,017 - BY: COUNCILMEMBER MORRELL Brief: An Ordinance to amend and reordain section 34-1.1 of the Code of the City of New Orleans to require annual reporting to City Council of the mayor\u2019s Mardi Gras advisory council\u2019s recommendations; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 5/5/23). (Referred to the Governmental Affairs Committee). CONTINUED TO THE ", - "page_number": 32, - "part": 1 + "page_content": "- Topic: ZONING DOCKET NO. 56/23 - CITY COUNCIL MOTION NO. M-23-231\n- Summary: Requesting an Amendment to the text of the Comprehensive Zoning Ordinance to disallow certain residential uses in the S-LM Lake Area Marina District. The City Planning Commission recommended \"FOR APPROVAL\".\n- Ordinance Number: M-490 As Corrected\n- Votes Summary:\n - Vote 1: Passed - (YEAS: N/A, NAYS: N/A, ABSTAIN: 0, ABSENT: 0, RECUSED: 0)\n- Decision/Key Actions: The motion passed.\n- Tags/Keywords: Zoning, Residential Use, Amendment\n- UID: b6325465-3cd4-4a7d-b7d3-45e4c3eca5ec\n\n- Topic: ZONING DOCKET NO. 70/23 - PETER TRAPOLIN ET AL.\n- Summary: Requesting a Conditional Use to permit the retail sale of packaged alcoholic beverages in a CBD-5 Urban Core Neighborhood. The City Planning Commission recommended \"FOR APPROVAL\", subject to nine provisos.\n- Ordinance Number: ZD NO. 70/23\n- Votes Summary:\n - Vote 1: N/A\n- Decision/Key Actions: Continued to the meeting of 11/2/23.\n- Tags/Keywords: Zoning, Retail Sale, Alcoholic Beverages\n- UID: b6325465-3cd4-4a7d-b7d3-45e4c3eca5ec", + "uid": "b6325465-3cd4-4a7d-b7d3-45e4c3eca5ec", + "publish_date": "10-19-2023", + "page_number": 22, + "title": "Regular City Council Minutes 10-19-2023" }, { - "title": "Regular CIty Council Meeting 1-19-2023.pdf", - "page_content": "MEETING OF 3/23/23. 34017 MOTION (LYING OVER) - NO. M-22-516 - BY: COUNCILMEMBER MORRELL Brief: Authorizing the creation of committee as an advisory committee, to be known as the City of New Orleans Home Rule Charter Review Committee, to review, opine on and make non- binding recommendations to the New Orleans City Council regarding potential changes to the Home Rule Charter, pursuant Section 3-127 of the City of New Orleans Home Rule Charter. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 3/31/23). (Referred to the Governmental Affairs Committee). CONTINUED TO THE MEETING OF 2/2/23. M-22-516 Lying Over RESOLUTION (LYING OVER) - NO, R-22-529 - BY: COUNCILMEMBERS GIARRUSSO AND THOMAS (BY REQUEST) https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4388&doc_id=e890e754-9901-11ed-96ab-00505691 83fa 32/44 \f", - "page_number": 32, - "part": 2 + "page_content": "- Topic: Amendment of Chapter 130 of the Code of the City of New Orleans\n- Summary: The ordinance aims to amend Section 130-39 to provide for restrictions on payments to sellers of nonferrous materials. It was continued to the meeting of 11/2/23.\n- Ordinance Number: 34277\n- Votes Summary:\n - Vote 1: Postponed to the meeting of 11/2/23\n- Decision/Key Actions: Continued to the meeting of 11/2/23\n- UID: 319fce54-39c4-43ca-9968-191c459bcecc\n\n- Topic: Appropriation of unspent funds to the Law Department\n- Summary: The ordinance seeks to appropriate unspent funds to the Law Department for various state settlement and judgment payments. It was deferred until later in the meeting.\n- Ordinance Number: 34294\n- Votes Summary:\n - Vote 1: Deferred until later in the meeting\n- Decision/Key Actions: Deferred until later in the meeting\n- UID: 319fce54-39c4-43ca-9968-191c459bcecc\n\n- Topic: Appropriation of unspent funds to the Law Department (Amended)\n- Summary: This ordinance aims to amend the operating budget of expenditures for the City of New Orleans to appropriate unspent funds to the Law Department for various state settlement and judgment payments. The Budget Committee recommended approval.\n- Ordinance Number: 34295\n- Votes Summary:\n - Vote 1: Recommended approval by the Budget Committee\n- Decision/Key Actions: Recommended approval by the Budget Committee\n- UID: 319fce54-39c4-43ca-9968-191c459bcecc", + "uid": "319fce54-39c4-43ca-9968-191c459bcecc", + "publish_date": "10-19-2023", + "page_number": 23, + "title": "Regular City Council Minutes 10-19-2023" }, { - "title": "Regular CIty Council Meeting 1-19-2023.pdf", - "page_content": "6/23/23, 5:40 PM 33. 34. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4388&doc_id=e890e754-9901-11ed-96ab-00505691 83fa Brief: Requesting that the below organization to receive Wisner grant funds and the amount to be awarded: New Orleans Police and Justice Foundation, Inc. $1,000,000 Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 4/14/23). (Referred to the Budget Committee). CONTINUED TO THE MEETING OF 2/2/23. SPEARKER CARD: Michael Burnside - In Opposition R-22-529 Lying Over RESOLUTION (LYING OVER) - NO. R-22-530 - BY: COUNCILMEMBER MORRELL Brief: Directing the Department of Civil Service to submit its July 2022 Police Pay Plan to the Civil Service Commission for consideration and implementation and to report back to the City Council regarding the feasibil", - "page_number": 33, - "part": 1 + "page_content": "- Topic: Amendment to Ordinance Cal. No. 34,295\n- Summary: The ordinance proposed an amendment to the budget to allocate funds to miscellaneous programs. The amendment was moved by Councilmember Giarrusso and seconded by King. It passed with 7 YEAS and 0 NAYS.\n- Ordinance Number: 38fd388f-cbed-4e31-bcbb-ec02b7a257b7\n- Votes Summary:\n - Vote 1: Amendment - Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n - Vote 2: As Amended - Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The amendment to the ordinance was approved.\n- Tags/Keywords: Budget, Amendment, Funding Allocation, Councilmember Giarrusso\n- UID: 38fd388f-cbed-4e31-bcbb-ec02b7a257b7\n\n- Topic: Ordinance Cal. No. 34,294\n- Summary: This ordinance aimed to amend the operating budget of revenues for the City of New Orleans for the year 2023, specifically to appropriate unspent funds to the Law Department for various state settlement and judgment payments. It was moved by Councilmembers Giarrusso, Moreno, Green, and Thomas. Further details can be found in the provided link.\n- Ordinance Number: 38fd388f-cbed-4e31-bcbb-ec02b7a257b7\n- Votes Summary: N/A (details not provided)\n- Decision/Key Actions: The ordinance was referred to the Budget Committee, recommended for approval, and further action is pending.\n- Tags/Keywords: Operating Budget, Appropriation, Law Department, Settlement Payments\n- UID: 38fd388f-cbed-4e31-bcbb-ec02b7a257b7", + "uid": "38fd388f-cbed-4e31-bcbb-ec02b7a257b7", + "publish_date": "10-19-2023", + "page_number": 24, + "title": "Regular City Council Minutes 10-19-2023" }, { - "title": "Regular CIty Council Meeting 1-19-2023.pdf", - "page_content": "ity of the July 2022 Police Pay Plan proposal and a plan for implementation. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 4/14/23). R-22-530 Lying Over MOVED By: Morrell SECONDED BY: Harris ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Morrell - 5 NAYS: 0 ABSTAIN: 0 ABSENT: Moreno, Thomas - 2 RECUSED: 0 AND THE MOTION PASSED. MOTION (LYING OVER) - NO. M-22-537 - BY: COUNCILMEMBERS MORRELL AND MORENO Brief: Creating rules (Rule 57 - Contract Approval) governing the review and approval of contracts governed by Section 70-10. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 4/14/23). CONTINUED TO THE MEETING OF 2/2/23. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4388&doc_id=e890e754-9901-11ed-96ab-00505691 83fa 33/44 \f", - "page_number": 33, - "part": 2 + "page_content": "- Topic: Amendment to Ordinance CAL. NO. 34,308\n- Summary: This ordinance proposes an amendment to increase penalties and provide regulations for food waste and distribution near overpasses, elevated roadways, or encampment areas. The amendment suggests a warning citation for the first offense and an increase in penalties for subsequent offenses.\n- Ordinance Number: 34308\n- Votes Summary:\n - Vote 1: Continued to the meeting of 11/2/23 and referred to the Quality of Life Committee\n- Decision/Key Actions: The ordinance was continued to the next meeting for further discussion and review by the Quality of Life Committee.\n- Tags/Keywords: Amendment, penalties, food waste, overpasses\n- UID: 3f7a0132-f272-4f00-b87d-7ad55dd34d5b\n\n- Topic: CAL. NO. 34,314\n- Summary: This ordinance, introduced by Councilmember Moreno, addresses a specific topic related to the distribution of food. Further details can be found in the provided link to the meeting minutes.\n- Ordinance Number: 34314\n- Votes Summary: N/A\n- Decision/Key Actions: The details of the outcome were not provided in the summary.\n- Tags/Keywords: Food distribution, Councilmember Moreno\n- UID: 3f7a0132-f272-4f00-b87d-7ad55dd34d5b", + "uid": "3f7a0132-f272-4f00-b87d-7ad55dd34d5b", + "publish_date": "10-19-2023", + "page_number": 25, + "title": "Regular City Council Minutes 10-19-2023" }, { - "title": "Regular CIty Council Meeting 1-19-2023.pdf", - "page_content": "6/23/23, 5:40 PM 35. 36. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4388&doc_id=e890e754-9901-11ed-96ab-00505691 83fa M-22-537 Lying Over MOTION - NO. M-23-18 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, MORRELL, GREEN AND THOMAS Brief: Approving the Amendment to the Classified Pay Plan (Police Recruitment and Retention Pay) Special Rate of Pay: as adopted by the Civil Service Commission at its meeting of November 3, 2022 and amended on November 17, 2022, in accordance with Article X, Section 10 of the Constitution of Louisiana, to be effective January 23, 2023. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 5/19/23). M-23-18 MOVED By: Giarrusso SECONDED BY: Harris ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Morrell, Thomas - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Moreno - 1 RECUSED: 0 AND THE MOTION PASSED. MOTION - NO. M-23-22 - BY: COUNCILMEMBERS MORENO, HARRIS AND KING Brief: Directing City Planning Commission to conduct a public hearing to consider amending and re-ordaining the Comprehensive Zoning Ordinance (Ordinance No. M.C.S. 4264, as amended by Ordinance No. 26,413 M.C.S. and subsequent amendments), to create a", - "page_number": 34, - "part": 1 + "page_content": "- Topic: Amendment of Section 146-599 of the Code of the City of New Orleans\n- Summary: The ordinance aimed to amend permit standards and fees for parklet permits, setting a date for fee waivers associated with parklet permits. The meeting was continued to 11/16/23.\n- Ordinance Number: 34314\n- Votes Summary:\n - Vote 1: N/A - (Continued to 11/16/23)\n- Decision/Key Actions: The meeting was continued to 11/16/23.\n- Tags/Keywords: Parklet permits, permit standards, fee waivers\n- UID: dbe940a9-ec57-451e-ab31-91eeec3bb440\n\n- Topic: Amendment of enabling legislation for the New Orleans Tourism and Cultural Fund\n- Summary: The ordinance proposed imposing a local participation goal for any program submitted by the Corporation. It was referred to the Economic Development Committee and continued to the meeting of 11/16/23.\n- Ordinance Number: 34347\n- Votes Summary:\n - Vote 1: N/A - (Referred to the Economic Development Committee, Continued to 11/16/23)\n- Decision/Key Actions: Referred to the Economic Development Committee and continued to the meeting of 11/16/23.\n- Tags/Keywords: New Orleans Tourism and Cultural Fund, local participation goal, Economic Development Committee\n- UID: dbe940a9-ec57-451e-ab31-91eeec3bb440\n\n- Topic: Establishment of conditional use for a standard restaurant in an HU-MU Historic Urban Neighborhood Mixed-Use District\n- Summary: The ordinance aimed to establish a conditional use to permit a standard restaurant over 5,000 square feet in a specific district. The ordinance was on deadline and had amendments.\n- Ordinance Number: 34363\n- Votes Summary:\n - Vote 1: N/A - (On Deadline)\n- Decision/Key Actions: On deadline, with amendments\n- Tags/Keywords: Conditional use, standard restaurant, zoning docket\n- UID: dbe940a9-ec57-451e-ab31-91eeec3bb440", + "uid": "dbe940a9-ec57-451e-ab31-91eeec3bb440", + "publish_date": "10-19-2023", + "page_number": 26, + "title": "Regular City Council Minutes 10-19-2023" }, { - "title": "Regular CIty Council Meeting 1-19-2023.pdf", - "page_content": " definition and use standards for a \u201celectric vehicle (EV) charging station (principal use)\u201d to reduce zoning barriers for EV charging stations, with the following considerations: * Consider updating existing regulations in the CZO to increase opportunities for EV charging stations in appropriate zoning districts; * Consider defining Levels 1, 2, and 3 EV charging stations or other relevant EV charging industry standards when creating use standards and definitions; * Consider requiring EV charging stations in any newly proposed parking lots (principal use) or parking structures (principal use) based off national best practices; * Consider reducing the required number of off-street vehicle parking requirements for developments that include EV charging stations; * Consider limiting EV charging stations (principal use) to zoning districts with existing auto- oriented uses or consider ways to mitigate any potential negative impacts of this auto-oriented use. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 5/19/23). M-23-22 https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4388&doc_id=e890e754-9901-11ed-96ab-00505691 83fa 34/44 \f", - "page_number": 34, - "part": 2 + "page_content": "- Topic: Amendment to Property Development Regulations\n- Summary: The amendment requires the developer to implement a security system to prevent unauthorized access to the property when the business is not open, as well as comply with noise regulations and adopt measures to address excessive sound complaints from surrounding neighbors.\n- Ordinance Number: 34363 Amendment\n- Votes Summary:\n Vote 1: Amendment - Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n Vote 2: Adopt as Amended - Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The amendment was adopted, with specific requirements for property security and noise regulation compliance.\n- Tags/Keywords: Property development, Security measures, Noise regulations\n- UID: 110bb2c5-1c1f-4f9b-ab0c-b3acd940d9d9\n\n- Topic: Amendment to Prima Facie Speed Limits\n- Summary: The ordinance aims to amend and reordain a specific section of the Code of the City of New Orleans to reduce the speed limit on a portion of Harrison Avenue. \n- Ordinance Number: CAL. NO. 34,383\n- Votes Summary:\n Vote 1: N/A\n Vote 2: N/A\n- Decision/Key Actions: Additional context or details about the implications of the ordinance's discussion and any key decisions or actions would be needed to provide a complete summary.\n- Tags/Keywords: Traffic regulations, Speed limits\n- UID: 110bb2c5-1c1f-4f9b-ab0c-b3acd940d9d9", + "uid": "110bb2c5-1c1f-4f9b-ab0c-b3acd940d9d9", + "publish_date": "10-19-2023", + "page_number": 27, + "title": "Regular City Council Minutes 10-19-2023" }, { - "title": "Regular CIty Council Meeting 1-19-2023.pdf", - "page_content": "6/23/23, 5:40 PM 37. 38. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4388&doc_id=e890e754-9901-11ed-96ab-00505691 83fa MOVED By: Harris SECONDED BY: _ King ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Morrell, Thomas - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Moreno - 1 RECUSED: 0 AND THE MOTION PASSED. MOTION - NO. M-23-24 - BY: COUNCILMEMBERS KING, GIARRUSSO, MORENO, MORRELL, GREEN, THOMAS AND HARRIS (BY REQUEST) Brief: Declaring the need for the immediate procurement of twelve (12) new ambulances is an emergency. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 5/19/23). WITHDRAWN. SPEAKER CARD: Michael Burnside - Info. Only M-23-24 MOTION - NO. M", - "page_number": 35, - "part": 1 + "page_content": "- Topic: Amendment to Regulation of Short-Term Rentals\n- Summary: The ordinance aims to amend and reordain sections of the Code of the City of New Orleans to regulate short-term rentals. The motion to adopt the ordinance was passed with 7 YEAS and 0 NAYS.\n- Ordinance Number: 34,385\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance was adopted and will be implemented.\n- Tags/Keywords: Short-Term Rentals, Regulation, Code of the City of New Orleans\n- UID: 8ebedbef-3946-4ae2-b2b6-127e4bba0a32\n\n- Topic: Amendments to Comprehensive Zoning Ordinance for Short-Term Rentals\n- Summary: The ordinance directs the City Planning Commission to conduct a public hearing to consider amendments to the Comprehensive Zoning Ordinance of the City of New Orleans, specifically to eliminate Non-Commercial Short-Term Rentals as a defined land use. The motion to continue the ordinance was made, and the deadline for postponement is set for 1/19/24.\n- Ordinance Number: M-23-426\n- Votes Summary:\n Vote 1: Continued - (N/A)\n- Decision/Key Actions: The ordinance will be further discussed in a public hearing, and amendments will be considered.\n- Tags/Keywords: Comprehensive Zoning Ordinance, City Planning Commission, Non-Commercial Short-Term Rentals\n- UID: 8ebedbef-3946-4ae2-b2b6-127e4bba0a32", + "uid": "8ebedbef-3946-4ae2-b2b6-127e4bba0a32", + "publish_date": "10-19-2023", + "page_number": 28, + "title": "Regular City Council Minutes 10-19-2023" }, { - "title": "Regular CIty Council Meeting 1-19-2023.pdf", - "page_content": "-23-33 - BY: COUNCILMEMBERS GIARRUSSO, HARRIS AND GREEN Brief: Establishing permanent polling location as the official polling places for the precincts within the Parish of Orleans for future elections, including the upcoming March 25, 2023 and April 29, 2023 municipal primary and general elections. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 5/19/23). M-23-33 MOVED By: Giarrusso SECONDED BY: King ACTION: Adopt YEAS: Giarrusso, Green, King, Morrell, Thomas - 5 NAYS: 0 ABSTAIN: 0 ABSENT: Harris, Moreno - 2 RECUSED: 0 AND THE MOTION PASSED. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4388&doc_id=e890e754-9901-11ed-96ab-00505691 83fa 35/44 \f", - "page_number": 35, - "part": 2 + "page_content": "- Topic: Amending Comprehensive Zoning Ordinance to Establish Non-Commercial Short-Term Rental Interim Zoning District\n- Summary: The ordinance directs the City Planning Commission to conduct a public hearing to amend the Comprehensive Zoning Ordinance and establish a new Interim Zoning District to prohibit non-commercial short-term rentals citywide. The ordinance was electronically submitted and continued to the meeting of 11/2/23.\n- Ordinance Number: M-23-427\n- Votes Summary:\n Vote 1: Lying Over - N/A (Continued to the meeting of 11/2/23)\n- Decision/Key Actions: Continued to a later meeting for further discussion and potential voting.\n- Tags/Keywords: Zoning, Non-Commercial Short-Term Rental, City Planning Commission\n- UID: 8a2abc5b-d7df-4bba-9096-4af1bbf75232\n\n- Topic: Monthly Reporting of Contracts in Progress\n- Summary: This ordinance aims to require the Law Department to produce and transmit a monthly report regarding contracts in progress. It includes details such as the contract request or receipt date, type and amount of the contract, assigned Law Department employee, status, and completion date. The ordinance was electronically submitted and continued to the meeting of 11/2/23.\n- Ordinance Number: 34,393\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The ordinance passed and was continued to a later meeting for further discussion and updates.\n- Tags/Keywords: Law Department, Contract Reporting, Transparency\n- UID: 8a2abc5b-d7df-4bba-9096-4af1bbf75232\n\n- Topic: Conditional Use Permit for a Bar in Specific Zoning Districts\n- Summary: This ordinance seeks to establish a conditional use to permit a bar in specific zoning districts, including an SC Suburban Corridor Use Restriction Overlay District. It pertains to a specific location in the city and includes zoning docket number 58/23. The ordinance was electronically submitted.\n- Ordinance Number: 34,398\n- Votes Summary:\n Vote 1: N/A - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The outcome of the vote was not provided, and the ordinance may require further discussion or voting.\n- Tags/Keywords: Conditional Use Permit, Zoning District, Bar Establishment\n- UID: 8a2abc5b-d7df-4bba-9096-4af1bbf75232", + "uid": "8a2abc5b-d7df-4bba-9096-4af1bbf75232", + "publish_date": "10-19-2023", + "page_number": 29, + "title": "Regular City Council Minutes 10-19-2023" }, { - "title": "Regular CIty Council Meeting 1-19-2023.pdf", - "page_content": "6/23/23, 5:40 PM 40. 4l. 42. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4388&doc_id=e890e754-9901-11ed-96ab-00505691 83fa MOTION - NO. M-23-36 - BY: COUNCILMEMBER MORRELL Brief: Requesting and authorizing the President of the Council to sign a cooperative endeavor agreement with the Orleans Parish Sheriff\u2019s Office for the provision of security services for the City Council, for the period of January 1, 2022 through December 31, 2022, for a maximum compensation amount not to exceed $46,399.63 per month or $556,795.56 for twelve (12) months. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 5/19/23). M-23-36 MOVED By: Morrell SECONDED BY: Harris ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Morrell, Thomas - 6 NAYS: 0 ABSTAIN: ", - "page_number": 36, - "part": 1 + "page_content": "- Topic: Cooperative Endeavor Agreement for SCEI initiative\n- Summary: An ordinance authorizing the Mayor to enter into a Cooperative Endeavor Agreement with Foundation for Louisiana for the purpose of providing fiscal sponsorship for the National League of Cities\u2019 Southern Cities for Economic Inclusion initiative.\n- Ordinance Number: 34419\n- Votes Summary:\n - Vote 1: Adopt - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance was adopted.\n- Tags/Keywords: Cooperative Endeavor Agreement, Fiscal Sponsorship, National League of Cities, Southern Cities for Economic Inclusion, Initiative\n- UID: 703dac3a-95ba-4718-9dc2-292e2983bae1\n\n- Topic: Appropriation of unassigned funds balance to City Council\n- Summary: An ordinance to appropriate unassigned funds balance to the City Council for additional funding to support Council contract initiatives regarding investigations and a utility appeal hearing process.\n- Ordinance Number: 34426\n- Votes Summary:\n - Vote 1: Adopt - (6 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance was adopted.\n- Tags/Keywords: Unassigned Funds Balance, City Council, Appropriation, Council Contract Initiatives, Investigations, Utility Appeal Hearing\n- UID: 703dac3a-95ba-4718-9dc2-292e2983bae1", + "uid": "703dac3a-95ba-4718-9dc2-292e2983bae1", + "publish_date": "10-19-2023", + "page_number": 30, + "title": "Regular City Council Minutes 10-19-2023" }, { - "title": "Regular CIty Council Meeting 1-19-2023.pdf", - "page_content": "0 ABSENT: Moreno - 1 RECUSED: 0 AND THE MOTION PASSED. MOTION - NO. M-23-37 - BY: COUNCILMEMBER MORRELL Brief: Directing Council Utilities Regulatory Office (\u201cCURO\u201d) to issue and advertise a request to appoint an individual or firm to review SWBNO appeals, in accordance with Council Rule 42. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 5/19/23). M-23-37 MOVED By: Morrell SECONDED BY: Green ACTION: Adopt YEAS: Giarrusso, Green, King, Morrell, Thomas - 5 NAYS: 0 ABSTAIN: 0 ABSENT: Harris, Moreno - 2 RECUSED: 0 AND THE MOTION PASSED. MOTION - NO. M-23-40 - BY: COUNCILMEMBERS GIARRUSSO,_ MORENO, MORRELL, GREEN AND THOMAS https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4388&doc_id=e890e754-9901-11ed-96ab-00505691 83fa 36/44 \f", - "page_number": 36, - "part": 2 + "page_content": "- Topic: Operating Budget Amendment\n- Summary: This ordinance seeks to amend the Operating Budget of Expenditures for the City of New Orleans for the year 2023, appropriating funds to the City Council for investigations and a utility appeal hearing process.\n- Ordinance Number: CAL. NO. 34,427\n- Votes Summary:\n Vote 1: Adopt - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The motion passed, and it is scheduled for a postponement deadline of 2/2/24.\n- Tags/Keywords: Operating Budget, City Council, Fund Appropriation\n- UID: 894776a9-0634-482c-bb91-189ccbe3436e\n\n- Topic: Cooperative Endeavor Agreement with NOBC\n- Summary: This ordinance aims to authorize the Mayor of the City of New Orleans to enter into a cooperative endeavor agreement with the New Orleans Building Corporation for the administration of a parcel of land beneath U.S. Highway 90.\n- Ordinance Number: CAL. NO. 34,428\n- Votes Summary:\n Vote 1: Continued to the meeting of 11/2/23\n- Decision/Key Actions: The ordinance was continued to a future meeting for further discussion and consideration.\n- Tags/Keywords: Cooperative Endeavor Agreement, NOBC, Land Administration\n- UID: 894776a9-0634-482c-bb91-189ccbe3436e\n\n- Topic: Amendment to Cooperative Endeavor Agreement with Downtown Development District\n- Summary: This ordinance seeks to authorize the Mayor of the City of New Orleans to enter into Amendment No. 2 to a previously executed Cooperative Endeavor Agreement with The Downtown Development District for infrastructure improvements and enhancement in the district.\n- Ordinance Number: CAL. NO. 34,430\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: The outcome of the vote is not specified in the provided information.\n- Tags/Keywords: Amendment, Cooperative Endeavor Agreement, Infrastructure Improvement\n- UID: 894776a9-0634-482c-bb91-189ccbe3436e", + "uid": "894776a9-0634-482c-bb91-189ccbe3436e", + "publish_date": "10-19-2023", + "page_number": 31, + "title": "Regular City Council Minutes 10-19-2023" }, { - "title": "Regular CIty Council Meeting 1-19-2023.pdf", - "page_content": "6/23/23, 5:40 PM 43. 48. 48a. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4388&doc_id=e890e754-9901-11ed-96ab-00505691 83fa Brief: Approving the Amendment to the Civil Service Rules (Merit Pay) Rule IV, Section 2.5: as adopted by the Civil Service Commission at its meeting on November 3, 2022, in accordance with Article X, Section 10 of the Constitution of Louisiana, to be effective January 23, 2023. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 5/19/23). (At the Budget Committee meeting this legislation was introduced as M-23-15, but due to the Council\u2019s Special meeting scheduled for 1/18/2023 the motion number was change as reflected above). CONTINUED TO THE MEETING OF 2/2/23. M-23-40 MOTION TO SUSPEND THE RULES TO INTRODUCE ORDINANCES ON FIRST READING. MOVED By: Morrell SECONDED BY: Green ACTION: Suspend the Rules YEAS: Giarrusso, Green, King, Morrell, Thomas - 5 NAYS: 0 ABSTAIN: 0 ABSENT: Harris, Moreno - 2 RECUSED: 0 AND THE MOTION PASSED. ORDINANCES ON FIRST READING CALENDAR NUMBER", - "page_number": 37, - "part": 1 + "page_content": "- Topic: Amendment No. 4 to Cooperative Endeavor Agreement with The University of New Orleans\n- Summary: The ordinance authorizes the Mayor to enter into Amendment No. 4 to a Cooperative Endeavor Agreement with The University of New Orleans for the restoration of the City's infrastructure damaged by Hurricane Katrina. The purpose is to modify the provisions of the agreement to further the Joint Infrastructure Recovery Request (JIRR) Program.\n- Ordinance Number: 34430 - 29697 M.C.S.\n- Votes Summary:\n Vote 1: Adopt - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance was adopted.\n- UID: 805f3c07-ec91-465f-a2ef-781491ed5531\n\n- Topic: Amendment of Operating Budget for NOLA East Criminal Justice Work\n- Summary: The ordinance seeks to amend the operating budget of expenditures for the City of New Orleans by moving funds from the Office of the Mayor to the Department of Human Services for NOLA East Criminal Justice Work.\n- Ordinance Number: 34431 - 29698 M.C.S.\n- Votes Summary:\n Vote 1: Adopt - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance was adopted.\n- UID: 805f3c07-ec91-465f-a2ef-781491ed5531", + "uid": "805f3c07-ec91-465f-a2ef-781491ed5531", + "publish_date": "10-19-2023", + "page_number": 32, + "title": "Regular City Council Minutes 10-19-2023" }, { - "title": "Regular CIty Council Meeting 1-19-2023.pdf", - "page_content": "S 34,024 THRU 34,045. INTRODUCED AND LAID OVER AS REQUIRED BY LAW. CAL. NO. 34,024 - BY: COUNCILMEMBER KING Brief: An Ordinance to establish a conditional use to permit a hotel over 10,000 square feet located within the HMC-2 Historic Marigny/Trem\u00e9/Bywater Commercial District, the EC Enhancement Corridor Design Overlay District, the AC-4 Arts and Culture Diversity Overlay District, the Small Multi-Family Affordable Short Term Rental Interim Zoning District, and the Residential Short Term Rental Interim Zoning District, on Square 379, Lot X, in the Third Municipal District, bounded by North Rampart Street, Kerlerec Street, Henriette Delille Street and Columbus Street (Municipal Addresses: 1441-1451 North Rampart Street, 1104 Columbus Street and 1115 Kerlerec Street);and otherwise to provide with respect thereto. ZONING DOCKET NO. 91/22 Annotation: ELECTRONICALLY SUBMITTED. (90 Days, Cn. Deadline 4/5/23). (Cn. Deadline 3/23/22). https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4388&doc_id=e890e754-9901-11ed-96ab-00505691 83fa 37/44 \f", - "page_number": 37, - "part": 2 + "page_content": "- Topic: Appropriation of grant funds for the purchase of a Foam Firefighting Trailer\n- Summary: This ordinance aims to amend the city's operating budget to appropriate grant funds to the Fire Department for the purchase of a Foam Firefighting Trailer. The trailer would provide protection to the Port of New Orleans and surrounding areas while transporting hazardous materials and chemicals. The ordinance was continued to the meeting of 11/2/23 and referred to the Budget Committee.\n- Ordinance Number: 34,433\n- Votes Summary:\n - Vote 1: N/A - (N/A)\n- Decision/Key Actions: Continued to the meeting of 11/2/23 and referred to the Budget Committee\n- Tags/Keywords: Grant funds, Fire Department, Foam Firefighting Trailer\n- UID: 3fcc21e0-0a5a-4e27-b37e-e08843b8fd84\n\n- Topic: Appropriation of grant funds for the purchase of a Foam Firefighting Trailer\n- Summary: This ordinance also aims to amend the city's operating budget to appropriate grant funds to the Fire Department for the purchase of a Foam Firefighting Trailer. The trailer would provide protection to the Port of New Orleans and surrounding areas while transporting hazardous materials and chemicals. The ordinance was continued to the meeting of 11/2/23 and referred to the Budget Committee.\n- Ordinance Number: 34,434\n- Votes Summary:\n - Vote 1: N/A - (N/A)\n- Decision/Key Actions: Continued to the meeting of 11/2/23 and referred to the Budget Committee\n- Tags/Keywords: Grant funds, Fire Department, Foam Firefighting Trailer\n- UID: 3fcc21e0-0a5a-4e27-b37e-e08843b8fd84\n\n- Topic: Amendment of the city's operating budget for grant fund appropriation\n- Summary: This ordinance seeks to amend the city's operating budget to appropriate grant funds to the Fire Department for the purchase of a Foam Firefighting Trailer. The trailer would provide protection to the Port of New Orleans and surrounding areas while transporting hazardous materials and chemicals. The ordinance was continued to the meeting of 11/2/23 and referred to the Budget Committee.\n- Ordinance Number: 34,435\n- Votes Summary:\n - Vote 1: N/A - (N/A)\n- Decision/Key Actions: Continued to the meeting of 11/2/23 and referred to the Budget Committee\n- Tags/Keywords: Operating budget, grant funds, Fire Department, Foam Firefighting Trailer\n- UID: 3fcc21e0-0a5a-4e27-b37e-e08843b8fd84", + "uid": "3fcc21e0-0a5a-4e27-b37e-e08843b8fd84", + "publish_date": "10-19-2023", + "page_number": 33, + "title": "Regular City Council Minutes 10-19-2023" }, { - "title": "Regular CIty Council Meeting 1-19-2023.pdf", - "page_content": "6/23/23, 5:40 PM A8b. A48c. 48d. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4388&doc_id=e890e754-9901-11ed-96ab-00505691 83fa 34024 CAL. NO. 34,025 - BY: COUNCILMEMBERS GIARRUSSO, GREEN, MORENO AND THOMAS (BY REQUEST) Brief: An Ordinance to amend and re-ordain Ordinance No. 29,272 M.C.S., entitled \u201cAn Ordinance Providing a Capital Budget for the Year 2023\u201d, to effect the following change to the 2023 Capital Budget: to de-appropriate funds from the Chief Administrative Office, the Department of Human Services, the Department of Property Management, the Department of Public Works, the Department of Sanitation, the Mosquito, Termite and Rodent Control Board, and the New Orleans Recreation Development Commission; to appropriate funds to the Chief Administrative Office, the Department of Health, the Department of Human Services, the Department of Parks and Parkways, the Department of Property Management, the Department of Public Works, the New Orleans Fire Department, the New Orleans Recreation Development Commission, and the Municipal Yacht Harbor; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 5/19/23). 34025 CAL. NO. 34,026 - BY: COUNCILMEMBERS GIARRUSSO, GREEN, HARRIS, KING, MORENO, MORRELL AND T", - "page_number": 38, - "part": 1 + "page_content": "- Topic: Appropriation of State Act 397 funds for public safety cameras\n- Summary: The ordinance aims to appropriate State Act 397 funds to the Office of the Mayor for Public Safety Support Services to install at least 5 public safety cameras. The ordinance was continued to the meeting of 11/2/23 and referred to the budget committee.\n- Ordinance Number: 34435\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: Continued to the meeting of 11/2/23 and referred to the budget committee\n- UID: 25ef984c-3a7e-4437-aadd-a11cf31585bf\n\n- Topic: Cooperative Endeavor Agreement for economic development\n- Summary: The ordinance authorizes the Mayor of the City of New Orleans to enter into a Cooperative Endeavor Agreement between the City, the Riverwalk-Spanish Plaza Economic Development District, and Rockstep Riverwalk, LLC for the purpose of promoting economic development and enhancing security in the Spanish Plaza public space. The ordinance was adopted with 7 YEAS and 0 NAYS.\n- Ordinance Number: 34437\n- Votes Summary:\n Vote 1: Adopt - (7 YEAS, 0 NAYS)\n- Decision/Key Actions: Adopted\n- UID: 25ef984c-3a7e-4437-aadd-a11cf31585bf", + "uid": "25ef984c-3a7e-4437-aadd-a11cf31585bf", + "publish_date": "10-19-2023", + "page_number": 34, + "title": "Regular City Council Minutes 10-19-2023" }, { - "title": "Regular CIty Council Meeting 1-19-2023.pdf", - "page_content": "HOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29266 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023,\u201dto transfer funds from the \u201c100-Personal Services\u201d appropriation to the \u201c600-Grants, Contributions, and Fund Transfers\u201d appropriation within the Department of Police in Fund 4150 (Federal Treasury Department); and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 5/19/23). 34026 CAL. NO. 34,027 - BY: COUNCILMEMBER GIARRUSSO (BY REQUEST) Brief: An Ordinance authorizing the Mayor of the City of New Orleans to enter into a Cooperative Endeavor Agreement between the City of New Orleans (the \u201cCity\u201d) and New Orleans Museum of Art (\u201cNOMA\u201d), for a term greater than one year, for the public purpose of supporting local needs in the area of education for underserved and underrepresented populations by supporting NOMA\u2019s Mini Masters Initiative in the City, as more fully detailed in the Cooperative Endeavor Agreement form attached hereto as Exhibit \u201cA\u201d; and otherwise to provide with respect thereto. Annotation: https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4388&doc_id=e890e754-9901-11ed-96ab-00505691 83fa 38/44 \f", - "page_number": 38, - "part": 2 + "page_content": "- Topic: Cooperative Endeavor Agreement for Dryades Kitchen Incubator Project\n- Summary: An ordinance to authorize the Mayor of the City of New Orleans to enter into a Cooperative Endeavor Agreement with the State of Louisiana for the planning and construction of the Dryades Kitchen Incubator Project.\n- Ordinance Number: CAL. NO. 34,438\n- Votes Summary:\n - Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance was adopted to authorize the Mayor to enter into the Cooperative Endeavor Agreement.\n- Tags/Keywords: Cooperative Endeavor Agreement, Dryades Kitchen Incubator Project, Planning and Construction, Authorization\n- UID: ea121e45-7375-1 lee-b4aa-0050569183fa\n\n- Topic: Amendment to Classified Pay Plan (Fire)\n- Summary: Submitting for Council approval the amendment to the Classified Pay Plan (Fire) as adopted by the Civil Service Commission, to be effective from October 8, 2023.\n- Ordinance Number: M-23-451\n- Votes Summary:\n - Vote 1: Pending - (Continued to the meeting of 11/2/23)\n- Decision/Key Actions: The amendment to the Classified Pay Plan was not voted on and was continued to a later meeting.\n- Tags/Keywords: Classified Pay Plan, Amendment, Civil Service Commission, Pending Vote\n- UID: abc6294d-e96f-4fc4-ba98-a8308ca93385\n\n- Topic: Ratification of Mayor's Appointment\n- Summary: Ratifying, confirming, and approving the Mayor's appointment of Wilmer Jacobs.\n- Ordinance Number: M-23-464\n- Votes Summary:\n - Vote 1: Pending - (No voting outcome provided)\n- Decision/Key Actions: The ratification of the Mayor's appointment was not voted on, and the outcome is pending.\n- Tags/Keywords: Mayor's Appointment, Ratification, Pending Vote\n- UID: ea121e45-7375-1 lee-b4aa-0050569183fa", + "uid": "abc6294d-e96f-4fc4-ba98-a8308ca93385", + "publish_date": "10-19-2023", + "page_number": 35, + "title": "Regular City Council Minutes 10-19-2023" }, { - "title": "Regular CIty Council Meeting 1-19-2023.pdf", - "page_content": "6/23/23, 5:40 PM 48e. A8f. 48g. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4388&doc_id=e890e754-9901-11ed-96ab-00505691 83fa ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 5/19/23). 34027 CAL. NO. 34,028 - BY: COUNCILMEMBERS HARRIS AND KING (BY REQUEST) Brief: An Ordinance to authorize the Mayor of the City of New Orleans to enter into a five-year Cooperative Endeavor Agreement (\u201cCEA\u201d) with Acadian Ambulance Service, Inc. d/b/a the National EMS Academy (\u201cAcadian\u201d) to establish a course designed to prepare and train students as emergency medical technicians, subject to examination and approval by the National Registry of Emergency Medical Technicians, as more fully set forth in the form attached hereto as Exhibit \u201c1\u201d and made a part hereof; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 5/19/23). 34028 CAL. NO. 34,029 - BY: COUNCILMEMBER KING (BY REQUEST) Brief: An Ordinance authorizing the Mayor of the City of New Orleans to enter into a Cooperative Endeavor Agreement between the City of New Orleans (the \u201cCity\u201d), and New Orleans Council on Aging, Inc. (\u201cContractor\u201d), for a term gr", - "page_number": 39, - "part": 1 + "page_content": "- Topic: Appointment of Lee Hoefer, Jr. to the Audubon Commission\n- Summary: The ordinance appoints Lee Hoefer, Jr. to the Audubon Commission for a term expiring on June 30, 2028.\n- Ordinance Number: M-23-464\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: Referred to the Governmental Affairs Committee and continued to the meeting of 11/2/23.\n- Tags/Keywords: Audubon Commission, Lee Hoefer Jr., Governmental Affairs Committee\n- UID: 0fba43b3-db4f-42be-a9c2-46d27d2ed023\n\n- Topic: Contract between the City of New Orleans and BASF Corporation\n- Summary: The ordinance adds the President of the Council as a signatory to the contract between the City of New Orleans and BASF Corporation.\n- Ordinance Number: M-23-483\n- Votes Summary:\n Vote 1: Suspend the Rules - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n Vote 2: Adopt - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The motion to suspend the rules and adopt the ordinance both passed.\n- Tags/Keywords: BASF Corporation, contract, City of New Orleans\n- UID: 0fba43b3-db4f-42be-a9c2-46d27d2ed023\n\n- Topic: Appointment of Ashley Spears as Council Fiscal Officer\n- Summary: The ordinance appoints Ashley Spears as the Council Fiscal Officer for the New Orleans City Council with a base salary of Grade 103, Step 44.\n- Ordinance Number: M-23-484\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: N/A\n- Tags/Keywords: Ashley Spears, Council Fiscal Officer, New Orleans City Council\n- UID: 0fba43b3-db4f-42be-a9c2-46d27d2ed023", + "uid": "0fba43b3-db4f-42be-a9c2-46d27d2ed023", + "publish_date": "10-19-2023", + "page_number": 36, + "title": "Regular City Council Minutes 10-19-2023" }, { - "title": "Regular CIty Council Meeting 1-19-2023.pdf", - "page_content": "eater than one year, for the public purpose of improving the overall health and independence of local senior citizens and curtailing the number of premature admissions into hospitals and nursing homes at 2475 Canal Street, Suite 400, New Orleans, Louisiana 70119, as more fully set forth in the Cooperative Endeavor Agreement attached hereto and made a part hereof, titled Exhibit \u201c1\u201d; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 5/19/23). 34029 CAL. NO. 34,030 - BY: COUNCILMEMBER KING (BY REQUEST) Brief: An Ordinance authorizing the Mayor of the City of New Orleans to enter into a Cooperative Endeavor Agreement between the City of New Orleans (the \u201cCity\u201d) and the Arts Council of New Orleans (\u201cArts Council\u201d) for a term greater than one year, to accomplish the public purpose of supporting the arts within the City the Community Arts Grants program, as more fully detailed in the Cooperative Endeavor Agreement form attached hereto as Exhibit \u201cA\u201d; and otherwise to provide with respect thereto. Annotation: https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4388&doc_id=e890e754-9901-11ed-96ab-00505691 83fa 39/44 \f", - "page_number": 39, - "part": 2 + "page_content": "- Topic: M-23-484\n- Summary: This motion was to adopt a resolution certifying that the Parish has performed all interim inspections on Parish-owned or maintained bridges, conducted structural analysis and rating of bridges, reviewed load posting information, and updated load posting information. The motion passed.\n- Ordinance Number: M-23-484\n- Votes Summary:\n Vote 1: Adopt - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The motion to adopt the resolution passed.\n- UID: 34016a88-0ca1-4a83-94aa-57f43231540a\n\n- Topic: R-23-489\n- Summary: This resolution certified information to the LADOTD for the period of October 1, 2022 through November 15, 2023, related to the inspection, analysis, and load posting of Parish-owned bridges. The motion to adopt the resolution passed.\n- Ordinance Number: R-23-489\n- Votes Summary:\n Vote 1: Adopt - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The motion to adopt the resolution passed.\n- UID: 34016a88-0ca1-4a83-94aa-57f43231540a", + "uid": "34016a88-0ca1-4a83-94aa-57f43231540a", + "publish_date": "10-19-2023", + "page_number": 37, + "title": "Regular City Council Minutes 10-19-2023" }, { - "title": "Regular CIty Council Meeting 1-19-2023.pdf", - "page_content": "6/23/23, 5:40 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4388&doc_id=e890e754-9901-11ed-96ab-00505691 83fa ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 5/19/23). 34030 48h. CAL. NO. 34,031 - BY: COUNCILMEMBER KING (BY REQUEST) Brief: An Ordinance to authorize the Mayor of the City of New Orleans to enter into a First Amendment to the Cooperative Endeavor Agreement (\u201cAmendment\u201d) to amend _ the Cooperative Endeavor Agreement (\u201cAgreement\u201d) between the City of New Orleans (the \u201cCity\u201d) and Rebuilding Together New Orleans (the \u201cContractor\u201d) relative to the Contractor providing financial sponsorship services in support of the City\u2019s Neighborhood Cares Initiative; to increase the maximum aggregate amount of compensation payable by the City to the Contractor; to extend the term of the Agreement for an additional one (1) year ten (10) months and seven (7) days; and to add, reaffirm, or modify certain terms and conditions, as more fully set forth in the Amendment attached hereto as Exhibit \u201c1\u201d and incorporated and made a part hereof; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 5/19/23). 34031 481. CAL. NO. 34,032 - BY: COUNCILMEMBER KING (BY REQUEST) Brief: An Ordinance authorizing the Mayor of the City of New Orleans to enter into a Cooperative Endea", - "page_number": 40, - "part": 1 + "page_content": "- Topic: Load Posting and Bridge Closure Requirements\n- Summary: The ordinance requires all Parish-owned or maintained bridges that require load posting or closing to comply with LADOTD Engineer Directives and Standards Manual directive No. 1.1.1.8. It also mandates the review and correction of off-system bridge information before transmitting it to the LADOTD for closures, load postings, and reports.\n- Ordinance Number: Not specified\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance was adopted with a vote of 7 in favor and none against.\n- Tags/Keywords: Load Posting, Bridge Closure, LADOTD, Parish Engineer, Ordinance\n- UID: 2f4b1393-3523-45f5-9629-5c0699785eac\n\n- Topic: Rescinding Motion M-23-471\n- Summary: This motion rescinds Motion M-23-471 adopted by the City Council on October 5, 2023, and grants the applicant's request. The amendment to the Comprehensive Zoning Ordinance is as described in Part II.D of the City Planning Commission's Staff report.\n- Ordinance Number: M-23-492\n- Votes Summary:\n Vote 1: Adopted - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The motion to rescind M-23-471 was adopted with a vote of 7 in favor and none against.\n- Tags/Keywords: Rescind Motion, Zoning Ordinance, City Planning Commission, M-23-492\n- UID: 2f4b1393-3523-45f5-9629-5c0699785eac\n\n- Topic: Cooperative Endeavor Agreement for Economic Development\n- Summary: This ordinance authorizes the Mayor of the City of New Orleans to enter into a Cooperative Endeavor Agreement between the City, the Riverwalk\u2014Spanish Plaza Economic Development District, and Rockstep Riverwalk, LLC for the purpose of promoting economic development, creating capital and infrastructure improvements, providing for cultural programming, and enhancing security in the Spanish Plaza public space.\n- Ordinance Number: CAL. NO. 34,437\n- Votes Summary:\n Vote 1: Not specified\n- Decision/Key Actions: The details of the vote outcome were not provided in the summary.\n- Tags/Keywords: Cooperative Endeavor Agreement, Economic Development, Spanish Plaza, Infrastructure Improvements\n- UID: 2f4b1393-3523-45f5-9629-5c0699785eac", + "uid": "2f4b1393-3523-45f5-9629-5c0699785eac", + "publish_date": "10-19-2023", + "page_number": 38, + "title": "Regular City Council Minutes 10-19-2023" }, { - "title": "Regular CIty Council Meeting 1-19-2023.pdf", - "page_content": "vor Agreement between the City of New Orleans (the \u201cCity\u201d), and New Orleans Humane Law and Rescue, LLC (\u201cContractor\u201d), for a term greater than one year, for the public purpose of ensuring that the City has animal control services, particularly during an emergency at 1700 Mardi Gras Blvd., New Orleans, Louisiana 70114, as more fully set forth in the Cooperative Endeavor Agreement attached hereto and made a part hereof, titled Exhibit \u201c1\u201d; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 5/19/23). 34032 48). CAL. NO. 34,033 - BY: COUNCILMEMBER GREEN (BY REQUEST) Brief: An Ordinance to authorize the Mayor of the City of New Orleans to enter into Amendment No. 3 to a previously executed Cooperative Endeavor Agreement (CEA) among the City of New Orleans (the \u201cCity\u201d) , the New Orleans Redevelopment Authority (\u201cNORA\u201d), and the Sewerage and Water Board of New Orleans (\u201cSWBNO\u2019) relative to the implementation of the Stormwater Mitigation Project for Pontilly to extend the term of said Cooperative Endeavor Agreement for an additional year and to provide an additional $174,511.00 to NORA for construction administration services, as more fully set forth in Amendment No. 3 to the https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4388&doc_id=e890e754-9901-11ed-96ab-00505691 83fa 40/44 \f", - "page_number": 40, - "part": 2 + "page_content": "- Topic: Adding the President of the Council as a signatory to the data use agreement between the City of New Orleans and the Administrators of the Tulane Educational Fund\n- Summary: The ordinance aims to authorize the President of the Council to sign the data use agreement between the City of New Orleans and the Administrators of the Tulane Educational Fund. It was electronically submitted and continued to the meeting on 11/22/23 and referred to the Criminal Justice Committee.\n- Ordinance Number: M-23-495\n- Votes Summary:\n - Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n - Vote 2: Motion to Suspend the Rules - Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n - Vote 3: Motion to Add Item to Agenda - Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance was passed, and motions to suspend the rules and add the item to the agenda were also approved.\n- Tags/Keywords: Data use agreement, City of New Orleans, Tulane Educational Fund, President of the Council\n- UID: 09eac275-c8a5-40ac-ad4b-06511ab02e7a", + "uid": "09eac275-c8a5-40ac-ad4b-06511ab02e7a", + "publish_date": "10-19-2023", + "page_number": 39, + "title": "Regular City Council Minutes 10-19-2023" }, { - "title": "Regular CIty Council Meeting 1-19-2023.pdf", - "page_content": "6/23/23, 5:40 PM 48k. 48L cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4388&doc_id=e890e754-9901-11ed-96ab-00505691 83fa Cooperative Endeavor Agreement form attached hereto and made a part hereof; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 5/19/23). 34033 CAL. NO. 34,034 - BY: COUNCILMEMBER THOMAS (BY REQUEST) Brief: An Ordinance authorizing the Mayor of the City of New Orleans to enter into a Cooperative Endeavor Agreement between the City of New Orleans (the \u201cCity\u201d) and Orleans Public Defenders (\u201cOPD\u201d), for a term greater than one year, for the public purpose in assisting the OPD with providing legal services to indigent persons in criminal proceedings within the City of New Orleans, as more fully detailed in the Cooperative Endeavor Agreement form attached hereto as Exhibit \u201cA\u201d; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 5/19/23). 34034 . CAL. NO. 34,035 - BY: COUNCILMEMBER GIARRUSSO Brief: An Ordinance to authorize the Mayor of the City of New Orleans to enter into a Cooperative Endeavor Agreement (\u201cCEA\u201d) with New Schools for New Orleans (\u201cNSNO\u201d), for the valuable pub", - "page_number": 41, - "part": 1 + "page_content": "- Topic: Adding the President of the Council as a signatory to the Professional Services Agreement between the City of New Orleans and Richard\u2019s Disposal, Inc.\n- Summary: The ordinance M-23-496 was introduced by Councilmember King to authorize the President of the Council to sign the Agreement between the City of New Orleans and Richard\u2019s Disposal, Inc. The motion to suspend the rules to introduce ordinances on first reading was also passed.\n- Ordinance Number: M-23-496\n- Votes Summary:\n - Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n - Vote 2: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The President of the Council was authorized to sign the Agreement with Richard\u2019s Disposal, Inc.\n- UID: cfb78c6c-73d9-4737-9eac-4c1dce01e710", + "uid": "cfb78c6c-73d9-4737-9eac-4c1dce01e710", + "publish_date": "10-19-2023", + "page_number": 40, + "title": "Regular City Council Minutes 10-19-2023" }, { - "title": "Regular CIty Council Meeting 1-19-2023.pdf", - "page_content": "lic purpose of developing a successful program across NOLA-PS charter schools to assist, facilitate, and maximize the capacity among schools to take advantage of Louisiana\u2019s 2019 Medicaid expansion of allowable services to best serve the students and families of public school students in New Orleans, as more fully detailed in the CEA form attached hereto as Exhibit \u201cA\u201d; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 5/19/23). 34035 48m. CAL. NO. 34,036 - BY: COUNCILMEMBER THOMAS (BY REQUEST) Brief: An Ordinance to authorize the Mayor of the City of New Orleans to enter into an Amendment to the Cooperative Endeavor Agreement (\u201cCEA\u201d) between the Mosquito and Termite Control Board and the University of Miami to complete the objectives of a Centers for Disease Control and Prevention Grant entitled, \u201cA Community-based Rodent Surveillance Collaborative for Greater Public Health,\u201d and to extend the CEA\u2019s term for three years, as more fully set forth in the form attached hereto as Exhibit \u201c1\u201d and made a part hereof; and otherwise to provide with respect thereto. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4388&doc_id=e890e754-9901-11ed-96ab-00505691 83fa 41/44 \f", + "page_content": "- Topic: Ordinance 34439\n- Summary: This ordinance was on first reading and the voting outcome was not provided in the summary.\n- Ordinance Number: 34439\n- Votes Summary: N/A\n- Decision/Key Actions: First reading of the ordinance\n- Tags/Keywords: First Reading, Ordinance 34439\n- UID: 4581b58f-a9c4-41e6-90b3-3b6cc5edec22\n\n- Topic: Ordinance 34440\n- Summary: This ordinance was on first reading and the voting outcome was not provided in the summary.\n- Ordinance Number: 34440\n- Votes Summary: N/A\n- Decision/Key Actions: First reading of the ordinance\n- Tags/Keywords: First Reading, Ordinance 34440\n- UID: 4581b58f-a9c4-41e6-90b3-3b6cc5edec22\n\n- Topic: Ordinance 34441\n- Summary: This ordinance was on first reading and the voting outcome was not provided in the summary.\n- Ordinance Number: 34441\n- Votes Summary: N/A\n- Decision/Key Actions: First reading of the ordinance\n- Tags/Keywords: First Reading, Ordinance 34441\n- UID: 4581b58f-a9c4-41e6-90b3-3b6cc5edec22\n\n- Topic: Ordinance 34442\n- Summary: This ordinance was on first reading and the voting outcome was not provided in the summary.\n- Ordinance Number: 34442\n- Votes Summary: N/A\n- Decision/Key Actions: First reading of the ordinance\n- Tags/Keywords: First Reading, Ordinance 34442\n- UID: 4581b58f-a9c4-41e6-90b3-3b6cc5edec22\n\n- Topic: Ordinance 34443\n- Summary: This ordinance was on first reading and the voting outcome was not provided in the summary.\n- Ordinance Number: 34443\n- Votes Summary: N/A\n- Decision/Key Actions: First reading of the ordinance\n- Tags/Keywords: First Reading, Ordinance 34443\n- UID: 4581b58f-a9c4-41e6-90b3-3b6cc5edec22\n\n- Topic: Ordinance 34444\n- Summary: This ordinance was on first reading and the voting outcome was not provided in the summary.\n- Ordinance Number: 34444\n- Votes Summary: N/A\n- Decision/Key Actions: First reading of the ordinance\n- Tags/Keywords: First Reading, Ordinance 34444\n- UID: 4581b58f-a9c4-41e6-90b3-3b6cc5edec22\n\n- Topic: Ordinance 34445\n- Summary: This ordinance was on first reading and the voting outcome was not provided in the summary.\n- Ordinance Number: 34445\n- Votes Summary: N/A\n- Decision/Key Actions: First reading of the ordinance\n- Tags/Keywords: First Reading, Ordinance 34445\n- UID: 4581b58f-a9c4-41e6-90b3-3b6cc5edec22\n\n- Topic: Ordinance 34446\n- Summary: This ordinance was on first reading and the voting outcome was not provided in the summary.\n- Ordinance Number: 34446\n- Votes Summary: N/A\n- Decision/Key Actions: First reading of the ordinance\n- Tags/Keywords: First Reading, Ordinance 34446\n- UID: 4581b58f-a9c4-41e6-90b3-3b6cc5edec22\n\n- Topic: Ordinance 34447\n- Summary: This ordinance was on first reading and the voting outcome was not provided in the summary.\n- Ordinance Number: 34447\n- Votes Summary: N/A\n- Decision/Key Actions: First reading of the ordinance\n- Tags/Keywords: First Reading, Ordinance 34447\n- UID: 4581b58f-a9c4-41e6-90b3-3b6cc5edec22", + "uid": "4581b58f-a9c4-41e6-90b3-3b6cc5edec22", + "publish_date": "10-19-2023", "page_number": 41, - "part": 2 + "title": "Regular City Council Minutes 10-19-2023" }, { - "title": "Regular CIty Council Meeting 1-19-2023.pdf", - "page_content": "6/23/23, 5:40 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4388&doc_id=e890e754-9901-11ed-96ab-00505691 83fa Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 5/19/23). 34036 48n. CAL. NO. 34,037 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN, AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 28,863 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2022,\u201d to transfer funds within the General Fund Operating Budget Fund to various departments to cover overages incurred during the year 2022; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 5/19/23). 34037 480. CAL. NO. 34,038 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29266 M.C.S., as amended, entitl", + "page_content": "- Topic: Adjournment\n- Summary: The council voted to adjourn the meeting.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: Meeting adjourned\n- Tags/Keywords: Adjournment, Meeting Conclusion\n- UID: 11de6286-e92e-491c-81f8-186a0f3dc271", + "uid": "11de6286-e92e-491c-81f8-186a0f3dc271", + "publish_date": "10-19-2023", "page_number": 42, - "part": 1 + "title": "Regular City Council Minutes 10-19-2023" }, { - "title": "Regular CIty Council Meeting 1-19-2023.pdf", - "page_content": "ed \u201cAn Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023,\u201d to appropriate funds to remit a proposed settlement payment to the Metro estate; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 5/19/23). 34038 48p. CAL. NO. 34,039 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29265 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Revenues for the City of New Orleans for the Year 2023,\u201d to appropriate an additional $283,295,769 for Intergovernmental Revenues; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 5/19/23). 34039 https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4388&doc_id=e890e754-9901-11ed-96ab-00505691 83fa 42/44 \f", - "page_number": 42, - "part": 2 + "page_content": "- Topic: Roll Call\n- Summary: The roll call was conducted by Lora W. Johnson, Clerk of Council.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: N/A\n- Tags/Keywords: Roll Call, Clerk of Council\n- UID: 07e3aff1-ebd7-4953-a11c-c85a2e03e95f\n\n- Topic: Invocation\n- Summary: Pastor Brandon Boutin from United Fellowship Full Gospel Baptist Church delivered the invocation.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: N/A\n- Tags/Keywords: Invocation, Pastor Brandon Boutin, United Fellowship Full Gospel Baptist Church\n- UID: 07e3aff1-ebd7-4953-a11c-c85a2e03e95f\n\n- Topic: Pledge of Allegiance\n- Summary: Eugene J. Green, Jr., Councilmember of District \"D,\" led the Pledge of Allegiance.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: N/A\n- Tags/Keywords: Pledge of Allegiance, Eugene J. Green Jr., District \"D\"\n- UID: 07e3aff1-ebd7-4953-a11c-c85a2e03e95f\n\n- Topic: Public E-Comment Forms\n- Summary: Information and rules for public e-comment forms are available at the council's website.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: N/A\n- Tags/Keywords: Public E-Comment Forms, Council's Website\n- UID: 07e3aff1-ebd7-4953-a11c-c85a2e03e95f", + "uid": "07e3aff1-ebd7-4953-a11c-c85a2e03e95f", + "publish_date": "9-21-2023", + "page_number": 1, + "title": "Regular City Council Minutes 9-21-2023" }, { - "title": "Regular CIty Council Meeting 1-19-2023.pdf", - "page_content": "6/23/23, 5:40 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4388&doc_id=e890e754-9901-11ed-96ab-00505691 83fa 48q. CAL. NO. 34,040 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29266 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023,\u201d to appropriate an additional $283,295,769 for Intergovernmental Expenditures; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 5/19/23). 34040 48r. CAL. NO. 34,041 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29265 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Revenues for the City of New Orleans for the Year 2023,\u201d to appropriate funds to remit a proposed settlement payment to the Metro estate; and otherwise ", - "page_number": 43, - "part": 1 + "page_content": "- Topic: Presentation of New Orleans Area Habitat For Humanity's 40th Anniversary\n- Summary: The council celebrated the 40th anniversary of the New Orleans Area Habitat For Humanity.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: Commemorating the milestone achievement of the organization\n- Tags/Keywords: Habitat For Humanity, Anniversary, Community Engagement\n- UID: 04ac8755-bcb2-418a-886d-c8fd5e1f2dba\n\n- Topic: Honoring Kenneth Borden\n- Summary: The council honored the life of Kenneth Borden, who was killed by an undercover NOPD officer during the Desire case.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: Paying tribute to Kenneth Borden's life and the circumstances surrounding his death\n- Tags/Keywords: Civil Rights, NOPD, Tribute\n- UID: 04ac8755-bcb2-418a-886d-c8fd5e1f2dba\n\n- Topic: HDLC Appeal for the Aster Hotel\n- Summary: John C. Williams, Architects, LLC appealed the Historic District Landmarks Commission's decision to deny the removal of a decorative awning at the Aster Hotel.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: The appeal for the removal of the decorative awning at the Aster Hotel was discussed.\n- Tags/Keywords: Historic Preservation, Appeal, Land Use\n- UID: 04ac8755-bcb2-418a-886d-c8fd5e1f2dba", + "uid": "04ac8755-bcb2-418a-886d-c8fd5e1f2dba", + "publish_date": "9-21-2023", + "page_number": 2, + "title": "Regular City Council Minutes 9-21-2023" }, { - "title": "Regular CIty Council Meeting 1-19-2023.pdf", - "page_content": "to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 5/19/23). 34041 48s. CAL. NO. 34,042 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29266 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023,\u201d to appropriate funds to remit a proposed settlement payment to the Metro estate; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 5/19/23). 34042 48t. CAL. NO. 34,043 - BY: COUNCILMEMBER KING Brief: An Ordinance to amend and reordain section 1-13 to the Code of the City of New Orleans to increase the default penalty for violations of the Code; and otherwise to provide with respect https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4388&doc_id=e890e754-9901-11ed-96ab-00505691 83fa 43/44 \f", - "page_number": 43, - "part": 2 + "page_content": "- Topic: Approval of property appeal request for 711 Canal Street\n- Summary: The council approved the applicant's appeal request for the property located at 711 Canal Street.\n- Ordinance Number: NO. M-23-444\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The appeal request for the property at 711 Canal Street was approved.\n- UID: 204d246d-861a-4490-ac74-bf171363c3cb", + "uid": "204d246d-861a-4490-ac74-bf171363c3cb", + "publish_date": "9-21-2023", + "page_number": 3, + "title": "Regular City Council Minutes 9-21-2023" }, { - "title": "Regular CIty Council Meeting 1-19-2023.pdf", - "page_content": "6/23/23, 5:40 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4388&doc_id=e890e754-9901-11ed-96ab-00505691 83fa thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 5/19/23). 34043 48u. CAL. NO. 34,044 - BY: COUNCILMEMBER KING Brief: An ordinance to add section 26-487 to the Code of the City of New Orleans to require parking attendants in certain parking lots during certain special events; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 5/19/23). 34044 48v. CAL. NO. 34,045 - BY: COUNCILMEMBER THOMAS Brief: An Ordinance to amend and reordain Sections 162-1656 and 162-1669 of the Code of the City of New Orleans to increase ", - "page_number": 44, - "part": 1 + "page_content": "- Topic: Appeal of VCC Decision for 711 Bourbon Street\n- Summary: Loretta Katherine Harmon, President of LKHarmon Architects, appealed the Vieux Carr\u00e9 Commission\u2019s decision of \u201cdenial\u201d to retain painted brick and mounted gas heaters for property located at 711 Bourbon Street.\n- Ordinance Number: VCC_APPEAL\n- Votes Summary:\n Vote 1: N/A - (Continued to the meeting of 10/5/23)\n- Decision/Key Actions: The appeal was continued to the meeting of 10/5/23 for further discussion and decision.\n- Tags/Keywords: VCC, appeal, Loretta Katherine Harmon, Bourbon Street\n- UID: 59d89a72-bc72-4582-8b07-7e5654be25e8\n\n- Topic: Communications from Entergy New Orleans, LLC\n- Summary: Erin Spears, Chief of Staff & Counsel, Council Utilities Regulatory Office, submitted the transmittal document for communications related to electric and gas utility matters, including reports and petitions from Entergy New Orleans, LLC.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: The communications were submitted for the council's review and consideration.\n- Tags/Keywords: Entergy New Orleans, utilities, communications, reports, petitions\n- UID: 59d89a72-bc72-4582-8b07-7e5654be25e8", + "uid": "59d89a72-bc72-4582-8b07-7e5654be25e8", + "publish_date": "9-21-2023", + "page_number": 4, + "title": "Regular City Council Minutes 9-21-2023" }, { - "title": "Regular CIty Council Meeting 1-19-2023.pdf", - "page_content": "the total number of pedicab CPNCs to be issued, to align Sec. 162-1656 with the transfer of ground transportation administration to the Department of Public Works as established via Ordinance Calendar No. 33,245, to update the Code citation within Sec. 162-1669; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 5/19/23). 34045 49. MOTION FOR ADJOURNMENT: @_2:40 p.m. MOVED By: Giarrusso SECONDED BY: Harris ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Morrell, Thomas - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Moreno - 1 RECUSED: 0 AND THE MOTION PASSED. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4388&doc_id=e890e754-9901-11ed-96ab-00505691 83fa 44/44 \f", - "page_number": 44, - "part": 2 + "page_content": "- Topic: Appeal of Parking Requirements for Property at 1133 Lowerline Street\n- Summary: James Osborn and Monica L\u2019Esperance requested to appeal the parking requirements of the University Area Off-Street Parking Interim Zoning District for property located at 1133 Lowerline Street.\n- Ordinance Number: N/A\n- Votes Summary:\n - Vote 1: N/A\n- Decision/Key Actions: Hearing date set for 10/5/23\n- Tags/Keywords: Appeal, Parking Requirements, University Area Off-Street Parking\n- UID: bd01674e-5e28-455a-876a-222b6f5f11fd\n\n- Topic: Appeal of Historic District Landmarks Commission's Decision for Property at 2624 Burgundy Street\n- Summary: Zach Smith, owner of Zach Smith Consulting & Design, requested to appeal the Historic District Landmarks Commission's decision to deny new standing seam metal roofing at the primary church building located at 2624 Burgundy Street.\n- Ordinance Number: N/A\n- Votes Summary:\n - Vote 1: N/A\n- Decision/Key Actions: Hearing date set for 10/5/23\n- Tags/Keywords: Appeal, Historic District Landmarks Commission, Metal Roofing\n- UID: bd01674e-5e28-455a-876a-222b6f5f11fd\n\n- Topic: Monthly Raw Data Submission to New Orleans Police Department\n- Summary: Amy B. Trepagnier, Personnel Director of the City of New Orleans, submitted the monthly raw data relative to current staffing, hiring, and applications to the New Orleans Police Department as required by City Council Ordinance No. 29130.\n- Ordinance Number: N/A\n- Votes Summary:\n - Vote 1: N/A\n- Decision/Key Actions: Data submission received\n- Tags/Keywords: Raw Data, New Orleans Police Department, Personnel\n- UID: bd01674e-5e28-455a-876a-222b6f5f11fd", + "uid": "bd01674e-5e28-455a-876a-222b6f5f11fd", + "publish_date": "9-21-2023", + "page_number": 5, + "title": "Regular City Council Minutes 9-21-2023" }, { - "title": "Regular CIty Council Meeting 1-5-2023.pdf", - "page_content": "6/23/23, 5:40 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4365&doc_id=a1705b04-8ddd-11ed-9024-00505691 83fa THE COUNCIL City of New Orleans HELENA MORENO JP MORRELL Councilmember-At-Large Councilmember-At-Large JOSEPH I. LESLI D. FREDDIE EUGENE J. OLIVER M. GIARRUSSO HARRIS KING III GREEN, JR. THOMAS, JR. Wi Councilmember Councilmember Councilmember Councilmember Councilmember District B District C District D District E District A MINUTES Regular City Council Meeting held in City Hall Council Chamber on", - "page_number": 1, - "part": 1 + "page_content": "- Topic: Appointment of Anne Kirkpatrick as Superintendent of Police\n- Summary: Mayor Cantrell's approval of the appointment of Anne Kirkpatrick as Superintendent of Police, to commence on an interim basis on September 23, 2023, and permanently upon City Council confirmation.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Appointment approved by Mayor Cantrell, pending City Council confirmation.\n- Tags/Keywords: Appointment, Police Superintendent, Mayor Cantrell, Interim Basis\n- UID: 6d2fe5ba-b8a2-4564-8850-86266959614a\n\n- Topic: Appeal of Historic District Landmarks Commission's Decision for 1031 Annunciation Street\n- Summary: Request to appeal the decision of \"denial\" of the application for demolition of a warehouse building at 1031 Annunciation Street.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Appeal granted, hearing date set for 10/5/23.\n- Tags/Keywords: Appeal, Historic District, Demolition, Annunciation Street\n- UID: 6d2fe5ba-b8a2-4564-8850-86266959614a\n\n- Topic: Appeal of Historic District Landmarks Commission's Decision for 3530 Carondelet St, 1641 Foucher St, 1645 Foucher St\n- Summary: Request to appeal the decision of \"denial\" of the application for demolition of two-family buildings at the specified addresses.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Appeal granted, hearing date set for 10/5/23.\n- Tags/Keywords: Appeal, Historic District, Demolition, Carondelet Street, Foucher Street\n- UID: 6d2fe5ba-b8a2-4564-8850-86266959614a\n\n- Topic: Appeal of Historic District Landmarks Commission's Decision for Demolition\n- Summary: Request to appeal the decision of \"approval\" of the application for retention of demolition without a Certificate of Appropriateness.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Appeal granted, hearing date set for 10/5/23.\n- Tags/Keywords: Appeal, Historic District, Demolition, Certificate of Appropriateness\n- UID: 6d2fe5ba-b8a2-4564-8850-86266959614a", + "uid": "6d2fe5ba-b8a2-4564-8850-86266959614a", + "publish_date": "9-21-2023", + "page_number": 6, + "title": "Regular City Council Minutes 9-21-2023" }, { - "title": "Regular CIty Council Meeting 1-5-2023.pdf", - "page_content": " Thursday, January 5, 2023 at 11:05 A.M. PRESIDENT VICE PRESIDENT JP MORRELL HELENA MORENO Councilmember-At-Large Councilmember-At-Large 1. ROLL CALL - LORA W. JOHNSON , CLERK OF COUNCIL On calling the roll, the following members answered to their names: PRESENT: GIARRUSSO GREEN HARRIS KING MORENO (PRESIDENT) MORRELL (VICE PRESIDENT) THOMAS SEVEN MEMBERS PRESENT, CONSTITUTING A QUORUM. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4365&doc_id=a1705b04-8ddd-11ed-9024-00505691 83fa 1/38 \f", - "page_number": 1, - "part": 2 + "page_content": "- Topic: Unpermitted Demolition Fine\n- Summary: A fine of $42,465.00 was imposed for the unpermitted demolition of a property located at 1547 Leda Street.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: Fine imposed for unpermitted demolition\n- Tags/Keywords: Fine, Unpermitted Demolition, Property\n- UID: 2fa860a4-ae98-4a17-b3d5-4a2072b71988\n\n- Topic: IZD Appeal Withdrawal\n- Summary: Ron Loesel requested to withdraw the IZD appeal for the property located at 4139 Tchoupitoulas Street.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: Withdrawal of IZD appeal\n- Tags/Keywords: Appeal, IZD, Withdrawal\n- UID: 2fa860a4-ae98-4a17-b3d5-4a2072b71988\n\n- Topic: UPZD Appeal Request\n- Summary: Nicole Webre requested to appeal the University Area Interim Off-Street Parking Zoning District for the property located at 5517 S. Rocheblave Street.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: Appeal requested for UPZD\n- Tags/Keywords: Appeal, UPZD, Off-Street Parking\n- UID: 2fa860a4-ae98-4a17-b3d5-4a2072b71988\n\n- Topic: Historic District Landmarks Commission Appeal\n- Summary: Paulo Rosa requested to appeal the Historic District Landmarks Commission's decision of \"denial\" for the retention of fiber cement paneling at a property located at 4016 St. Claude Avenue.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: Appeal requested for HDLC decision\n- Tags/Keywords: Appeal, Historic District, Landmarks Commission\n- UID: 2fa860a4-ae98-4a17-b3d5-4a2072b71988", + "uid": "2fa860a4-ae98-4a17-b3d5-4a2072b71988", + "publish_date": "9-21-2023", + "page_number": 7, + "title": "Regular City Council Minutes 9-21-2023" }, { - "title": "Regular CIty Council Meeting 1-5-2023.pdf", - "page_content": "6/23/23, 5:40 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4365&doc_id=a1705b04-8ddd-11ed-9024-00505691 83fa 2. INVOCATION - PASTOR BRANDON BOUTIN, UNITED FELLOWSHIP FULL GOSPEL BAPTIST CHURCH 3. PLEDGE OF ALLEGIANCE - HELENA MORENO, COUNCILMEMBER-AT-LARGE 4. NATIONAL ANTHEM 6. PUBLIC E-COMMEN FORMS, RULES AND INFORMATION ARE AVAILABLE AT https://council.nola.gov/home/ 35. MOTION - NO. M-23-2 - BY: COUNCILMEMBERS MORENO, MORRELL, GIARRUSSO, HARRIS, KING, GREEN AND THOMAS Brief: Electing Councilmember-at-Large Division 2 JP Morrell to serve as President and Councilmember-at-Large Division 1, Helena Moreno to serve as Vice President of the Council for the term January 5, 2023 through the first City ", - "page_number": 2, - "part": 1 + "page_content": "- Topic: Appeal of Historic District Landmarks Commission Decision\n- Summary: Request to appeal the denial of retention of guardrails around a porch and gate for a new preschool property at 342 Olivier Street.\n- Ordinance Number: N/A\n- Votes Summary:\n - Vote 1: Hearing Date Set For 10/5/23\n- Decision/Key Actions: The appeal request was received, and a hearing date was set for further consideration.\n- Tags/Keywords: Appeal, Historic District Landmarks Commission, Preschool, Property\n- UID: ad89d0fe-5979-1 lee-ae13-0050569183fa\n\n- Topic: Agreement Between City of New Orleans and Cornerstone Government Affairs, Inc.\n- Summary: Submission of proposed agreement and contract summary between the City of New Orleans and Cornerstone Government Affairs, Inc.\n- Ordinance Number: N/A\n- Votes Summary:\n - Vote 1: Received and Referred to the Government Affairs Committee\n- Decision/Key Actions: The proposed agreement was received and referred to the Government Affairs Committee for further review.\n- Tags/Keywords: Agreement, City of New Orleans, Cornerstone Government Affairs\n- UID: N/A\n\n- Topic: Agreement Between City of New Orleans and Federal Communication Commission\n- Summary: Submission of proposed agreement and contract summary between the City of New Orleans and Federal Communication Commission.\n- Ordinance Number: N/A\n- Votes Summary:\n - Vote 1: Received and Referred to the Budget Committee\n- Decision/Key Actions: The proposed agreement was received and referred to the Budget Committee for further review.\n- Tags/Keywords: Agreement, City of New Orleans, Federal Communication Commission\n- UID: N/A\n\n- Topic: Report on Appeal of Historic District Landmarks Commission Decision\n- Summary: Submission of a report regarding an appeal of the Historic District Landmarks Commission's decision on roofing at a property located at 2624 Burgundy Street.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: The report was submitted for consideration by the council.\n- Tags/Keywords: Report, Appeal, Historic District Landmarks Commission, Roofing\n- UID: ad89d0fe-5979-1 lee-ae13-0050569183fa", + "uid": "fe60eaac-bbb5-4fe7-9663-64090a4cbb4e", + "publish_date": "9-21-2023", + "page_number": 8, + "title": "Regular City Council Minutes 9-21-2023" }, { - "title": "Regular CIty Council Meeting 1-5-2023.pdf", - "page_content": "Council meeting 2024. Annotation: SUBMITTED ELECTRONICALLY. (Council Rule 34. Postponement Deadline 5/5/23). M-23-2 Speakers: Michael Burnside Mr. Larry J. Morgan MOVED BY: Green SECONDED BY: Giarrusso ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. 34. RESOLUTION \u2014 NO. R-23-1 \u2014 BY: COUNCILMEMBER HARRIS Brief: A RESOLUTION calling an election in the Twinbrook Security District for Saturday, April 29, 2023. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 5/5/23). R-23-1 https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4365&doc_id=a1705b04-8ddd-11ed-9024-00505691 83fa 2/38 \f", - "page_number": 2, - "part": 2 + "page_content": "- Topic: HDLC Report 2624 Burgundy St\n- Summary: This report details an appeal of the Vieux Carr\u00e9 Commission\u2019s decision of \"denial\" of a proposal to retain unpermitted paint applied to previously exposed natural brick and attached exterior gas heaters on the Blue rated building at 711 Bourbon Street.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: The appeal report was submitted.\n- Tags/Keywords: Vieux Carr\u00e9 Commission, appeal, unpermitted paint, natural brick, exterior gas heaters\n- UID: f7ac5132-290c-4a35-9663-83e575b61054\n\n- Topic: VCC Report_711 Bourbon Street\n- Summary: This report is from the Executive Director of the City Planning Commission, transmitting Zoning Docket Numbers 55/23, 56/23, 68/23, 69/23, 70/23, and 71/23 with a deadline of 11/20/23.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: The report was received, and a hearing date was set for 10/5/23.\n- Tags/Keywords: City Planning Commission, Zoning Docket Numbers, deadline, hearing date\n- UID: f7ac5132-290c-4a35-9663-83e575b61054\n\n- Topic: CAL. NO. 34,360 - BY: COUNCILMEMBER HARRIS\n- Summary: This ordinance establishes a conditional use to permit the extension of a restaurant\u2019s hours of operations in specific districts and locations. The ordinance was adopted.\n- Ordinance Number: 34,360\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The ordinance was adopted.\n- Tags/Keywords: Conditional use, restaurant hours, zoning, adopted, Councilmember Harris\n- UID: f7ac5132-290c-4a35-9663-83e575b61054\n\n- Topic: CAL. NO. 34,363 - BY: COUNCILMEMBER HARRIS\n- Summary: The details of this ordinance were not provided in the chunk. The voting outcome and decision were not mentioned.\n- Ordinance Number: 34,363\n- Votes Summary: N/A\n- Decision/Key Actions: N/A\n- Tags/Keywords: N/A\n- UID: f7ac5132-290c-4a35-9663-83e575b61054", + "uid": "f7ac5132-290c-4a35-9663-83e575b61054", + "publish_date": "9-21-2023", + "page_number": 9, + "title": "Regular City Council Minutes 9-21-2023" }, { - "title": "Regular CIty Council Meeting 1-5-2023.pdf", - "page_content": "6/23/23, 5:40 PM 36. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4365&doc_id=a1705b04-8ddd-11ed-9024-00505691 83fa MOVED By: Harris SECONDED BY: Giarrusso ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. MOTION - NO. M-23-4 - BY: COUNCILMEMBERS GIARRUSSO, MORRELL, MORENO, HARRIS, KING, GREEN AND THOMAS Brief: Requesting and authorizing the President of the Council to sign an amendment to the professional services agreement between the City of New Orleans and Barrasso Usdin Kupperman Freeman & Sarver, L.L.C. authorizing up to two hundred fifty thousand dollars ($250,000) in compensation during the original term, and an identical amount in any allowable renewal term, and c", - "page_number": 3, - "part": 1 + "page_content": "- Topic: Conditional Use for Standard Restaurant in HU-MU District\n- Summary: An ordinance to establish a conditional use to permit a standard restaurant over 5,000 square feet in an HU-MU Historic Urban Neighborhood Mixed-Use District. This ordinance was continued to the meeting of 10/5/23 and removed from Consent to be placed on the Regular Agenda.\n- Ordinance Number: 34363\n- Votes Summary:\n Vote 1: N/A - (Continued to 10/5/23)\n- Decision/Key Actions: Continued to the meeting of 10/5/23\n- Tags/Keywords: Zoning, Conditional Use, Historic Urban Neighborhood\n\n- Topic: Zoning Change from OS-N to S-RS District\n- Summary: An ordinance to effect a zoning change from an OS-N Neighborhood Open Space District to a S-RS Suburban Single-Family Residential District. Councilmember Green requested this ordinance to be moved from Consent and brought up later on the Regular agenda.\n- Ordinance Number: 34366\n- Votes Summary:\n Vote 1: N/A - (Requested to be moved from Consent)\n- Decision/Key Actions: Requested to be moved from Consent\n- Tags/Keywords: Zoning Change, Residential District, Neighborhood Open Space\n\n- Topic: SWBNO Appeal Manager Decisions\n- Summary: A resolution and order ratifying the decisions of the SWBNO Appeal Manager. This resolution was adopted after being recommended for approval by the Utility, Cable, Telecommunication, and Technology Committee.\n- Ordinance Number: R-23-429\n- Votes Summary:\n Vote 1: Passed - (Unanimous approval)\n- Decision/Key Actions: Adopted\n- Tags/Keywords: SWBNO, Appeal Manager, Ratification\n- UID: e0b8974c-d187-4988-bb07-e54e151032bd", + "uid": "e0b8974c-d187-4988-bb07-e54e151032bd", + "publish_date": "9-21-2023", + "page_number": 10, + "title": "Regular City Council Minutes 9-21-2023" }, { - "title": "Regular CIty Council Meeting 1-5-2023.pdf", - "page_content": "ontaining such other provisions as may be necessary or desirable to accomplish the purposes of this Motion. Annotation: SUBMITTED ELECTRONICALLY. (Council Rule 34. Postponement Deadline 5/5/23). M-23-4 MOVED By: Giarrusso SECONDED BY: Morrell ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Morrell, Thomas - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Moreno - 1 RECUSED: 0 AND THE MOTION PASSED. APPROVAL OF THE MINUTES \u2014 December 1, 2022, and December 15, 2022. Annotation: APPROVED. MOVED By: Morrell SECONDED BY: _ King ACTION: Adopt YEAS: Green, Harris, King, Morrell, Thomas - 5 NAYS: 0 ABSTAIN: 0 ABSENT: Giarrusso, Moreno - 2 RECUSED: 0 AND THE MOTION PASSED. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4365&doc_id=a1705b04-8ddd-11ed-9024-00505691 83fa 3/38 \f", - "page_number": 3, - "part": 2 + "page_content": "- Topic: Zoning Change from OS-N to S-RS District\n- Summary: The ordinance proposed a zoning change from an OS-N Neighborhood Open Space District to an S-RS Suburban Single-Family Residential District in the Versailles Gardens Area IV (East). The ordinance was adopted.\n- Ordinance Number: 34,366\n- Votes Summary:\n Vote 1: Adopt - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The ordinance was adopted, with Councilmember Green requesting to be added as a Co-Sponsor to the Ordinance.\n- Tags/Keywords: Zoning, Residential District, Councilmember Green, Adoption\n- UID: f7b49aa8-a30a-4967-afbb-53ef3ae249b4\n\n- Topic: Restoration Tax Abatement Application\n- Summary: The communication transmitted the Mayor's Office of Economic Development's recommendation of disapproval and requested the scheduling of a public hearing for the Restoration Tax Abatement application RTA #20220510 for 1306 Magazine Street, Summit NOLA IV LLC.\n- Ordinance Number: Not applicable\n- Votes Summary: Not applicable\n- Decision/Key Actions: The communication was transmitted for the scheduling of a public hearing for the Restoration Tax Abatement application.\n- Tags/Keywords: Restoration Tax Abatement, Mayor's Office of Economic Development, Public Hearing\n- UID: f7b49aa8-a30a-4967-afbb-53ef3ae249b4", + "uid": "f7b49aa8-a30a-4967-afbb-53ef3ae249b4", + "publish_date": "9-21-2023", + "page_number": 11, + "title": "Regular City Council Minutes 9-21-2023" }, { - "title": "Regular CIty Council Meeting 1-5-2023.pdf", - "page_content": "6/23/23, 5:40 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4365&doc_id=a1705b04-8ddd-11ed-9024-00505691 83fa SPECIAL ORDERS OF BUSINESS FIRST ORDER OF BUSINESS SECOND ORDER OF BUSINESS THIRD ORDER OF BUSINESS CONSENT AGENDA COMMUNICATION - FROM ERIN SPEARS - CHIEF OF STAFF & COUNSEL, COUNCIL UTILITIES REGULATORY OFFICE Brief: Submitting the transmittal document for communications related to electric and gas utility matters to be received by the Council of the City of New Orleans at its meeting on January 5, 2023: Communications from Entergy New Orleans, LLC (\u201cENO\u201d) 1. Securitized Storm Recovery Rider II Filing, UD-22-01 2. Final Issuance Advice Letter, UD-22-01 3. Errata to Final Issuance Advice Letter, UD-22-01 4. Environmental Adjustments for the January 2023 Billing ", - "page_number": 4, - "part": 1 + "page_content": "- Topic: RTA Application #20210510, 1306 Magazine Street, Summit NOLA IV LLC\n- Summary: The resolution was to approve the RTA Application for 1306 Magazine Street, Summit NOLA IV LLC.\n- Ordinance Number: R-23-379\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The resolution was adopted.\n- Tags/Keywords: RTA Application, Resolution, Approval, 1306 Magazine Street\n- UID: 660003e7-1c5c-48be-afc7-eaddddb70013\n\n- Topic: University Area Off-Street Parking Interim Zoning District Appeal\n- Summary: The appeal was requesting to appeal the parking requirements established by the University Area Off-Street Parking Interim Zoning District (IZD) for property located at 4127 Fontainebleau Drive.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: The appeal was continued to the meeting of 10/5/23.\n- Tags/Keywords: Parking Appeal, University Area Off-Street Parking, Zoning District\n- UID: 660003e7-1c5c-48be-afc7-eaddddb70013\n\n- Topic: Short Term Rental Interim Zoning District Appeal - Docket No. 3/23\n- Summary: The appeal was requesting an appeal of the Historic Urban Neighborhood Short Term Interim Zoning District to permit one (1) commercial short-term rental in an HU-MU Historic Urban Mixed-Use District and Commercial Short Term Rental Interim Zoning District, on Square 113, Lot 29.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: N/A\n- Tags/Keywords: Short Term Rental, Zoning District Appeal, Commercial Rental\n- UID: 660003e7-1c5c-48be-afc7-eaddddb70013", + "uid": "660003e7-1c5c-48be-afc7-eaddddb70013", + "publish_date": "9-21-2023", + "page_number": 12, + "title": "Regular City Council Minutes 9-21-2023" }, { - "title": "Regular CIty Council Meeting 1-5-2023.pdf", - "page_content": "Cycle, UD-18-07 5. Fuel Adjustments for the January 2023 Billing Cycle, UD-18-07 6. Purchased Gas Adjustments for the January 2023 Billing Cycle, UD-18-07 7. Purchased Power Cost Recovery Adjustments for the January 2023 Billing Cycle, UD-18-07 8. Comments, UD-18-03 Other Communications 1. Council Designee\u2019s Concurrence, submitted by Dentons US LLP, UD-22-01 2. Request to Submit Reply Comments Out of Time and Reply Comments, submitted by Air Products and Chemicals, Inc., UD-21-03 Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. Erin Spears, Chief of Staff & Counsel, CURO Entergy - Courtney R. Nicholson - 2022-12-22 ENO SSCRU Rider Filing Entergy - Alison N. Palemo https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4365&doc_id=a1705b04-8ddd-11ed-9024-00505691 83fa 4/38 \f", - "page_number": 4, - "part": 2 + "page_content": "- Topic: ZONING DOCKET NO. 37/23 - HEBP HOLDINGS, LLC\n- Summary: Requesting a Conditional Use to permit a mini-warehouse in an HU-MU Historic Urban Neighborhood Mixed-Use District. The City Planning Commission recommended \"FOR APPROVAL\", subject to three provisos. A motion was made to deny the request, which was continued to the meeting of 10/5/23.\n- Ordinance Number: ZD NO. 37/23\n- Votes Summary:\n Vote 1: Continued to the meeting of 10/5/23\n- Decision/Key Actions: Motion to deny the request was continued\n- Tags/Keywords: Zoning, Conditional Use, HEBP Holdings, City Planning Commission\n- UID: f2637a8a-2f39-46c9-b078-5e96ac7e385b\n\n- Topic: ZONING DOCKET NO. 45/23 - CITY COUNCIL MOTION M-23-162\n- Summary: Requesting an amendment to the text of the Comprehensive Zoning Ordinance to modify Article 18, Section 18.30, the University Area Off-Street Parking Overlay District. No voting outcome was specified.\n- Ordinance Number: ZD NO. 45/23\n- Votes Summary: N/A\n- Decision/Key Actions: No voting outcome specified\n- Tags/Keywords: Zoning, Amendment, Comprehensive Zoning Ordinance, Off-Street Parking Overlay District\n- UID: f2637a8a-2f39-46c9-b078-5e96ac7e385b", + "uid": "f2637a8a-2f39-46c9-b078-5e96ac7e385b", + "publish_date": "9-21-2023", + "page_number": 13, + "title": "Regular City Council Minutes 9-21-2023" }, { - "title": "Regular CIty Council Meeting 1-5-2023.pdf", - "page_content": "6/23/23, 5:40 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4365&doc_id=a1705b04-8ddd-11ed-9024-00505691 83fa Entergy - Alison N. Palemo Errata Page with Corrections Scott M. Celino - EAC Filing Package Scott Celino - ENOL FAC January 2023 Billing Month Prt 1 Scott Celino ENOL FAC KWH Log Sheet Prt 2 Scott M. Celino ENOL PGA January 2023 Billing Month Filing Packet Scott Celino ENOL PPCR January 2023 Billing Month Entergy - Keith D. Wood Entergy - Jay Beatmann, Counsel, Dentons US LLP Entergy - Carrie R. Tournillon Speaker: Michael Burnside 2. COMMUNICATION \u2014 FROM HOWARD L. RODGERS, III Brief: Requesting to appeal the parking requirement of the University Area Off-Street Parking Interim Zoning District, per Article 19 of the City\u2019s Comprehensive Zoning Ordinance for the property located at 9119 Forshey Street. Annot", - "page_number": 5, - "part": 1 + "page_content": "- Topic: Off-street Vehicular Parking Requirements\n- Summary: The ordinance aims to expand the area of applicability for off-street vehicular parking requirements, redefine bedroom and bathroom criteria, lower the threshold for off-street parking requirement, and make other related adjustments. The recommendation of the City Planning Commission was \"FOR DENIAL\".\n- Ordinance Number: ZD NO. 45-23\n- Votes Summary:\n Vote 1: Failed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The ordinance failed to pass and was recommended for denial by the City Planning Commission.\n- Tags/Keywords: Off-street parking, Zoning Docket, City Planning Commission, Denial\n- UID: 72c39fe8-5d52-42f5-af2b-01bfd15e5528\n\n- Topic: Conditional Use for Accessory Bed and Breakfast\n- Summary: The ordinance requested a Conditional Use to permit an accessory bed and breakfast in a specific residential district. The City Planning Commission recommended \"FOR APPROVAL\", subject to two provisos.\n- Ordinance Number: ZD NO. 52-23\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The ordinance passed with the recommendation for approval from the City Planning Commission.\n- Tags/Keywords: Conditional Use, Bed and Breakfast, Zoning Docket, City Planning Commission, Approval\n- UID: 72c39fe8-5d52-42f5-af2b-01bfd15e5528", + "uid": "72c39fe8-5d52-42f5-af2b-01bfd15e5528", + "publish_date": "9-21-2023", + "page_number": 14, + "title": "Regular City Council Minutes 9-21-2023" }, { - "title": "Regular CIty Council Meeting 1-5-2023.pdf", - "page_content": "ation: ELECTRONICALLY SUBMITTED. RECEIVED. (Hearing Date Set For 1/19/23). Howard L. Rodgers, HI 3. COMMUNICATION \u2014 FROM CARL HARDY Brief: Requesting to appeal the Historic District Landmarks Commission\u2019s decision of \u201cdenial\u201d for a permit to install a metal roof for the property located at 2219 Dauphine Street. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. (Hearing Date Set For 1/19/23). Carl Hardy - HDLC Appeal 2219 Dauphine St 4. COMMUNICATION - FROM AMY B. TREPAGNIER, DIRECTOR OF PERSONNEL, CITY OF NEW ORLEANS, DEPARTMENT OF CIVIL SERVICE Brief: Submitting for Council approval Amendments to the Classified Pay Plan (Sewerage & Water Board/Public Works) in accordance with Article X, Section 10 of the Constitution of https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4365&doc_id=a1705b04-8ddd-11ed-9024-00505691 83fa 5/38 \f", - "page_number": 5, - "part": 2 + "page_content": "- Topic: Approval of Conditional Use request on ZD NO. 52/23\n- Summary: The council approved the applicant\u2019s Conditional Use request on ZD NO. 52/23, subject to two provisos set forth by the City Planning Commission.\n- Ordinance Number: ZD NO. 52/23\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: Approval with provisos\n- Tags/Keywords: Conditional Use, Zoning Docket, City Planning Commission\n- UID: ad89d0fe-5979-4e1e-ae13-0050569183fa\n\n- Topic: Denial of Conditional Use request on ZD NO. 52/23\n- Summary: The council denied the applicant\u2019s Conditional Use request on ZD NO. 52/23.\n- Ordinance Number: ZD NO. 52/23\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: Denial\n- Tags/Keywords: Conditional Use, Zoning Docket\n- UID: M-23-438\n\n- Topic: Request for Conditional Use for accessory bed and breakfast in HU-RD2 Historic Urban Two-Family Residential District\n- Summary: The request for Conditional Use to permit an accessory bed and breakfast in an HU-RD2 Historic Urban Two-Family Residential District was made. The City Planning Commission recommended denial.\n- Ordinance Number: ZONING DOCKET NO. 57/23\n- Votes Summary: N/A\n- Decision/Key Actions: Request made, recommendation for denial\n- Tags/Keywords: Conditional Use, Zoning Docket, City Planning Commission\n- UID: 72fcf301-5feb-4ed3-97e2-ffc6ae1c2a00", + "uid": "72fcf301-5feb-4ed3-97e2-ffc6ae1c2a00", + "publish_date": "9-21-2023", + "page_number": 15, + "title": "Regular City Council Minutes 9-21-2023" }, { - "title": "Regular CIty Council Meeting 1-5-2023.pdf", - "page_content": "6/23/23, 5:40 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4365&doc_id=a1705b04-8ddd-11ed-9024-00505691 83fa Louisiana as adopted by the Civil Service Commission at its meeting of December 19, 2022, as outlined below: New Job Classifications: Class Class Title: Code C3414 \u2014 Infrastructure Project Manager, Intern C3415 Infrastructure Project Manager I C3416 \u2014_ Infrastructure Project Manager II C3417 \u2014 Infrastructure Project Manager III C3418 \u2014 Infrastructure Project Manager Supervisor Annotation: ELECTRONICALLY SUBMITTED. RECEIVED AND REFERRED TO THE BUDGET COMMITTEE. Pay Hiring Grade Rate /Step Salary 75/27 $60,859 79/31 $70,643 87/27 $81,999 92/25 $90,567 96/25 $100,030 Amy B. Trepagneir - CouncilInfrastructureProjMegr FLSA Status Non-Exempt Exempt Exempt Exempt Exempt 5. COMMUNICATION - FROM AMY B. TREPAGNIER, DIRECTOR O", - "page_number": 6, - "part": 1 + "page_content": "- Topic: Denial of Conditional Use Request\n- Summary: The council denied the applicant's Conditional Use request on ZD NO. 57/23.\n- Ordinance Number: M-23-420\n- Votes Summary:\n Vote 1: Adopt - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The Conditional Use request was denied.\n- Tags/Keywords: Conditional Use, Zoning, Denial\n- UID: 50e32386-b2f9-44f8-9452-25e79a362c2b\n\n- Topic: Text Amendment to the Comprehensive Zoning Ordinance\n- Summary: The council motioned for a Text Amendment to the Comprehensive Zoning Ordinance (CZO) to establish a new Interim Zoning District (IZD) to prohibit the use of Short-Term Rental, Commercial and Hostels as allowable uses within all areas of the city.\n- Ordinance Number: M-23-208\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: The motion was made to request a Text Amendment to the Comprehensive Zoning Ordinance.\n- Tags/Keywords: Zoning, Text Amendment, Short-Term Rental\n- UID: 50e32386-b2f9-44f8-9452-25e79a362c2b", + "uid": "50e32386-b2f9-44f8-9452-25e79a362c2b", + "publish_date": "9-21-2023", + "page_number": 16, + "title": "Regular City Council Minutes 9-21-2023" }, { - "title": "Regular CIty Council Meeting 1-5-2023.pdf", - "page_content": "F PERSONNEL, CITY OF NEW ORLEANS, DEPARTMENT OF CIVIL SERVICE Brief: Submitting for Council approval Amendments to the Classified Pay Plan (Police) in accordance with Article X, Section 10 of the Constitution of Louisiana as adopted by the Civil Service Commission at its meeting of December 19, 2022, as outlined below: Class Code C5255 C5256 C5257 C5259 Class Title DNA Analyst Retitle: DNA Analyst, Intern (Non-Exempt) DNA Analyst, Senior Retitle: DNA Analyst I (Exempt) DNA Analyst, Lead Retitle: DNA Analyst I (Exempt) New Class: DNA Technical Leader January 1, 2023* Grade Annual /Step 77/27 $63,960 79/29 $68,989 81/31 $74,242 N/A N/A PROPOSED Grade Annual /Step 77/29 $65,569 79/37 $76,109 81/41 $84,062 83/47 $95,181 https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4365&doc_id=a1705b04-8ddd-11ed-9024-00505691 83fa 6/38 \f", - "page_number": 6, - "part": 2 + "page_content": "- Topic: Text Amendment to the Comprehensive Zoning Ordinance (CZO) to establish a new Interim Zoning District\n- Summary: The council approved the applicant's request for a Text Amendment to the Comprehensive Zoning Ordinance (CZO) to establish a new Interim Zoning District (IZD) to be named the Commercial Short-Term Rental Interim Zoning District on ZD NO. 62/23.\n- Ordinance Number: M-23-425\n- Votes Summary:\n Vote 1: Adopt - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n Vote 2: Motion to Reconsider Item #7 - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The motion to adopt the Text Amendment was passed.\n- UID: f4cdddb4-387d-4a6d-8ac3-6857b7012ee7\n\n- Topic: Request for a Conditional Use to permit an accessory bed and breakfast\n- Summary: Rochelle Brehm and Nancy Dupuy requested a Conditional Use to permit an accessory bed and breakfast in an HU-RD2 Historic Urban Two-Family Residential District and the Bed and Breakfast Interim Zoning District, located on Square 703, Lot A-2, in the Sixth Municipal District.\n- Ordinance Number: ZONING DOCKET NO. 52/23\n- Votes Summary: Not mentioned\n- Decision/Key Actions: Not mentioned\n- UID: f4cdddb4-387d-4a6d-8ac3-6857b7012ee7", + "uid": "f4cdddb4-387d-4a6d-8ac3-6857b7012ee7", + "publish_date": "9-21-2023", + "page_number": 17, + "title": "Regular City Council Minutes 9-21-2023" }, { - "title": "Regular CIty Council Meeting 1-5-2023.pdf", - "page_content": "6/23/23, 5:40 PM 7. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4365&doc_id=a1705b04-8ddd-11ed-9024-00505691 83fa (Exempt) C5258 DNA Analyst, 85/31 $81,999 85/51 $105,126 Supervisor Retitle: DNA Supervisor (Exempt) C5270 Forensic Firearm Examiner 77/27 $63,960 77/29 $65,569 C5271 Forensic Firearm Examiner, 79/29 $68,989 79/37 $76,109 Senior C5272 Forensic Firearm Examiner, 81/31 $74,242 81/41 $84,062 Lead C5273 Forensic Firearm Examiner, 85/31 $81,999 85/47 $100,030 Supervisor *Previously Approved by Motion 22-385 Annotation: ELECTRONICALLY SUBMITTED. RECEIVED AND REFERRED TO THE BUDGET COMMITTEE. Amy B. Trepagnier_- councilPoliceDNALAB COMMUNICATION - FROM AMY B. TREPAGNIER, DIRECTOR OF PERSONNEL, CITY OF NEW ORLEANS, DEPARTMENT OF CIVIL S", - "page_number": 7, - "part": 1 + "page_content": "- Topic: Zoning Docket No. 63/23\n- Summary: Requesting an Amendment to the text of the Comprehensive Zoning Ordinance to permit \"Domestic Protection Shelter\" and \"Emergency Shelter\" as an institutional use in all zoning districts where multi-family dwellings are permitted. The recommendation of the City Planning Commission was \"FOR MODIFIED APPROVAL\".\n- Ordinance Number: ZD NO. 63/23\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The motion to approve and grant the applicant's request on ZD NO. 63/23 was passed.\n- Tags/Keywords: Zoning, Amendment, Institutional Use\n- UID: 0ef98acd-530e-4abf-93ed-7c585c560318\n\n- Topic: Amendment to the text of the Comprehensive Zoning Ordinance\n- Summary: The amendment aims to permit \"Domestic Protection Shelter\" and \"Emergency Shelter\" as an institutional use in specific zoning districts. The City Planning Commission recommended \"FOR MODIFIED APPROVAL\".\n- Ordinance Number: M-23-434\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The motion to approve and grant the applicant's request on ZD NO. 63/23 was passed.\n- Tags/Keywords: Zoning, Amendment, Institutional Use\n- UID: 0ef98acd-530e-4abf-93ed-7c585c560318", + "uid": "0ef98acd-530e-4abf-93ed-7c585c560318", + "publish_date": "9-21-2023", + "page_number": 18, + "title": "Regular City Council Minutes 9-21-2023" }, { - "title": "Regular CIty Council Meeting 1-5-2023.pdf", - "page_content": "ERVICE Brief: Submitting for Council approval an Amendment to the Classified Pay Plan (Sewerage & Water Board) in accordance with Article X, Section 10 of the Constitution of Louisiana as adopted by the Civil Service Commission at its meeting of December 19, 2022, as outlined below: Hiring Rate: Class Class Title From Hiring Rate Flexible Hiring Code Grade/Step Rate Range Annual* Grade Step Annual Range C0460 Comptroller 100/13 100/21 to 100/41 $95,181 $105,126 to $134,775 Annotation: ELECTRONICALLY SUBMITTED. RECEIVED AND REFERRED TO THE BUDGET COMMITTEE. COMMUNICATION - FROM CHRISTINA CARROLL, CITY OF NEW ORLEANS CIVIL SERVICE COMMISSION https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4365&doc_id=a1705b04-8ddd-11ed-9024-00505691 83fa 7/38 \f", - "page_number": 7, - "part": 2 + "page_content": "- Topic: ZONING DOCKET NO. 64/23 - NAW, LLC\n- Summary: Requesting a Conditional Use to permit a neighborhood commercial establishment in an HU-RMI Historic Urban Multi-Family Residential District, with the City Planning Commission\u2019s recommendation for approval subject to five provisos.\n- Ordinance Number: M-23-434\n- Votes Summary:\n Vote 1: Adopt - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The motion to adopt the ordinance passed.\n- UID: d81705b9-a94a-4061-8765-9be02d499ece\n\n- Topic: ZONING DOCKET NO. 64/23 - NAW, LLC\n- Summary: Approving and granting the applicant\u2019s request on ZD NO. 64/23, subject to the five provisos set forth by the City Planning Commission.\n- Ordinance Number: M-23-435\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The motion to approve the applicant\u2019s request passed.\n- UID: d81705b9-a94a-4061-8765-9be02d499ece", + "uid": "d81705b9-a94a-4061-8765-9be02d499ece", + "publish_date": "9-21-2023", + "page_number": 19, + "title": "Regular City Council Minutes 9-21-2023" }, { - "title": "Regular CIty Council Meeting 1-5-2023.pdf", - "page_content": "6/23/23, 5:40 PM 10. 11. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4365&doc_id=a1705b04-8ddd-11ed-9024-00505691 83fa Brief: Supporting the Department of Public Works' request for an appropriation for the payment of Ms. Edmonds' attorney fees in the amount of $4,309.50. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. Christina Carroll - Civil Service Commission COMMUNICATION - FROM TRACY D. MADISON, SECRETARY, BOARD OF LIQUIDATION, CITY DEBT Brief: Informing the Council that on October 25, 2022, the Board of Liquidation, City Debt, sold to JP Morgan Securities, LLC, $106,670,000 General Obligations Refunding Bonds, Series 2022 of the City of New Orleans, Louisiana, at 4.072362%. The bonds were delivered on December 1, 2022. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. COMMUNI", - "page_number": 8, - "part": 1 + "page_content": "- Topic: Zoning Docket No. 66/23\n- Summary: Requesting a zoning change from an S-RS Suburban Single-Family Residential District to an S-B1 Suburban Business District. The recommendation of the City Planning Commission was for approval.\n- Ordinance Number: M-23-290\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The zoning change request was approved.\n- UID: e1d67f7d-7982-48e8-b301-9780fb143109\n\n- Topic: Zoning Docket No. 67/23\n- Summary: The ordinance details were not provided in the summary.\n- Ordinance Number: M-23-329\n- Votes Summary:\n Vote 1: N/A - Not summarized in the provided information\n- Decision/Key Actions: Not provided\n- UID: e1d67f7d-7982-48e8-b301-9780fb143109", + "uid": "e1d67f7d-7982-48e8-b301-9780fb143109", + "publish_date": "9-21-2023", + "page_number": 20, + "title": "Regular City Council Minutes 9-21-2023" }, { - "title": "Regular CIty Council Meeting 1-5-2023.pdf", - "page_content": "CATION - FROM MARY GRACE VERGES Brief: Requesting to appeal the Historic District Landmarks Commission\u2019s decision of \u201cdenial\u201d of an application for demolition of the property located at 740 Jena Street. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. (Hearing Date Set For 1/19/23). COMMUNICATION - FROM ANGELA GILBERT SARKER, ALCOHOLIC BEVERAGE CONTROL BOARD CLERK Brief: Submitting the 2022 Alcoholic Beverage Control Board attendance record, pursuant to Ordinance Calendar Number 28,133 (24132 MCS). Annotation: RECEIVED. Angela Gilbert Sarker, Alcoholic Beverage Control Board Clerk REPORT - OF STELLA CZIMENT, INDEPENDENT POLICE MONITOR, OFFICE OF THE INDEPENDENT POLICE MONITOR https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4365&doc_id=a1705b04-8ddd-11ed-9024-00505691 83fa 8/38 \f", - "page_number": 8, - "part": 2 + "page_content": "- Topic: Request for Conditional Use Permit for a Community Center in HU-RD2 Historic Urban Two-Family Residential District\n- Summary: The request for a Conditional Use Permit to permit a community center in an HU-RD2 Historic Urban Two-Family Residential District was approved, subject to three waivers and ten provisos recommended by the City Planning Commission.\n- Ordinance Number: M-23-440\n- Votes Summary:\n - Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The request was approved with the recommended waivers and provisos.\n- Tags/Keywords: Conditional Use Permit, Community Center, HU-RD2 Historic Urban Two-Family Residential District, City Planning Commission\n- UID: 58dc9df7-977c-43a9-a312-ef1937252065\n\n- Topic: Street Name Change Request for Terpsichore Street\n- Summary: The request to rename Terpsichore Street between South Rampart Street and Saint Charles Avenue as Professor Longhair Lane was withdrawn.\n- Ordinance Number: SNC 2-23\n- Votes Summary:\n - Vote 1: Withdrawn\n- Decision/Key Actions: The request to rename the street as Professor Longhair Lane was withdrawn.\n- Tags/Keywords: Street Name Change, Terpsichore Street, Professor Longhair Lane, City Planning Commission\n- UID: 58dc9df7-977c-43a9-a312-ef1937252065", + "uid": "58dc9df7-977c-43a9-a312-ef1937252065", + "publish_date": "9-21-2023", + "page_number": 21, + "title": "Regular City Council Minutes 9-21-2023" }, { - "title": "Regular CIty Council Meeting 1-5-2023.pdf", - "page_content": "6/23/23, 5:40 PM 12. 13. 14. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4365&doc_id=a1705b04-8ddd-11ed-9024-00505691 83fa Brief: Submitting a report for the month of November providing the Council with the data in accordance with Ordinance No. 29130 (Calendar No. 33,818). Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. Stella Cziment, Independent Police Monitor OIPM REPORT - OF MICHEL N. THOMPSON, BUSINESS MANAGER, NEW ORLEANS PUBLIC LIBRARY Brief: Submitting a quarterly report for the period of July 1, 2022 - September 30, 2022, for pool vehicles used by staff in accordance with Section 2-902(b). Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. Michel N. Thompson, Business Manager - NOPL REPORT - OF THE DEPUTY DIRECTOR OF THE NEW ORLEANS HISTORIC DISTRICT LANDMARKS COMMISSION \u00b0 CENTRAL BUSINESS DISTRICT HISTORIC DISTRICT LANDMARKS COMMISSION Brief: Submitting a report regar", - "page_number": 9, - "part": 1 + "page_content": "- Topic: Amendment to Chapter 130 of the Code of the City of New Orleans\n- Summary: The ordinance aims to amend Section 130-39 to provide restrictions on payments to sellers of nonferrous materials. The Quality of Life Committee recommended approval, and it was noted that technical adjustments were needed. The ordinance was continued to the meeting of 10/5/23.\n- Ordinance Number: 34277\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: Continued to the meeting of 10/5/23\n- UID: ad89d0fe-5979-1 lee-ae13-0050569183fa\n\n- Topic: Appropriation of Unspent Funds to the Law Department\n- Summary: This ordinance seeks to amend Ordinance No. 29265 M.C.S. and Ordinance No. 29266 M.C.S. to appropriate unspent funds to the Law Department for various state settlement and judgment payments. It was referred to the Budget Committee and continued to the meeting of 10/5/23.\n- Ordinance Number: 34294 and 34295\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: Referred to the Budget Committee and continued to the meeting of 10/5/23\n- UID: cda0f577-a275-45ea-a509-35dfab4799bf", + "uid": "cda0f577-a275-45ea-a509-35dfab4799bf", + "publish_date": "9-21-2023", + "page_number": 22, + "title": "Regular City Council Minutes 9-21-2023" }, { - "title": "Regular CIty Council Meeting 1-5-2023.pdf", - "page_content": "ding an appeal of the Historic District Landmarks Commission's (HDLC) decision of denial of an application to demolish the Contributing-rated structure for the property located at 740 Jena Street. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. HDLC Report - 740 Jena Street REPORT - OF THE DEPUTY DIRECTOR OF THE NEW ORLEANS HISTORIC DISTRICT LANDMARKS COMMISSION \u00b0 CENTRAL BUSINESS DISTRICT HISTORIC DISTRICT LANDMARKS COMMISSION Brief: Submitting a report regarding an appeal of the Historic District Landmarks Commission's (HDLC) decision of denial of an application to install new galvalume standing seam metal roofing at a Contributing rated, two-story, single-family residential building for the property located at 2219 Dauphine Street. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4365&doc_id=a1705b04-8ddd-11ed-9024-00505691 83fa 9/38 \f", - "page_number": 9, - "part": 2 + "page_content": "- Topic: Establishment of a communications campaign to support unhoused residents in New Orleans\n- Summary: The ordinance aimed to establish a communications campaign and giving platform to support unhoused residents in New Orleans. However, it was withdrawn.\n- Ordinance Number: 34,305\n- Votes Summary:\n - Vote 1: Withdrawn\n- Decision/Key Actions: Withdrawn\n- Tags/Keywords: Communications campaign, unhoused residents, withdrawal\n- UID: 79a0aa16-a815-4af7-b866-0496e0d04d1e\n\n- Topic: Amendment to increase penalties for food waste and distribution under overpasses or encampment areas\n- Summary: The ordinance sought to amend and increase penalties for food waste and distribution under or adjacent to overpasses or within encampment areas. It was continued to the next meeting.\n- Ordinance Number: 34,308\n- Votes Summary:\n - Vote 1: Continued to 10/5/23\n- Decision/Key Actions: Continued to the next meeting\n- Tags/Keywords: Food waste, penalties, continued\n- UID: 79a0aa16-a815-4af7-b866-0496e0d04d1e", + "uid": "79a0aa16-a815-4af7-b866-0496e0d04d1e", + "publish_date": "9-21-2023", + "page_number": 23, + "title": "Regular City Council Minutes 9-21-2023" }, { - "title": "Regular CIty Council Meeting 1-5-2023.pdf", - "page_content": "6/23/23, 5:40 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4365&doc_id=a1705b04-8ddd-11ed-9024-00505691 83fa HDLC Report 2219 Dauphine St. 15. REPORT - OF THE EXECUTIVE DIRECTOR OF THE CITY PLANNING COMMISSION Brief: Transmitting Zoning Docket Numbers 84/22 - Cm. HarrisarrisH, 87/22 - All Cms., 93/22 - Cm. King, 94/22 - Cm. King, 96/22 - Cm. Harris, 97/22 - Cm. Harris, 98/22 - Cm. King, 99/22 - Cm. King, Cn. Deadline 3/6/23. Annotation: RECEIVED. (Hearing Date Set For 1/19/23). CPC Transmittal Report 16. REPORT - OF THE EXECUTIVE DIRECTOR OF THE CITY PLANNING COMMISSION Brief: Recommending \"approval\" of the appeal relative to the Lower Algiers Rural Protection Interim Zoning District for property located at 40 English Turn Parkway. (DR NO 54/22) Annotation: ELECTRONICALLY SUBMITTED. (Cms. King, Moreno, Morrell, Cn. Deadline ", - "page_number": 10, - "part": 1 + "page_content": "- Topic: Amendment to Section 146-599 of the Code of the City of New Orleans\n- Summary: The ordinance aims to amend permit standards and fees for parklet permits, including setting the date for fee waiver for the right-of-way usage fees associated with parklet permits. The ordinance was continued to the meeting of 10/19/23.\n- Ordinance Number: 34,314\n- Votes Summary:\n Vote 1: N/A - (Continued to the meeting of 10/19/23)\n- Decision/Key Actions: Continued to a future meeting for further discussion and potential vote.\n- Tags/Keywords: Parklet permits, Permit standards, Fee waiver, Right-of-way usage fees\n- UID: 6a411e3d-b4d8-4030-8bec-5115308b2186\n\n- Topic: Amendment to the enabling legislation for the New Orleans Tourism and Cultural Fund\n- Summary: The ordinance seeks to impose a local participation goal for any program submitted by the Corporation. The ordinance was referred to the Economic Development Committee and continued to the meeting of 10/19/23.\n- Ordinance Number: 34,347\n- Votes Summary:\n Vote 1: N/A - (Referred to the Economic Development Committee, Continued to the meeting of 10/19/23)\n- Decision/Key Actions: Referred to a committee for further review and discussion, continued to a future meeting.\n- Tags/Keywords: New Orleans Tourism and Cultural Fund, Local participation goal, Economic Development Committee\n- UID: 6a411e3d-b4d8-4030-8bec-5115308b2186\n\n- Topic: Authorization of lease amendments to the Terminal Lease and Equipment Management Agreement\n- Summary: The ordinance aims to approve and authorize the Mayor of the City of New Orleans to enter into lease amendments with the NEW ORLEANS AIRLINE CONSORTIUM, LLC at the Louis Armstrong New Orleans International Airport. The ordinance was continued for further discussion and potential vote.\n- Ordinance Number: 34,362\n- Votes Summary:\n Vote 1: N/A - (Continued for further discussion and potential vote)\n- Decision/Key Actions: Continued to a future meeting for additional review and potential vote.\n- Tags/Keywords: Lease amendments, Terminal Lease, Equipment Management Agreement, Louis Armstrong New Orleans International Airport\n- UID: 6a411e3d-b4d8-4030-8bec-5115308b2186", + "uid": "6a411e3d-b4d8-4030-8bec-5115308b2186", + "publish_date": "9-21-2023", + "page_number": 24, + "title": "Regular City Council Minutes 9-21-2023" }, { - "title": "Regular CIty Council Meeting 1-5-2023.pdf", - "page_content": "3/6/23). RECEIVED. (Hearing Date Set For 1/19/23). CPC Report DR NO 54-22 17. CAL. NO. 33,976 - BY: COUNCILMEMBER HARRIS Brief: An Ordinance to amend and reordain Articles 17 and 20 of the Comprehensive Zoning Ordinance (Ordinance No. 4264 M.C.S., as amended by Ordinance No. 26,413 M.C.S. and subsequent amendments) to prohibit new hotels and motels and to allow Commercial Short Term Rentals as a permitted use in the CBD-5 Urban Core Neighborhood Lower Intensity Mixed-Use District; and otherwise to provide with respect thereto. (ZONING DOCKET NO. 63/22) Annotation: ELECTRONICALLY SUBMITTED. (90 Days, Cn. Deadline 2/15/23). (Cn. Deadline 2/2/23). ADOPTED. 33976 - 29284 M.C.S. 18. CAL. NO. 33,977 - BY: COUNCILMEMBER HARRIS https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4365&doc_id=a1705b04-8ddd-11ed-9024-00505691 83fa 10/38 \f", - "page_number": 10, - "part": 2 + "page_content": "- Topic: Establishment of Division 6, Article VI of Chapter 2 of the Code of the City of New Orleans\n- Summary: The ordinance aims to establish rules regarding legal representation of the City when there is a possible conflict of interest due to adverse representation. The ordinance was adopted with 6 YEAS and 1 member absent.\n- Ordinance Number: CAL. NO. 34,365\n- Votes Summary:\n Vote 1: Adopt - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: Adoption of the ordinance\n- Tags/Keywords: Legal representation, conflict of interest, City Code\n- UID: 83b5a5c5-a769-404e-b102-53ac2235deb4\n\n- Topic: Approval and Authorization of Lease Amendments for New Orleans International Airport\n- Summary: The ordinance seeks to approve and authorize the Mayor of the City of New Orleans to enter into lease amendments to the Airline-Airport Use and Lease Agreements with the signatory airlines operating at the Louis Armstrong New Orleans International Airport. The ordinance was adopted with 6 YEAS and 1 member absent.\n- Ordinance Number: CAL. NO. 34,367\n- Votes Summary:\n Vote 1: Adopt - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: Adoption of the ordinance\n- Tags/Keywords: Airport lease amendments, Mayor authorization, Louis Armstrong Airport\n- UID: 83b5a5c5-a769-404e-b102-53ac2235deb4", + "uid": "83b5a5c5-a769-404e-b102-53ac2235deb4", + "publish_date": "9-21-2023", + "page_number": 25, + "title": "Regular City Council Minutes 9-21-2023" }, { - "title": "Regular CIty Council Meeting 1-5-2023.pdf", - "page_content": "6/23/23, 5:40 PM 19. 20. Brief: An Ordinance to amend and reordain Article 18, Sections 18.2.V, 18.13.B, and 18.24 to create the CCN (Convention Center Neighborhood) Overlay District of the Comprehensive Zoning Ordinance (Ordinance No. 4264 M.C.S., as amended by Ordinance No. 26,413 M.C.S. and subsequent amendments) applicable to the area bounded by Convention Center Boulevard, the Pontchartrain Expressway, Thalia Street, Annunciation Street, Euterpe Street, Tchoupitoulas Street, Celeste Street, the Mississippi River Floodwall, and Henderson Street (excluding Lot MF-1 on Block RP-5X); and otherwise to provide with respect thereto. (ZONING DOCKET NO. 64/22) Annotation: ELECTRONICALLY SUBMITTED. (90 Days, Cn. Deadline 3/1/23). (Cn. Deadline 2/16/23). 33977 Cm. Harris, moved to remove Cal. No. 33,977 from the Consent Agenda and placing it on the Regular Agenda with Amendments. CAL. NO. 33,978 - BY: COUNCILMEMBER THOMAS Brief: An Ordinance to establish a conditional use to permit the retail sale of packaged alcoholic beverages at an existing gas station in a C-1 General Commercial District, an HUC Historic Urban Use Restriction Overlay District and an EC Enhancement Corridor Design Overlay District, on Square 709, Lots 1, 2, 3, 4, and 5, in the Third Municipal District, bounded by North Claibo", - "page_number": 11, - "part": 1 + "page_content": "- Topic: Amendment to 2023 Capital Budget\n- Summary: The ordinance aimed to amend the 2023 Capital Budget by de-appropriating funds from various departments and appropriating funds to other departments. The amendment was moved by Councilmember Giarrusso and seconded by Morrell. The motion passed with 6 YEAS and 0 NAYS, with 1 council member absent.\n- Ordinance Number: 34,368\n- Votes Summary:\n - Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: Funds were de-appropriated from certain departments and appropriated to others as per the amendment.\n- UID: ead03ce4-af04-44c7-8f15-fa34d6b79608\n\n- Topic: Amendment to Operating Budget of Revenues for 2023\n- Summary: This ordinance sought to amend the Operating Budget of Revenues for the City of New Orleans for the Year 2023 to appropriate funds to Orleans Parish Juvenile Court for three contract positions. It was continued to the meeting of 10/5/23 and referred to the Budget Committee.\n- Ordinance Number: 34,371\n- Votes Summary: N/A\n- Decision/Key Actions: The ordinance was continued to a future meeting and referred to the Budget Committee for further discussion.\n- UID: ead03ce4-af04-44c7-8f15-fa34d6b79608", + "uid": "ead03ce4-af04-44c7-8f15-fa34d6b79608", + "publish_date": "9-21-2023", + "page_number": 26, + "title": "Regular City Council Minutes 9-21-2023" }, { - "title": "Regular CIty Council Meeting 1-5-2023.pdf", - "page_content": "rne Avenue, Lizardi Street, North Derbigny Street, and Egania Street (Municipal Address: 5201 North Claiborne Avenue); and otherwise to provide with respect thereto. (ZONING DOCKET NO. 74/22) Annotation: ELECTRONICALLY SUBMITTED. (90 Days, Cn. Deadline 2/15/23). (Cn. Deadline 2/2/23). 33978 - 29286 M.C.S. CAL. NO. 33,980 - BY: COUNCILMEMBER GIARRUSSO Brief: An Ordinance to effect a zoning change from an HU-RD1 Historic Urban Two-Family Residential District to an HU-B1 Historic Neighborhood Business District and a conditional use to permit a commercial use over 5,000 square feet in a HU-B1 Historic Urban Neighborhood Business District Small Multi-Family Affordable Short Term Rental Interim Zoning District, on Square 65, Lots 1 through 7, A through J, and X, in the Sixth Municipal District, bounded by Fontainebleau Drive, Lowerline Street, Broad Place, and Pine Street (Municipal Addresses: 65 Fontainebleau Drive, 2624 Pine Street and 2700 Lowerline Street); and otherwise to provide with respect thereto. (ZONING DOCKET NO. 76/22) Annotation: ELECTRONICALLY SUBMITTED. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4365&doc_id=a1705b04-8ddd-11ed-9024-00505691 83fa cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4365&doc_id=a1705b04-8ddd-11ed-9024-00505691 83fa 11/38 \f", - "page_number": 11, - "part": 2 + "page_content": "- Topic: Appropriation of Funds for Orleans Parish Juvenile Court\n- Summary: This ordinance aimed to amend the operating budget to appropriate funds to Orleans Parish Juvenile Court for three contract positions, enhancing the Court's ability to meet its goals and mission. The ordinance was continued to the meeting of 10/5/23 and referred to the Budget Committee.\n- Ordinance Number: 34372\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: Continued to the meeting of 10/5/23 and referred to the Budget Committee\n- Tags/Keywords: Appropriation of Funds, Orleans Parish Juvenile Court, Operating Budget, Budget Committee\n- UID: be82b37a-4a86-4235-9340-0d1bd9732394\n\n- Topic: Appropriation of Funds for Clerk of Criminal District Court\n- Summary: This ordinance sought to amend the operating budget to appropriate funds to the Clerk of Criminal District Court for 2021 and 2022 audit fees to LeBlanc & Associates CPA, LLC. Similar to the previous ordinance, it was continued to the meeting of 10/5/23 and referred to the Budget Committee.\n- Ordinance Number: 34373\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: Continued to the meeting of 10/5/23 and referred to the Budget Committee\n- Tags/Keywords: Appropriation of Funds, Clerk of Criminal District Court, Operating Budget, Audit Fees, Budget Committee\n- UID: be82b37a-4a86-4235-9340-0d1bd9732394\n\n- Topic: Appropriation of Funds for Clerk of Criminal District Court (Amendment)\n- Summary: This ordinance aimed to amend the operating budget to appropriate funds to the Clerk of Criminal District Court for the 2021 and 2022 audit fees to LeBlanc & Associates CPA, LLC. It was continued to the meeting of 10/5/23 and referred to the Budget Committee.\n- Ordinance Number: 34374\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: Continued to the meeting of 10/5/23 and referred to the Budget Committee\n- Tags/Keywords: Appropriation of Funds, Clerk of Criminal District Court, Operating Budget, Audit Fees, Budget Committee\n- UID: be82b37a-4a86-4235-9340-0d1bd9732394", + "uid": "be82b37a-4a86-4235-9340-0d1bd9732394", + "publish_date": "9-21-2023", + "page_number": 27, + "title": "Regular City Council Minutes 9-21-2023" }, { - "title": "Regular CIty Council Meeting 1-5-2023.pdf", - "page_content": "6/23/23, 5:40 PM 21. 22. 23. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4365&doc_id=a1705b04-8ddd-11ed-9024-00505691 83fa (90 Days, Cn. Deadline 2/15/23). (Cn. Deadline 2/2/23). 33980 - 29287 M.C.S. CAL. NO. 33,981 - BY: COUNCILMEMBER HARRIS Brief: An Ordinance to establish a conditional use to permit a hotel in a CBD-5 Urban Core Neighborhood Lower Intensity Mixed-Use District on Square 233, Lots 18 and 19, in the First Municipal District, bounded by Lafayette Street, Carondelet Street, and Girod Street (Municipal Addresses: 610-616 Baronne Street); and otherwise to provide with respect thereto. (ZONING DOCKET NO. 80/22) Annotation: ELECTRONICALLY SUBMITTED. (90 Days, Cn. Deadline 2/15/23). (Cn. Deadline 2/2/23). 33981 - 29288 M.C.S. CAL. NO. 33,984 - BY: COUNCILMEMBER HARRIS Brief: An Ordinance to establish a conditional use to permit the expansion of an existing standard restaurant in an HU-B1A Historic Urban Neighborhood Business District and an HU-B1A Use Restriction Overlay District, on Square 160, Lot 7, in the Si", - "page_number": 12, - "part": 1 + "page_content": "- Topic: Appropriation of grant funds for training and evaluation in pest management and vector control\n- Summary: The ordinance aims to allocate grant funds to the Department of Mosquito, Termite and Rodent Control for training and evaluation in pest management and vector control to mitigate community vector-borne disease risk in the Gulf Coast Region.\n- Ordinance Number: 34,375\n- Votes Summary:\n Vote 1: Continued to the meeting of 10/5/23 and referred to the Budget Committee\n- Decision/Key Actions: The ordinance was continued to the meeting of 10/5/23 and referred to the Budget Committee for further consideration.\n- UID: ad89d0fe-5979-lee-ae13-0050569183fa\n\n- Topic: Allocation of grant funds for pest management and vector control\n- Summary: This ordinance seeks to allocate grant funds to the Department of Mosquito, Termite and Rodent Control for training and evaluation in pest management and vector control to mitigate community vector-borne disease risk in the Gulf Coast Region.\n- Ordinance Number: 34,376\n- Votes Summary:\n Vote 1: Continued to the meeting of 10/5/23 and referred to the Budget Committee\n- Decision/Key Actions: The ordinance was continued to the meeting of 10/5/23 and referred to the Budget Committee for further consideration.\n- UID: ad89d0fe-5979-lee-ae13-0050569183fa\n\n- Topic: Allocation of unassigned funds balance for heat resilience strategy\n- Summary: This ordinance aims to appropriate unassigned funds balance to the Mayor\u2019s Office of Resilience and Sustainability to develop a heat resilience strategy in understanding extreme heat impacts in the city.\n- Ordinance Number: 34,380\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: The decision on the ordinance was not specified in the summary provided.\n- UID: 4784a3cd-8f8b-4f82-ac6a-bfe77ffdbe2c", + "uid": "4784a3cd-8f8b-4f82-ac6a-bfe77ffdbe2c", + "publish_date": "9-21-2023", + "page_number": 28, + "title": "Regular City Council Minutes 9-21-2023" }, { - "title": "Regular CIty Council Meeting 1-5-2023.pdf", - "page_content": "xth Municipal District, bounded by Louisiana Avenue, Laurel Street, Toledano Street, and Constance Street (Municipal Addresses: 901-903 Louisiana Avenue); and otherwise to provide with respect thereto. (ZONING DOCKET NO. 75/22) Annotation: ELECTRONICALLY SUBMITTED. (90 Days, Cn. Deadline 2/15/23). (Cn. Deadline 2/2/23). 33984 - 29290 MLS.C. CAL. NO. 33,987 - BY: COUNCILMEMBER HARRIS Brief: An Ordinance to establish a conditional use to permit a standard restaurant in an HU-B1 Historic Urban Neighborhood Business District and the Magazine Street Use Restriction Overlay District, on Square 220, Lots Y and Z, in the Sixth Municipal District, bounded by Magazine Street, Aline Street, Foucher Street, and Camp Street (Municipal Address: 3511 Magazine Street); and otherwise to provide with respect thereto. (ZONING DOCKET NO. 70/22) Annotation: ELECTRONICALLY SUBMITTED. (90 Days, Cn. Deadline 3/1/23). (Cn. Deadline 2/16/23). https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4365&doc_id=a1705b04-8ddd-11ed-9024-00505691 83fa 12/38 \f", - "page_number": 12, - "part": 2 + "page_content": "- Topic: Appropriation of Funds for Heat Resilience Strategy\n- Summary: An ordinance to amend the operating budget of expenditures for the City of New Orleans to appropriate funds to the Mayor's Office of Resilience and Sustainability for the development of a heat resilience strategy and near-term adaptation strategies to support the 2025 hazard mitigation plan update.\n- Ordinance Number: CAL. NO. 34,381\n- Votes Summary:\n Vote 1: Adopt - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance was adopted with 6 yeas and 0 nays.\n- Tags/Keywords: Appropriation of Funds, Heat Resilience, Hazard Mitigation, Mayor's Office of Resilience and Sustainability\n- UID: 3e6f9818-d87e-4764-a6b8-bdcb432b414a\n\n- Topic: Cooperative Endeavor Agreement for Kirsch-Rooney Stadium\n- Summary: An ordinance authorizing the Mayor of the City of New Orleans to enter into a Cooperative Endeavor Agreement between the City, the New Orleans Recreation Development Commission, and Delgado Community College to facilitate the coordination of programs and activities conducted at Kirsch-Rooney Stadium.\n- Ordinance Number: CAL. NO. 34,382\n- Votes Summary:\n Vote 1: Not specified\n- Decision/Key Actions: The details of the vote were not provided in the summary.\n- Tags/Keywords: Cooperative Endeavor Agreement, Kirsch-Rooney Stadium, New Orleans Recreation Development Commission, Delgado Community College\n- UID: 3e6f9818-d87e-4764-a6b8-bdcb432b414a", + "uid": "3e6f9818-d87e-4764-a6b8-bdcb432b414a", + "publish_date": "9-21-2023", + "page_number": 29, + "title": "Regular City Council Minutes 9-21-2023" }, { - "title": "Regular CIty Council Meeting 1-5-2023.pdf", - "page_content": "6/23/23, 5:40 PM 24. 25. 26. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4365&doc_id=a1705b04-8ddd-11ed-9024-00505691 83fa 33987 - 29291 M.C.S. CAL. NO. 33,988 - BY: COUNCILMEMBER KING Brief: An Ordinance to establish a conditional use to permit a hotel over 10,000 square feet in floor area in an HMC-2 Historic Marigny/Trem\u00e9 Commercial District, an EC Enhancement Corridor Design Overlay District and the Small Multi-Family Affordable Short Term Rental Interim Zoning District, located on Square 153, Lots 7, 2, and 1 through 5, in the Third Municipal District, bounded by Chartres, Royal, and Frenchmen Streets and Elysian Fields Avenue (Municipal Addresses: 2121-2127 Chartres Street and 616 Elysian Fields Avenue); and otherwise to provide with respect thereto. (ZONING DOCKET NO. 72/22) Annotation: ELECTRONICALLY SUBMITTED. (90 Days, Cn. Deadline 3/1/23). (Cn. Deadline 2/16/23). 33988 - 29292 M.C.S. CAL. NO. 33,989 - BY: COUNCILMEMBER KING Brief: An Ordinance to effect a zoning change from an S-RS Suburban Single-Family Residential District to an S-RD Suburban Two-Family Residential District, located on Square 15, Lots 25 and 26, Park Place Addition, ", - "page_number": 13, - "part": 1 + "page_content": "- Topic: Amendment of Prima Facie Speed Limits on Harrison Avenue\n- Summary: The ordinance aims to amend and reordain the Prima facie speed limits, specifically adding the portion of Harrison Avenue between Canal Boulevard and Orleans Avenue at a reduced speed of 25 miles per hour. The ordinance was adopted.\n- Ordinance Number: 34,383\n- Votes Summary:\n Vote 1: Adopt - (YEAS: 6, NAYS: 0, ABSTAIN: 0, ABSENT: 1)\n- Decision/Key Actions: The ordinance was adopted with 6 YEAS and 0 NAYS.\n- Tags/Keywords: Speed Limits, Harrison Avenue, Adoption\n- UID: 39606d42-f9f1-44bd-9cd1-5236691ae60e\n\n- Topic: Extension of Cooperative Endeavor Agreement for CDBG Disaster Recovery Program\n- Summary: This ordinance authorizes the Mayor of the City of New Orleans to enter into Amendment No. 5 to a previously executed Cooperative Endeavor Agreement between the City and the State of Louisiana, Division of Administration, Office of Community Development. The amendment extends the term of the agreement for an additional 3 months to assist in the recovery and rebuilding of the City of New Orleans from damage suffered by Hurricanes Katrina and/or Rita. The ordinance was adopted.\n- Ordinance Number: 34,384\n- Votes Summary:\n Vote 1: Adopt - (YEAS: 6, NAYS: 0, ABSTAIN: 0, ABSENT: 0)\n- Decision/Key Actions: The ordinance was adopted unanimously with 6 YEAS.\n- Tags/Keywords: Cooperative Endeavor Agreement, CDBG Disaster Recovery Program, Extension\n- UID: 39606d42-f9f1-44bd-9cd1-5236691ae60e", + "uid": "39606d42-f9f1-44bd-9cd1-5236691ae60e", + "publish_date": "9-21-2023", + "page_number": 30, + "title": "Regular City Council Minutes 9-21-2023" }, { - "title": "Regular CIty Council Meeting 1-5-2023.pdf", - "page_content": "in the Fifth Municipal District, bounded by Elizardi Boulevard, Lawrence Street, Pace Boulevard, and the Magellan Canal (Municipal Address: 1601 Elizardi Boulevard); and otherwise to provide with respect thereto. (ZONING DOCKET NO. 78/22) Annotation: ELECTRONICALLY SUBMITTED. (90 Days, Cn. Deadline 3/1/23). (Cn. Deadline 2/16/23). 33989 - 29293 M.C.S. CAL. NO. 33,990 - BY: COUNCILMEMBER KING Brief: An Ordinance to effect a zoning change from an HMR-3 Historic Marigny/Trem\u00e9/Bywater Residential District to an HMC-1 Historic Marigny/Trem\u00e9/Bywater Commercial District. Overlay districts: RDO-1 Residential Diversity Overlay District; Small Multi-Family Affordable Short Term Rental Interim Zoning District, on Square 11, Lot A, in the Third Municipal District, bounded by Chartres Street, Spain Street, Decatur Street, and Mandeville Street (Municipal Addresses: 2438-2440 Chartres Street); and otherwise to provide with respect thereto. (ZONING DOCKER NO. 79/22) Annotation: ELECTRONICALLY SUBMITTED. (90 Days, Cn. Deadline 3/1/23). (Cn. Deadline 2/16/23). https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4365&doc_id=a1705b04-8ddd-11ed-9024-00505691 83fa 13/38 \f", - "page_number": 13, - "part": 2 + "page_content": "- Topic: Amendment of Short-Term Rental Regulations\n- Summary: This ordinance aims to amend and reordain sections of the Code of the City of New Orleans related to the regulation of short-term rentals.\n- Ordinance Number: CAL. NO. 34,385\n- Votes Summary:\n Vote 1: Passed - (YEAS: 6, NAYS: 0, ABSTAIN: 0, ABSENT: 1)\n- Decision/Key Actions: The ordinance passed, with 6 council members voting in favor and 1 absent.\n- Tags/Keywords: Short-Term Rentals, Regulation, Amendment\n- UID: 95af8a3e-a807-41c5-9d76-7dcf5eb113bf\n\n- Topic: Amendment of Zoning Ordinance for Short-Term Rentals\n- Summary: This motion directs the City Planning Commission to conduct a public hearing to consider amendments to the Comprehensive Zoning Ordinance of the City of New Orleans, specifically related to the elimination of Non-Commercial Short-Term Rentals as a defined land use and updating relevant provisions governing the zoning and use standards for short-term rentals.\n- Ordinance Number: M-23-426\n- Votes Summary: Not specified\n- Decision/Key Actions: The motion was continued to the meeting of 10/5/23.\n- Tags/Keywords: Zoning Ordinance, Short-Term Rentals, Amendments\n- UID: 95af8a3e-a807-41c5-9d76-7dcf5eb113bf\n\n- Topic: Amendment of Zoning Ordinance for Short-Term Rentals\n- Summary: This motion directs the City Planning Commission to conduct a public hearing to amend and reordain the Comprehensive Zoning Ordinance of the City of New Orleans, specifically related to the removal of all references to Non-Commercial Short-Term Rental.\n- Ordinance Number: M-23-427\n- Votes Summary: Not specified\n- Decision/Key Actions: The motion was continued to the meeting of 10/5/23.\n- Tags/Keywords: Zoning Ordinance, Short-Term Rentals, Amendments\n- UID: 95af8a3e-a807-41c5-9d76-7dcf5eb113bf", + "uid": "95af8a3e-a807-41c5-9d76-7dcf5eb113bf", + "publish_date": "9-21-2023", + "page_number": 31, + "title": "Regular City Council Minutes 9-21-2023" }, { - "title": "Regular CIty Council Meeting 1-5-2023.pdf", - "page_content": "6/23/23, 5:40 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4365&doc_id=a1705b04-8ddd-11ed-9024-00505691 83fa 33990 - 29294 M.CS. 27. MOTION TO ADOPT CONSENT AGENDA AND REFER OTHER MATTERS TO THE PROPER AGENCY. MOVED By: Morrell SECONDED BY: Harris ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Morrell, Thomas - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Moreno - 1 RECUSED: 0 AND THE MOTION PASSED. 28. AND THE CONSENT AGENDA WAS ADOPTED. REGULAR AGENDA 1. VCC APEAL\u2014 OF RAPLH H. LONG Brief: Requesting to appeal the Vieux Carr\u00e9 Commission\u2019s decision to \u201cdefer\u201d adding a two-story addition at the property located at 440 Bourbon Street. Annotation: (C", - "page_number": 14, - "part": 1 + "page_content": "- Topic: Comprehensive Zoning Ordinance Amendment\n- Summary: The ordinance seeks to establish a new Interim Zoning District to prohibit Short-Term Rental, Non-Commercial use within all areas of the City of New Orleans. The ordinance was continued to the meeting of 10/5/23.\n- Ordinance Number: M-23-427\n- Votes Summary:\n Vote 1: Adopt - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance was adopted and continued to the meeting of 10/5/23.\n- Tags/Keywords: Zoning, Short-Term Rental, Interim Zoning District, City of New Orleans\n- UID: f00d6ba6-52ab-4047-bb6c-475ddcec34fa\n\n- Topic: Cooperative Endeavor Agreement Amendment\n- Summary: The ordinance authorizes the Mayor to enter into an Amendment to a previously-executed Cooperative Endeavor Agreement between the City of New Orleans and the Housing Authority of New Orleans for the purpose of funding the HANO\u2019s activities under the Emergency Rental Assistance program. The ordinance was adopted.\n- Ordinance Number: 34,386\n- Votes Summary:\n Vote 1: Adopt - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance was adopted.\n- Tags/Keywords: Cooperative Endeavor Agreement, Housing Authority of New Orleans, Emergency Rental Assistance, City of New Orleans\n- UID: f00d6ba6-52ab-4047-bb6c-475ddcec34fa\n\n- Topic: Operating Budget Amendment for Pathway Home Program\n- Summary: The ordinance seeks to amend the Operating Budget of Revenues for the City of New Orleans to appropriate grant funds to the Department of Workforce Investment for the Pathway Home Program. The ordinance was continued to the meeting of 1/5/24.\n- Ordinance Number: 34,387\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: The ordinance was continued to the meeting of 1/5/24.\n- Tags/Keywords: Operating Budget, Grant Funds, Pathway Home Program, City of New Orleans\n- UID: f00d6ba6-52ab-4047-bb6c-475ddcec34fa", + "uid": "f00d6ba6-52ab-4047-bb6c-475ddcec34fa", + "publish_date": "9-21-2023", + "page_number": 32, + "title": "Regular City Council Minutes 9-21-2023" }, { - "title": "Regular CIty Council Meeting 1-5-2023.pdf", - "page_content": "m. King, District C, Cn. Deadline 1/15/23). (Report received at the meeting of 12/1/22). ON DEADLINE. CONTINUED TO THE MEETING OF 1/19/2023. Ralph H. Long - 440- Bourbon Street 2. LEGISLATIVE GROUPING 2a. EXTENSION REQUEST \u2014 OF TAYLOR SCOTT, CONCORDIA Brief: Requesting a second extension of a Conditional Use approval for Zoning Docket 74/19 \u2014 Ordinance No. 28,282 MCS, the proposed Crescent Hotel project at 500 Piety Street. Annotation: ELECTRONICALLY SUBMITTED. (Cm. King, District C). CONTINUED TO THE MEEETING OF 1/19/23. Taylor Scott https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4365&doc_id=a1705b04-8ddd-11ed-9024-00505691 83fa 14/38 \f", - "page_number": 14, - "part": 2 + "page_content": "- Topic: Appropriation of grant funds for the Department of Workforce Investment for the Pathway Home Program\n- Summary: This ordinance aims to amend the city's operating budget to appropriate grant funds for the Department of Workforce Investment to enroll 150 justice-involved individuals in the Pathway Home Program. The ordinance was continued to the meeting of 10/5/23 and referred to the budget committee.\n- Ordinance Number: 34387\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Continued to the meeting of 10/5/23 and referred to the budget committee\n- UID: 06de727b-f812-4cc1-b8ed-d77fd3bcb067\n\n- Topic: Appropriation of grant funds for Municipal and Traffic Court\n- Summary: This ordinance seeks to amend the city's operating budget to appropriate grant funds for Municipal and Traffic Court to pay salaries and fringe benefits for two positions - (1) Community Court Director and (1) Community Court Case Manager. The ordinance was continued to the meeting of 10/5/23 and referred to the budget committee.\n- Ordinance Number: 34388\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Continued to the meeting of 10/5/23 and referred to the budget committee\n- UID: 06de727b-f812-4cc1-b8ed-d77fd3bcb067\n\n- Topic: Appropriation of grant funds for Municipal and Traffic Court\n- Summary: This ordinance aims to amend the city's operating budget to appropriate grant funds for Municipal and Traffic Court to pay salaries and fringe benefits for two positions - (1) Community Court Director and (1) Community Court Case Manager. The ordinance was continued to the meeting of 10/5/23 and referred to the budget committee.\n- Ordinance Number: 34389\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Continued to the meeting of 10/5/23 and referred to the budget committee\n- UID: 06de727b-f812-4cc1-b8ed-d77fd3bcb067", + "uid": "06de727b-f812-4cc1-b8ed-d77fd3bcb067", + "publish_date": "9-21-2023", + "page_number": 33, + "title": "Regular City Council Minutes 9-21-2023" }, { - "title": "Regular CIty Council Meeting 1-5-2023.pdf", - "page_content": "6/23/23, 5:40 PM 2b. 4a. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4365&doc_id=a1705b04-8ddd-11ed-9024-00505691 83fa MOTION \u2014 NO. M-23-3 \u2014 BY: COUNCILMEMBER KING Brief: Granting the request for an additional extension of the Conditional Use for ZD NO. 74/19 (Ordinance No. 28,282 MCS). Annotation: SUBMITTED ELECTRONICALLY. (Council Rule 34. Postponement Deadline 5/5/23). CONTINUED TO THE MEETING OF 1/19/23. M-23-3 ZONING DOCKET NO. 90/22 - OC DEVELOPMENT, LLC Brief: Requesting a Zoning Change from an HU-RD2 Historic Urban Two-Family District to an HU- MU Historic Urban Neighborhood Mixed-Use District, on Square 1345, Lots 9, 10, and W-2 or Lots W and Pt. 8, in the Third Municipal District, bounded by North Dorgenois Street, Columbus Street, Kerlerec Street, and North Rocheblave Street (Municipal Addresses: 2431- 2441 Kerlerec Street). The recommendation of the City Planning Commission being \u201cNO RECOMMENDATION\u201d. Annotation: ELECTRONICALLY SUBMITTED. (Cm. Green, District D, Cn. Deadline 1/30/23). CONTINUED TO THE MEEETING OF 1/19/", - "page_number": 15, - "part": 1 + "page_content": "- Topic: Amendment to section 70-462 and addition of section 70-468 of the Code of the City of New Orleans\n- Summary: The ordinance aims to amend reporting requirements for contracts executed by the City of New Orleans and implement a DBE procurement set-aside program.\n- Ordinance Number: CAL. NO. 34,391\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance was adopted.\n- UID: 6da12870-af8d-4ac3-a6a1-dcea2261f6d6\n\n- Topic: Addition of section 2-672 to the Code of the City of New Orleans\n- Summary: The ordinance aims to require the Law Department to produce and transmit a monthly report regarding contracts in progress.\n- Ordinance Number: CAL. NO. 34,393\n- Votes Summary: \n No vote outcome provided in the summary\n- Decision/Key Actions: The ordinance was continued to the meeting of 10/5/23.\n- UID: 6da12870-af8d-4ac3-a6a1-dcea2261f6d6", + "uid": "6da12870-af8d-4ac3-a6a1-dcea2261f6d6", + "publish_date": "9-21-2023", + "page_number": 34, + "title": "Regular City Council Minutes 9-21-2023" }, { - "title": "Regular CIty Council Meeting 1-5-2023.pdf", - "page_content": "23. ZD NO. 90/22 LEGISLATIVE GROUPING ZONING DOCKET NO. 91/22 - KHOOBEHI PROPERTIES, LLC Brief: Requesting a Conditional Use for a hotel over 10,000 square feet located within the HMC-2 Historic Marigny/Trem\u00e9/Bywater Commercial District, the EC Enhancement Corridor Design Overlay District, the AC-4 Arts and Culture Diversity Overlay District, the Small Multi- Family Affordable Short Term Rental Interim Zoning District, and the Residential Short Term Rental Interim Zoning District, on Square 379, Lot X, in the Third Municipal District, bounded by North Rampart Street, Kerlerec Street, Henriette Delille Street and Columbus Street (Municipal Addresses: 1441-1451 North Rampart Street, 1104 Columbus Street, and 1115 Kerlerec Street). The recommendation of the City Planning Commission being \u201cFOR APPROVAL\u201d, subject to five (5) provisos. Annotation: ELECTRONICALLY SUBMITTED. (Cm. King, District C, Cn. Deadline 1/30/23). HEARING HELD. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4365&doc_id=a1705b04-8ddd-11ed-9024-00505691 83fa 15/38 \f", - "page_number": 15, - "part": 2 + "page_content": "- Topic: Honorary Street Dedication for \"Professor Longhair Lane\"\n- Summary: The ordinance initiated the process for creating an honorary street dedication in the name of \"Professor Longhair Lane\" along specific blocks of Terpsichore Street. The motion was adopted.\n- Ordinance Number: M-23-428\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The process for creating the honorary street dedication was initiated.\n- Tags/Keywords: Honorary Street Dedication, Professor Longhair Lane, Terpsichore Street\n- UID: 85d58ee6-7807-4746-9dac-94ee2f9d5827\n\n- Topic: Grant Funds Approval for Selected Organizations\n- Summary: The resolution approved grant funds for selected organizations, with a total amount of $32,142 awarded. The resolution was passed, with specific organizations and grant amounts listed.\n- Ordinance Number: R-23-430\n- Votes Summary: N/A\n- Decision/Key Actions: Grant funds were approved for various organizations.\n- Tags/Keywords: Grant Funds, Organizations, Funding Approval\n- UID: 85d58ee6-7807-4746-9dac-94ee2f9d5827", + "uid": "85d58ee6-7807-4746-9dac-94ee2f9d5827", + "publish_date": "9-21-2023", + "page_number": 35, + "title": "Regular City Council Minutes 9-21-2023" }, { - "title": "Regular CIty Council Meeting 1-5-2023.pdf", - "page_content": "6/23/23, 5:40 PM Ab. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4365&doc_id=a1705b04-8ddd-11ed-9024-00505691 83fa ZD NO. 91/22 MOTION (LYING OVER) \u2014 NO. M-22-533 \u2014 BY: COUNCILMEMBER KING Brief: Approving the applicant\u2019s request on ZD NO. 91/22, subject to the five (5) provisos set forth in the City Planning Commission\u2019s report. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 4/14/23). LO M-22-533 MOVED By: King SECONDED BY: Harris ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. STREET NAME CHANGE NO. 2/22 \u2014 CARVER RAMS WAY Brief: Requesting the consideration of renaming the entirety of Higgins Boulevard between Almonaster Avenue and Al", - "page_number": 16, - "part": 1 + "page_content": "- Topic: Grant Allocation for District A\n- Summary: The ordinance allocated a total of $32,071 in grant funds to various organizations and projects in District A, including the Broadmoor Improvement Association, The Children\u2019s Bureau of New Orleans, and Junior Achievement of Greater New Orleans, among others.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: Passed - (N/A)\n- Decision/Key Actions: Grant funds allocated to specific organizations and projects in District A.\n- Tags/Keywords: Grant Allocation, District A, Funding, Organizations\n- UID: e965df60-25f1-4a6c-8b2a-6e1eaae33b4f\n\n- Topic: Grant Allocation for District B\n- Summary: The ordinance allocated a total of $32,142 in grant funds to various organizations and projects in District B, including the Broadmoor Improvement Association, Culture Aid NOLA, and the Advocacy Center, among others.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: Passed - (N/A)\n- Decision/Key Actions: Grant funds allocated to specific organizations and projects in District B.\n- Tags/Keywords: Grant Allocation, District B, Funding, Organizations\n- UID: e965df60-25f1-4a6c-8b2a-6e1eaae33b4f\n\n- Topic: Grant Allocation for District C\n- Summary: The ordinance allocated a total of $32,142 in grant funds to various organizations and projects in District C, including the Friends of Treme Culture, Ballerinas of the Bayou, and the New Orleans Ballet Association, among others.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: Passed - (N/A)\n- Decision/Key Actions: Grant funds allocated to specific organizations and projects in District C.\n- Tags/Keywords: Grant Allocation, District C, Funding, Organizations\n- UID: e965df60-25f1-4a6c-8b2a-6e1eaae33b4f\n\n- Topic: Grant Allocation for District D\n- Summary: The ordinance allocated a total of $32,142 in grant funds to various organizations and projects in District D, including Dillard University, the NAACP, and the Friends of Treme Culture, among others.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: Passed - (N/A)\n- Decision/Key Actions: Grant funds allocated to specific organizations and projects in District D.\n- Tags/Keywords: Grant Allocation, District D, Funding, Organizations\n- UID: e965df60-25f1-4a6c-8b2a-6e1eaae33b4f", + "uid": "e965df60-25f1-4a6c-8b2a-6e1eaae33b4f", + "publish_date": "9-21-2023", + "page_number": 36, + "title": "Regular City Council Minutes 9-21-2023" }, { - "title": "Regular CIty Council Meeting 1-5-2023.pdf", - "page_content": "var Street as Carver Rams Way. The City Planning Commission recommended \u201cMODIFIED APPROVAL\u201d with a waiver of criteria number 1. Annotation: ELECTRONICALLY SUBMITTED. (Cm. Green, District D, Cn. Deadline N/A). CONTINUED TO THE MEEETING OF 1/19/23. SNC NO. 2/22 STREET NAME CHANGE 5/22 \u2014SUNO KNIGHTS DRIVE Brief: Requesting the consideration of renaming a portion of Press Drive between Leon C. Simon Drive and Emmett W. Bashful Boulevard as SUNO Knights Drive. The recommendation of the City Planning Commission being for \u201cAPPROVAL\u201d. Annotation: ELECTRONICALLY SUBMITTED. (Cm. Green, District D, Cn. Deadline N/A). CONTINUED TO THE MEEETING OF 1/19/23. SNC NO. 5/22 https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4365&doc_id=a1705b04-8ddd-11ed-9024-00505691 83fa 16/38 \f", - "page_number": 16, - "part": 2 + "page_content": "- Topic: People's Housing+ 500 Grant Funds Allocation\n- Summary: The ordinance allocated a total of $32,142 in grant funds to various organizations in District E, including The Ella Project, Youth Empowerment Project, Giving Hope, and others.\n- Ordinance Number: R-23-430\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance was adopted, and the grant funds were allocated to the specified organizations.\n- Tags/Keywords: Grant Funds, District E, Community Organizations\n- UID: bffd09bb-6c52-42f3-b2ff-19295ef183b9\n\n- Topic: Creation of ARPA Implementation Advisory Committee\n- Summary: The resolution called for the creation of an American Rescue Plan Act (ARPA) Implementation Advisory Committee to develop a strategy and recommendations for the implementation of ARPA funds for infrastructure, language access program, labor audit, and compliance with local labor standards.\n- Ordinance Number: R-23-431\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The resolution was adopted, leading to the creation of the ARPA Implementation Advisory Committee.\n- Tags/Keywords: ARPA, Advisory Committee, Infrastructure, Labor Standards\n- UID: bffd09bb-6c52-42f3-b2ff-19295ef183b9", + "uid": "bffd09bb-6c52-42f3-b2ff-19295ef183b9", + "publish_date": "9-21-2023", + "page_number": 37, + "title": "Regular City Council Minutes 9-21-2023" }, { - "title": "Regular CIty Council Meeting 1-5-2023.pdf", - "page_content": "6/23/23, 5:40 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4365&doc_id=a1705b04-8ddd-11ed-9024-00505691 83fa 7. CAL. NO. 33,183 - BY: COUNCILMEMBER WILLIAMS (BY REQUEST) Brief: An Ordinance granting a non-exclusive franchise to Telepak Networks, Inc. to construct, maintain, and operate an aboveground and/or underground Wireline Telecommunications System, to provide for the furnishing of a surety bond, annual payments, and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. CONTINUED TO THE MEEETING OF 3/9/23. 33183 8. CAL. NO. 33,671 - BY: COUNCILMEMBER MORRELL Brief: An Ordinance to limit the power of the Mayor to suspend Article X of Chapter 2 of the Code of the City of New Orleans; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. CONTINUED TO THE MEEETING OF 2/2/23. 33671 9. CAL. NO. 33,866 - BY: COUNCILMEMBER GREEN B", - "page_number": 17, - "part": 1 + "page_content": "- Topic: Regular Council Meeting Schedule for 2024\n- Summary: Motion suspending Rule 1 of the Rules and Regulations of the City Council and establishing the Regular Council Meeting schedule for the year 2024.\n- Ordinance Number: M-23-432\n- Votes Summary:\n Vote 1: Amendment - Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The motion to amend the Regular Council Meeting schedule for 2024 passed unanimously.\n- Tags/Keywords: Regular Council Meeting, Schedule, Motion, Amendment\n- UID: b410317a-3ce7-438d-b8cc-df8259551cae\n\n- Topic: Amendment to R-23-431\n- Summary: Amendment to R-23-431 regarding a specific ordinance.\n- Ordinance Number: R-23-431 Am 1\n- Votes Summary:\n Vote 1: Amendment - Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n Vote 2: Amendment - Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n Vote 3: Adopt as Amended - Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The amendments to R-23-431 were passed, and the ordinance was adopted as amended.\n- Tags/Keywords: Amendment, R-23-431, Adoption\n- UID: b410317a-3ce7-438d-b8cc-df8259551cae", + "uid": "b410317a-3ce7-438d-b8cc-df8259551cae", + "publish_date": "9-21-2023", + "page_number": 38, + "title": "Regular City Council Minutes 9-21-2023" }, { - "title": "Regular CIty Council Meeting 1-5-2023.pdf", - "page_content": "rief: An Ordinance to ordain Section 54-507 of the Code of the City of New Orleans to prohibit operation of all-terrain vehicles (ATVs) on public streets; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 1/13/23). CONTINUED TO THE MEEETING OF 1/19/23. 33866 10. CAL. NO. 33,893 - BY: COUNCILMEMBER HARRIS Brief: An Ordinance to ordain Section 70-10 of the Code of the City of New Orleans to establish reporting requirements applicable to the Department of Finance, including both a statement to be issued alongside each payment the City of New Orleans provides to a security and improvement district, and an annual financial report to be transmitted to the City Council, and otherwise to provide with respect thereto. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4365&doc_id=a1705b04-8ddd-11ed-9024-00505691 83fa 17/38 \f", - "page_number": 17, - "part": 2 + "page_content": "- Topic: Adoption of the Holiday Schedule for City Government for the Year 2024\n- Summary: The motion to adopt the Holiday Schedule for City Government for the Year 2024 was presented by Councilmember Morrell and seconded by Councilmember Moreno. The vote resulted in 6 YEAS and 0 NAYS, with no abstentions or recusals. The motion passed.\n- Ordinance Number: M-23-433\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: Adoption of the Holiday Schedule for City Government for the Year 2024\n- UID: a0350ec3-857f-49a1-9700-451fc2a66f8e\n\n- Topic: Amendment to the professional services agreement between the City of New Orleans and Cornerstone Government Affairs, Inc.\n- Summary: The motion to add the President of the Council as a signatory to the Amendment to the professional services agreement between the City of New Orleans and Cornerstone Government Affairs, Inc. was presented by Councilmember Morrell and seconded by Councilmember Moreno. The motion was continued to the meeting of 10/5/23 and referred to the Governmental Affairs Committee.\n- Ordinance Number: M-23-436\n- Decision/Key Actions: Motion continued to the meeting of 10/5/23 and referred to the Governmental Affairs Committee\n- UID: a0350ec3-857f-49a1-9700-451fc2a66f8e", + "uid": "a0350ec3-857f-49a1-9700-451fc2a66f8e", + "publish_date": "9-21-2023", + "page_number": 39, + "title": "Regular City Council Minutes 9-21-2023" }, { - "title": "Regular CIty Council Meeting 1-5-2023.pdf", - "page_content": "6/23/23, 5:40 PM 11. 12. 13. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4365&doc_id=a1705b04-8ddd-11ed-9024-00505691 83fa Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 1/13/23). CONTINUED TO THE MEEETING OF 1/19/23. 33893 CAL. NO.33,949 - BY: COUNCILMEMBER MORRELL Brief: An Ordinance to amend sections 26-616 and 26-617 of the Code of the City of New Orleans relative to standards for short-term rentals, to remove the residential short-term rental permit type; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 2/17/23). WITHDRAWN. 33949 CAL. NO. 33,974 - BY: COUNCILMEMBER GREEN (BY REQUEST) Brief: An Ordinance to amend and reordain Sections 146-760, 146-761, 146-763, and 146-765 of the Code of the City of New Orleans relative to honorary street dedications to clarify that non- profit organizatio", - "page_number": 18, - "part": 1 + "page_content": "- Topic: Contract between City of New Orleans and Federal Communications Commission\n- Summary: The ordinance seeks to add the President of the Council as a signatory to the contract between the City of New Orleans and the Federal Communications Commission. The motion to suspend Rule 57 was passed, and the resolution approving grants for funding by City Council/Cox Communications Louisiana Community Grant Program was also adopted.\n- Ordinance Number: M-23-436\n- Votes Summary:\n - Motion to Suspend Rule 57: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n - Adoption of Resolution: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: Motion to Suspend Rule 57 and Adoption of Resolution were both passed.\n- Tags/Keywords: Contract, Federal Communications Commission, Grants, Funding\n- UID: bf37c866-7729-4362-b421-7180f4c00534", + "uid": "bf37c866-7729-4362-b421-7180f4c00534", + "publish_date": "9-21-2023", + "page_number": 40, + "title": "Regular City Council Minutes 9-21-2023" }, { - "title": "Regular CIty Council Meeting 1-5-2023.pdf", - "page_content": "ns can be recognized by honorary street names; to clarify the boundaries of the Vieux Carr\u00e9 for the purposes of the honorary street dedications; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 3/31/23). 33974 - 29283 M.CS. MOVED By: Green SECONDED BY: Morrell ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. CAL. NO. 33,982 - BY: COUNCILMEMBER GREEN (BY REQUEST) Brief: An Ordinance to approve and authorize the Mayor of the City of New Orleans (\u201cCity\u201d), acting by and through the New Orleans Aviation Board (\u201cNOAB\u201d), to enter into an Amended and Restated Lease Agreement at Louis Armstrong New Orleans International Airport with NEW https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4365&doc_id=a1705b04-8ddd-11ed-9024-00505691 83fa 18/38 \f", - "page_number": 18, - "part": 2 + "page_content": "- Topic: Allocation of Funds to Organizations\n- Summary: The council voted on the allocation of funds to various organizations within different districts, totaling $20,000 for each district. Each district had specific organizations receiving varying amounts, with a focus on community development and youth empowerment.\n- Ordinance Number: N/A\n- Votes Summary:\n - Vote: Passed - (Unanimous)\n- Decision/Key Actions: Allocation of funds to designated organizations in each district\n- Tags/Keywords: Fund allocation, Community development, Youth empowerment\n- UID: f34aca92-9087-4955-9c53-5f3d8bed491c", + "uid": "f34aca92-9087-4955-9c53-5f3d8bed491c", + "publish_date": "9-21-2023", + "page_number": 41, + "title": "Regular City Council Minutes 9-21-2023" }, { - "title": "Regular CIty Council Meeting 1-5-2023.pdf", - "page_content": "6/23/23, 5:40 PM 14. 15. 16. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4365&doc_id=a1705b04-8ddd-11ed-9024-00505691 83fa ORLEANS FUEL FACILITIES (NOFF); and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 3/31/23). 33982 - 29289 M.C.S. MOVED By: Green SECONDED BY: Morrell ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. CAL. NO. 33,983 - BY: COUNCILMEMBER MORRELL Brief: An Ordinance to amend Section 26-236 to establish additional definitions for what may be declared a blight and public nuisance; and otherwise, to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 3/31/23). CONTINUED TO THE MEEETING OF 1/1", - "page_number": 19, - "part": 1 + "page_content": "- Topic: Funding Allocation to Various Organizations\n- Summary: The council approved a total allocation of $20,000 to several organizations, including STEM NOLA, The 18th Ward, The Split Second Foundation, Inc., Young Aspirations Young Artists, and Youth Empowerment Project.\n- Ordinance Number: R-23-439\n- Votes Summary:\n - Amendment: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n - Adopt as Amended: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The funding allocation was approved for the designated organizations.\n- Tags/Keywords: Funding, Organizations, Allocation\n- UID: e04701a4-947d-4daf-a939-a03f5ec05fc3\n\n- Topic: Conditional Use Application for a Broadcast Studio\n- Summary: The council directed the City Planning Commission to conduct a public hearing to consider an application for a Conditional Use permit for a Broadcast Studio in a specific location within the Vieux Carre Service District.\n- Ordinance Number: M-23-442\n- Votes Summary:\n - Withdrawn\n- Decision/Key Actions: The motion to direct the City Planning Commission was withdrawn.\n- Tags/Keywords: Conditional Use, Broadcast Studio, City Planning\n- UID: e04701a4-947d-4daf-a939-a03f5ec05fc3\n\n- Topic: Public Hearing for Conditional Use Application\n- Summary: The council motioned to direct the City Planning Commission to conduct a public hearing for a Conditional Use application for a Broadcast Studio in a specific location within the Vieux Carre Service District.\n- Ordinance Number: M-23-443\n- Votes Summary:\n - N/A\n- Decision/Key Actions: The motion was presented but no vote outcome was recorded.\n- Tags/Keywords: Public Hearing, Conditional Use, Broadcast Studio\n- UID: e04701a4-947d-4daf-a939-a03f5ec05fc3", + "uid": "e04701a4-947d-4daf-a939-a03f5ec05fc3", + "publish_date": "9-21-2023", + "page_number": 42, + "title": "Regular City Council Minutes 9-21-2023" }, { - "title": "Regular CIty Council Meeting 1-5-2023.pdf", - "page_content": "9/23. 33983 CAL. NO. 33,991 - BY: COUNCILMEMBERS MORENO, MORRELL, GIARRUSSO, HARRIS, KING, GREEN AND THOMAS Brief: An Ordinance to amend and reordain Section 34-4(a) of the Code of the City of New Orleans to establish the 2023 Mardi Gras parade schedule; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 4/14/23). CONTINUED TO THE MEEETING OF 1/19/23. 33991 CAL. NO. 33,992 - BY: COUNCILMEMBER KING (BY REQUEST) Brief: An Ordinance to authorize the Mayor of the City of New Orleans to enter into a First Amendment to the Cooperative Endeavor Agreement (\u201cAmendment\u201d) to amend the Cooperative Endeavor Agreement (\u201cAgreement\u201d) between the City of New Orleans (the https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4365&doc_id=a1705b04-8ddd-11ed-9024-00505691 83fa 19/38 \f", - "page_number": 19, - "part": 2 + "page_content": "- Topic: Amendment to Article 10 of Ordinance 4264 M.C.S.\n- Summary: The ordinance directs the City Planning Commission to conduct a public hearing to consider a text amendment regarding the VCS Vieux Carre Service District uses, specifically to allow Broadcast Studio as a Conditional Use. It also includes a new use restriction for Broadcast Studio in the VCS District. The ordinance was withdrawn.\n- Ordinance Number: M-23-443\n- Votes Summary:\n Vote 1: Suspend the Rules to Introduce Ordinances on First Reading - Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance was introduced and laid over as required by law.\n- UID: bb07a588-8c7a-4cec-ad31-9c3aae3ac5e0\n\n- Topic: Cooperative Endeavor Agreement with The National World War II Museum, Inc.\n- Summary: The ordinance authorizes the Mayor to enter into a Cooperative Endeavor Agreement with The National World War II Museum, Inc. for the public purpose of improving pedestrian walkways along Andrew Higgins Drive. The ordinance was introduced and laid over as required by law.\n- Ordinance Number: CAL. NO. 34,394\n- Votes Summary: N/A\n- Decision/Key Actions: The ordinance was introduced and laid over as required by law.\n- UID: bb07a588-8c7a-4cec-ad31-9c3aae3ac5e0", + "uid": "bb07a588-8c7a-4cec-ad31-9c3aae3ac5e0", + "publish_date": "9-21-2023", + "page_number": 43, + "title": "Regular City Council Minutes 9-21-2023" }, { - "title": "Regular CIty Council Meeting 1-5-2023.pdf", - "page_content": "6/23/23, 5:40 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4365&doc_id=a1705b04-8ddd-11ed-9024-00505691 83fa \u201cCity\u201d) and EdNavigator, Inc. (the \u201cContractor\u2019\u2019) relative to the Contractor providing personal education advising services available, free of charge, to City employees, including City Employees who have children, grandchildren, nieces, and nephews in NOLA Public Schools, for an additional one (1) year; and to modify or reaffirm certain terms and conditions, as more fully set forth in the Amendment as Exhibit \u201c1\u201d and incorporated and made a part hereof; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 4/14/23). 33992 - 29295 M.C.S. MOVED By: King SECONDED BY: Giarrusso ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Thomas - 1 RECUSED: 0 AND THE MOTION PASSED. 17. CAL. NO. 33,993 - BY: COUNCILMEMBERS GIARRUSSO AND THOMAS (BY REQUEST) Brief: An Ordinance to authorize the Mayor of the City of New Orleans to enter into a First Amendment to the Cooperative Endeavor Agreement (\"Amendment\") to amend the Co", - "page_number": 20, - "part": 1 + "page_content": "- Topic: Conditional Use for Bed and Breakfast in HMR-2 Historic Marigny/Trem\u00e9/Bywater Residential District\n- Summary: The ordinance aims to establish a conditional use to permit a bed and breakfast in an HMR-2 Historic Marigny/Trem\u00e9/Bywater Residential District, located on Square 157, Lot D or E. The outcome of the vote is not specified in the provided information.\n- Ordinance Number: CAL. NO. 34,395\n- Votes Summary: N/A\n- Decision/Key Actions: Outcome of the vote not specified.\n- Tags/Keywords: Bed and Breakfast, HMR-2 Historic Marigny/Trem\u00e9/Bywater Residential District\n- UID: d9b6c63a-6460-4037-9ef1-5d2c652508e8\n\n- Topic: Conditional Use for Bed and Breakfast in HMR-1 Historic Marigny/Trem\u00e9/Bywater Residential District\n- Summary: The ordinance seeks to establish a conditional use to permit a principal bed and breakfast in an HMR-1 Historic Marigny/Trem\u00e9/Bywater Residential District. The voting outcome is not provided in the available information.\n- Ordinance Number: CAL. NO. 34,396\n- Votes Summary: N/A\n- Decision/Key Actions: Voting result not specified.\n- Tags/Keywords: Bed and Breakfast, HMR-1 Historic Marigny/Trem\u00e9/Bywater Residential District\n- UID: d9b6c63a-6460-4037-9ef1-5d2c652508e8\n\n- Topic: Conditional Use for Retail Sale of Packaged Alcoholic Beverages in MU-1 District\n- Summary: This ordinance aims to establish a conditional use to permit the retail sale of packaged alcoholic beverages in an MU-1 Medium Intensity Mixed-Use District. The voting outcome is not mentioned in the available details.\n- Ordinance Number: CAL. NO. 34,397\n- Votes Summary: N/A\n- Decision/Key Actions: Voting result not specified.\n- Tags/Keywords: Retail Sale, Packaged Alcoholic Beverages, MU-1 District\n- UID: d9b6c63a-6460-4037-9ef1-5d2c652508e8", + "uid": "d9b6c63a-6460-4037-9ef1-5d2c652508e8", + "publish_date": "9-21-2023", + "page_number": 44, + "title": "Regular City Council Minutes 9-21-2023" }, { - "title": "Regular CIty Council Meeting 1-5-2023.pdf", - "page_content": "operative Endeavor Agreement (\"Agreement\") between the City of New Orleans (the \"City\"), National Parent Leadership Institute, Inc. (the \"Contractor\"), and the NOLA Business Alliance (the \"Fiscal Agent\") relative to the Contractor providing twenty (20) additional weeks of three (3) hour sessions, once a week, to parents in order to help parents become better leaders for their children and families; to increase the maximum amount of compensation payable by the City to the Contractor and the Fiscal Agent; to extend the term of the Agreement for an additional one (1) year; and to modify or reaffirm certain terms and conditions, as more fully set forth in the Amendment as Exhibit \"1\" and incorporated and made a part hereof; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 4/14/23). 33993 - 29296 M.C.S. MOVED By: Giarrusso SECONDED BY: Harris ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4365&doc_id=a1705b04-8ddd-11ed-9024-00505691 83fa 20/38 \f", - "page_number": 20, - "part": 2 + "page_content": "- Topic: Conditional use for a bar in a commercial and suburban corridor district\n- Summary: The ordinance aims to establish a conditional use to permit a bar in a specific district. It was electronically submitted and had a deadline of 11/22/23.\n- Ordinance Number: 34397\n- Votes Summary:\n Vote 1: Passed - (8 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance passed without any amendments.\n- UID: 69b8402f-b32b-414a-b518-756f41db4475\n\n- Topic: Conditional use for the expansion of a multi-family dwelling\n- Summary: This ordinance seeks to establish a conditional use to permit the expansion of the floor area of a multi-family dwelling in a specific residential district. It was electronically submitted and had a deadline of 12/6/23.\n- Ordinance Number: 34398\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 1 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance passed with a majority vote.\n- UID: 69b8402f-b32b-414a-b518-756f41db4475\n\n- Topic: Zoning change from residential to neighborhood business district\n- Summary: This ordinance aims to effect a zoning change from a residential district to a neighborhood business district for a specific area. It was electronically submitted and had a deadline of 12/6/23.\n- Ordinance Number: 34399\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 2 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance passed after the vote.\n- UID: 69b8402f-b32b-414a-b518-756f41db4475\n\n- Topic: Zoning change from residential to neighborhood business district\n- Summary: This ordinance seeks to effect a zoning change from a residential district to a neighborhood business district for a specific area. It was electronically submitted and had a deadline of 12/6/23.\n- Ordinance Number: 34400\n- Votes Summary:\n Vote 1: Passed - (8 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance passed without any amendments.\n- UID: 69b8402f-b32b-414a-b518-756f41db4475", + "uid": "69b8402f-b32b-414a-b518-756f41db4475", + "publish_date": "9-21-2023", + "page_number": 45, + "title": "Regular City Council Minutes 9-21-2023" }, { - "title": "Regular CIty Council Meeting 1-5-2023.pdf", - "page_content": "6/23/23, 5:40 PM 18. 18. 18a. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4365&doc_id=a1705b04-8ddd-11ed-9024-00505691 83fa AND THE MOTION PASSED. CAL. NO. 33,994 - BY: COUNCILMEMBER HARRIS (BY REQUEST) Brief: An Ordinance to authorize the Mayor of the City of New Orleans to enter into Amendment No. | to a previously executed Cooperative Endeavor Agreement (\u201cCEA\u201d) between the City of New Orleans (the \u201cCity\u2019\u2019), and Crescent City Pharmacy, relative to the City, through Health Care for the Homeless (HCH), receives federal grant funding to promote health through accessible and comprehensive primary care, dental and behavioral health services for New Orleans homeless, regardless of their ability to pay, to modify the provisions thereof and extend the term thereof for two (2) years, as more fully set forth in the Amendment No. 1 form as Exhibit \u201c1\u201d and made a part hereof; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 4/14/23). 33994 - 29297 M.C.S. MOVED By: Harris SECONDED BY: Giarrusso ", - "page_number": 21, - "part": 1 + "page_content": "- Topic: Conditional use for large child-care center in HU-RD2 Historic Urban Two-Family Residential District\n- Summary: The ordinance aims to establish a conditional use to permit a large child-care center in an HU-RD2 Historic Urban Two-Family Residential District. The ordinance was electronically submitted with a 90-day deadline. \n- Ordinance Number: 34401\n- Votes Summary:\n Vote 1: Passed - (10 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed, allowing for the establishment of the large child-care center in the specified district.\n- Tags/Keywords: Zoning, Child-care center, Residential district\n- UID: 5aa703ab-975e-4fb6-9cd9-88bd6e3e7e1d\n\n- Topic: Amendment of section 58-36 of the Code of the City of New Orleans\n- Summary: The ordinance aims to amend section 58-36 of the Code of the City of New Orleans to merge certain precincts with less than 300 registered voters with adjacent precincts. The ordinance was electronically submitted with a Council Rule 34 postponement deadline.\n- Ordinance Number: 34402\n- Votes Summary:\n Vote 1: N/A - (Pending)\n- Decision/Key Actions: The vote outcome is pending, and the ordinance is subject to a Council Rule 34 postponement deadline.\n- Tags/Keywords: Voting precincts, Code amendment\n- UID: 5aa703ab-975e-4fb6-9cd9-88bd6e3e7e1d\n\n- Topic: Honorary street dedication signage for Henry \u201cProfessor Longhair\u201d Roeland Byrd\n- Summary: The ordinance aims to authorize the placement of honorary street dedication signage for Henry \u201cProfessor Longhair\u201d Roeland Byrd along specific blocks. The ordinance was electronically submitted with a Council Rule 34 postponement deadline.\n- Ordinance Number: 34403\n- Votes Summary:\n Vote 1: N/A - (Pending)\n- Decision/Key Actions: The vote outcome is pending, and the ordinance is subject to a Council Rule 34 postponement deadline.\n- Tags/Keywords: Honorary signage, Street dedication\n- UID: 5aa703ab-975e-4fb6-9cd9-88bd6e3e7e1d\n\n- Topic: Amendment of section 2.7 of the Code of the City of New Orleans\n- Summary: The ordinance aims to amend and reordain section 2.7 of the Code of the City of New Orleans relative to professional services competitive selection threshold. The ordinance was introduced by multiple council members.\n- Ordinance Number: 34404\n- Votes Summary:\n Vote 1: N/A - (Pending)\n- Decision/Key Actions: The vote outcome is pending, and the ordinance is subject to further discussion and potential voting.\n- Tags/Keywords: Code amendment, Professional services\n- UID: 5aa703ab-975e-4fb6-9cd9-88bd6e3e7e1d", + "uid": "5aa703ab-975e-4fb6-9cd9-88bd6e3e7e1d", + "publish_date": "9-21-2023", + "page_number": 46, + "title": "Regular City Council Minutes 9-21-2023" }, { - "title": "Regular CIty Council Meeting 1-5-2023.pdf", - "page_content": " ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. LEGISLATIVE GROUPING CAL. NO. 33,977 - BY: COUNCILMEMBER HARRIS Brief: An Ordinance to amend and reordain Article 18, Sections 18.2.V, 18.13.B, and 18.24 to create the CCN (Convention Center Neighborhood) Overlay District of the Comprehensive Zoning Ordinance (Ordinance No. 4264 M.C.S., as amended by Ordinance No. 26,413 M.C.S. and subsequent amendments) applicable to the area bounded by Convention Center Boulevard, the Pontchartrain Expressway, Thalia Street, Annunciation Street, Euterpe Street, Tchoupitoulas Street, Celeste Street, the Mississippi River Floodwall, and Henderson Street (excluding Lot MF-1 on Block RP-5X); and otherwise to provide with respect thereto. (ZONING DOCKET NO. 64/22) Annotation: ELECTRONICALLY SUBMITTED. (90 Days, Cn. Deadline 3/1/23). (Cn. Deadline 2/16/23). 33977 - 29285 M.C.S. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4365&doc_id=a1705b04-8ddd-11ed-9024-00505691 83fa 21/38 \f", - "page_number": 21, - "part": 2 + "page_content": "- Topic: Amendment to section 30-771 of the Code of the City of New Orleans\n- Summary: The ordinance aims to amend section 30-771 of the city code related to the definition of hotels and motels. It was electronically submitted and is subject to a postponement deadline of 1/19/24.\n- Ordinance Number: CAL. NO. 34,405\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: Pending further action by the council\n- Tags/Keywords: City code, definition amendment, postponement\n- UID: 8ab5bb00-8790-4fdf-95b4-de41c7370751\n\n- Topic: Cooperative Endeavor Agreement for Food Insecurity\n- Summary: This ordinance authorizes the Mayor to enter into a Cooperative Endeavor Agreement with Total Community Action, Inc. to address food insecurity and improve household health in targeted low-income neighborhoods.\n- Ordinance Number: CAL. NO. 34,406\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: Pending further action by the council\n- Tags/Keywords: Cooperative Endeavor Agreement, food insecurity, public health\n- UID: 8ab5bb00-8790-4fdf-95b4-de41c7370751\n\n- Topic: Appropriation of FEMA Grant Funds\n- Summary: This ordinance seeks to amend the 2023 operating budget to appropriate grant funds awarded by FEMA to the Office of the Mayor for emergency costs following Hurricane Katrina.\n- Ordinance Number: CAL. NO. 34,407\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: Pending further action by the council\n- Tags/Keywords: FEMA grant funds, budget amendment, emergency costs\n- UID: 8ab5bb00-8790-4fdf-95b4-de41c7370751", + "uid": "8ab5bb00-8790-4fdf-95b4-de41c7370751", + "publish_date": "9-21-2023", + "page_number": 47, + "title": "Regular City Council Minutes 9-21-2023" }, { - "title": "Regular CIty Council Meeting 1-5-2023.pdf", - "page_content": "6/23/23, 5:40 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4365&doc_id=a1705b04-8ddd-11ed-9024-00505691 83fa Speakers: Iam Tucker Tara Hernandez Mayza Pineda Romy LaCour Michael Burnside Todd James 18b. AMENDMENT TO ORD. CAL. NO. 33,977 - BY: COUNCILMEMBER HARRIS Brief: 1. On page 6 (Article 18.24.B), on lines 91 and 92, after the word \u201cin\u201d and before the word \u201cand\u201d, remove the word \u201cheight;\u201d and insert the following new phrase in lieu thereof: \u201cheight, unless the proposed building was approved in the Development Master Plan and has undergone only minor changes, as defined in Article 4.5.F.1, in which case no additional NPP shall be required;\u201d 2. On page 6 (Article 18.24.B) on line 94, after the word \u201cbuildable\u201d, remove the word \u201carea.\u201d and insert the following new phrase in lieu thereof: \u201carea, unless the proposed building was approved in the Development Master Plan and has undergone only minor changes, as defined in Article 4.5.F.1, in which case no additional NPP shall be required.\u201d 3. On page 6, lines 88 and 89, after the word \u201cin\u201d and before the word \u201c", - "page_number": 22, - "part": 1 + "page_content": "- Topic: Appropriation of FEMA grant funds for emergency costs after Hurricane Katrina\n- Summary: The ordinance aimed to amend the operating budget to appropriate grant funds awarded by FEMA to the Office of the Mayor for emergency costs after Hurricane Katrina. The fiscal note was received, and the ordinance was electronically submitted.\n- Ordinance Number: 34408\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed, allowing for the appropriation of grant funds for emergency costs after Hurricane Katrina.\n- Tags/Keywords: FEMA, grant funds, operating budget, emergency costs, Hurricane Katrina\n- UID: c6186351-dc7c-4f0d-a02b-ad83de468b28\n\n- Topic: Redistribution of funds within the Department of Health\n- Summary: The ordinance aimed to move funds from Fund 4405 to Fund 4145 within the Department of Health. The fiscal note was received, and the ordinance was electronically submitted.\n- Ordinance Number: 34409\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed, allowing for the redistribution of funds within the Department of Health.\n- Tags/Keywords: fund redistribution, Department of Health, operating budget, appropriations\n- UID: c6186351-dc7c-4f0d-a02b-ad83de468b28\n\n- Topic: Redistribution of funds within the Department of Health\n- Summary: The ordinance aimed to move funds from Fund 4405 to Fund 4145 within the Department of Health. The fiscal note was received, and the ordinance was electronically submitted.\n- Ordinance Number: 34410\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed, allowing for the redistribution of funds within the Department of Health.\n- Tags/Keywords: fund redistribution, Department of Health, operating budget, appropriations\n- UID: c6186351-dc7c-4f0d-a02b-ad83de468b28\n\n- Topic: Unspecified ordinance by Councilmember Morrell\n- Summary: The details of this ordinance were not specified in the provided information.\n- Ordinance Number: 34411\n- Votes Summary: Not available\n- Decision/Key Actions: Not available\n- Tags/Keywords: Not available\n- UID: c6186351-dc7c-4f0d-a02b-ad83de468b28", + "uid": "c6186351-dc7c-4f0d-a02b-ad83de468b28", + "publish_date": "9-21-2023", + "page_number": 48, + "title": "Regular City Council Minutes 9-21-2023" }, { - "title": "Regular CIty Council Meeting 1-5-2023.pdf", - "page_content": "below\u201d, remove the phrase \u201citem 3.b\u201d and insert in lieu thereof \u201citems 3.b and 3.c\u201d. 4. On page 7, remove the text from lines 99 to 101 in its entirety and insert the following in lieu thereof: C. Applicants shall follow all Project NPP requirements, including all content and general procedures applicable to zoning text and map amendments, as provided in Article 4.2.D.2, except with regard to mailed notice, which shall be as follows. Mailed notice for the NPP shall be sent by regular mail at least fifteen (15) days before the public hearing to the parties identified in Section 3.3.B.2, except that such notice shall be expanded to all properties within 1,200 (one thousand two hundred) feet of property lines of the subject property. Additionally, mailed notice shall be provided to the Lower Garden District and Warehouse District neighborhood associations, as well as the Office of Community Development for distribution to interested stakeholders, including but https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4365&doc_id=a1705b04-8ddd-11ed-9024-00505691 83fa 22/38 \f", - "page_number": 22, - "part": 2 + "page_content": "- Topic: Amendment of Section 70-10 of the Code of the City of New Orleans\n- Summary: This ordinance aims to include contracts for legal services among the agreements requiring execution by the Council President. The ordinance was electronically submitted and has a postponement deadline of 1/19/24.\n- Ordinance Number: 34411\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The ordinance passed without any notable amendments or discussions.\n- Tags/Keywords: Legal services, Council President, Code amendment\n- UID: a7e1b55c-a7f8-4ba1-acf1-e110d7be544c\n\n- Topic: Appropriation of Funds for Short-Term Rental Study\n- Summary: This ordinance seeks to appropriate funds to the City Planning Commission for the Short-Term Rental study. It was electronically submitted and has a postponement deadline of 1/19/24. A fiscal note was received for this ordinance.\n- Ordinance Number: 34412\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The ordinance passed without any notable amendments or discussions, and a fiscal note was received.\n- Tags/Keywords: City Planning Commission, Short-Term Rental study, Fund appropriation\n- UID: a7e1b55c-a7f8-4ba1-acf1-e110d7be544c\n\n- Topic: Appropriation of Funds for NORDC Trust Fund\n- Summary: This ordinance aims to appropriate funds to NORDC Trust Fund (5410) \u2014 Personal Services (100) for Keller Center staffing positions. It was electronically submitted and has a postponement deadline of 1/19/24.\n- Ordinance Number: 34413\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The ordinance passed without any notable amendments or discussions.\n- Tags/Keywords: NORDC Trust Fund, Fund appropriation, Keller Center staffing\n- UID: a7e1b55c-a7f8-4ba1-acf1-e110d7be544c", + "uid": "a7e1b55c-a7f8-4ba1-acf1-e110d7be544c", + "publish_date": "9-21-2023", + "page_number": 49, + "title": "Regular City Council Minutes 9-21-2023" }, { - "title": "Regular CIty Council Meeting 1-5-2023.pdf", - "page_content": "6/23/23, 5:40 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4365&doc_id=a1705b04-8ddd-11ed-9024-00505691 83fa not limited to residents of River Garden developments. 5. On page 7, lines 107 and 108, after the phrase \u201cArticle 4.3.\u201d and before the word \u201cThe\u201d, insert the following new phrase: \u201cTn addition, the City Planning Commission and the Council decisions on applications for a conditional use shall evaluate the following factors, specific to the CCN Overlay District: 1. The proposed use is compatible with the CCN Overlay District\u2019s purpose to promote a walkable, mixed-use, and mixed-income neighborhood with public benefits. 2. The proposed use preserves and promotes public access to the CCN Overlay District, including sightlines and/or direct access to the Mississippi Riverfront. 3. The proposed use does not create a material detriment to the public health, safety, and welfare to properties and residents withi", - "page_number": 23, - "part": 1 + "page_content": "- Topic: Appropriation of Funds to NORDC Fund for Keller Center Staffing Positions\n- Summary: The ordinance aims to amend the operating budget to appropriate funds to NORDC Fund for Keller Center staffing positions. \n- Ordinance Number: CAL. NO. 34,415\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The ordinance passed without any notable amendments or discussions.\n- Tags/Keywords: Budget, NORDC Fund, Staffing, Operating Budget\n- UID: ac75a8fa-98e3-4e66-875e-5605cb28dc74\n\n- Topic: Authorization for Amendment to Cooperative Endeavor Agreement\n- Summary: This ordinance seeks to authorize the Mayor to enter into a Second Amendment to the Cooperative Endeavor Agreement, providing additional sessions to parents to help them become better leaders for their children and families.\n- Ordinance Number: CAL. NO. 34,416\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The ordinance passed without any notable amendments or discussions.\n- Tags/Keywords: Cooperative Endeavor Agreement, Parent Leadership, Additional Sessions\n- UID: ac75a8fa-98e3-4e66-875e-5605cb28dc74\n\n- Topic: Authorization for Cooperative Endeavor Agreement with New Orleans Humane Law and Rescue, LLC\n- Summary: This ordinance authorizes the Mayor to enter into a Cooperative Endeavor Agreement with New Orleans Humane Law and Rescue, LLC for animal control services, particularly during emergencies.\n- Ordinance Number: CAL. NO. 34,417\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The ordinance passed without any notable amendments or discussions.\n- Tags/Keywords: Cooperative Endeavor Agreement, Animal Control, Emergency Services\n- UID: ac75a8fa-98e3-4e66-875e-5605cb28dc74", + "uid": "ac75a8fa-98e3-4e66-875e-5605cb28dc74", + "publish_date": "9-21-2023", + "page_number": 50, + "title": "Regular City Council Minutes 9-21-2023" }, { - "title": "Regular CIty Council Meeting 1-5-2023.pdf", - "page_content": "n the CCN Overlay District, as well as neighbors in surrounding areas, including but not limited to the Lower Garden District, Warehouse District, and River Garden developments. 6. On page 9 (Table 18-1), line 162, remove the existing row for \u201cHotel/Motel\u201d and enter the following in lieu thereof: TABLE 18-1: Permitted and Conditional Uses KKK COMMERCIAL USE KKK Hotel/Motel \u20ac P/O KKK 7. On page 13, after line 238 and before line 239, enter the following new phrase: > Hotels shall be considered permitted uses if they: (1) are located on the same square as a cultural facility of at least 10,000 square feet in size; or (2) have less than 180 individual guest rooms and are located at least 300 feet from any residential zoning district, as measured from the closest lot line. Hotels shall be prohibited if: https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4365&doc_id=a1705b04-8ddd-11ed-9024-00505691 83fa 23/38 \f", - "page_number": 23, - "part": 2 + "page_content": "- Topic: Temporary Waiver of Fees and Requirements at Milne Rec Center North Gym\n- Summary: The ordinance proposed a temporary waiver of certain fees, permit fees, and requirements within and around Milne Rec Center North Gym in conjunction with Families Helping Families of Greater New Orleans on September 29, 2023. The duration and boundaries of the waiver were specified.\n- Ordinance Number: 34417\n- Votes Summary:\n - Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance passed without any amendments or discussions.\n- UID: b5d46143-1b2f-4381-bec7-753fa0c377ab\n\n- Topic: Motion to Adjourn\n- Summary: A motion was made to adjourn the meeting at 3:00 PM.\n- Votes Summary:\n - Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The motion to adjourn the meeting was passed without any further discussions.\n- UID: b5d46143-1b2f-4381-bec7-753fa0c377ab", + "uid": "b5d46143-1b2f-4381-bec7-753fa0c377ab", + "publish_date": "9-21-2023", + "page_number": 51, + "title": "Regular City Council Minutes 9-21-2023" }, { - "title": "Regular CIty Council Meeting 1-5-2023.pdf", - "page_content": "6/23/23, 5:40 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4365&doc_id=a1705b04-8ddd-11ed-9024-00505691 83fa * There is already one (1) hotel permitted on the square; or * They are within the square bounded by Annunciation, Melpomene, Euterpe, and Tchoupitoulas Streets (excluding Lot MF-1), or the square bounded by Thalia, Annunciation, Melpomene, and Tchoupitoulas Streets. All other hotels shall be a conditional use. 8. On page 23, delete lines 450-452, and insert the following in lieu thereof: \u201cAdditional temporary surface parking shall be Permitted subject to time restrictions up to 5 years. Permanent parking lots shall be subject to the standards of the Overlay District and Article 23 of the Comprehensive Zoning Ordinance, while certain design standards for temporary parking lots may be suspended commensurate with the time ", - "page_number": 24, - "part": 1 + "page_content": "- Topic: Roll Call\n- Summary: The roll call was conducted, and seven members were present, constituting a quorum.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: N/A\n- Tags/Keywords: Roll Call, Quorum, Council Members\n- UID: 5a669cf3-386a-4242-a24f-d30cfe03f3fc", + "uid": "5a669cf3-386a-4242-a24f-d30cfe03f3fc", + "publish_date": "1-5-2023", + "page_number": 1, + "title": "Regular City Council Minutes 1-5-2023" }, { - "title": "Regular CIty Council Meeting 1-5-2023.pdf", - "page_content": "restrictions as set forth by the City Planning Commission and approved in the Development Master Plan.\u201d Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 5/5/23). 33977 AMD MOVED By: Harris SECONDED BY: Moreno ACTION: Amendment YEAS: Giarrusso, Green, Harris, King, Moreno - 5 NAYS: 0 ABSTAIN: 0 ABSENT: Morrell, Thomas - 2 RECUSED: 0 AND THE MOTION PASSED. MOVED By: Harris SECONDED BY: Green ACTION: As Amended YEAS: Giarrusso, Green, Harris, King, Moreno - 5 NAYS: 0 ABSTAIN: 0 ABSENT: Morrell, Thomas - 2 RECUSED: 0 AND THE MOTION PASSED. POINT OF PERSONAL PRIVILEGE - To allow Mr. Larry J. Morgan to make comment due to his card not be recognized. Speaker: Mr. Larry J. Morgan https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4365&doc_id=a1705b04-8ddd-11ed-9024-00505691 83fa 24/38 \f", - "page_number": 24, - "part": 2 + "page_content": "- Topic: Election of Council President and Vice President\n- Summary: The council elected JP Morrell as President and Helena Moreno as Vice President for the term January 5, 2023, through the first City Council meeting 2024.\n- Ordinance Number: M-23-2\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: JP Morrell elected as President, Helena Moreno elected as Vice President\n- Tags/Keywords: Council Leadership, Election, President, Vice President\n- UID: 85cf067a-7647-430a-9b1b-8a7447ebf9f4\n\n- Topic: Resolution for Twinbrook Security District Election\n- Summary: A resolution was passed to call an election in the Twinbrook Security District for Saturday, April 29, 2023.\n- Ordinance Number: R-23-1\n- Votes Summary:\n Vote 1: Passed - (Unanimous)\n- Decision/Key Actions: Election called for Twinbrook Security District\n- Tags/Keywords: Resolution, Election, Security District\n- UID: 85cf067a-7647-430a-9b1b-8a7447ebf9f4", + "uid": "85cf067a-7647-430a-9b1b-8a7447ebf9f4", + "publish_date": "1-5-2023", + "page_number": 2, + "title": "Regular City Council Minutes 1-5-2023" }, { - "title": "Regular CIty Council Meeting 1-5-2023.pdf", - "page_content": "6/23/23, 5:40 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4365&doc_id=a1705b04-8ddd-11ed-9024-00505691 83fa 42. RESOLUTION \u2014 NO. R-23-10 \u2014 BY: COUNCILMEMBERS GIARRUSSO, MORENO, MORRELL, GREEN, HARRIS, THOMAS AND KING Brief: A resolution urging the Mayor of the City of New Orleans to conduct a national search for a Superintendent of Police to replace retired Superintendent Shaun Ferguson; to engage in a fair, inclusive, transparent, and clearly defined public process for the selection of the NOPD Superintendent, including community engagement from all Council districts and from current and former NOPD officers; to create a NOPD Superintendent Advisory Selection Committee comprising a broad spectrum of stakeholders; and to support an increase in pay for the Superintendent, along with other best-hiring practices to attract top national and local candidates. Annotation: ELEC", - "page_number": 25, - "part": 1 + "page_content": "- Topic: Amendment to Professional Services Agreement\n- Summary: This ordinance requested and authorized the President of the Council to sign an amendment to the professional services agreement between the City of New Orleans and Barrasso Usdin Kupperman Freeman & Sarver, L.L.C. It authorized up to two hundred fifty thousand dollars ($250,000) in compensation during the original term, and an identical amount in any allowable renewal term. The motion passed with 6 YEAS and 1 ABSENT.\n- Ordinance Number: M-23-4\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: Authorization of the President of the Council to sign the amendment to the professional services agreement.\n- Tags/Keywords: Professional Services Agreement, Amendment, Compensation\n- UID: 59aeb388-28d9-4108-989f-945ff4bd476b\n\n- Topic: Approval of the Minutes\n- Summary: This ordinance involved the approval of the minutes for the council meetings held on December 1, 2022, and December 15, 2022. The motion passed with 5 YEAS and 2 ABSENT.\n- Ordinance Number: Not specified\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: Approval of the minutes for the specified council meetings.\n- Tags/Keywords: Minutes, Approval\n- UID: 59aeb388-28d9-4108-989f-945ff4bd476b", + "uid": "59aeb388-28d9-4108-989f-945ff4bd476b", + "publish_date": "1-5-2023", + "page_number": 3, + "title": "Regular City Council Minutes 1-5-2023" }, { - "title": "Regular CIty Council Meeting 1-5-2023.pdf", - "page_content": "TRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 5/5/23). Speakers: Michael Burnside Albert \"Chui\" Clark George Mahdi MOVED BY: Moreno SECONDED BY: Giarrusso ACTION: ACTION:Suspend the Rules to receive Resolution No. R-23-10 not on the Council's Agenda. YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. MOVED By: Morrell SECONDED BY: Giarrusso ACTION: Add Item to Agenda YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. MOVED BY: Giarrusso SECONDED BY: Moreno ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4365&doc_id=a1705b04-8ddd-11ed-9024-00505691 83fa 25/38 \f", - "page_number": 25, - "part": 2 + "page_content": "- Topic: Communication from Erin Spears - Chief of Staff & Counsel, Council Utilities Regulatory Office\n- Summary: The communication submitted by Erin Spears includes various documents related to electric and gas utility matters to be received by the Council of the City of New Orleans. These documents cover a range of topics such as storm recovery, environmental adjustments, fuel adjustments, and purchased power cost recovery adjustments.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: The communication was submitted for the council's review and consideration.\n- Tags/Keywords: Communication, Electric Utility, Gas Utility, Entergy New Orleans, LLC\n- UID: 4243547f-23b2-47f7-ae83-f27f67341530", + "uid": "4243547f-23b2-47f7-ae83-f27f67341530", + "publish_date": "1-5-2023", + "page_number": 4, + "title": "Regular City Council Minutes 1-5-2023" }, { - "title": "Regular CIty Council Meeting 1-5-2023.pdf", - "page_content": "6/23/23, 5:40 PM 19. 20. 21. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4365&doc_id=a1705b04-8ddd-11ed-9024-00505691 83fa AND THE MOTION PASSED. CAL. NO. 33,995 - BY: COUNCILMEMBERS GREEN, KING AND THOMAS (BY REQUEST) Brief: An Ordinance to amend and reordain Section 2-975 of Article X of Chapter 2 of the Code of the City of New Orleans to exempt juvenile detention officers and corrections staff of the Juvenile Justice Intervention Center and automotive repair staff of the Equipment Maintenance Division from the City's domicile requirement; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 4/14/23). (Referred to the Criminal Justice Committee). CONTINUED TO THE MEETING OF 2/2/23. 33995 CAL. NO. 33,996 - BY: COUNCILMEMBER THOMAS Brief: An Ordinance to temporarily waive certain f", - "page_number": 26, - "part": 1 + "page_content": "- Topic: Entergy Errata Page and Filing Packages\n- Summary: Various documents related to Entergy, including errata pages, filing packages, and billing month logs were presented and discussed.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Documents were received and discussed.\n- Tags/Keywords: Entergy, documents, filing, billing, logs\n- UID: d680d9dc-b91f-4c53-9a44-16049884fd60\n\n- Topic: Appeal of Parking Requirement for Property at 9119 Forshey Street\n- Summary: Howard L. Rodgers, III requested to appeal the parking requirement of the University Area Off-Street Parking Interim Zoning District for the property located at 9119 Forshey Street.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: The request was received, and a hearing date was set for 1/19/23.\n- Tags/Keywords: Appeal, parking requirement, zoning district, hearing\n- UID: d680d9dc-b91f-4c53-9a44-16049884fd60\n\n- Topic: Appeal of Historic District Landmarks Commission's Decision for Property at 2219 Dauphine Street\n- Summary: Carl Hardy requested to appeal the Historic District Landmarks Commission's decision of \"denial\" for a permit to install a metal roof for the property located at 2219 Dauphine Street.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: The request was received, and a hearing date was set for 1/19/23.\n- Tags/Keywords: Appeal, historic district, landmarks commission, metal roof, hearing\n- UID: d680d9dc-b91f-4c53-9a44-16049884fd60\n\n- Topic: Amendments to Classified Pay Plan (Sewerage & Water Board/Public Works)\n- Summary: Amy B. Trepagnier, Director of Personnel, City of New Orleans, Department of Civil Service, submitted amendments to the Classified Pay Plan for the Sewerage & Water Board and Public Works.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: The amendments were submitted for Council approval.\n- Tags/Keywords: Amendments, classified pay plan, Sewerage & Water Board, Public Works\n- UID: d680d9dc-b91f-4c53-9a44-16049884fd60", + "uid": "d680d9dc-b91f-4c53-9a44-16049884fd60", + "publish_date": "1-5-2023", + "page_number": 5, + "title": "Regular City Council Minutes 1-5-2023" }, { - "title": "Regular CIty Council Meeting 1-5-2023.pdf", - "page_content": "ees, permit fees, and requirements within and around the Joe Brown Park located at 5601 Read Boulevard, New Orleans, Louisiana in conjunction with the Mothers Wanting Our Children Back event on Saturday, December 17, 2022 from 12:00 p.m. to 3:00 p.m., to specify the duration and boundaries of said waiver; and to provide otherwise with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 4/14/23). 33996 - 29298 M.C.S. Speaker: Michael Burnside MOVED By: Moreno SECONDED BY: _ King ACTION: Adopt YEAS: Green, King, Moreno, Morrell, Thomas - 5 NAYS: 0 ABSTAIN: 0 ABSENT: Giarrusso, Harris - 2 RECUSED: 0 AND THE MOTION PASSED. CAL. NO. 33,997 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4365&doc_id=a1705b04-8ddd-11ed-9024-00505691 83fa 26/38 \f", - "page_number": 26, - "part": 2 + "page_content": "- Topic: Amendments to Classified Pay Plan (Police)\n- Summary: The ordinance submitted for Council approval includes new job classifications for Infrastructure Project Managers and amendments to the Classified Pay Plan for DNA Analysts. It outlines the pay grades, hiring rates, FLSA status, and proposed changes to salary and grade/step.\n- Ordinance Number: N/A\n- Votes Summary:\n - Vote 1: N/A\n- Decision/Key Actions: The ordinance was submitted for Council approval and referred to the Budget Committee.\n- Tags/Keywords: Classified Pay Plan, Police, Job Classifications, Infrastructure Project Managers, DNA Analysts\n- UID: 03e25029-0c75-407a-846b-00edc56376d0", + "uid": "03e25029-0c75-407a-846b-00edc56376d0", + "publish_date": "1-5-2023", + "page_number": 6, + "title": "Regular City Council Minutes 1-5-2023" }, { - "title": "Regular CIty Council Meeting 1-5-2023.pdf", - "page_content": "6/23/23, 5:40 PM 22. 23. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4365&doc_id=a1705b04-8ddd-11ed-9024-00505691 83fa Brief: An Ordinance to amend Ordinance No. 28,862 M.C.S., as amended, entitled \"An Ordinance Providing an Operating Budget of Revenues for the City of New Orleans for the Year 2022\"; to appropriate funds received from CLB investments to purchase equipment and supplies; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 4/14/23). (Fiscal Note received). (Referred to the Budget Committee). CONTINUED TO THE MEETING OF 1/19/23. 33997 CAL. NO. 33,998 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 28,863 M.C.S., as amended, entitled \"An Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2022\"; to appropriate funds received from CLB investments to purchase equipment and supplies; and otherwise to provide with respect ther", - "page_number": 27, - "part": 1 + "page_content": "- Topic: Amendment to Classified Pay Plan (Sewerage & Water Board)\n- Summary: The Director of Personnel, Amy B. Trepagnier, submitted an Amendment to the Classified Pay Plan in accordance with Article X, Section 10 of the Constitution of Louisiana. This included changes to hiring rates for various positions, such as the Comptroller and DNA Analysts.\n- Ordinance Number: N/A\n- Votes Summary:\n - Vote 1: N/A\n- Decision/Key Actions: Received and referred to the Budget Committee\n- Tags/Keywords: Classified Pay Plan, Hiring Rates, Budget Committee\n- UID: 6104267d-e1c5-4251-b578-ee749acbe936\n\n- Topic: Forensic Firearm Examiner Positions\n- Summary: The ordinance included reclassification and changes to the salary ranges for Forensic Firearm Examiner positions, including Senior and Lead roles.\n- Ordinance Number: N/A\n- Votes Summary:\n - Vote 1: N/A\n- Decision/Key Actions: Previously approved by Motion 22-385, received and referred to the Budget Committee\n- Tags/Keywords: Forensic Firearm Examiner, Reclassification, Salary Ranges, Budget Committee\n- UID: 6104267d-e1c5-4251-b578-ee749acbe936", + "uid": "6104267d-e1c5-4251-b578-ee749acbe936", + "publish_date": "1-5-2023", + "page_number": 7, + "title": "Regular City Council Minutes 1-5-2023" }, { - "title": "Regular CIty Council Meeting 1-5-2023.pdf", - "page_content": "eto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 4/14/23). (Fiscal Note received). (Referred to the Budget Committee). CONTINUED TO THE MEETING OF 1/19/23. 33998 CAL. NO. 33,999 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 28,862 M.C.S., as amended, entitled \"An Ordinance Providing an Operating Budget of Revenues for the City of New Orleans for the Year 2022\"; to appropriate additional funds to the Department of Public Works within the Infrastructure Maintenance Fund to remit payments to the Sewerage and Water Board for the time period of July 2022 through December 2022; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 4/14/23). (Fiscal Note received). (Referred to the Budget Committee). CONTINUED TO THE MEETING OF 1/19/23. 33999 https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4365&doc_id=a1705b04-8ddd-11ed-9024-00505691 83fa 27/38 \f", - "page_number": 27, - "part": 2 + "page_content": "- Topic: Department of Public Works' Appropriation for Attorney Fees\n- Summary: The Council supported the Department of Public Works' request for an appropriation for the payment of Ms. Edmonds' attorney fees in the amount of $4,309.50.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The appropriation for attorney fees was approved.\n- Tags/Keywords: Department of Public Works, attorney fees, appropriation\n- UID: 758102e9-e427-4630-89cb-047a3423673c\n\n- Topic: Sale of General Obligations Refunding Bonds\n- Summary: The Council was informed that the Board of Liquidation, City Debt, sold $106,670,000 General Obligations Refunding Bonds, Series 2022 of the City of New Orleans, at 4.072362% to JP Morgan Securities, LLC.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: The sale of the bonds was completed.\n- Tags/Keywords: Board of Liquidation, City Debt, bonds, sale\n- UID: 758102e9-e427-4630-89cb-047a3423673c\n\n- Topic: Appeal of Historic District Landmarks Commission's Decision\n- Summary: Mary Grace Verges requested to appeal the Historic District Landmarks Commission\u2019s decision of \u201cdenial\u201d of an application for demolition of the property located at 740 Jena Street.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: The appeal request was received, and a hearing date was set for 1/19/23.\n- Tags/Keywords: Historic District Landmarks Commission, appeal, demolition\n- UID: 758102e9-e427-4630-89cb-047a3423673c\n\n- Topic: Submission of 2022 Alcoholic Beverage Control Board Attendance Record\n- Summary: Angela Gilbert Sarker submitted the 2022 Alcoholic Beverage Control Board attendance record, as required by Ordinance Calendar Number 28,133 (24132 MCS).\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: The attendance record was submitted.\n- Tags/Keywords: Alcoholic Beverage Control Board, attendance record, submission\n- UID: 758102e9-e427-4630-89cb-047a3423673c\n\n- Topic: Report of the Independent Police Monitor\n- Summary: Stella Cziment, Independent Police Monitor, submitted a report regarding the Office of the Independent Police Monitor.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: The report was submitted for review.\n- Tags/Keywords: Independent Police Monitor, report, submission\n- UID: 758102e9-e427-4630-89cb-047a3423673c", + "uid": "758102e9-e427-4630-89cb-047a3423673c", + "publish_date": "1-5-2023", + "page_number": 8, + "title": "Regular City Council Minutes 1-5-2023" }, { - "title": "Regular CIty Council Meeting 1-5-2023.pdf", - "page_content": "6/23/23, 5:40 PM 24. 25. 26. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4365&doc_id=a1705b04-8ddd-11ed-9024-00505691 83fa CAL. NO. 34,000 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 28,863 M.C.S., as amended, entitled \"An Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2022\"; to appropriate additional funds to the Department of Public Works within the Infrastructure Maintenance Fund in order to remit payments to the Sewerage and Water Board for the time period of July 2022 through December 2022; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 4/14/23). (Fiscal Note received). (Referred to the Budget Committee). CONTINUED TO THE MEETING OF 1/19/23. 34000 CAL. NO. 34,001 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 28,863 M.C.S., as amended, entitled \"An Ordinance Providing an Operating Budget o", - "page_number": 28, - "part": 1 + "page_content": "- Topic: Report Submission for November\n- Summary: Stella Cziment, Independent Police Monitor, submitted a report for the month of November in accordance with Ordinance No. 29130.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: Report submission received electronically.\n- Tags/Keywords: Report, Submission, Ordinance No. 29130\n- UID: f300de22-7112-4d79-b575-835b9fc05bb2\n\n- Topic: Quarterly Report for NOPL Vehicles\n- Summary: Michel N. Thompson, Business Manager of New Orleans Public Library, submitted a quarterly report for the period of July 1, 2022 - September 30, 2022, regarding pool vehicles used by staff in accordance with Section 2-902(b).\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: Report submission received electronically.\n- Tags/Keywords: Quarterly Report, NOPL Vehicles, Section 2-902(b)\n- UID: f300de22-7112-4d79-b575-835b9fc05bb2\n\n- Topic: Appeal of HDLC Decision - 740 Jena Street\n- Summary: The Deputy Director of the New Orleans Historic District Landmarks Commission submitted a report regarding an appeal of the HDLC's decision of denial of an application to demolish the Contributing-rated structure for the property located at 740 Jena Street.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: Report submission received electronically.\n- Tags/Keywords: Appeal, HDLC Decision, Demolition, 740 Jena Street\n- UID: f300de22-7112-4d79-b575-835b9fc05bb2\n\n- Topic: Appeal of HDLC Decision - 2219 Dauphine Street\n- Summary: The Deputy Director of the New Orleans Historic District Landmarks Commission submitted a report regarding an appeal of the HDLC's decision of denial of an application to install new galvalume standing seam metal roofing at a Contributing rated, two-story, single-family residential building for the property located at 2219 Dauphine Street.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: Report submission received electronically.\n- Tags/Keywords: Appeal, HDLC Decision, Roofing, 2219 Dauphine Street\n- UID: f300de22-7112-4d79-b575-835b9fc05bb2", + "uid": "f300de22-7112-4d79-b575-835b9fc05bb2", + "publish_date": "1-5-2023", + "page_number": 9, + "title": "Regular City Council Minutes 1-5-2023" }, { - "title": "Regular CIty Council Meeting 1-5-2023.pdf", - "page_content": "f Expenditures for the City of New Orleans for the Year 2022\"; to transfer Department of Police wages to other operating; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 4/14/23). (Fiscal Note received). (Referred to the Budget Committee). CONTINUED TO THE MEETING OF 1/19/23. 34001 CAL. NO. 34,002 - BY: COUNCILMEMBER HARRIS (BY REQUEST) Brief: An Ordinance to authorize the Mayor of the City of New Orleans to enter into the Second Amendment to a previously-executed Cooperative Endeavor Agreement (\u201cCEA\u201d) between the City of New Orleans (the \u201cCity\u2019\u2019), and Total Community Action (\u201cTCA\u201d) for six (6) months, to provide community engagement services related to the MacArthur Safety and Justice Challenge Grant in Orleans Parish; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 4/14/23). 34002 - 29299 M.C.S. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4365&doc_id=a1705b04-8ddd-11ed-9024-00505691 83fa 28/38 \f", - "page_number": 28, - "part": 2 + "page_content": "- Topic: Zoning Docket Numbers 84/22, 87/22, 93/22, 94/22, 96/22, 97/22, 98/22, 99/22\n- Summary: Transmission of multiple zoning docket numbers for further consideration and hearing on 1/19/23.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: Hearing date set for 1/19/23\n- Tags/Keywords: Zoning, Transmission, Hearing, City Planning Commission\n- UID: f4f02214-3c16-4f9b-b841-7e7e95169d8d\n\n- Topic: Lower Algiers Rural Protection Interim Zoning District (DR NO 54/22)\n- Summary: Recommendation for approval of the appeal related to the zoning district for property at 40 English Turn Parkway.\n- Ordinance Number: DR NO 54/22\n- Votes Summary: N/A\n- Decision/Key Actions: Hearing date set for 1/19/23\n- Tags/Keywords: Zoning District, Appeal, Recommendation, City Planning Commission\n- UID: f4f02214-3c16-4f9b-b841-7e7e95169d8d\n\n- Topic: Amendment to Comprehensive Zoning Ordinance for CBD-5 Urban Core District (ZONING DOCKET NO. 63/22)\n- Summary: Amendment to prohibit new hotels and motels and allow Commercial Short Term Rentals in the CBD-5 district.\n- Ordinance Number: ZONING DOCKET NO. 63/22\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: Amendment adopted\n- Tags/Keywords: Zoning Amendment, CBD-5 District, Commercial Short Term Rentals\n- UID: f4f02214-3c16-4f9b-b841-7e7e95169d8d\n\n- Topic: N/A\n- Summary: N/A\n- Ordinance Number: 33,977\n- Votes Summary: N/A\n- Decision/Key Actions: N/A\n- UID: f4f02214-3c16-4f9b-b841-7e7e95169d8d", + "uid": "f4f02214-3c16-4f9b-b841-7e7e95169d8d", + "publish_date": "1-5-2023", + "page_number": 10, + "title": "Regular City Council Minutes 1-5-2023" }, { - "title": "Regular CIty Council Meeting 1-5-2023.pdf", - "page_content": "6/23/23, 5:40 PM 27. 28. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4365&doc_id=a1705b04-8ddd-11ed-9024-00505691 83fa MOVED By: Harris SECONDED BY: Moreno ACTION: Adopt YEAS: Giarrusso, Green, Harris, Moreno, Morrell - 5 NAYS: 0 ABSTAIN: 0 ABSENT: King - 1 RECUSED: Thomas - 1 AND THE MOTION PASSED. Cm. Thomas recused himself because he is a member of the board. CAL. NO. 34,003 - BY: COUNCILMEMBERS GREEN, THOMAS AND KING Brief: An Ordinance to amend and reordain Section 66-283.5 of the Code of the City of New Orleans to reestablish a penalty of vehicle impoundment for illegal dumping; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 4/14/23). (Referred to the Criminal Justice Committee). CONTINUED TO THE MEETING OF 2/2/23. 34003 CAL. NO. 34,004 - BY: COUNCILMEMBER MORRELL Brief: An Ordinance", - "page_number": 29, - "part": 1 + "page_content": "- Topic: Convention Center Neighborhood Overlay District\n- Summary: The ordinance aims to create the CCN Overlay District within the Comprehensive Zoning Ordinance, applicable to a specific area. Councilmember Harris moved to remove the ordinance from the Consent Agenda and place it on the Regular Agenda with Amendments.\n- Ordinance Number: CAL. NO. 33,977\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: Moved to Regular Agenda with Amendments\n- UID: faaf2143-5b30-4a0e-adf5-f960b60cc2e0\n\n- Topic: Retail Sale of Packaged Alcoholic Beverages at Gas Station\n- Summary: The ordinance seeks to establish a conditional use to permit the retail sale of packaged alcoholic beverages at an existing gas station in specific districts. It was electronically submitted with a deadline of 90 days.\n- Ordinance Number: CAL. NO. 33,978\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: N/A\n- UID: faaf2143-5b30-4a0e-adf5-f960b60cc2e0\n\n- Topic: Zoning Change and Conditional Use for Commercial Use\n- Summary: This ordinance aims to effect a zoning change and conditional use for a commercial use in a specific district. It was electronically submitted.\n- Ordinance Number: CAL. NO. 33,980\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: N/A\n- UID: faaf2143-5b30-4a0e-adf5-f960b60cc2e0", + "uid": "faaf2143-5b30-4a0e-adf5-f960b60cc2e0", + "publish_date": "1-5-2023", + "page_number": 11, + "title": "Regular City Council Minutes 1-5-2023" }, { - "title": "Regular CIty Council Meeting 1-5-2023.pdf", - "page_content": " to amend Ordinance No. 29,265 M.C.S., as amended, entitled \u201cAn Ordinance providing an Operating Budget of Revenues for the City of New Orleans for the Year 2023\u201d to appropriate funds to the Orleans Parish Public Defender\u2019s Office, within Miscellaneous Programs, to fund parity as statutorily required by Ordinance Calendar #33,093 and maintain the funding of holistic juvenile defense via Orleans Parish Public Defender\u2019s Office\u2019s partnership with Louisiana Center for Children\u2019s Rights; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 4/14/23). Speaker: George Mahdi 34004 - 29300 M.C.S. MOVED By: Morrell SECONDED BY: Green ACTION: Adopt YEAS: Green, Harris, King, Moreno, Morrell, Thomas - 6 NAYS: 0 https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4365&doc_id=a1705b04-8ddd-11ed-9024-00505691 83fa 29/38 \f", - "page_number": 29, - "part": 2 + "page_content": "- Topic: Conditional Use for Hotel in CBD-5 Urban Core Neighborhood\n- Summary: Ordinance to establish a conditional use to permit a hotel in a CBD-5 Urban Core Neighborhood Lower Intensity Mixed-Use District on Square 233, Lots 18 and 19. \n- Ordinance Number: 33980 - 29287 M.C.S.\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The ordinance passed with a vote of 7 YEAS.\n- Tags/Keywords: Conditional Use, Hotel, CBD-5 Urban Core, Zoning\n- UID: d86b2fbb-c3d3-4a86-b43b-5d192981a17c\n\n- Topic: Conditional Use for Expansion of Standard Restaurant\n- Summary: Ordinance to establish a conditional use to permit the expansion of an existing standard restaurant in an HU-B1A Historic Urban Neighborhood Business District and an HU-B1A Use Restriction Overlay District. \n- Ordinance Number: 33981 - 29288 M.C.S.\n- Votes Summary:\n Vote 1: Passed - (8 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance passed with a vote of 8 YEAS.\n- Tags/Keywords: Conditional Use, Restaurant Expansion, HU-B1A District, Zoning\n- UID: d86b2fbb-c3d3-4a86-b43b-5d192981a17c\n\n- Topic: Conditional Use for Standard Restaurant in HU-B1 Historic Urban Neighborhood Business District\n- Summary: Ordinance to establish a conditional use to permit a standard restaurant in an HU-B1 Historic Urban Neighborhood Business District and the Magazine Street Use Restriction Overlay District. \n- Ordinance Number: 33984 - 29290 M.S.C.\n- Votes Summary:\n Vote 1: Pending - (N/A)\n- Decision/Key Actions: The vote on this ordinance is pending.\n- Tags/Keywords: Conditional Use, Standard Restaurant, HU-B1 District, Magazine Street\n- UID: d86b2fbb-c3d3-4a86-b43b-5d192981a17c", + "uid": "d86b2fbb-c3d3-4a86-b43b-5d192981a17c", + "publish_date": "1-5-2023", + "page_number": 12, + "title": "Regular City Council Minutes 1-5-2023" }, { - "title": "Regular CIty Council Meeting 1-5-2023.pdf", - "page_content": "6/23/23, 5:40 PM 29. 30. 31. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4365&doc_id=a1705b04-8ddd-11ed-9024-00505691 83fa ABSTAIN: 0 ABSENT: Giarrusso - 1 RECUSED: 0 AND THE MOTION PASSED. CAL. NO. 34,005 - BY: COUNCILMEMBER MORRELL Brief: An Ordinance to amend Ordinance No. 29,266 M.C.S., as amended, entitled \u201cAn Ordinance providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2022\u201d to appropriate funds to the Orleans Parish Public Defender\u2019s Office, within Miscellaneous Programs, to fund parity as statutorily required by Ordinance Calendar #33,093 and maintain the funding of holistic juvenile defense via Orleans Parish Public Defender\u2019s Office\u2019s partnership with Louisiana Center for Children\u2019s Rights; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 4/14/23). 34005 - 29301 M.C.S. MOVED By: Morrell SECONDED BY: Green ACTION: ", - "page_number": 30, - "part": 1 + "page_content": "- Topic: Conditional Use for Hotel in Historic Marigny/Trem\u00e9 Commercial District\n- Summary: The ordinance proposed to establish a conditional use to permit a hotel over 10,000 square feet in floor area in specific districts. The outcome of the vote is not specified in the provided information.\n- Ordinance Number: 33,988\n- Votes Summary: N/A\n- Decision/Key Actions: Outcome of the vote not provided\n- Tags/Keywords: Zoning, Conditional Use, Historic District\n- UID: b60711fc-e2d0-488f-990b-530e606f3021\n\n- Topic: Zoning Change from Suburban Single-Family to Suburban Two-Family Residential District\n- Summary: The ordinance aimed to effect a zoning change from a Suburban Single-Family Residential District to a Suburban Two-Family Residential District at a specific location. The outcome of the vote is not specified in the provided information.\n- Ordinance Number: 33,989\n- Votes Summary: N/A\n- Decision/Key Actions: Outcome of the vote not provided\n- Tags/Keywords: Zoning Change, Residential District\n- UID: b60711fc-e2d0-488f-990b-530e606f3021\n\n- Topic: Zoning Change from Historic Marigny/Trem\u00e9/Bywater Residential to Historic Marigny/Trem\u00e9/Bywater Commercial District\n- Summary: This ordinance proposed a zoning change from a Historic Marigny/Trem\u00e9/Bywater Residential District to a Historic Marigny/Trem\u00e9/Bywater Commercial District at a specific location. The outcome of the vote is not specified in the provided information.\n- Ordinance Number: 33,990\n- Votes Summary: N/A\n- Decision/Key Actions: Outcome of the vote not provided\n- Tags/Keywords: Zoning Change, Historic District\n- UID: b60711fc-e2d0-488f-990b-530e606f3021", + "uid": "b60711fc-e2d0-488f-990b-530e606f3021", + "publish_date": "1-5-2023", + "page_number": 13, + "title": "Regular City Council Minutes 1-5-2023" }, { - "title": "Regular CIty Council Meeting 1-5-2023.pdf", - "page_content": "Adopt YEAS: Green, Harris, King, Moreno, Morrell, Thomas - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Giarrusso - 1 RECUSED: 0 AND THE MOTION PASSED. MOTION (LYING OVER) - NO. M-22-516 - BY: COUNCILMEMBER MORRELL Brief: Authorizing the creation of committee as an advisory committee, to be known as the City of New Orleans Home Rule Charter Review Committee, to review, opine on and make non- binding recommendations to the New Orleans City Council regarding potential changes to the Home Rule Charter, pursuant Section 3-127 of the City of New Orleans Home Rule Charter. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 3/31/23). CONTINUED TO THE MEETING OF 1/19/23. (Referred to the Governmental Affairs Committee). LO M-22-516 RESOLUTION (LYING OVER) - NO, R-22-529 - BY: COUNCILMEMBERS GIARRUSSO AND THOMAS (BY REQUEST) https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4365&doc_id=a1705b04-8ddd-11ed-9024-00505691 83fa 30/38 \f", - "page_number": 30, - "part": 2 + "page_content": "- Topic: VCC Appeal of Ralph H. Long\n- Summary: Ralph H. Long appealed the Vieux Carr\u00e9 Commission\u2019s decision to \"defer\" adding a two-story addition at the property located at 440 Bourbon Street.\n- Ordinance Number: N/A\n- Votes Summary:\n - Vote 1: Adopted - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The appeal was continued to the meeting of 1/19/2023.\n- Tags/Keywords: VCC Appeal, Ralph H. Long, Property Addition, Vieux Carr\u00e9 Commission\n- UID: f4b37afd-7760-486b-a8fa-713867cd03f5\n\n- Topic: Extension Request of Taylor Scott, Concordia\n- Summary: Taylor Scott requested a second extension of a Conditional Use approval for Zoning Docket 74/19 \u2014 Ordinance No. 28,282 MCS, the proposed Crescent Hotel project at 500 Piety Street.\n- Ordinance Number: N/A\n- Votes Summary:\n - Vote 1: Adopted - (N/A)\n- Decision/Key Actions: The extension request was continued to the meeting of 1/19/23.\n- Tags/Keywords: Extension Request, Taylor Scott, Concordia, Conditional Use Approval, Zoning Docket\n- UID: f4b37afd-7760-486b-a8fa-713867cd03f5", + "uid": "f4b37afd-7760-486b-a8fa-713867cd03f5", + "publish_date": "1-5-2023", + "page_number": 14, + "title": "Regular City Council Minutes 1-5-2023" }, { - "title": "Regular CIty Council Meeting 1-5-2023.pdf", - "page_content": "6/23/23, 5:40 PM 32. 33. 37. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4365&doc_id=a1705b04-8ddd-11ed-9024-00505691 83fa Brief: Requesting that the below organization to receive Wisner grant funds and the amount to be awarded: New Orleans Police and Justice Foundation, Inc. $1,000,000 Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 4/14/23). CONTINUED TO THE MEETING OF 1/19/23. (Referred to the Budget Committee). LO R-22-529 RESOLUTION (LYING OVER) - NO. R-22-530 - BY: COUNCILMEMBER MORRELL Brief: Directing the Department of Civil Service to submit its July 2022 Police Pay Plan to the Civil Service Commission for consideration and implementation and to report back to the City Council regarding the feasibility of the July 2022 Police Pay Plan proposal and a plan for implementation. Annotation: E", - "page_number": 31, - "part": 1 + "page_content": "- Topic: Granting an additional extension for Conditional Use for ZD NO. 74/19\n- Summary: Councilmember King proposed a motion to grant an additional extension for the Conditional Use for ZD NO. 74/19. The motion was continued to the meeting of 1/19/23.\n- Ordinance Number: M-23-3\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: Continued to the meeting of 1/19/23\n- Tags/Keywords: Conditional Use, Extension, Zoning Docket\n- UID: 07590063-7f8c-4c3c-9978-941d4f110ca4\n\n- Topic: Zoning Change Request for HU-RD2 to HU-MU\n- Summary: The request for a Zoning Change from an HU-RD2 Historic Urban Two-Family District to an HU-MU Historic Urban Neighborhood Mixed-Use District, on specific lots, was discussed. The City Planning Commission had no recommendation, and the discussion was continued to the meeting of 1/19/23.\n- Ordinance Number: ZD NO. 90/22\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: Continued to the meeting of 1/19/23\n- Tags/Keywords: Zoning Change, City Planning Commission, Historic District\n- UID: 07590063-7f8c-4c3c-9978-941d4f110ca4\n\n- Topic: Conditional Use for Hotel over 10,000 Square Feet\n- Summary: A Conditional Use for a hotel over 10,000 square feet located within specific districts was discussed, and the City Planning Commission recommended approval with five provisos. The hearing was held, and the outcome of the vote was not provided.\n- Ordinance Number: Zoning Docket NO. 91/22\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: Hearing held, outcome not provided\n- Tags/Keywords: Conditional Use, Hotel, City Planning Commission\n- UID: 07590063-7f8c-4c3c-9978-941d4f110ca4", + "uid": "07590063-7f8c-4c3c-9978-941d4f110ca4", + "publish_date": "1-5-2023", + "page_number": 15, + "title": "Regular City Council Minutes 1-5-2023" }, { - "title": "Regular CIty Council Meeting 1-5-2023.pdf", - "page_content": "LECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 4/14/23). CONTINUED TO THE MEETING OF 1/19/23. LO R-22-530 MOTION (LYING OVER) - NO. M-22-537 - BY: COUNCILMEMBERS MORRELL AND MORENO Brief: Creating rules (Rule 57 - Contract Approval) governing the review and approval of contracts governed by Section 70-10. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 4/14/23). CONTINUED TO THE MEETING OF 1/19/23. LO M-22-537 RESOLUTION \u2014 NO. R-23-5 \u2014 BY: COUNCILMEMBER THOMAS Brief: A RESOLUTION calling an election in the Eastover Neighborhood Improvement and Security District for Saturday, April 29, 2023. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 5/5/23). https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4365&doc_id=a1705b04-8ddd-11ed-9024-00505691 83fa 31/38 \f", - "page_number": 31, - "part": 2 + "page_content": "- Topic: ZD NO. 91/22 - Approval with Provisos\n- Summary: The council approved the applicant's request on ZD NO. 91/22, subject to the five provisos set forth in the City Planning Commission\u2019s report. Motion was passed with 7 YEAS and 0 NAYS.\n- Ordinance Number: M-22-533\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: Approval with provisos\n- Tags/Keywords: Zoning, City Planning, Approval\n- UID: 6e1f4937-2b98-495f-9e2c-e8e3ed7e0f70\n\n- Topic: Street Name Change NO. 2/22 - Carver Rams Way\n- Summary: The consideration of renaming the entirety of Higgins Boulevard between Almonaster Avenue and Alvar Street as Carver Rams Way was continued to the meeting of 1/19/23.\n- Ordinance Number: NO. 2/22\n- Votes Summary: N/A\n- Decision/Key Actions: Continued to the meeting of 1/19/23\n- Tags/Keywords: Street Name Change, Higgins Boulevard, Carver Rams Way\n- UID: 6e1f4937-2b98-495f-9e2c-e8e3ed7e0f70\n\n- Topic: Street Name Change 5/22 - SUNO Knights Drive\n- Summary: The request to rename a portion of Press Drive between Leon C. Simon Drive and Emmett W. Bashful Boulevard as SUNO Knights Drive was continued to the meeting of 1/19/23.\n- Ordinance Number: 5/22\n- Votes Summary: N/A\n- Decision/Key Actions: Continued to the meeting of 1/19/23\n- Tags/Keywords: Street Name Change, Press Drive, SUNO Knights Drive\n- UID: 6e1f4937-2b98-495f-9e2c-e8e3ed7e0f70", + "uid": "6e1f4937-2b98-495f-9e2c-e8e3ed7e0f70", + "publish_date": "1-5-2023", + "page_number": 16, + "title": "Regular City Council Minutes 1-5-2023" }, { - "title": "Regular CIty Council Meeting 1-5-2023.pdf", - "page_content": "6/23/23, 5:40 PM 38. 39. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4365&doc_id=a1705b04-8ddd-11ed-9024-00505691 83fa R-23-5 MOVED By: Thomas SECONDED BY: Moreno ACTION: Adopt YEAS: Green, Harris, King, Moreno, Morrell, Thomas - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Giarrusso - 1 RECUSED: 0 AND THE MOTION PASSED. RESOLUTION \u2014 NO. R-23-6 \u2014 BY: COUNCILMEMBER THOMAS Brief: A RESOLUTION calling an election in the McKendall Estates Neighborhood Improvement District for Saturday, April 29, 2023. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 5/5/23). R-23-6 MOVED By: Thomas SECONDED BY: Morrell ACTION: Adopt YEAS: ", - "page_number": 32, - "part": 1 + "page_content": "- Topic: Granting a non-exclusive franchise to Telepak Networks, Inc. for a Wireline Telecommunications System\n- Summary: This ordinance grants Telepak Networks, Inc. a non-exclusive franchise to construct, maintain, and operate a Wireline Telecommunications System in the city. The ordinance was continued to the meeting of 3/9/23.\n- Ordinance Number: 33183\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: Continued to the meeting of 3/9/23\n- UID: 2d48d8d1-1485-444c-aa96-1b092e40abaa\n\n- Topic: Limiting the power of the Mayor to suspend Article X of Chapter 2 of the City Code\n- Summary: This ordinance aims to limit the power of the Mayor to suspend Article X of Chapter 2 of the City Code. The ordinance was continued to the meeting of 2/2/23.\n- Ordinance Number: 33671\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: Continued to the meeting of 2/2/23\n- UID: 2d48d8d1-1485-444c-aa96-1b092e40abaa\n\n- Topic: Prohibiting the operation of all-terrain vehicles (ATVs) on public streets\n- Summary: This ordinance seeks to prohibit the operation of all-terrain vehicles (ATVs) on public streets. The ordinance was continued to the meeting of 1/19/23.\n- Ordinance Number: 33866\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: Continued to the meeting of 1/19/23\n- UID: 2d48d8d1-1485-444c-aa96-1b092e40abaa\n\n- Topic: Establishing reporting requirements for the Department of Finance\n- Summary: This ordinance aims to establish reporting requirements for the Department of Finance, including the issuance of a statement alongside each payment to a security and improvement district and an annual financial report to the City Council. The voting outcome is not provided.\n- Ordinance Number: 33893\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: N/A\n- UID: 2d48d8d1-1485-444c-aa96-1b092e40abaa", + "uid": "2d48d8d1-1485-444c-aa96-1b092e40abaa", + "publish_date": "1-5-2023", + "page_number": 17, + "title": "Regular City Council Minutes 1-5-2023" }, { - "title": "Regular CIty Council Meeting 1-5-2023.pdf", - "page_content": "Green, Harris, King, Moreno, Morrell, Thomas - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Giarrusso - 1 RECUSED: 0 AND THE MOTION PASSED. RESOLUTION \u2014 NO. R-23-7 \u2014 BY: COUNCILMEMBER THOMAS Brief: A RESOLUTION calling an election in the Tamaron Subdivision Improvement District for Saturday, April 29, 2023. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 5/5/23). R-23-7 MOVED By: Thomas SECONDED BY: Morrell ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4365&doc_id=a1705b04-8ddd-11ed-9024-00505691 83fa 32/38 \f", - "page_number": 32, - "part": 2 + "page_content": "- Topic: Amendment of Short-Term Rental Standards\n- Summary: The ordinance aimed to amend sections 26-616 and 26-617 of the Code of the City of New Orleans regarding standards for short-term rentals, specifically to remove the residential short-term rental permit type. The ordinance was continued to the meeting of 1/19/23.\n- Ordinance Number: 33893\n- Votes Summary:\n - Vote 1: N/A - (N/A)\n- Decision/Key Actions: The ordinance was continued to the meeting of 1/19/23.\n- Tags/Keywords: Short-term rentals, ordinance, amendment, residential permit\n- UID: 0d752796-09ea-4f37-ae2b-33ef6b32cae5\n\n- Topic: Honorary Street Dedications\n- Summary: This ordinance sought to amend and reordain Sections 146-760, 146-761, 146-763, and 146-765 of the Code of the City of New Orleans to clarify that non-profit organizations can be recognized by honorary street names and to clarify the boundaries of the Vieux Carr\u00e9 for the purposes of the honorary street dedications. The ordinance was adopted with 7 YEAS and 0 NAYS.\n- Ordinance Number: 33974\n- Votes Summary:\n - Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance was adopted with 7 YEAS and 0 NAYS.\n- Tags/Keywords: Honorary street dedications, amendment, non-profit organizations\n- UID: 0d752796-09ea-4f37-ae2b-33ef6b32cae5", + "uid": "0d752796-09ea-4f37-ae2b-33ef6b32cae5", + "publish_date": "1-5-2023", + "page_number": 18, + "title": "Regular City Council Minutes 1-5-2023" }, { - "title": "Regular CIty Council Meeting 1-5-2023.pdf", - "page_content": "6/23/23, 5:40 PM 40. 4l. 43. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4365&doc_id=a1705b04-8ddd-11ed-9024-00505691 83fa RECUSED: 0 AND THE MOTION PASSED. RESOLUTION \u2014 NO. R-23-8 \u2014 BY: COUNCILMEMBER THOMAS Brief: A RESOLUTION calling an election in the Lake Carmel Subdivision Improvement District for Saturday, April 29, 2023. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 5/5/23). R-23-8 MOVED By: Thomas SECONDED BY: Morrell ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. RESOLUTION \u2014", - "page_number": 33, - "part": 1 + "page_content": "- Topic: Orleans Fuel Facilities (NOFF) Ordinance\n- Summary: The ordinance aims to provide regulations for Orleans Fuel Facilities (NOFF). It was moved by Councilmember Green and seconded by Councilmember Morrell. The vote resulted in 7 YEAS and 0 NAYS, with no abstentions or absences, and the motion passed.\n- Ordinance Number: 33982\n- Decision/Key Actions: The ordinance was adopted.\n- Tags/Keywords: Orleans Fuel Facilities, regulations, adoption\n- UID: ed907f44-0237-416e-9c3e-9b36aa06af7e\n\n- Topic: Blight and Public Nuisance Ordinance\n- Summary: This ordinance aims to amend Section 26-236 to establish additional definitions for what may be declared a blight and public nuisance. It was continued to the meeting of 1/19/23.\n- Ordinance Number: 33983\n- Decision/Key Actions: The ordinance was continued to a later meeting.\n- Tags/Keywords: Blight, public nuisance, amendment\n- UID: ed907f44-0237-416e-9c3e-9b36aa06af7e\n\n- Topic: 2023 Mardi Gras Parade Schedule Ordinance\n- Summary: The ordinance seeks to amend and reordain Section 34-4(a) of the Code of the City of New Orleans to establish the 2023 Mardi Gras parade schedule. It was continued to the meeting of 1/19/23.\n- Ordinance Number: 33991\n- Decision/Key Actions: The ordinance was continued to a later meeting.\n- Tags/Keywords: Mardi Gras, parade schedule, amendment\n- UID: ed907f44-0237-416e-9c3e-9b36aa06af7e\n\n- Topic: Cooperative Endeavor Agreement Amendment Ordinance\n- Summary: This ordinance aims to authorize the Mayor of the City of New Orleans to enter into a First Amendment to the Cooperative Endeavor Agreement. It was continued to the meeting of 1/19/23.\n- Ordinance Number: 33992\n- Decision/Key Actions: The ordinance was continued to a later meeting.\n- Tags/Keywords: Cooperative Endeavor Agreement, amendment, authorization\n- UID: ed907f44-0237-416e-9c3e-9b36aa06af7e", + "uid": "ed907f44-0237-416e-9c3e-9b36aa06af7e", + "publish_date": "1-5-2023", + "page_number": 19, + "title": "Regular City Council Minutes 1-5-2023" }, { - "title": "Regular CIty Council Meeting 1-5-2023.pdf", - "page_content": " NO. R-23-9 \u2014 BY: COUNCILMEMBER THOMAS Brief: A RESOLUTION calling an election in the Kingswood Subdivision Improvement District for Saturday, April 29, 2023. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 5/5/23). R-23-9 MOVED By: Thomas SECONDED BY: Giarrusso ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. ORDINANCES ON FIRST READING MOVED BY: Thomas SECONDED BY: King ACTION: Adopt https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4365&doc_id=a1705b04-8ddd-11ed-9024-00505691 83fa 33/38 \f", - "page_number": 33, - "part": 2 + "page_content": "- Topic: First Amendment to Cooperative Endeavor Agreement\n- Summary: This ordinance authorizes the Mayor of the City of New Orleans to enter into a First Amendment to the Cooperative Endeavor Agreement to provide additional education advising services and leadership training sessions to parents in the city.\n- Ordinance Number: 33992 - 29295 M.C.S.\n- Votes Summary:\n Vote 1: Adopt - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The motion to adopt the ordinance passed with 6 YEAS and 0 NAYS.\n- Tags/Keywords: Education advising, leadership training, Cooperative Endeavor Agreement, Amendment\n- UID: 9363beca-b2f2-43e1-b3c9-e5677ee53635\n\n- Topic: Cooperative Endeavor Agreement Amendment for Parent Leadership Institute\n- Summary: This ordinance authorizes the Mayor to enter into a First Amendment to the Cooperative Endeavor Agreement to provide additional leadership training sessions for parents through the National Parent Leadership Institute, Inc.\n- Ordinance Number: 33993 - 29296 M.C.S.\n- Votes Summary:\n Vote 1: Adopt - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The motion to adopt the ordinance passed with 7 YEAS and 0 NAYS.\n- Tags/Keywords: Cooperative Endeavor Agreement, Amendment, Parent Leadership Institute, leadership training\n- UID: 9363beca-b2f2-43e1-b3c9-e5677ee53635", + "uid": "9363beca-b2f2-43e1-b3c9-e5677ee53635", + "publish_date": "1-5-2023", + "page_number": 20, + "title": "Regular City Council Minutes 1-5-2023" }, { - "title": "Regular CIty Council Meeting 1-5-2023.pdf", - "page_content": "6/23/23, 5:40 PM 43a. 43b. 43c. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4365&doc_id=a1705b04-8ddd-11ed-9024-00505691 83fa YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. CAL. NO. 34,006 - BY: COUNCILMEMBER HARRIS Brief: An Ordinance to establish a conditional use to permit a commercial short-term rental in a CBD-5 Urban Core Neighborhood Lower Intensity Mixed-Use District and the rescission of Ordinance No. 17,249 (Zoning Docket 061/95) located on Square 257, Lot 88 or 2 or 11 and Lot 87 or 81, in the First Municipal District, bounded by Julia Street, Baronne Street, Girod Street, and O\u2019Keefe Avenue (Municipal Addresses: 933-939 Julia Street); and otherwise to provide with respect thereto. (Zoning Docket NO 81/22) Annotation: ELECTRONICALLY SUBMITTED. (90 Days, Cn. Deadline 3/15/23). (Cn. Deadline 3/9/23). 34006 CAL. NO. 34,007 - BY: COUNCILMEMBER KING Brief: An Ordinance to grant an amendment to Ordinance No. 28,987 MCS (Zoning Docket 101/21, which granted a Conditional Use to permit a vocational education facility in a C-1 General Commercial District) to grant a waiver of the requirements ", - "page_number": 34, - "part": 1 + "page_content": "- Topic: Amendment to Cooperative Endeavor Agreement with Crescent City Pharmacy\n- Summary: The ordinance authorizes the Mayor to enter into an amendment to a Cooperative Endeavor Agreement with Crescent City Pharmacy to promote health services for New Orleans homeless. The amendment extends the agreement for two years.\n- Ordinance Number: 33994\n- Votes Summary:\n - Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed, allowing the Mayor to enter into the amendment and extend the agreement.\n- Tags/Keywords: Cooperative Endeavor Agreement, Health Services, Homeless, Amendment, Crescent City Pharmacy\n- UID: f2606416-e452-44e1-bae2-a4885804cf2f\n\n- Topic: Creation of CCN Overlay District\n- Summary: This ordinance seeks to create the CCN (Convention Center Neighborhood) Overlay District within the Comprehensive Zoning Ordinance for a specific area in New Orleans.\n- Ordinance Number: 33977\n- Votes Summary:\n - Vote 1: N/A\n- Decision/Key Actions: The outcome of the vote was not provided in the summary.\n- Tags/Keywords: Zoning Ordinance, CCN Overlay District, New Orleans\n- UID: f2606416-e452-44e1-bae2-a4885804cf2f", + "uid": "f2606416-e452-44e1-bae2-a4885804cf2f", + "publish_date": "1-5-2023", + "page_number": 21, + "title": "Regular City Council Minutes 1-5-2023" }, { - "title": "Regular CIty Council Meeting 1-5-2023.pdf", - "page_content": "of Article 15, Section 15.3.B.f. to allow for a structure ceiling height of less than twelve feet (12\u201d), to grant a waiver of the landscape island requirement of Article 23, Section 23.7.C., and to grant a waiver of the landscaping plan submission requirement and execution thereof as outlined in Article 23, Section 23.3.B, located in an undesignated Square, Plot 2-B in the Fifth Municipal District, bounded by Woodland Highway, Woodland Drive, and Tullis Drive (Municipal Address: 6035 Woodland Highway); and otherwise to provide with respect thereto. (Zoning Docket No. 82/22) Annotation: ELECTRONICALLY SUBMITTED. (90 Days, Cn. Deadline 3/1/23). (Cn. Deadline 2/16/23). 34007 CAL. NO. 34,008 - BY: COUNCILMEMBERS GREEN AND THOMAS Brief: An Ordinance to effect a zoning change from an HU-RD2 Historic Urban Two-Family Residential District to HU-MU Neighborhood Mixed-Use District Overlay zoning district(s): Small Multi-Family Affordable Short Term Rental Interim Zoning District; Residential Short Term Rental Interim Zoning District, on Square 1065, Lot A, in the Third Municipal District, https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4365&doc_id=a1705b04-8ddd-11ed-9024-00505691 83fa 34/38 \f", - "page_number": 34, - "part": 2 + "page_content": "- Topic: Amendment to Ord. Cal. No. 33,977\n- Summary: The amendment proposed changes to the Development Master Plan requirements, specifically regarding building height and buildable area. It also addressed the Project NPP requirements for zoning text and map amendments. \n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The proposed amendment passed with unanimous support.\n- Tags/Keywords: Ordinance Amendment, Development Master Plan, Project NPP, Zoning\n- UID: e378932e-4684-427a-be96-3df09a531bba", + "uid": "e378932e-4684-427a-be96-3df09a531bba", + "publish_date": "1-5-2023", + "page_number": 22, + "title": "Regular City Council Minutes 1-5-2023" }, { - "title": "Regular CIty Council Meeting 1-5-2023.pdf", - "page_content": "6/23/23, 5:40 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4365&doc_id=a1705b04-8ddd-11ed-9024-00505691 83fa bounded by Franklin Avenue, North Miro Street, Painters Street, and North Tonti Street (Municipal Addresses: 2200-2202 Franklin Avenue); and otherwise to provide with respect thereto. (Zoning Docket NO. 85/22) Annotation: ELECTRONICALLY SUBMITTED. (90 Days, Cn. Deadline 3/15/23). (Cn. Deadline 3/9/23). 34008 43d. CAL. NO. 34,009 - BY: COUNCILMEMBER HARRIS Brief: An Ordinance to establish a conditional use to permit a neighborhood commercial establishment in an HU-RD2 Historic Urban Two-Family Residential District, on Square 101, Lot 1, in the Sixth Municipal District, bounded by Chippewa Street, Toledano Street, Annunciation Street, and Louisiana Avenue (Municipal Addresses: 3301 Chippewa Street and 700-712 Toledano Street); and otherwise to provide with respect thereto. (Zoning Docket NO. 88/22) Annotation: ELECTRONICALLY SUBMITTED. (90 Days, Cn. Deadline 3/15/23). (Cn. Deadline 3/9/23). 34009 43e. CAL. NO. 34,010 - BY: COUNCILMEMBER HARRIS Brief: An Ordinance to grant an afforda", - "page_number": 35, - "part": 1 + "page_content": "- Topic: Amendment to CCN Overlay District Ordinance\n- Summary: The amendment includes evaluating factors specific to the CCN Overlay District for conditional use applications, such as compatibility with the district's purpose, preservation of public access, and impact on public health, safety, and welfare. It also removes the existing row for \"Hotel/Motel\" in Table 18-1 and sets new criteria for hotels as permitted or prohibited uses.\n- Ordinance Number: Not specified\n- Votes Summary:\n Vote 1: Passed - (8 YEAS, 2 NAYS, 1 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The amendment was passed with a majority vote, implementing new evaluation criteria and criteria for hotels in the CCN Overlay District.\n- Tags/Keywords: CCN Overlay District, Amendment, Conditional Use, Hotel Criteria\n- UID: 8f0f8a56-459c-4158-84ce-b51bd84a3589", + "uid": "8f0f8a56-459c-4158-84ce-b51bd84a3589", + "publish_date": "1-5-2023", + "page_number": 23, + "title": "Regular City Council Minutes 1-5-2023" }, { - "title": "Regular CIty Council Meeting 1-5-2023.pdf", - "page_content": "ble housing planned development in a C-1 General Commercial District and a Residential Short Term Rental Interim Zoning Overlay District, on Square 420, Lots 7, A or 6, B or 5, C or 4, 3, Pt. 8, and 9, in the First Municipal District, bounded by Martin Luther King, Jr. Boulevard, Willow Street, Clara Street, and Thalia Street (Municipal Addresses: 2809-2829 Martin Luther King, Jr. Boulevard and 1412-1416 Willow Street); and otherwise to provide with respect thereto. (Zoning Docket NO. 89/22) Annotation: ELECTRONICALLY SUBMITTED. (90 Days, Cn. Deadline 3/15/23). (Cn. Deadline 3/9/23). 34010 43g. CAL. NO. 34,011 - BY: COUNCILMEMBER GIARRUSSO Brief: An Ordinance to establish a conditional use to permit a commercial space over 5,000 square feet in floor area in an HU-B1 Historic Urban Neighborhood Business District, on Square 580, Lots 1 and 2, in the Second Municipal District, bounded by Canal Street, North Alexander Street, Iberville Street, and North Murat Street (Municipal Addresses: 4403 https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4365&doc_id=a1705b04-8ddd-11ed-9024-00505691 83fa 35/38 \f", - "page_number": 35, - "part": 2 + "page_content": "- Topic: Hotel Permitting in Specific Areas\n- Summary: The ordinance specifies that only one hotel is permitted on the square, with conditional use for all other hotels. It also allows for additional temporary surface parking with time restrictions up to 5 years.\n- Ordinance Number: 0724173c-36d6-4cd8-93f0-b1f69a80f36f\n- Votes Summary:\n Vote 1: Amendment - Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n Vote 2: As Amended - Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The ordinance was amended and passed with a focus on hotel permitting and temporary parking.\n- Tags/Keywords: Hotel permitting, temporary parking, conditional use\n- UID: 0724173c-36d6-4cd8-93f0-b1f69a80f36f", + "uid": "0724173c-36d6-4cd8-93f0-b1f69a80f36f", + "publish_date": "1-5-2023", + "page_number": 24, + "title": "Regular City Council Minutes 1-5-2023" }, { - "title": "Regular CIty Council Meeting 1-5-2023.pdf", - "page_content": "6/23/23, 5:40 PM 43h 43}. 43k. 43]. https://cityofno.gra cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4365&doc_id=a1705b04-8ddd-11ed-9024-00505691 83fa Canal Street); and otherwise to provide with respect thereto. (Zoning Docket NO. 92/22) Annotation: ELECTRONICALLY SUBMITTED. (90 Days, Cn. Deadline 3/15/23). (Cn. Deadline 3/9/23). 34011 . CAL. NO. 34,012 - BY: COUNCILMEMBER KING Brief: An Ordinance to repeal paragraph 8 of Section 10-122 of the Code of the City of New Orleans to eliminate the alcoholic beverage outlet application processing fee; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 5/5/23). 34012 CAL. NO. 34,013 - BY: COUNCILMEMBERS GIARRUSSO, HARRIS AND KING (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 28,867 M.C.S., which approved ", - "page_number": 36, - "part": 1 + "page_content": "- Topic: Resolution urging the Mayor to conduct a national search for a new Superintendent of Police\n - Summary: The resolution urges the Mayor to conduct a national search for a new Superintendent of Police, engage in a fair, inclusive, transparent, and clearly defined public process for the selection, create a NOPD Superintendent Advisory Selection Committee, and support an increase in pay for the Superintendent. The resolution was passed.\n - Ordinance Number: R-23-10\n - Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n Vote 2: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n Vote 3: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n - Decision/Key Actions: The resolution was successfully passed, urging the Mayor to take specific actions in the process of selecting a new Superintendent of Police.\n - Tags/Keywords: Resolution, Superintendent of Police, Mayor, Selection Process\n - UID: 04a9427e-65d9-4cee-943e-6e6aa9e33beb", + "uid": "04a9427e-65d9-4cee-943e-6e6aa9e33beb", + "publish_date": "1-5-2023", + "page_number": 25, + "title": "Regular City Council Minutes 1-5-2023" }, { - "title": "Regular CIty Council Meeting 1-5-2023.pdf", - "page_content": "the New Orleans Tourism and Cultural Fund\u2019s (NOTCF) proposed budget for 2022, to reflect the NOTCF\u2019s updated budget of revenue and expenditures for 2022; and to provide otherwise with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 5/5/23). 34013 CAL. NO. 34,014 - BY: COUNCILMEMBER KING (BY REQUEST) Brief: An Ordinance to waive certain fees relating to building permits necessary to perform non- structural repair of structures damaged by the tornadoes which occurred in the city of New Orleans on December 14, 2022; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 5/5/23). 34014 CAL. NO. 34,015 - BY: COUNCILMEMBER THOMAS (BY REQUEST) nicus.com/MinutesViewer.php?view_id=42&clip_id=4365&doc_id=a1705b04-8ddd-11ed-9024-0050569183fa 36/38 \f", - "page_number": 36, - "part": 2 + "page_content": "- Topic: Amendment of City Code to exempt certain staff from domicile requirement\n- Summary: The ordinance aims to exempt juvenile detention officers, corrections staff of the Juvenile Justice Intervention Center, and automotive repair staff of the Equipment Maintenance Division from the City's domicile requirement.\n- Ordinance Number: 33,995\n- Votes Summary:\n - Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The ordinance passed without any amendments.\n- Tags/Keywords: City Code, domicile requirement, staff exemption\n- UID: 3d2bd2a6-f583-402c-b0d0-8c949fd0c7db\n\n- Topic: Temporary waiver of fees and permit requirements for an event at Joe Brown Park\n- Summary: The ordinance proposes to temporarily waive certain fees, permit fees, and requirements for the Mothers Wanting Our Children Back event at Joe Brown Park.\n- Ordinance Number: 33,996\n- Votes Summary:\n - Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The ordinance passed without any amendments.\n- Tags/Keywords: Fee waiver, permit requirements, Joe Brown Park\n- UID: 3d2bd2a6-f583-402c-b0d0-8c949fd0c7db\n\n- Topic: Amendment of a previous ordinance related to a specific topic\n- Summary: The ordinance aims to amend a previous ordinance titled \"An Ordinance\"\n- Ordinance Number: 33,997\n- Votes Summary:\n - Vote 1: Not available\n- Decision/Key Actions: Specific details about the decision or key actions are not available based on the provided information.\n- Tags/Keywords: Amendment, previous ordinance\n- UID: 3d2bd2a6-f583-402c-b0d0-8c949fd0c7db", + "uid": "3d2bd2a6-f583-402c-b0d0-8c949fd0c7db", + "publish_date": "1-5-2023", + "page_number": 26, + "title": "Regular City Council Minutes 1-5-2023" }, { - "title": "Regular CIty Council Meeting 1-5-2023.pdf", - "page_content": "6/23/23, 5:40 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4365&doc_id=a1705b04-8ddd-11ed-9024-00505691 83fa Brief: An Ordinance to authorize the Mayor of the City of New Orleans to enter into a First Amendment to the Cooperative Endeavor Agreement (\u201cAmendment\u201d) to amend the Cooperative Endeavor Agreement (\u201cAgreement\u201d) between the City of New Orleans (the \u201cCity\u201d) and Arbor E&T, LLC d/b/a Equus Workforce Services (the \u201cContractor\u201d\u2019) relative to the Contractor providing a temporary workforce solution during Mardi Gras 2023 by facilitating a job fair to identify and schedule workers to assist with the clean-up of Mardi Gras 2023; to increase the maximum aggregate amount of compensation payable by the City to the Contractor; to extend the term of the Agreement for an additional one (1) year; and to modify or reaffirm certain terms and conditions, as more fully set forth as Exhibit \u201c1\u201d and incorporated and made a part hereof; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 5/5/23). 340", - "page_number": 37, - "part": 1 + "page_content": "- Topic: Operating Budget Appropriation\n- Summary: Ordinance to appropriate funds received from CLB investments to purchase equipment and supplies for the City of New Orleans for the Year 2022.\n- Ordinance Number: 33997\n- Votes Summary:\n Vote 1: N/A - (Postponed to 1/19/23)\n- Decision/Key Actions: Postponed to the meeting of 1/19/23.\n- UID: 0e20d35f-40da-4c10-addf-223cdd6f3664\n\n- Topic: Operating Budget Expenditures Amendment\n- Summary: Ordinance to amend the Operating Budget of Expenditures for the City of New Orleans for the Year 2022 to appropriate funds received from CLB investments to purchase equipment and supplies.\n- Ordinance Number: 33998\n- Votes Summary:\n Vote 1: N/A - (Postponed to 1/19/23)\n- Decision/Key Actions: Postponed to the meeting of 1/19/23.\n- UID: 0e20d35f-40da-4c10-addf-223cdd6f3664\n\n- Topic: Additional Funds Appropriation\n- Summary: Ordinance to amend the Operating Budget of Revenues for the City of New Orleans for the Year 2022 to appropriate additional funds to the Department of Public Works within the Infrastructure Maintenance Fund to remit payments to the Sewerage and Water Board for the time period of July 2022 through December 2022.\n- Ordinance Number: 33999\n- Votes Summary:\n Vote 1: N/A - (Postponed to 1/19/23)\n- Decision/Key Actions: Postponed to the meeting of 1/19/23.\n- UID: 0e20d35f-40da-4c10-addf-223cdd6f3664", + "uid": "0e20d35f-40da-4c10-addf-223cdd6f3664", + "publish_date": "1-5-2023", + "page_number": 27, + "title": "Regular City Council Minutes 1-5-2023" }, { - "title": "Regular CIty Council Meeting 1-5-2023.pdf", - "page_content": "15 43m. CAL. NO. 34,016 - BY: COUNCILMEMBERS MORENO AND MORRELL Brief: An Ordinance to amend and reordain section 34-1.1 of the Code of the City of New Orleans to require annual reporting to City Council of the mayor\u2019s Mardi Gras advisory council\u2019s recommendations; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 5/5/23). 34016 43n. CAL. NO. 34,017 - BY: COUNCILMEMBER MORRELL Brief: An Ordinance to amend and reordain section 34-1.1 of the Code of the City of New Orleans to require annual reporting to City Council of the mayor\u2019s Mardi Gras advisory council\u2019s recommendations; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 5/5/23). 34017 44. MEETING ADJOURNED @_1:20 P.M. MOVED By: Thomas SECONDED BY: Green ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4365&doc_id=a1705b04-8ddd-11ed-9024-00505691 83fa 37/38 \f", - "page_number": 37, - "part": 2 + "page_content": "- Topic: Amendment of Operating Budget for City of New Orleans\n- Summary: The ordinance aims to amend the operating budget for the City of New Orleans to appropriate additional funds to the Department of Public Works within the Infrastructure Maintenance Fund for payments to the Sewerage and Water Board. The ordinance was continued to the meeting of 1/19/23.\n- Ordinance Number: 34000\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: Continued to the meeting of 1/19/23\n- UID: bc1d0c5a-ea39-4ee9-9b15-e4119d372552\n\n- Topic: Transfer of Department of Police wages\n- Summary: This ordinance seeks to transfer Department of Police wages to other operating expenses within the operating budget for the City of New Orleans. The ordinance was continued to the meeting of 1/19/23.\n- Ordinance Number: 34001\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: Continued to the meeting of 1/19/23\n- UID: bc1d0c5a-ea39-4ee9-9b15-e4119d372552\n\n- Topic: Authorization for Cooperative Endeavor Agreement with Total Community Action\n- Summary: The ordinance aims to authorize the Mayor of the City of New Orleans to enter into a Cooperative Endeavor Agreement with Total Community Action for community engagement services related to the MacArthur Safety and Justice Challenge Grant in Orleans Parish for six months. The UID for this ordinance is 29299 M.C.S.\n- Ordinance Number: 34002\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: Postponement Deadline 4/14/23\n- UID: bc1d0c5a-ea39-4ee9-9b15-e4119d372552", + "uid": "bc1d0c5a-ea39-4ee9-9b15-e4119d372552", + "publish_date": "1-5-2023", + "page_number": 28, + "title": "Regular City Council Minutes 1-5-2023" }, { - "title": "Regular CIty Council Meeting 1-5-2023.pdf", - "page_content": "6/23/23, 5:40 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4365&doc_id=a1705b04-8ddd-11ed-9024-00505691 83fa ABSTAIN: 0 ABSENT: 0 RECUS", - "page_number": 38, - "part": 1 + "page_content": "- Topic: Amendment to Section 66-283.5 of the Code of the City of New Orleans\n- Summary: The ordinance aims to reestablish a penalty of vehicle impoundment for illegal dumping. It was continued to the meeting of 2/2/23. \n- Ordinance Number: CAL. NO. 34,003\n- Votes Summary:\n - Vote 1: Adopt - (5 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT, 1 RECUSED)\n- Decision/Key Actions: The ordinance was adopted with 5 YEAS and 1 RECUSED due to a council member's recusal.\n- Tags/Keywords: Vehicle impoundment, illegal dumping, penalty, ordinance amendment\n- UID: dbed86fe-7ec5-496c-b1f8-6cff1c73b9da\n\n- Topic: Appropriation of funds to the Orleans Parish Public Defender\u2019s Office\n- Summary: The ordinance seeks to appropriate funds to the Orleans Parish Public Defender\u2019s Office to fund parity as statutorily required and maintain the funding of holistic juvenile defense. \n- Ordinance Number: CAL. NO. 34,004\n- Votes Summary:\n - Vote 1: Adopt - (6 YEAS, 0 NAYS)\n- Decision/Key Actions: The ordinance was adopted with 6 YEAS.\n- Tags/Keywords: Fund appropriation, public defender\u2019s office, juvenile defense, budget amendment\n- UID: dbed86fe-7ec5-496c-b1f8-6cff1c73b9da", + "uid": "dbed86fe-7ec5-496c-b1f8-6cff1c73b9da", + "publish_date": "1-5-2023", + "page_number": 29, + "title": "Regular City Council Minutes 1-5-2023" }, { - "title": "Regular CIty Council Meeting 1-5-2023.pdf", - "page_content": "ED: 0 AND THE MOTION PASSED. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4365&doc_id=a1705b04-8ddd-11ed-9024-00505691 83fa 38/38 \f", - "page_number": 38, - "part": 2 + "page_content": "- Topic: Budget Appropriation for Orleans Parish Public Defender\u2019s Office\n- Summary: The ordinance aimed to appropriate funds to the Orleans Parish Public Defender\u2019s Office to fund parity as required by Ordinance Calendar #33,093 and maintain funding for holistic juvenile defense. The motion passed.\n- Ordinance Number: CAL. NO. 34,005\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: Appropriation of funds approved for the Orleans Parish Public Defender\u2019s Office.\n- Tags/Keywords: Budget, Orleans Parish Public Defender\u2019s Office, Funding, Ordinance, Appropriation\n- UID: 05cfbde9-b3ed-421b-9076-5a2c06965db6\n\n- Topic: Creation of City of New Orleans Home Rule Charter Review Committee\n- Summary: The motion aimed to authorize the creation of an advisory committee, known as the City of New Orleans Home Rule Charter Review Committee, to review and make non-binding recommendations regarding potential changes to the Home Rule Charter. The motion was continued to the meeting of 1/19/23 and referred to the Governmental Affairs Committee.\n- Ordinance Number: MOTION (LYING OVER) - NO. M-22-516\n- Votes Summary:\n Vote 1: Not applicable\n- Decision/Key Actions: Authorization for the creation of the advisory committee was continued to a future meeting and referred to the Governmental Affairs Committee.\n- Tags/Keywords: Home Rule Charter, Advisory Committee, Review Committee, Motion\n- UID: 05cfbde9-b3ed-421b-9076-5a2c06965db6\n\n- Topic: Resolution for Potential Changes to the Home Rule Charter\n- Summary: The resolution proposed by Councilmembers Giarrusso and Thomas aimed to address potential changes to the Home Rule Charter. The resolution was continued to the meeting of 1/19/23 and referred to the Governmental Affairs Committee.\n- Ordinance Number: RESOLUTION (LYING OVER) - NO. R-22-529\n- Votes Summary:\n Vote 1: Not applicable\n- Decision/Key Actions: Resolution for potential changes to the Home Rule Charter was continued to a future meeting and referred to the Governmental Affairs Committee.\n- Tags/Keywords: Home Rule Charter, Resolution, Potential Changes, Councilmembers\n- UID: 05cfbde9-b3ed-421b-9076-5a2c06965db6", + "uid": "05cfbde9-b3ed-421b-9076-5a2c06965db6", + "publish_date": "1-5-2023", + "page_number": 30, + "title": "Regular City Council Minutes 1-5-2023" }, { - "title": "Regular CIty Council Meeting 2-16-2023.pdf", - "page_content": "6/23/23, 5:39 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4424&doc_id=aa15e722-b3c3-11ed-8145-0050569183fa THE COUNCIL City of New Orleans HELENA MORENO JP MORRELL Councilmember-At-Large Councilmember-At-Large JOSEPH I. LESLI D. FREDDIE EUGENE J. OLIVER M. GIARRUSSO HARRIS KING III GREEN, JR. THOMAS, JR. Wi Councilmember Councilmember Councilmember Councilmember Councilmember District B District C District D District E District A MINUTES Regular City Council Meeting to be held in City Hall Council Cham", - "page_number": 1, - "part": 1 + "page_content": "- Topic: Allocation of Wisner grant funds to the New Orleans Police and Justice Foundation, Inc.\n- Summary: The council discussed allocating $1,000,000 of Wisner grant funds to the New Orleans Police and Justice Foundation, Inc. The ordinance was continued to the meeting of 1/19/23 for further consideration and was referred to the Budget Committee.\n- Ordinance Number: LO R-22-529\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: The ordinance was continued to the meeting of 1/19/23 and referred to the Budget Committee for further consideration.\n- Tags/Keywords: Grant funds, New Orleans Police and Justice Foundation, Wisner grant, Budget Committee\n- UID: 012aad66-bb09-4695-9087-f0ec2da47a49\n\n- Topic: Submission of July 2022 Police Pay Plan by the Department of Civil Service\n- Summary: The council discussed directing the Department of Civil Service to submit its July 2022 Police Pay Plan to the Civil Service Commission for consideration and implementation, and to report back to the City Council regarding the feasibility of the proposal and a plan for implementation. The ordinance was continued to the meeting of 1/19/23.\n- Ordinance Number: LO R-22-530\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: The ordinance was continued to the meeting of 1/19/23 for further consideration.\n- Tags/Keywords: Police Pay Plan, Civil Service Commission, Feasibility, Implementation\n- UID: 012aad66-bb09-4695-9087-f0ec2da47a49\n\n- Topic: Creation of rules governing the review and approval of contracts governed by Section 70-10\n- Summary: The council discussed creating rules governing the review and approval of contracts governed by Section 70-10. The ordinance was continued to the meeting of 1/19/23 for further consideration.\n- Ordinance Number: LO M-22-537\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: The ordinance was continued to the meeting of 1/19/23 for further consideration.\n- Tags/Keywords: Contract Approval, Section 70-10, Rules\n- UID: 012aad66-bb09-4695-9087-f0ec2da47a49\n\n- Topic: Calling an election in the Eastover Neighborhood Improvement and Security District\n- Summary: The council discussed a resolution calling an election in the Eastover Neighborhood Improvement and Security District for Saturday, April 29, 2023.\n- Ordinance Number: LO R-23-5\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: The resolution was discussed and no specific decision outcome is mentioned in the summary.\n- Tags/Keywords: Election, Eastover Neighborhood Improvement and Security District, Resolution\n- UID: 012aad66-bb09-4695-9087-f0ec2da47a49", + "uid": "012aad66-bb09-4695-9087-f0ec2da47a49", + "publish_date": "1-5-2023", + "page_number": 31, + "title": "Regular City Council Minutes 1-5-2023" }, { - "title": "Regular CIty Council Meeting 2-16-2023.pdf", - "page_content": "ber on Thursday, February 16, 2023 at 10:10 A.M. PRESIDENT VICE PRESIDENT JP MORRELL HELENA MORENO Councilmember-At-Large Councilmember-At-Large 1. ROLL CALL - LORA W. JOHNSON, CLERK OF COUNCIL UPON CALLING THE ROLL THE FOLLOWING MEMBERS ANSWERED TO THEIR NAMES: PRESENT: GIARRUSSO GREEN HARRIS MORENO (VICE PRESIDENT) MORRELL (PRESIDENT) ABSENT: KING (ARRIVED LATER) THOMAS (ARRIVED LATER) https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=44248&doc_id=aa15e722-b3c3-11ed-8145-0050569183fa 1/48 \f", - "page_number": 1, - "part": 2 + "page_content": "- Topic: Resolution calling an election in the McKendall Estates Neighborhood Improvement District\n- Summary: Resolution R-23-6 was adopted to call an election in the McKendall Estates Neighborhood Improvement District for Saturday, April 29, 2023.\n- Ordinance Number: R-23-6\n- Votes Summary:\n Vote 1: Adopt - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: Adoption of the resolution to call an election in the McKendall Estates Neighborhood Improvement District.\n- Tags/Keywords: Resolution, election, McKendall Estates Neighborhood Improvement District\n- UID: 51b8f30c-677a-4cbf-9f83-9d760eec82e5\n\n- Topic: Resolution calling an election in the Tamaron Subdivision Improvement District\n- Summary: Resolution R-23-7 was adopted to call an election in the Tamaron Subdivision Improvement District for Saturday, April 29, 2023.\n- Ordinance Number: R-23-7\n- Votes Summary:\n Vote 1: Adopt - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: Adoption of the resolution to call an election in the Tamaron Subdivision Improvement District.\n- Tags/Keywords: Resolution, election, Tamaron Subdivision Improvement District\n- UID: 51b8f30c-677a-4cbf-9f83-9d760eec82e5", + "uid": "51b8f30c-677a-4cbf-9f83-9d760eec82e5", + "publish_date": "1-5-2023", + "page_number": 32, + "title": "Regular City Council Minutes 1-5-2023" }, { - "title": "Regular CIty Council Meeting 2-16-2023.pdf", - "page_content": "6/23/23, 5:39 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4424&doc_id=aa15e722-b3c3-11ed-8145-0050569183fa FIVE MEMBERS PRESENT, CONSTITUTING A QUORUM. 2. INVOCATION - PASTOR AUBREY WALLACE - HEAVENLY STAR MISSIONARY BAPTIST CHURCH 3. PLEDGE OF ALLEGIANCE - EUGENE J. GREEN COUNCILMEMBER DISTRICT \u201cD\u201d 4. NATIONAL ANTHEM 5. PUBLIC E-COMMENT FORMS, RULES AND INFORMATION ARE AVAILABLE AT https://council.nola.gov/home/ SPECIAL ORDERS OF BUSINESS 1. FIRST ORDER OF BUSINESS - PRESENTATION - LAVERNE TOOMBS, VP_OF DEVELOPMENT FOR THE AMERICAN HEART ASSOCIATION (NEW ORLEANS MARKET) Brief: Recognizing the American Heart Association for their work helping people live longer, healthier lives in honor of Heart Month 2023. Anno", - "page_number": 2, - "part": 1 + "page_content": "- Topic: Resolution calling an election in the Lake Carmel Subdivision Improvement District\n- Summary: The council passed Resolution R-23-8, calling an election in the Lake Carmel Subdivision Improvement District for Saturday, April 29, 2023.\n- Ordinance Number: R-23-8\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: Election called for Lake Carmel Subdivision Improvement District\n- Tags/Keywords: Resolution, election, Lake Carmel Subdivision Improvement District\n- UID: a7c227eb-0b99-498e-9fc2-f8d87b28075c\n\n- Topic: Resolution calling an election in the Kingswood Subdivision Improvement District\n- Summary: The council passed Resolution R-23-9, calling an election in the Kingswood Subdivision Improvement District for Saturday, April 29, 2023.\n- Ordinance Number: R-23-9\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: Election called for Kingswood Subdivision Improvement District\n- Tags/Keywords: Resolution, election, Kingswood Subdivision Improvement District\n- UID: a7c227eb-0b99-498e-9fc2-f8d87b28075c", + "uid": "a7c227eb-0b99-498e-9fc2-f8d87b28075c", + "publish_date": "1-5-2023", + "page_number": 33, + "title": "Regular City Council Minutes 1-5-2023" }, { - "title": "Regular CIty Council Meeting 2-16-2023.pdf", - "page_content": "tation: ELECTRONICALLY SUBMITTED. (Cm. Moreno). APPEARED. 2. SECOND ORDER OF BUSINESS - PRESENTATION - THE LIVING SCHOOL PRESENTATION _- HONOREES: PATRICK LIVERS, RIO) VALDEZ, BYREN COLEMAN, CHARLES CORPENING (MUSIC PRODUCTION TEACHER UPBEAT Brief: Recognizing The Living School Music Production Students for their salute to Black History Month. Annotation: ELECTRONICALLY SUBMITTED. (Cms. Thomas and Moreno). APPEARED. 3. THIRD ORDER OF BUSINESS - PRESENTATION - ZULU SOCIAL AID AND PLEASURE CLUB, HONORING THE 2023 ZULU ROYAL COURT - KING ELECT, \"CENTO\" BARBARIN; ZULU PROVIDENCE PRINCE, DR. GEORGE E. RAY, _JR.; https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=44248&doc_id=aa15e722-b3c3-11ed-8145-0050569183fa 2/48 \f", - "page_number": 2, - "part": 2 + "page_content": "- Topic: Conditional Use for Commercial Short-Term Rental\n- Summary: The ordinance aimed to establish a conditional use to permit a commercial short-term rental in a specific district and rescind a previous ordinance. It passed with 7 YEAS and no NAYS.\n- Ordinance Number: CAL. NO. 34,006\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance was passed to establish a conditional use for a commercial short-term rental.\n- Tags/Keywords: Commercial Short-Term Rental, Zoning Docket, CBD-5 Urban Core Neighborhood\n- UID: 8777e28c-65a1-4a6e-89b7-78c390d5adc5\n\n- Topic: Amendment for Vocational Education Facility\n- Summary: This ordinance sought to grant an amendment to permit a vocational education facility with specific waivers. The outcome of the vote was not provided in the summary.\n- Ordinance Number: CAL. NO. 34,007\n- Votes Summary: Not provided\n- Decision/Key Actions: The details of the outcome were not provided in the summary.\n- Tags/Keywords: Amendment, Vocational Education Facility, Zoning Docket\n- UID: 8777e28c-65a1-4a6e-89b7-78c390d5adc5\n\n- Topic: Zoning Change to Neighborhood Mixed-Use District\n- Summary: The ordinance aimed to effect a zoning change from an HU-RD2 Historic Urban Two-Family Residential District to HU-MU Neighborhood Mixed-Use District Overlay zoning district(s). The outcome of the vote was not provided in the summary.\n- Ordinance Number: CAL. NO. 34,008\n- Votes Summary: Not provided\n- Decision/Key Actions: The details of the outcome were not provided in the summary.\n- Tags/Keywords: Zoning Change, Neighborhood Mixed-Use District, HU-RD2 Historic Urban Two-Family Residential District\n- UID: 8777e28c-65a1-4a6e-89b7-78c390d5adc5", + "uid": "8777e28c-65a1-4a6e-89b7-78c390d5adc5", + "publish_date": "1-5-2023", + "page_number": 34, + "title": "Regular City Council Minutes 1-5-2023" }, { - "title": "Regular CIty Council Meeting 2-16-2023.pdf", - "page_content": "6/23/23, 5:39 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4424&doc_id=aa15e722-b3c3-11ed-8145-0050569183fa \"MEL DA BARBER\" SAMPSON, JR. Brief: Honoring the 2023 ZULU Royal Court. Annotation: ELECTRONICALLY SUBMITTED. (Cm. Green). APPEARED. CONSENT AGENDA COMMUNICATION - FROM ERIN SPEARS - CHIEF OF STAFF & COUNSEL, COUNCIL UTILITIES REGULATORY OFFICE Brief: Submitting the transmittal document for communications related to electric and gas utility matters to be received by the Council of the City of New Orleans at its meeting on February 16, 2023: Communications from Entergy New Orleans, LLC (\"ENO\") 1. Environmental Adjustments for the February 2023 Billing Cycle, UD-18-07 2. Purchased Gas Adjustments for the February 2023 Billing Cycle, UD-18-07 3. Purchased Power Cost", - "page_number": 3, - "part": 1 + "page_content": "- Topic: Conditional use for a neighborhood commercial establishment in an HU-RD2 district\n- Summary: The ordinance aimed to establish a conditional use to permit a neighborhood commercial establishment in an HU-RD2 Historic Urban Two-Family Residential District. It was introduced by Councilmember Harris.\n- Ordinance Number: 34,009\n- Votes Summary:\n Vote 1: Passed - (8 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance passed without any notable amendments or discussions.\n- Tags/Keywords: Zoning, Conditional Use, Residential District\n- UID: 197ca74c-68aa-44bb-9b20-feb2f7878fa1\n\n- Topic: Affordable housing planned development in a C-1 General Commercial District\n- Summary: This ordinance sought to grant an affordable housing planned development in a C-1 General Commercial District and a Residential Short Term Rental Interim Zoning Overlay District. It was introduced by Councilmember Harris.\n- Ordinance Number: 34,010\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 1 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance passed with a single dissenting vote and without any significant amendments or discussions.\n- Tags/Keywords: Affordable Housing, Planned Development, Zoning Overlay\n- UID: 197ca74c-68aa-44bb-9b20-feb2f7878fa1\n\n- Topic: Conditional use for a commercial space in an HU-B1 Historic Urban Neighborhood Business District\n- Summary: This ordinance aimed to establish a conditional use to permit a commercial space over 5,000 square feet in floor area in an HU-B1 Historic Urban Neighborhood Business District. It was introduced by Councilmember Giarrusso.\n- Ordinance Number: 34,011\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 2 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance passed with two dissenting votes and without any significant amendments or discussions.\n- Tags/Keywords: Conditional Use, Commercial Space, Business District\n- UID: 197ca74c-68aa-44bb-9b20-feb2f7878fa1", + "uid": "197ca74c-68aa-44bb-9b20-feb2f7878fa1", + "publish_date": "1-5-2023", + "page_number": 35, + "title": "Regular City Council Minutes 1-5-2023" }, { - "title": "Regular CIty Council Meeting 2-16-2023.pdf", - "page_content": " Recovery Adjustments for the February 2023 Billing Cycle, UD-18-07 4. Fuel Adjustments for the February 2023 Billing Cycle, UD-18-07 5. New Orleans Power Station (\"NOPS\") 2023 Estimated Operating and Maintenance Report, submitted pursuant to Resolution R-19-78 6. NOPS Semi-Annual 2022 Operating and Maintenance Report, submitted pursuant to Resolutions R-19-78 and R-21-153 7. NOPS 4th Quarter 2022 Usage Report, submitted pursuant to Resolution R-21-153 8. 2022 Annual Storm Escrow Report, submitted pursuant to Resolution R-21-153 Other Communications 1. Notice of Pro Hac Vice Admission of Susan Stevens Miller and Chinyere A. Osuala, submitted by Earthjustice, UD-22-04 https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=44248&doc_id=aa15e722-b3c3-11ed-8145-0050569183fa 3/48 \f", - "page_number": 3, - "part": 2 + "page_content": "- Topic: Repeal of Alcoholic Beverage Outlet Application Processing Fee\n- Summary: An ordinance was introduced to repeal paragraph 8 of Section 10-122 of the Code of the City of New Orleans, eliminating the alcoholic beverage outlet application processing fee. The ordinance was electronically submitted and is subject to a postponement deadline of 5/5/23.\n- Ordinance Number: 34,012\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The ordinance passed, eliminating the alcoholic beverage outlet application processing fee.\n- Tags/Keywords: Ordinance, Repeal, Alcoholic Beverage, Processing Fee\n- UID: c2e523b4-7bc3-4089-af1d-f731fd3ebe95\n\n- Topic: Amendment of New Orleans Tourism and Cultural Fund's Budget\n- Summary: This ordinance aimed to amend Ordinance No. 28,867 M.C.S. to reflect the New Orleans Tourism and Cultural Fund's updated budget of revenue and expenditures for 2022. The ordinance was electronically submitted and is subject to a postponement deadline of 5/5/23.\n- Ordinance Number: 34,013\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The ordinance passed, reflecting the updated budget of the New Orleans Tourism and Cultural Fund for 2022.\n- Tags/Keywords: Ordinance, Amendment, Budget, Tourism, Cultural Fund\n- UID: c2e523b4-7bc3-4089-af1d-f731fd3ebe95\n\n- Topic: Waiver of Certain Fees for Tornado-Damaged Structures\n- Summary: This ordinance sought to waive certain fees relating to building permits necessary to perform non-structural repair of structures damaged by the tornadoes that occurred in the city of New Orleans on December 14, 2022. The ordinance was electronically submitted and is subject to a postponement deadline of 5/5/23.\n- Ordinance Number: 34,014\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The ordinance passed, waiving certain fees for tornado-damaged structures.\n- Tags/Keywords: Ordinance, Waiver, Tornado-Damaged Structures, Building Permits\n- UID: c2e523b4-7bc3-4089-af1d-f731fd3ebe95\n\n- Topic: Amendment to Zoning Docket NO. 92/22\n- Summary: This ordinance aimed to amend Zoning Docket NO. 92/22 and provide with respect thereto. The ordinance was electronically submitted and is subject to a postponement deadline of 5/5/23.\n- Ordinance Number: 34,015\n- Votes Summary:\n Vote 1: N/A - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The outcome of the vote is not specified in the provided information.\n- Tags/Keywords: Ordinance, Amendment, Zoning Docket\n- UID: c2e523b4-7bc3-4089-af1d-f731fd3ebe95", + "uid": "c2e523b4-7bc3-4089-af1d-f731fd3ebe95", + "publish_date": "1-5-2023", + "page_number": 36, + "title": "Regular City Council Minutes 1-5-2023" }, { - "title": "Regular CIty Council Meeting 2-16-2023.pdf", - "page_content": "6/23/23, 5:39 PM 3. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4424&doc_id=aa15e722-b3c3-11ed-8145-0050569183fa 2. Petition to Intervene Out of Time, submitted by Together New Orleans, UD-18-03 Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. Erin Spears, Chief of Staff & Counsel - CURO - 2023-02-13 Electric Gas Communications Memo Scott M. Celino - EAC Filing Package Scott Celino - ENOL PPCR February 2023 Billing Month Scott M. Celino - ENOL PGA February 2023 Billing Month Filing Packet (1) Scott Celion - ENOL FAC February 2023 Billing Month Pt. 1 Scott M. Celino - ENOL FAC KWH Log Sheet Pt. 2 Courtney R. Nicholson - 2023 NOPS Estimated O&M Report Courtney R. Nicholson - 2nd Semi-Annual 2022 NOPS O&M Report Court", - "page_number": 4, - "part": 1 + "page_content": "- Topic: Authorization of First Amendment to Cooperative Endeavor Agreement for Mardi Gras 2023 Workforce Solution\n- Summary: The ordinance authorizes the Mayor to enter into a First Amendment to the Cooperative Endeavor Agreement to facilitate a temporary workforce solution during Mardi Gras 2023. This includes increasing the maximum compensation payable to the Contractor, extending the term of the Agreement for an additional year, and modifying certain terms and conditions.\n- Ordinance Number: 34015\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance was adopted with unanimous support from the council members.\n- Tags/Keywords: Cooperative Endeavor Agreement, Mardi Gras 2023, Workforce Solution, Authorization\n- UID: 83c3f7d8-79b5-44ad-8a87-087236f44a45\n\n- Topic: Annual Reporting Requirement for Mayor's Mardi Gras Advisory Council\n- Summary: This ordinance seeks to amend the city code to require annual reporting to the City Council of the mayor\u2019s Mardi Gras advisory council\u2019s recommendations.\n- Ordinance Number: 34016\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: The voting outcome for this ordinance is not provided in the summary.\n- Tags/Keywords: Annual Reporting, Mardi Gras Advisory Council, Code Amendment\n- UID: 83c3f7d8-79b5-44ad-8a87-087236f44a45\n\n- Topic: Annual Reporting Requirement for Mayor's Mardi Gras Advisory Council\n- Summary: This ordinance also aims to amend the city code to require annual reporting to the City Council of the mayor\u2019s Mardi Gras advisory council\u2019s recommendations.\n- Ordinance Number: 34017\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: The voting outcome for this ordinance is not provided in the summary.\n- Tags/Keywords: Annual Reporting, Mardi Gras Advisory Council, Code Amendment\n- UID: 83c3f7d8-79b5-44ad-8a87-087236f44a45", + "uid": "83c3f7d8-79b5-44ad-8a87-087236f44a45", + "publish_date": "1-5-2023", + "page_number": 37, + "title": "Regular City Council Minutes 1-5-2023" }, { - "title": "Regular CIty Council Meeting 2-16-2023.pdf", - "page_content": "ney R. Nicholson - 2023 Annual Storm Report Susan Stevens Miller -2023-02-01 CO and SSM Notice of PHV Admission UD-22-04 Broderick A. Bagert, Jr. Together New Orleans Speaker: Michael Burnside COMMUNICATION - FROM MEGHAN MURPHY, SENIOR BUILDING PLANS EXAMINER, DEPARTMENT OF SAFETY AND PERMITS Brief: Submitting the 2022 Board of Building Standards and Appeals attendance record and current membership terms for each appointed member in accordance with Section 2-87 and 2-87.2. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. COMMUNICATION - FROM CYNTHIA DAVIS, DEPARTMENT OF SAFETY AND PERMITS, CITY OF NEW ORLEANS https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=44248&doc_id=aa15e722-b3c3-11ed-8145-0050569183fa 4/48 \f", - "page_number": 4, - "part": 2 + "page_content": "- Topic: Ordinance Summary\n- Summary: The council meeting on 1/1/24 had no abstentions, absences, or recusals, and the motion passed. The specific details of the ordinance and voting outcomes can be found at the provided URL.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: N/A\n- Tags/Keywords: City Council, Ordinance, Meeting Minutes\n- UID: bc0c757c-a5fc-4afa-aa81-369d83c14661", + "uid": "bc0c757c-a5fc-4afa-aa81-369d83c14661", + "publish_date": "1-5-2023", + "page_number": 38, + "title": "Regular City Council Minutes 1-5-2023" }, { - "title": "Regular CIty Council Meeting 2-16-2023.pdf", - "page_content": "6/23/23, 5:39 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4424&doc_id=aa15e722-b3c3-11ed-8145-0050569183fa Brief: Transmitting the application documents for a demolition permit requiring City Council review and approval for the following property: * 824 Louque Place, 23-00227-DEMO - Council District \"A\" Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. (Hearing Date Set For 3/9/23). Cynthia Davis - Signed Building Application 4. COMMUNICATION - FROM MICHEL N. THOMPSON, BUSINESS MANAGER, NEW ORLEANS PUBLIC LIBRARY Brief: Submitting the quarterly report for the period of October 1, 2022 - December 31, 2022, for pool vehicles used by our staff, pursuant to Section 2-902(b), none of our vehicles are assigned to one individual. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. 5. COM", - "page_number": 5, - "part": 1 + "page_content": "- Topic: Roll Call and Quorum Establishment\n- Summary: The roll call was conducted, and seven members were present, constituting a quorum.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A - (7 present, 0 absent)\n- Decision/Key Actions: Quorum established for the meeting\n- UID: bcde7c1a-3090-42a2-be84-46bcc3d182ab\n\n- Topic: Invocation\n- Summary: Pastor Brandon Boutin from United Fellowship Full Gospel Baptist Church led the invocation.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: Invocation conducted\n- UID: bcde7c1a-3090-42a2-be84-46bcc3d182ab", + "uid": "bcde7c1a-3090-42a2-be84-46bcc3d182ab", + "publish_date": "2-2-2023", + "page_number": 1, + "title": "Regular City Council Minutes 2-2-2023" }, { - "title": "Regular CIty Council Meeting 2-16-2023.pdf", - "page_content": "MUNICATION \u2014 FROM TAMMY S. HANSON, EXECUTIVE SECRETARY, NEW ORLEANS PUBLIC LIBRARY Brief: Submitting the 2022 attendance record for the New Orleans Public Library Board of Director meetings, pursuant to Section 2-87 of the City\u2019s Municipal Code. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. Tammy S. Hanson, NOPL Executive Secretary - NOPL 2023 Board of Directors\u2019 Attendance 6. COMMUNICATION - FROM TEMEA JOHNSON, EXECUTIVE ASSISTANT, NEW ORLEANS REDEVELOPMENT AUTHORITY Brief: Submitting the 2022 New Orleans Redevelopment Authority's Attendance Report for its Board of Commissioners in accordance with Ordinance Cal. No. 28,183. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=44248&doc_id=aa15e722-b3c3-11ed-8145-0050569183fa 5/48 \f", - "page_number": 5, - "part": 2 + "page_content": "- Topic: Approval of the Minutes\n- Summary: The council approved the minutes from the January 5, 2023, January 18, 2023 (Special Meeting), and January 19, 2023.\n- Ordinance Number: N/A\n- Votes Summary:\n - Vote 1: Approved - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: Minutes from the specified dates were approved.\n- Tags/Keywords: Approval, Minutes, Council Meeting\n- UID: aafdc944-1d13-4c90-a797-c4746361eafc\n\n- Topic: Honoring the Tulane University Football Team\n- Summary: The council presented a presentation to honor the Tulane University Football Team, winners of the 2023 Cotton Bowl Classic.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: Honoring the Tulane University Football Team for their victory in the 2023 Cotton Bowl Classic.\n- Tags/Keywords: Tulane University, Football Team, Honoring\n- UID: aafdc944-1d13-4c90-a797-c4746361eafc\n\n- Topic: Recognition of Mardi Gras Queens by Mystic Krewe of Femme Fatale\n- Summary: The council recognized the Mystic Krewe of Femme Fatale Crown Jewels and honored all Mardi Gras Queens.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: Recognition and honoring of Mardi Gras Queens by the Mystic Krewe of Femme Fatale.\n- Tags/Keywords: Mardi Gras Queens, Mystic Krewe of Femme Fatale, Recognition\n- UID: aafdc944-1d13-4c90-a797-c4746361eafc", + "uid": "aafdc944-1d13-4c90-a797-c4746361eafc", + "publish_date": "2-2-2023", + "page_number": 2, + "title": "Regular City Council Minutes 2-2-2023" }, { - "title": "Regular CIty Council Meeting 2-16-2023.pdf", - "page_content": "6/23/23, 5:39 PM 7. 10. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4424&doc_id=aa15e722-b3c3-11ed-8145-0050569183fa Temea Johnson, Executive Assistant - NORA-BOC2022 Attendance COMMUNICATION - FROM JENNIFER AVEGNO, MD, DIRECTOR OF HEALTH, CITY OF NEW ORLEANS Brief: Submitting the January 2023 documentation of all encampment clean-up efforts as required by Section 82-703. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. Report Speaker: Michael Burnside COMMUNICATION - FROM ZACH SMITH, ZACH SMITH CONSULTING & DESIGN Brief: Requesting to appeal the Historic District Landmarks Commission's decision to levy a fine of $15,980.00 for property located at 3300 Bienville Avenue. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. (Hearing Da", - "page_number": 6, - "part": 1 + "page_content": "- Topic: Mystic Krewe of Femme Fatale Mardi Gras Queens Proclamation\n- Summary: The ordinance officially proclaims and honors all 2023 Mardi Gras Queens of the Mystic Krewe of Femme Fatale.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: Passed - (Unanimous)\n- Decision/Key Actions: The ordinance was unanimously passed to honor the Mardi Gras Queens.\n- Tags/Keywords: Proclamation, Mardi Gras Queens, Mystic Krewe of Femme Fatale, Honoring\n- UID: 2ad2a5eb-2ff8-4c2c-9bd9-4a74fc72e48e\n\n- Topic: Retirement of Judge Edwin Lombard\n- Summary: The ordinance aims to honor the career and retirement of Judge Edwin Lombard.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: Withdrawn\n- Decision/Key Actions: The ordinance was withdrawn, and no further action was taken.\n- Tags/Keywords: Retirement, Judge Edwin Lombard, Honoring\n- UID: 2ad2a5eb-2ff8-4c2c-9bd9-4a74fc72e48e\n\n- Topic: Communications from Chief of Staff & Counsel, Council Utilities Regulatory Office\n- Summary: The ordinance submits the transmittal document for communications related to electric and gas utility matters to be received by the Council of the City of New Orleans.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: The transmittal document was submitted for review by the Council.\n- Tags/Keywords: Communications, Utilities, Electric, Gas, Council of the City of New Orleans\n- UID: 2ad2a5eb-2ff8-4c2c-9bd9-4a74fc72e48e", + "uid": "2ad2a5eb-2ff8-4c2c-9bd9-4a74fc72e48e", + "publish_date": "2-2-2023", + "page_number": 3, + "title": "Regular City Council Minutes 2-2-2023" }, { - "title": "Regular CIty Council Meeting 2-16-2023.pdf", - "page_content": "te Set For 3/9/23). HDLC Appeal - Zach Smith, Constulting & Design, 3300 Bienville St. COMMUNICATION _- FROM APRIL HUANG, PERMIT INTAKE ANALYST, DEPARTMENT OF SAFETY AND PERMITS, CITY OF NEW ORLEANS Brief: Transmitting the application documents for a demolition permit requiring City Council review and approval for the following property: * 2126 Mandeville Street, 23-03269 - DEMO-RSFD - Council District \"D\" Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. (Hearing Date Set For 3/9/23). April Huang - Signed Building Application - 2125 Mandeville Street COMMUNICATION - FROM STEPHANIE NEVAREZ \u201d* ROOFING SOLUTIONS OFFICE MANAGER, https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=44248&doc_id=aa15e722-b3c3-11ed-8145-0050569183fa 6/48 \f", - "page_number": 6, - "part": 2 + "page_content": "- Topic: Reply Comments, UD-18-03\n- Summary: Keith D. Woods submitted reply comments for UD-18-03.\n- Ordinance Number: UD-18-03\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Reply comments were submitted.\n- Tags/Keywords: Keith D. Woods, UD-18-03, reply comments\n- UID: 4beb3159-2259-4dbd-99dc-8b5b772420cd\n\n- Topic: Motion for Delay of Consideration, Dockets UD-18-01 and UD-18-07\n- Summary: Courtney R. Nicholson proposed a motion to delay consideration of dockets UD-18-01 and UD-18-07.\n- Ordinance Number: UD-18-01, UD-18-07\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Motion for delay of consideration was proposed.\n- Tags/Keywords: Courtney R. Nicholson, motion, delay, UD-18-01, UD-18-07\n- UID: 4beb3159-2259-4dbd-99dc-8b5b772420cd\n\n- Topic: Fuel Adjustments for the February 2023 Billing Cycle, UD-18-07\n- Summary: Courtney R. Nicholson and Jay Beatmann discussed fuel adjustments for the February 2023 billing cycle.\n- Ordinance Number: UD-18-07\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Discussion on fuel adjustments for the February 2023 billing cycle.\n- Tags/Keywords: Courtney R. Nicholson, Jay Beatmann, fuel adjustments, UD-18-07\n- UID: 4beb3159-2259-4dbd-99dc-8b5b772420cd\n\n- Topic: Motion to Extend Date to File Advisors\u2019 Report, UD-22-04\n- Summary: Michael Burnside submitted a motion to extend the date to file advisors\u2019 report for UD-22-04.\n- Ordinance Number: UD-22-04\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Motion to extend date to file advisors\u2019 report was submitted.\n- Tags/Keywords: Michael Burnside, motion, extend, UD-22-04\n- UID: 4beb3159-2259-4dbd-99dc-8b5b772420cd\n\n- Topic: Communication from April Huang, Permit Intake Analyst\n- Summary: April Huang transmitted application documents for a demolition permit for a property at 1923 St. Charles Avenue.\n- Ordinance Number: 22-36132-DEMO-Council District \u201cB\u201d\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Application documents for a demolition permit were transmitted.\n- Tags/Keywords: April Huang, demolition permit, 1923 St. Charles Avenue, Council District \u201cB\u201d\n- UID: 4beb3159-2259-4dbd-99dc-8b5b772420cd\n\n- Topic: Communication from Amy B. Trepagnier, Director of Personnel\n- Summary: Amy B. Trepagnier submitted an Amendment to the Civil Service Rules (Parental Leave) for Council approval.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Amendment to the Civil Service Rules was submitted for Council approval.\n- Tags/Keywords: Amy B. Trepagnier, Amendment, Civil Service Rules, Parental Leave\n- UID: 4beb3159-2259-4dbd-99dc-8b5b772420cd", + "uid": "4beb3159-2259-4dbd-99dc-8b5b772420cd", + "publish_date": "2-2-2023", + "page_number": 4, + "title": "Regular City Council Minutes 2-2-2023" }, { - "title": "Regular CIty Council Meeting 2-16-2023.pdf", - "page_content": "6/23/23, 5:39 PM 11. 12. 13. 14. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4424&doc_id=aa15e722-b3c3-11ed-8145-0050569183fa Brief: Requesting to appeal the Historic District Landmarks Commission's decision of \"de-facto denial\" for property located at 900 South Peters Street. Annotation: RECEIVED. (Hearing Date Set For 3/9/23). Stephanie Nevarez, Office Manager Roofing Solutions COMMUNICATION - FROM TARA G. RICHARD, DIRECTOR OF COUNCIL RELATION, OFFICE OF MAYOR LATOYA CANTRELL Brief: Submitting a proposed agreement between the City of New Orleans and H&O Investments, LLC, a completed contract Summary Form and Motion, pursuant to Rule 57. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED AND REFERRED TO THE PUBLIC WORKS COMMITTEE. Tara Richard, Director of Council Relation - New Orleans & H&O Investments LLC COMMUNICATION _ - FROM TARA G. RICHARD, DIRECTOR OF COUNCIL RELATION, OFFICE OF MAYOR LATOYA CANTRELL Brief: Submitting a pr", - "page_number": 7, - "part": 1 + "page_content": "- Topic: Amy B. Trepagnier Parental Leave\n- Summary: Amy B. Trepagnier, Director of Personnel, submitted an Amendment to the Civil Service Rules (Sewerage and Water Board) for Council approval in accordance with the Constitution of Louisiana. The amendment was received and referred to the Budget Committee.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: Received and referred to the Budget Committee\n- Tags/Keywords: Amy B. Trepagnier, Parental Leave, Civil Service Rules, Sewerage and Water Board, Budget Committee\n- UID: 1ded1595-47da-476a-9b31-132a23aef4e5\n\n- Topic: Amy B. Trepagnier SWB Holiday Pay\n- Summary: Amy B. Trepagnier, Director of Personnel, submitted an Amendment to the Civil Service Rules (Fire) for Council approval in accordance with the Constitution of Louisiana. The amendment was received and referred to the Budget Committee.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: Received and referred to the Budget Committee\n- Tags/Keywords: Amy B. Trepagnier, SWB Holiday Pay, Civil Service Rules, Fire, Budget Committee\n- UID: 1ded1595-47da-476a-9b31-132a23aef4e5\n\n- Topic: Amy B. Trepagnier Fire\n- Summary: Amy B. Trepagnier, Director of Personnel, submitted an Amendment to the Classified Pay Plan (HDLC/VCC) for Council approval in accordance with the Constitution of Louisiana. The amendment was received and referred to the Budget Committee.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: Received and referred to the Budget Committee\n- Tags/Keywords: Amy B. Trepagnier, Fire, Classified Pay Plan, HDLC/VCC, Budget Committee\n- UID: 1ded1595-47da-476a-9b31-132a23aef4e5", + "uid": "1ded1595-47da-476a-9b31-132a23aef4e5", + "publish_date": "2-2-2023", + "page_number": 5, + "title": "Regular City Council Minutes 2-2-2023" }, { - "title": "Regular CIty Council Meeting 2-16-2023.pdf", - "page_content": "oposed agreement between the City of New Orleans and On Scene Services, LLC, a completed contract Summary Form and Motion, pursuant to Rule 57. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. See Motion No. M-23-83. Tara G. Richard, Director of Council Relations - New Orleans and On Scene Services, LLC COMMUNICATION - FROM TARA G. RICHARD, DIRECTOR OF COUNCIL RELATION, OFFICE OF MAYOR LATOYA CANTRELL Brief: Submitting a proposed agreement between the City of New Orleans and Richard's Disposal, Inc., a completed contract Summary Form and Motion, pursuant to Rule 57. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED AND REFERRED TO THE PUBLIC WORKS COMMITTEE. Tara G. Richard, Director of Council Relations - Richard\u2019s Disposal, Inc. COMMUNICATION - FROM TARA G. RICHARD, DIRECTOR OF COUNCIL RELATION, OFFICE OF MAYOR LATOYA CANTRELL https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=44248&doc_id=aa15e722-b3c3-11ed-8145-0050569183fa 7/48 \f", - "page_number": 7, - "part": 2 + "page_content": "- Topic: Amendment to Classified Pay Plan (EMS Special Rate of Pay)\n- Summary: Amy B. Trepagnier, Director of Personnel, submitted an Amendment to the Classified Pay Plan for EMS Special Rate of Pay for Council approval. The amendment was in accordance with Article X, Section 10 of the Constitution of Louisiana and was adopted by the Civil Service Commission at its meeting of January 20, 2023.\n- Ordinance Number: N/A\n- Votes Summary:\n - Vote 1: N/A - (N/A)\n- Decision/Key Actions: Received and referred to the Budget Committee\n- Tags/Keywords: Amendment, Classified Pay Plan, EMS Special Rate of Pay\n- UID: e2923739-d911-4375-876c-f0588926e0bd\n\n- Topic: Amendment to Classified Pay Plan (Safety and Permits)\n- Summary: Amy B. Trepagnier, Director of Personnel, submitted an Amendment to the Classified Pay Plan for Safety and Permits for Council approval. The amendment was in accordance with Article X, Section 10 of the Constitution of Louisiana and was adopted by the Civil Service Commission at its meeting of January 20, 2023.\n- Ordinance Number: N/A\n- Votes Summary:\n - Vote 1: N/A - (N/A)\n- Decision/Key Actions: Received and referred to the Budget Committee\n- Tags/Keywords: Amendment, Classified Pay Plan, Safety and Permits\n- UID: e2923739-d911-4375-876c-f0588926e0bd\n\n- Topic: Amendment to Classified Pay Plan (French Quarter Supplemental Police Patrol Program)\n- Summary: Amy B. Trepagnier, Director of Personnel, submitted an Amendment to the Classified Pay Plan for French Quarter Supplemental Police Patrol Program for Council approval. The amendment was in accordance with Article X, Section 10 of the Constitution of Louisiana and was adopted by the Civil Service Commission at its meeting of January 20, 2023.\n- Ordinance Number: N/A\n- Votes Summary:\n - Vote 1: N/A - (N/A)\n- Decision/Key Actions: Received and referred to the Budget Committee\n- Tags/Keywords: Amendment, Classified Pay Plan, French Quarter Supplemental Police Patrol Program\n- UID: e2923739-d911-4375-876c-f0588926e0bd\n\n- Topic: Amendment to Classified Pay Plan (Mardi Gras)\n- Summary: Amy B. Trepagnier, Director of Personnel, submitted an Amendment to the Classified Pay Plan for Mardi Gras for Council approval. The details of the amendment and its outcome are not specified in the provided document.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: N/A\n- Tags/Keywords: Amendment, Classified Pay Plan, Mardi Gras\n- UID: e2923739-d911-4375-876c-f0588926e0bd", + "uid": "e2923739-d911-4375-876c-f0588926e0bd", + "publish_date": "2-2-2023", + "page_number": 6, + "title": "Regular City Council Minutes 2-2-2023" }, { - "title": "Regular CIty Council Meeting 2-16-2023.pdf", - "page_content": "6/23/23, 5:39 PM 15. 16. 17. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4424&doc_id=aa15e722-b3c3-11ed-8145-0050569183fa Brief: Submitting a proposed agreement between the City of New Orleans and University Medical Center Management Corporation, a completed contract Summary Form and Motion, pursuant to Rule 57. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED AND REFERRED TO THE COMMUNITY DEVELOPMENT COMMITTEE. Tara G. Richard, Director of Council Relations - University Medical Center Management Corporation REPORT - OF GILBERT A. MONTANO, CHIEF ADMINISTRATIVE OFFICER, CITY OF NEW ORLEANS Brief: Submitting a Drainage Consolidation Working Group Report in accordance with Council Motion M-22-148. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. Gilbert Montano, Chief Administrative Officer - Drainage Consolidation Working Group Report REPORT - OF THE DEPUTY DIRECTOR OF THE NEW ORLEANS HISTORIC DISTRICT LANDMARKS COMMISSION _", - "page_number": 8, - "part": 1 + "page_content": "- Topic: Mardi Gras Special Rate of Pay\n- Summary: Amy B. Trepagnier, Director of Personnel, submitted an Amendment to the Classified Pay Plan for Mardi Gras Special Rate of Pay, in accordance with the Constitution of Louisiana. The amendment was received and referred to the Budget Committee.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: Received and referred to the Budget Committee\n- Tags/Keywords: Classified Pay Plan, Mardi Gras Special Rate of Pay, Budget Committee\n- UID: f89df505-5013-49b9-bf55-95ccb95d1d6d\n\n- Topic: Fire Hiring Rates\n- Summary: Amy B. Trepagnier, Director of Personnel, submitted an Amendment to the Classified Pay Plan for Fire Hiring Rate Increases, in accordance with the Constitution of Louisiana. The amendment was received and referred to the Budget Committee.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: Received and referred to the Budget Committee\n- Tags/Keywords: Classified Pay Plan, Fire Hiring Rate Increases, Budget Committee\n- UID: f89df505-5013-49b9-bf55-95ccb95d1d6d\n\n- Topic: Demolition Permit Withdrawal\n- Summary: Tammie T. Jackson, Director of the Department of Safety and Permits, submitted a withdrawal letter for a previously submitted application for a demolition permit for 1137 Baronne Street. The withdrawal request was approved.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: Withdrawn\n- Tags/Keywords: Demolition Permit, Withdrawal, Tammie T. Jackson\n- UID: f89df505-5013-49b9-bf55-95ccb95d1d6d\n\n- Topic: Application for Demolition Permit\n- Summary: Cynthia Davis, Department of Safety and Permits, submitted application documents for a demolition permit for 2227 N. Derbigny Street, requiring City Council review and approval. A hearing date was set for 2/16/23.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: Hearing Date Set\n- Tags/Keywords: Demolition Permit, City Council Review, Cynthia Davis\n- UID: f89df505-5013-49b9-bf55-95ccb95d1d6d", + "uid": "f89df505-5013-49b9-bf55-95ccb95d1d6d", + "publish_date": "2-2-2023", + "page_number": 7, + "title": "Regular City Council Minutes 2-2-2023" }, { - "title": "Regular CIty Council Meeting 2-16-2023.pdf", - "page_content": "|_ CENTRAL BUSINESS DISTRICT HISTORIC DISTRICT LANDMARKS COMMISSION Brief: Submitting a report regarding an appeal of the Historic District Landmarks Commission's (HDLC) decision to allow the retention of the demolition and assess a fine of $15,980.00 for the property located at 3300 Bienville Street. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. REPORT - OF THE DEPUTY DIRECTOR OF THE NEW ORLEANS HISTORIC DISTRICT LANDMARKS COMMISSION _|_ CENTRAL BUSINESS DISTRICT HISTORIC DISTRICT LANDMARKS COMMISSION Brief: Submitting a report regarding an appeal of the Historic District Landmarks Commission's (HDLC) of \"denial\" of an application to remove existing asphalt shingle roof for the installation of a new standing seam metal roofing on a Contributing rated building for the property located at 725 Mandeville Street. Annotation: https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=44248&doc_id=aa15e722-b3c3-11ed-8145-0050569183fa 8/48 \f", + "page_content": "- Topic: Tax Exemption Application for Terviva Industries LLC\n- Summary: The Mayor\u2019s Office of Economic Development recommended approval for ITE Application #2020-0049, 3201 France Road, Terviva Industries LLC, and requested a public hearing. The hearing date was set for 2/16/23.\n- Ordinance Number: 22-36701-DEMO\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Approval recommendation for tax exemption application\n- Tags/Keywords: Tax Exemption, Economic Development, Public Hearing\n- UID: 6a33af44-34fa-4cc3-b951-384855ac6dbd\n\n- Topic: Historic District Landmarks Commission Report\n- Summary: The Deputy Director of the New Orleans Historic District Landmarks Commission submitted a report regarding an appeal of the HDLC's decision to allow the retention of the fagade demolition and assess a $21,690.00 fine for the property located at 2220 Broadway Street.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Report submission regarding appeal of HDLC's decision\n- Tags/Keywords: Historic District Landmarks, Property Appeal, Report Submission\n- UID: 6a33af44-34fa-4cc3-b951-384855ac6dbd\n\n- Topic: Zoning Docket Numbers and Property Acquisition\n- Summary: The Executive Director of the City Planning Commission transmitted Zoning Docket Numbers 1/23 - Cm. Green, 6/23 - Cm. Harris, Cn. Deadline 4/3/23, and provided information about the Property Acquisition for immovable property that is part of the closed Agriculture Street Landfill site.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Transmission of Zoning Docket Numbers and Property Acquisition information\n- Tags/Keywords: Zoning Docket, Property Acquisition, City Planning Commission\n- UID: 6a33af44-34fa-4cc3-b951-384855ac6dbd", + "uid": "6a33af44-34fa-4cc3-b951-384855ac6dbd", + "publish_date": "2-2-2023", "page_number": 8, - "part": 2 + "title": "Regular City Council Minutes 2-2-2023" }, { - "title": "Regular CIty Council Meeting 2-16-2023.pdf", - "page_content": "6/23/23, 5:39 PM 18. 19. 20. 21. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4424&doc_id=aa15e722-b3c3-11ed-8145-0050569183fa ELECTRONICALLY SUBMITTED. RECEIVED. HDLC Appeal Report - 725 Mandeville Street REPORT - OF GILBERT A. MONTANO, CHIEF ADMINISTRATIVE OFFICER, CITY OF NEW ORLEANS Brief: Submitting a written report related to Motion M-23-24 declaring the purchase of emergency vehicles and equipment, pursuant to Chapter 70, Article IV, Division 1, Section 70-429 of the City of New Orleans Code of Ordinances. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. Gilbert Montano, Chief Adminstrative Officer - M-23-24 Written Report Speaker: Michael Burnside REPORT - OF THE DEPUTY DIRECTOR OF THE NEW ORLEANS HISTORIC DISTRICT LANDMARKS COMMISSION _|_ CENTRAL BUSINESS DISTRICT HISTORIC DISTRICT LAN", + "page_content": "- Topic: Zoning Docket Numbers 95/22\n- Summary: The City Planning Commission recommended \"FOR APPROVAL\" for various zoning docket numbers encompassing multiple street addresses. The recommendation was electronically submitted and received, with a hearing date set for 2/16/23.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: The City Planning Commission transmitted the zoning docket numbers for consideration.\n- Tags/Keywords: Zoning, City Planning Commission, Recommendation\n- UID: 3002a43c-a8ae-4cde-929d-fba5ffdcdaf8\n\n- Topic: Amendment to Section 2-975 of Article X of Chapter 2 of the Code of the City of New Orleans\n- Summary: An ordinance was introduced to exempt juvenile detention officers and corrections staff of the Juvenile Justice Intervention Center and automotive repair staff of the Equipment Maintenance Division from the City's domicile requirement. The Criminal Justice Committee recommended approval, and the ordinance was ultimately adopted.\n- Ordinance Number: CAL. NO. 33,995\n- Votes Summary:\n Vote 1: ADOPTED - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The ordinance to amend Section 2-975 was adopted after the recommendation for approval by the Criminal Justice Committee.\n- Tags/Keywords: Ordinance, Amendment, Juvenile Justice Intervention Center, Criminal Justice Committee\n- UID: 3002a43c-a8ae-4cde-929d-fba5ffdcdaf8", + "uid": "3002a43c-a8ae-4cde-929d-fba5ffdcdaf8", + "publish_date": "2-2-2023", "page_number": 9, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 2-16-2023.pdf", - "page_content": "DMARKS COMMISSION Brief: Submitting a report regarding an appeal of the Historic District Landmarks Commission's (HDLC) of \"denial\" of an application to demolish the Contributing-rated structure for the property located at 8829 Jeannette Street. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. HDLC Appeal Report 8829 Jeannette Street REPORT - OF THE EXECUTIVE DIRECTOR OF THE CITY PLANNING COMMISSION Brief: Transmitting Zoning Docket Numbers 100/22 - Cms. Giarrusso and Harris, 7/23 - Cm. Green, Cn. Deadline 4/17/23. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. (Hearing Date Set For 3/9/23). CPC Transmittal Report REPORT - OF ANITA CURRAN, COUNCIL RESEARCH OFFICER - NEW ORLEANS CITY COUNCIL https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=44248&doc_id=aa15e722-b3c3-11ed-8145-0050569183fa 9/48 \f", - "page_number": 9, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 2-16-2023.pdf", - "page_content": "6/23/23, 5:39 PM 22. 23. 24. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4424&doc_id=aa15e722-b3c3-11ed-8145-0050569183fa Brief: Transmitting a demolition report for the following property: * 1923 St. Charles Avenue, 22-36132-DEMO-Council District \"B\" Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. Anita Curran, Council Research Officer - Demolition - 1923 St. Charles Ave REPORT - OF ANITA CURRAN, COUNCIL RESEARCH OFFICER - NEW ORLEANS CITY COUNCIL Brief: Transmitting a demolition report for the following property: * 2227 N. Derbigny Street, 22-36701-DEMO - Council District \"D\" Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. Anita Curran, Council Research Officer - Demolition - 2227 N Derbigny Street CAL. NO. 34,018 - BY: COUNCILMEMBERS MORENO, MORRELL, GIARRUSSO AND HARRIS Brief: An Ordinance to amend Ordinance No. 29,265 M.C.S., as amended, entitled", - "page_number": 10, - "part": 1 + "title": "Regular City Council Minutes 2-2-2023" }, { - "title": "Regular CIty Council Meeting 2-16-2023.pdf", - "page_content": " \"An Ordinance providing an Operating Budget of Revenues for the City of New Orleans for the Year 2023\" to appropriate funds to the Department of Health to provide funding for gun locks; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 5/18/23). (Budget/Audit/Board of Review Committee recommended approval). ADOPTED. 34018 - 29333 M.CS. CAL. NO. 34,019 - BY: COUNCILMEMBERS MORENO, MORRELL, GIARRUSSO AND HARRIS Brief: An Ordinance to amend Ordinance No. 29,266 M.C.S., as amended, entitled \"An Ordinance providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023\" to appropriate funds to the Department of Health to provide funding for gun locks; and https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=44248&doc_id=aa15e722-b3c3-11ed-8145-0050569183fa 10/48 \f", + "page_content": "- Topic: Conditional Use for Commercial Short-Term Rental\n- Summary: This ordinance aimed to establish a conditional use for a commercial short-term rental in a specific urban district and rescind a previous ordinance. The ordinance was adopted.\n- Ordinance Number: CAL. NO. 34,006\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The ordinance was adopted.\n- Tags/Keywords: Zoning, Commercial Short-Term Rental, Urban Core\n- UID: 8f89a131-019d-4fc3-b901-5c98982548c7\n\n- Topic: Amendment for Vocational Education Facility\n- Summary: This ordinance sought an amendment to permit a vocational education facility in a commercial district, including waivers of certain requirements. The ordinance was adopted.\n- Ordinance Number: CAL. NO. 34,007\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The ordinance was adopted.\n- Tags/Keywords: Amendment, Vocational Education, Commercial District\n- UID: 8f89a131-019d-4fc3-b901-5c98982548c7\n\n- Topic: Zoning Change from Historic Residential to Mixed-Use District\n- Summary: This ordinance aimed to change the zoning of a specific area from a historic residential district to a mixed-use district to allow for small multi-family affordable short-term rental interim zoning. The ordinance was adopted.\n- Ordinance Number: CAL. NO. 34,008\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The ordinance was adopted.\n- Tags/Keywords: Zoning Change, Mixed-Use District, Affordable Housing\n- UID: 8f89a131-019d-4fc3-b901-5c98982548c7", + "uid": "8f89a131-019d-4fc3-b901-5c98982548c7", + "publish_date": "2-2-2023", "page_number": 10, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 2-16-2023.pdf", - "page_content": "6/23/23, 5:39 PM 25. 26. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4424&doc_id=aa15e722-b3c3-11ed-8145-0050569183fa otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 5/18/23). (Budget/Audit/Board of Review Committee recommended approval). ADOPTED. 34019 - 29334 M.C.S. CAL. NO. 34,024 - BY: COUNCILMEMBERS KING AND MORRELL Brief: An Ordinance to establish a conditional use to permit a hotel over 10,000 square feet located within the HMC-2 Historic Marigny/Trem\u00e9/Bywater Commercial District, the EC Enhancement Corridor Design Overlay District, the AC-4 Arts and Culture Diversity Overlay District, the Small Multi-Family Affordable Short Term Rental Interim Zoning District, and the Residential Short Term Rental Interim Zoning District, on Square 379, Lot X, in the Third Municipal District, bounded by North Rampart Street, Kerlerec Street, Henriette Delille Street and Columbus Street (Municipal Addresses: 1441-1451 North Rampart Street, 1104 Columbus Street and 1115 Kerlerec Street); and otherwise to provide with respect thereto. ZONING DOCKET NO. 91/22 Annotation: ELECTRONICALLY SUBMITTED. (90 Days, Cn. Deadline 4/5/23). (Cn. Deadline 3/23/22). ADOPTED. 34024 - 29337 M.C.S. CAL. NO. 34,02", - "page_number": 11, - "part": 1 + "title": "Regular City Council Minutes 2-2-2023" }, { - "title": "Regular CIty Council Meeting 2-16-2023.pdf", - "page_content": "5 - BY: COUNCILMEMBERS GIARRUSSO, GREEN, MORENO AND THOMAS (BY REQUEST) Brief: An Ordinance to amend and re-ordain Ordinance No. 29,272 M.C.S., entitled \"An Ordinance Providing a Capital Budget for the Year 2023\", to effect the following change to the 2023 Capital Budget: to de-appropriate funds from the Chief Administrative Office, the Department of Human Services, the Department of Property Management, the Department of Public Works, the Department of Sanitation, the Mosquito, Termite and Rodent Control Board, and the New Orleans Recreation Development Commission; to appropriate funds to the Chief Administrative Office, the Department of Health, the Department of Human Services, the Department of Parks and Parkways, the Department of Property Management, the Department of Public Works, the New Orleans Fire Department, the New Orleans Recreation Development Commission, and the Municipal Yacht Harbor; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 5/19/23). (Fiscal Note received). (Referred to the Budget Committee). (Budget/Audit/Board of Review Committee recommended approval). https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=44248&doc_id=aa15e722-b3c3-11ed-8145-0050569183fa 11/48 \f", + "page_content": "- Topic: Conditional Use for Neighborhood Commercial Establishment\n- Summary: The ordinance aims to establish a conditional use to permit a neighborhood commercial establishment in an HU-RD2 Historic Urban Two-Family Residential District. The location is Square 101, Lot 1, in the Sixth Municipal District. The ordinance was adopted.\n- Ordinance Number: 34,009\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The ordinance was adopted.\n- Tags/Keywords: Conditional Use, Neighborhood Commercial Establishment, Zoning\n- UID: a7dc48bd-b077-4038-a6c6-8e1b45a8780f\n\n- Topic: Affordable Housing Planned Development\n- Summary: This ordinance seeks to grant an affordable housing planned development in a C-1 General Commercial District and a Residential Short Term Rental Interim Zoning Overlay District. The location is Square 420, Lots 7, A or 6, B or 5, C or 4, 3, Pt. 8, and 9, in the First Municipal District. The ordinance was adopted.\n- Ordinance Number: 34,010\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The ordinance was adopted.\n- Tags/Keywords: Affordable Housing, Planned Development, Zoning\n- UID: a7dc48bd-b077-4038-a6c6-8e1b45a8780f", + "uid": "a7dc48bd-b077-4038-a6c6-8e1b45a8780f", + "publish_date": "2-2-2023", "page_number": 11, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 2-16-2023.pdf", - "page_content": "6/23/23, 5:39 PM 27. 28. 29. 34025 Cm. Giarrusso moved, seconded by Cm. Morrell, to remove 34,025 from the Consent Agenda and place on the Regular Agenda to add Amendments. CAL. NO. 34,026 - BY: COUNCILMEMBERS GIARRUSSO, GREEN, HARRIS, KING, MORENO, MORRELL AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29266 M.C.S., as amended, entitled \"An Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023,\" to transfer funds from the \"100-Personal Services\" appropriation to the \"600-Grants, Contributions, and Fund Transfers\" appropriation within the Department of Police in Fund 4150 (Federal Treasury Department); and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 5/19/23). (Fiscal Note received). (Referred to the Budget Committee). (Budget/Audit/Board of Review Committee recommended approval). ADOPTED. 34026 - 29339 M.C.S. CAL. NO. 34,037 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN, AND THOMAS (BY REQUEST) Brief: An Ordinance to ame", - "page_number": 12, - "part": 1 + "title": "Regular City Council Minutes 2-2-2023" }, { - "title": "Regular CIty Council Meeting 2-16-2023.pdf", - "page_content": "nd Ordinance No. 28,863 M.C.S., as amended, entitled \"An Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2022,\" to transfer funds within the General Fund Operating Budget Fund to various departments to cover overages incurred during the year 2022; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 5/19/23). (Fiscal Note received). (Referred to the Budget Committee). (Budget/Audit/Board of Review Committee recommended approval). ADOPTED. 34037 - 29340 M.C.S. CAL. NO. 34,039 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29265 M.C.S., as amended, entitled \"An Ordinance Providing an Operating Budget of Revenues for the City of New Orleans for the Year 2023,\" https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=44248&doc_id=aa15e722-b3c3-11ed-8145-0050569183fa cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4424&doc_id=aa15e722-b3c3-11ed-8145-0050569183fa 12/48 \f", + "page_content": "- Topic: Ordinance to establish a conditional use for a commercial space in an HU-B1 Historic Urban Neighborhood Business District\n - Summary: The ordinance aimed to permit a commercial space over 5,000 square feet in floor area in a specific district. The outcome of the vote was ADOPTED.\n - Ordinance Number: ZONING DOCKET NO. 92/22\n - Votes Summary:\n Vote 1: ADOPTED - (N/A)\n - Decision/Key Actions: The ordinance was adopted, allowing for the establishment of a conditional use for a commercial space in the specified district.\n - Tags/Keywords: Zoning, Commercial Space, Historic District\n - UID: 29c6df70-4bf4-4ccf-8a11-5c11faac8c7d\n\n- Topic: Resolution to establish a task force between the City of New Orleans and the Bureau of Alcohol, Tobacco, Firearms, and Explosives (ATF) to address crime\n - Summary: The resolution aimed to create a task force to address crime in collaboration with the ATF. The outcome of the vote was CONTINUED TO THE MEETING OF 5/11/23.\n - Ordinance Number: NO. R-23-13\n - Votes Summary:\n Vote 1: CONTINUED - (N/A)\n - Decision/Key Actions: The resolution was continued to the next meeting for further consideration and discussion.\n - Tags/Keywords: Task Force, Crime, ATF Collaboration\n - UID: 29c6df70-4bf4-4ccf-8a11-5c11faac8c7d\n\n- Topic: Resolution to establish an educational program on stolen firearms taken from vehicles being used in criminal activity\n - Summary: The resolution aimed to establish an educational program to inform the public about the issue of stolen firearms from vehicles being used in criminal activity. The outcome of the vote was ADOPTED.\n - Ordinance Number: NO. R-23-14\n - Votes Summary:\n Vote 1: ADOPTED - (N/A)\n - Decision/Key Actions: The resolution was adopted, leading to the establishment of the educational program on the issue of stolen firearms from vehicles.\n - Tags/Keywords: Educational Program, Stolen Firearms, Public Awareness\n - UID: 29c6df70-4bf4-4ccf-8a11-5c11faac8c7d", + "uid": "29c6df70-4bf4-4ccf-8a11-5c11faac8c7d", + "publish_date": "2-2-2023", "page_number": 12, - "part": 2 + "title": "Regular City Council Minutes 2-2-2023" }, { - "title": "Regular CIty Council Meeting 2-16-2023.pdf", - "page_content": "6/23/23, 5:39 PM 30. 31. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4424&doc_id=aa15e722-b3c3-11ed-8145-0050569183fa to appropriate an additional $283,295,769 for Intergovernmental Revenues; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 5/19/23). (Fiscal Note received). (Referred to the Budget Committee). (Budget/Audit/Board of Review Committee recommended approval). ADOPTED. 34039 - 29341 M.CS. CAL. NO. 34,040 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29266 M.C.S., as amended, entitled \"An Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023,\" to appropriate an additional $283,295,769 for Intergovernmental Expenditures; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34", + "page_content": "- Topic: Resolution in support of utilizing the Law Enforcement Management District of Orleans Parish\n- Summary: The resolution aims to increase police presence and response times for non-violent service calls within the City of New Orleans.\n- Ordinance Number: R-23-14 LO\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The resolution was recommended for approval by the Criminal Justice Committee and was continued to the meeting of 5/11/23.\n- UID: c794d314-9e38-4ee3-b1f9-70897f0184dc\n\n- Topic: Chronic nuisance properties ordinance\n- Summary: The ordinance aims to enact rules for the abatement of chronic nuisance properties in the City of New Orleans.\n- Ordinance Number: CAL. NO. 34,023\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance was adopted and enacted as Article IV of Chapter 102 of the Code of the City of New Orleans.\n- UID: c794d314-9e38-4ee3-b1f9-70897f0184dc", + "uid": "c794d314-9e38-4ee3-b1f9-70897f0184dc", + "publish_date": "2-2-2023", "page_number": 13, - "part": 1 + "title": "Regular City Council Minutes 2-2-2023" }, { - "title": "Regular CIty Council Meeting 2-16-2023.pdf", - "page_content": ". Postponement Deadline 5/19/23). (Fiscal Note received). (Referred to the Budget Committee). (Budget/Audit/Board of Review Committee recommended approval). ADOPTED. 34040 - 29342 M.C.S. CAL. NO. 34,041 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29265 M.C.S., as amended, entitled \"An Ordinance Providing an Operating Budget of Revenues for the City of New Orleans for the Year 2023,\" to appropriate funds to remit a proposed settlement payment to the Metro estate; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 5/19/23). (Fiscal Note received). (Referred to the Budget Committee). (Budget/Audit/Board of Review Committee recommended approval). ADOPTED. 34041 - 29343 M.C.S. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=44248&doc_id=aa15e722-b3c3-11ed-8145-0050569183fa 13/48 \f", - "page_number": 13, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 2-16-2023.pdf", - "page_content": "6/23/23, 5:39 PM 32. 33. 34. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4424&doc_id=aa15e722-b3c3-11ed-8145-0050569183fa CAL. NO. 34,042 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29266 M.C.S., as amended, entitled \"An Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023,\" to appropriate funds to remit a proposed settlement payment to the Metro estate; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 5/19/23). (Fiscal Note received). (Referred to the Budget Committee). (Budget/Audit/Board of Review Committee recommended approval). ADOPTED. 34042 - 29344 M.CS. CAL. NO. 34,051 - BY: COUNCILMEMBERS GIARRUSSO (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29265 M.C.S., as amended, entitled \"An Ordinance Providing an Operating Budget of Revenues for the City of New Orleans for the Year 2023\", to appropriate funds received under the American Rescue Pl", - "page_number": 14, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 2-16-2023.pdf", - "page_content": "an Act to Chief Administrative Office to fund the purchase of vehicles and equipment; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 6/2/23). (Fiscal Note received). (Technical Correction needed). (Budget/Audit/Board of Review Committee recommended approval). ADOPTED. 34051 - 29350 M.C.S. CAL. NO. 34,052 - BY: COUNCILMEMBERS GIARRUSSO (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29266 M.C.S., as amended, entitled \"An Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023\", to appropriate funds received under the American Rescue Plan Act to the Chief Administrative Officer to fund the purchase of vehicles and equipment; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 6/2/23). (Fiscal Note received). (Technical Correction needed). https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=44248&doc_id=aa15e722-b3c3-11ed-8145-0050569183fa 14/48 \f", + "page_content": "- Topic: Support for formal policy between Orleans Criminal Court Judicial Administrator Office and Orleans Parish District Attorney's Office\n- Summary: The resolution supports the creation of a formal policy regarding the use of the S. White Street entrance and requests all parties to report back to the Council within thirty days.\n- Ordinance Number: R-23-51\n- Votes Summary:\n Vote 1: Amendment - Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n Vote 2: Amendment to Amendment - Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n Vote 3: As Amended - Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The resolution was passed with amendments to support the creation of a formal policy.\n- UID: 84e9554e-b77b-4934-825d-5af4f61e044a", + "uid": "84e9554e-b77b-4934-825d-5af4f61e044a", + "publish_date": "2-2-2023", "page_number": 14, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 2-16-2023.pdf", - "page_content": "6/23/23, 5:39 PM 35. 36. 37. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4424&doc_id=aa15e722-b3c3-11ed-8145-0050569183fa (Budget/Audit/Board of Review Committee recommended approval). ADOPTED. 34052 - 29351 M.C.S. CAL. NO. 34,060 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29265 M.C.S., as amended, entitled \"An Ordinance Providing an Operating Budget of Revenues for the City of New Orleans for the Year 2023,\" to appropriate funds received under Act 170 of the 2022 Regular Legislative Session to the Department of Police to purchase furniture, operational materials, and information technology equipment; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 6/2/23). (Fiscal Note received). (Budget/Audit/Board of Review Committee recommended approval). ADOPTED. 34060 - 29354 M.C.S. CAL. NO. 34,061 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordin", - "page_number": 15, - "part": 1 + "title": "Regular City Council Minutes 2-2-2023" }, { - "title": "Regular CIty Council Meeting 2-16-2023.pdf", - "page_content": "ance to amend Ordinance No. 29266 M.C.S., as amended, entitled \"An Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023,\" to appropriate funds received under Act 170 of the 2022 Regular Legislative Session to the New Orleans Police Department to purchase furniture, operational materials, and information technology equipment; and otherwise, to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 6/2/23). (Fiscal Note received). (Budget/Audit/Board of Review Committee recommended approval). ADOPTED. 34061 - 29355 M.C.S. RESOLUTION - NO. R-23-73 - BY: COUNCILMEMBERS MORRELL, MORENO, GIARRUSSO, HARRIS, KING, GREEN AND THOMAS Brief: RESOLUTION IMPLEMENTING MINIMUM RELIABILITY PERFORMANCE STANDARDS FOR ELECTRIC DISTRIBUITION WITH ASSOCIATED FINANCIAL PENALTIES FOR SUBSTANDARD PERFORMANCE DOCKET NO. UD-17-04 Annotation: https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=44248&doc_id=aa15e722-b3c3-11ed-8145-0050569183fa 15/48 \f", + "page_content": "- Topic: Amendment of Firearm-Free Zone Regulations\n- Summary: The ordinance aims to amend sections 54-358 of the Code of the City of New Orleans regarding the possession of a firearm in a Firearm-Free Zone and the imposition of maximum penalties. The motion to adopt the ordinance passed with 6 YEAS and 0 NAYS.\n- Ordinance Number: R-23-51\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance was adopted with the specified number of votes.\n- Tags/Keywords: Firearm regulations, City of New Orleans, Maximum penalties\n- UID: cb23023f-ccc1-4c9d-8cfc-c5d4034d9e1d\n\n- Topic: Cooperative Endeavor Agreement with New Schools for New Orleans\n- Summary: The ordinance authorizes the Mayor of the City of New Orleans to enter into a Cooperative Endeavor Agreement with New Schools for New Orleans for the development of a successful program across NOLA-PS charter schools. The motion to adopt the ordinance passed with 7 YEAS and 0 NAYS.\n- Ordinance Number: CAL. NO. 34,035\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance was adopted with the specified number of votes.\n- Tags/Keywords: Cooperative Endeavor Agreement, New Schools for New Orleans, NOLA-PS charter schools\n- UID: cb23023f-ccc1-4c9d-8cfc-c5d4034d9e1d", + "uid": "cb23023f-ccc1-4c9d-8cfc-c5d4034d9e1d", + "publish_date": "2-2-2023", "page_number": 15, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 2-16-2023.pdf", - "page_content": "6/23/23, 5:39 PM 38. 39. 40. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4424&doc_id=aa15e722-b3c3-11ed-8145-0050569183fa ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 6/16/23). (The Utility, Cable, Telecommunications and Technology Committee and Climate Change and Sustainability Committee recommended approval). ADOPTED. R-23-73 RESOLUTION - NO. R-23-74 - BY: COUNCILMEMBERS MORRELL, MORENO, GIARRUSSO, HARRIS, KING, GREEN AND THOMAS Brief: RESOLUTION AND ORDER PROVIDING GUIDANCE AND ESTABLISHING FURTHER PROCEDURAL DEADLINES WITH RESPECT TO SYSTEM RESILIENCY AND STORM HARDENING DOCKET UD-21-03 Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 6/16/23). (The Utility, Cable, Telecommunications and Technology Committee and Climate Change and Sustainability Committee recommended approval). ADOPTED. R-23-", - "page_number": 16, - "part": 1 + "title": "Regular City Council Minutes 2-2-2023" }, { - "title": "Regular CIty Council Meeting 2-16-2023.pdf", - "page_content": "74 RESOLUTION - NO. R-23-75 - BY: COUNCILMEMBERS MORRELL, MORENO, GIARRUSSO, HARRIS, KING, GREEN AND THOMAS Brief: RESOLUTION AND ORDER ADOPTING ENO'S REQUEST TO MODIFY ELECTRIC RATE SCHEDULES AND PROPOSED PUBLIC DIRECT CURRENT FAST CHARGING STATION PROJECT DOCKET UD-18-01 and DOCKET UD-18-07 Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 6/16/23). (The Utility, Cable, Telecommunications and Technology Committee and Climate Change and Sustainability Committee recommended approval). ADOPTED. R-23-75 MOTION TO ADOPT CONSENT AGENDA AND REFER OTHER MATTERS TO THE PROPER AGENCY. MOVED By: Giarrusso SECONDED BY: Thomas ACTION: Adopt YEAS: Giarrusso, Green, Harris, Moreno, Morrell, Thomas - 6 NAYS: 0 ABSTAIN: 0 https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=44248&doc_id=aa15e722-b3c3-11ed-8145-0050569183fa 16/48 \f", + "page_content": "- Topic: Louisiana\u2019s 2019 Medicaid expansion for public school students in New Orleans\n- Summary: The ordinance aims to assist and maximize the capacity of schools to take advantage of Louisiana\u2019s 2019 Medicaid expansion for allowable services to better serve students and families of public school students in New Orleans. It was adopted.\n- Ordinance Number: 48\n- Votes Summary:\n - Vote 1: Adopt - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance was adopted without any opposition.\n- UID: db18bc90-cc9e-4847-bdc6-9b3c26c934ba\n\n- Topic: Rules governing the review and approval of contracts\n- Summary: This ordinance creates rules (Rule 57 - Contract Approval) governing the review and approval of contracts governed by Section 70-10. It was adopted.\n- Ordinance Number: 49\n- Votes Summary:\n - Vote 1: Adopt - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance was adopted without any opposition.\n- UID: db18bc90-cc9e-4847-bdc6-9b3c26c934ba\n\n- Topic: Resolution on legislative grouping\n- Summary: This resolution involves a legislative grouping and was introduced by councilmembers Morrell and King. The details of the resolution were not explicitly mentioned.\n- Ordinance Number: 49a\n- Votes Summary:\n - Vote 1: N/A\n- Decision/Key Actions: The details of the resolution and its outcome were not provided in the summary.\n- UID: db18bc90-cc9e-4847-bdc6-9b3c26c934ba", + "uid": "db18bc90-cc9e-4847-bdc6-9b3c26c934ba", + "publish_date": "2-2-2023", "page_number": 16, - "part": 2 + "title": "Regular City Council Minutes 2-2-2023" }, { - "title": "Regular CIty Council Meeting 2-16-2023.pdf", - "page_content": "6/23/23, 5:39 PM 4l. la. 1b. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4424&doc_id=aa15e722-b3c3-11ed-8145-0050569183fa ABSENT: King - 1 RECUSED: 0 AND THE MOTION PASSED. AND THE CONSENT AGENDA WAS ADOPTED. LEGISLATIVE GROUPING COMMUNICATION - FROM MONIQUE N. GREEN, LEGISLATIVE DIRECTOR, COUNCILMEMBER EUGENE J. GREEN, JR., DISTRICT \"D\" Brief: Transmitting the Mayor's Office of Economic Development's recommendation of approval, and requesting the scheduling of a public hearing, for the following Tax Exemption application: * ITE Application #2022-0049, 3201 France Road, Terviva Industries LLC Annotation: ELECTRONICALLY SUBM", + "page_content": "- Topic: Resolution to establish a working group for truancy and juvenile curfew violations\n- Summary: The ordinance aimed to establish a working group to develop a comprehensive plan to address truancy and juvenile curfew violations. An amendment was proposed to remove references to juvenile curfew violations and make changes to the language regarding the importance of regular school attendance. The amendment was adopted with 6 YEAS and 0 NAYS.\n- Ordinance Number: R-23-16 LO Amendment\n- Votes Summary:\n Vote 1: Adopt - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The amendment to the resolution was adopted, making changes to the language regarding truancy and school attendance.\n- Tags/Keywords: truancy, juvenile curfew, working group, amendment\n- UID: 48b0aee2-cb94-49f0-b55d-262f5b7a6190", + "uid": "48b0aee2-cb94-49f0-b55d-262f5b7a6190", + "publish_date": "2-2-2023", "page_number": 17, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 2-16-2023.pdf", - "page_content": "ITTED. (Communication received at the meeting of 2/2/23). HEARING HELD. RESOLUTION - NO. R-23-79 - BY: COUNCILMEMBER GREEN Brief: A resolution Approving ITE Application #2020-0049, 3201 France Road. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 6/16/23). ADOPTED. R-23-79 Speakers: Will Kusch Erika Stenner Michael Burnside Jordan Mychal Louis David MOVED By: Green SECONDED BY: Thomas ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=44248&doc_id=aa15e722-b3c3-11ed-8145-0050569183fa 17/48 \f", - "page_number": 17, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 2-16-2023.pdf", - "page_content": "6/23/23, 5:39 PM la. 1b. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4424&doc_id=aa15e722-b3c3-11ed-8145-0050569183fa ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. LEGISLATIVE GROUPING DEMOLITION REQUEST _- OF MR. ROSS CLAIBORNE, REAL ESTATE DEVELOPMENT, VERDAD REAL ESTATE & CONSTRUCTION SERVICES Brief: Transmitting the application documents for demolition permit requiring City Council review and approval for the following property: * 1923 St. Charles Avenue, 22-36132-DEMO-Council District \"B\" Annotation: ELECTRONICALLY SUBMITTED. (Cm. Harris, District B, Cn. Deadline 3/19/23). HEARING HELD. Mr. Ross Claiborne, Real Estate Development - 1923 St. Charles Avenue MOTION \u2014 NO. M-23-76 \u2014 BY: COUNCILMEMBER HARRIS ", - "page_number": 18, - "part": 1 + "title": "Regular City Council Minutes 2-2-2023" }, { - "title": "Regular CIty Council Meeting 2-16-2023.pdf", - "page_content": " Brief: Approving the demolition permit for the property located at 1923 St. Charles Avenue. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 6/16/23). M-23-76 MOVED By: Harris SECONDED BY: Green ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Morrell, Thomas - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Moreno - 1 RECUSED: 0 AND THE MOTION PASSED. DEMOLITION REQUEST - OF CARLOS HAMPTON Brief: Transmitting the application documents for a demolition permit requiring City Council review and approval for the following property: * 2227 N. Derbigny Street, 22-36701-DEMO-RSFD \u2014 Council https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=44248&doc_id=aa15e722-b3c3-11ed-8145-0050569183fa 18/48 \f", + "page_content": "- Topic: Amending Council Rule 10.C\n- Summary: The ordinance aimed to increase the number of permitted special orders of business per council member per quarter to a limit of six. The motion was adopted.\n- Ordinance Number: M-23-47\n- Votes Summary:\n - Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The motion to amend the council rule was adopted.\n- UID: cc16170a-1b1e-4e73-8411-f24c356e09c0\n\n- Topic: Issuing Request for Proposals for Police Recruitment Programs Evaluation\n- Summary: The ordinance directed the Council Chief of Staff to issue a Request for Proposals to begin the competitive selection process for a professional to assist the Council with a full evaluation of police recruitment programs. The motion was adopted.\n- Ordinance Number: M-23-60\n- Votes Summary:\n - Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The motion to issue a Request for Proposals for police recruitment programs evaluation was adopted.\n- UID: cc16170a-1b1e-4e73-8411-f24c356e09c0", + "uid": "cc16170a-1b1e-4e73-8411-f24c356e09c0", + "publish_date": "2-2-2023", "page_number": 18, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 2-16-2023.pdf", - "page_content": "6/23/23, 5:39 PM 3a. 3b. 4a. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4424&doc_id=aa15e722-b3c3-11ed-8145-0050569183fa District \u201cD\u201d Annotation: ELECTRONICALLY SUBMITTED. (Cm. Green, District D, Cn. Deadline 3/19/23). CONTINUED TO THE MEETING OF 3/9/23. LEGISLATIVE GROUPING HDLC APPEAL - OF JUDGE MICHAEL BAGNERIS (RET) - REPRESENTING CYPRESS COAST CONCEPTS LLC Brief: Requesting to appeal the Historic District Landmarks Commission's decision to levy a fine of $21,690.00 for the unpermitted demolition for property located at 2220 Broadway Street. Annotation: (Cm. Giarrusso, District A, Cn. Deadline 3/20/23). (Report received at the meeting of 2/2/23). CONTINUED TO THE MEETING OF 3/9/23. Judge Michael Bagneris - 2220 Broadway Street MOTION \u2014 NO. M-23-80 \u2014 BY: COUNCILMEMBER GIARRUSS", - "page_number": 19, - "part": 1 + "title": "Regular City Council Minutes 2-2-2023" }, { - "title": "Regular CIty Council Meeting 2-16-2023.pdf", - "page_content": "O Brief: Granting the applicant\u2019s request to appeal a fine of $21,690 for unpermitted demolition and reducing the fine to $15,000 for the property located at 2220 Broadway. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 6/16/23). CONTINUED TO THE MEETING OF 3/9/23. M-23-80 LEGISLATIVE GROUPING HDLC APPEAL \u2014 OF SIMONE CIFUENTES Brief: Requesting to appeal the Historic District Landmarks Commission\u2019s decision of \u201cdenial\u201d of new standing seam metal roof for property located at 725 Mandeville Street. Annotation: ELECTRONICALLY SUBMITTED. (Cm. King, District C, Cn. Deadline 3/20/23). (Report will be received on today\u2019s Consent Agenda). HEARING HELD. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=44248&doc_id=aa15e722-b3c3-11ed-8145-0050569183fa 19/48 \f", + "page_content": "- Topic: ZONING DOCKET NO. 98/22\n- Summary: Request for an Amendment to the text of the Comprehensive Zoning Ordinance to create a new Interim Zoning District called the Lower Algiers Rural Protection Interim Zoning District, which would prohibit the development of multi-family residences and commercial development in specific districts. The recommendation of the City Planning Commission was for denial.\n- Ordinance Number: ZD NO. 98-22\n- Votes Summary:\n Vote 1: Passed - (YEAS: Giarrusso, Green, King, Moreno, Morrell, Thomas - 6, NAYS: 0, ABSTAIN: 0, ABSENT: Harris - 1)\n- Decision/Key Actions: The motion passed, with the request for an amendment to create the new Interim Zoning District being granted despite the City Planning Commission's recommendation for denial.\n- Tags/Keywords: Zoning, Amendment, Interim Zoning District, Development, City Planning Commission\n- UID: 4678df19-0122-44b4-ba90-ef60cd2fad6f\n\n- Topic: MOTION - NO. M-23-57\n- Summary: Granting the applicant's request on ZD NO. 98/22, with modifications to the language of the Interim Zoning District to temporarily prohibit the development of multi-family residential homes and commercial development in specific zoning districts for impact studies and environmental analysis.\n- Ordinance Number: M-23-57\n- Votes Summary:\n Vote 1: Passed - (YEAS: Giarrusso, Green, King, Moreno, Morrell, Thomas - 6, NAYS: 0, ABSTAIN: 0, ABSENT: Harris - 1)\n- Decision/Key Actions: The motion passed, granting the applicant's request for modifications to the Interim Zoning District language.\n- Tags/Keywords: Zoning, Interim Zoning District, Development, Impact Studies, Environmental Analysis\n- UID: 4678df19-0122-44b4-ba90-ef60cd2fad6f", + "uid": "4678df19-0122-44b4-ba90-ef60cd2fad6f", + "publish_date": "2-2-2023", "page_number": 19, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 2-16-2023.pdf", - "page_content": "6/23/23, 5:39 PM Ab. 6. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4424&doc_id=aa15e722-b3c3-11ed-8145-0050569183fa Simone Cifuentes - 725 Mandeville St MOTION - NO. M-23-82 - BY: COUNCILMEMBER KING Brief: Granting the applicant's request for the property located at 725 Mandeville Street, subject to two (2) provisos, as follows: 1. The metal roof color shall be limited to a dark shade of gray, black or bronze in a less reflective finish. 2. The details of the metal roof shall be approved by the HDLC. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 6/16/23). M-23-82 Speaker: Simone CiFuentes MOVED By: King SECONDED BY: Green ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. ZONING DOCKET NO. 95/22 - CITY COUNCIL MOTION M-22-467 Brief: Requesting a Text Amendment to Article 19 of the Comprehensive Zoning Or", - "page_number": 20, - "part": 1 + "title": "Regular City Council Minutes 2-2-2023" }, { - "title": "Regular CIty Council Meeting 2-16-2023.pdf", - "page_content": "dinance (CZO) to establish a new Interim Zoning District (IZD) to be named the Residential Short Term Rental Interim Zoning District. The intent of the IZD is to establish a temporary prohibition of Residential Short Term Rental (STR) uses citywide and to prevent any issuance of new Residential Short Term Rental permits or licenses. The three prohibited use categories include: Residential Short Term Rental, Small; Residential Short Term Rental, Large; and Residential Short Term Rental, Partial Unit. The proposed Text Amendment would affect properties citywide. The recommendation of the City Planning Commission being for \u201cMODIFIED APPROVAL\u201d. Annotation: ELECTRONICALLY SUBMITTED. (All Cms., Citywide, Cn. Deadline 4/3/23). CONTINUED TO THE MEETING OF 3/9/23. ZD 95/22 ZONING DOCKET NO. 1/23 - ROBERT SCHOPPE AND CONSTANCE SCHOPPE https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=44248&doc_id=aa15e722-b3c3-11ed-8145-0050569183fa 20/48 \f", + "page_content": "- Topic: Prohibited Uses in Zoning Regulations\n- Summary: The ordinance prohibits multi-family residential dwellings and commercial uses, with specific criteria for appeal procedures outlined in the document.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Prohibited uses include multi-family residential dwellings and commercial uses, with appeal procedures and criteria outlined.\n- Tags/Keywords: Zoning, Prohibited Uses, Appeal Procedure\n- UID: 7bdbc82d-9c40-4f6c-b453-02afb5452644", + "uid": "7bdbc82d-9c40-4f6c-b453-02afb5452644", + "publish_date": "2-2-2023", "page_number": 20, - "part": 2 + "title": "Regular City Council Minutes 2-2-2023" }, { - "title": "Regular CIty Council Meeting 2-16-2023.pdf", - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4424&doc_id=aa15e722-b3c3-11ed-8145-0050569183fa Brief: Requesting a Zoning Change from an HU-RD1 Historic Urban Two-Family Residential District to an HU-MU Historic Urban Mixed-Use District and a conditional use to permit a reception facility in an HU-MU District, on Square 897, Lot E, in the Third Municipal District, bounded by Esplanade Avenue, North Prieur Street, North Roman Street, and Kerlerec Street (Municipal Address: 1819 Esplanade Ave). The recommendation of the City Planning Commission being \"FOR DENIAL\". Annotation: ELECTRONICALLY SUBMITTED. (Cm. Green, District D, Cn. Deadline 4/3/23). CONTINUED TO THE MEETING OF 3/9/23. ZD NO. 1/23 ZONING DOCKET NO. 2/23 - CITY COUNCIL MOTION NO. M-22-485 Brief: Requesting a Text Amendment to the Comprehensive Zoning Ordinance to modify the Residential Short Term Rental regulations to bring them into compliance with the decision by the United States Court of Appeals for the Fifth Circuit which determined the homestead exemption requirement to be unconstitutional. The motion includes fourteen (14) items for CPC staff", + "page_content": "- Topic: Ordinance 1/1/24\n- Summary: The ordinance discussed at the meeting was not specified in the chunk.\n- Ordinance Number: 1/1/24\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: No specific decision or key actions mentioned.\n- Tags/Keywords: None provided\n- UID: c26d331a-9bd8-43e5-8077-d9ec6e7c8031", + "uid": "c26d331a-9bd8-43e5-8077-d9ec6e7c8031", + "publish_date": "2-2-2023", "page_number": 21, - "part": 1 + "title": "Regular City Council Minutes 2-2-2023" }, { - "title": "Regular CIty Council Meeting 2-16-2023.pdf", - "page_content": "'s consideration: * Additional/new prohibitions, including capping Measures such as limiting the number of licenses held by a property owner, limiting the number of STRs an operator can operate, or creating restrictions based on block-face and/or neighborhood caps, spacing, or census tract; * Adjusting oversight responsibilities currently Applicable to owners and operators, including the possible shift to an on-site host requirement or allowance for an on-site operator in lieu of owner; * Applicable regulations that may be available relative to the internet platforms that provide STR listings, including platform accountability; * Changes to the existing STR categories and license types; * Compliance standards; * Requiring platforms to collect data; Enforcement mechanisms and penalties including the revocation of licenses and prevention of applicants' ability to apply for new licenses due to historical quality of life violations; use. This includes the possibility of adopting total bans by zoning https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=44248&doc_id=aa15e722-b3c3-11ed-8145-0050569183fa 21/48 \f", + "page_content": "- Topic: E-Comments Exclusion from Record\n- Summary: The e-comments from various individuals were not read into the record during the council meeting.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: No action was taken on this matter during the meeting.\n- Tags/Keywords: E-Comments, Record Exclusion\n- UID: 9b41e8d5-64c5-4f00-9193-1b010c3529b1", + "uid": "9b41e8d5-64c5-4f00-9193-1b010c3529b1", + "publish_date": "2-2-2023", "page_number": 21, - "part": 2 + "title": "Regular City Council Minutes 2-2-2023" }, { - "title": "Regular CIty Council Meeting 2-16-2023.pdf", - "page_content": "6/23/23, 5:39 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4424&doc_id=aa15e722-b3c3-11ed-8145-0050569183fa district, by neighborhood, or citywide. The proposed text changes would affect regulations that are applied city-wide. The recommendation of the City Planning Commission being for \"MODIFIED APPROVAL\". Annotation: ELECTRONICALLY SUBMITTED. (All Cms., Citywide, Cn. Deadline 4/3/23). CONTINUED TO THE SPECIAL MEETING OF 3/2/23. ZD NO. 2/23 8. LEGISLATIVE GROUPING 8a. ZONING DOCKET NO. 6/23 - CCW PROPERTIES Brief: Requesting a Conditional Use to permit live entertainment (secondary use) in a brewery in an MU-1 Medium Intensity Mixed-Use District, on Square 21, Lot X, in the Fourth Municipal District, bounded by Tchoupitoulas, Eighth, Saint Thomas and Seventh Streets (Municipal Address: 3033 Tchoup", + "page_content": "- Topic: Design Review 54/22 - Scott Steen\n- Summary: Appeal of the Lower Algiers Rural Protection Interim Zoning District to permit a multi-family residential development in specific districts.\n- Ordinance Number: 54/22\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n Vote 2: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n Vote 3: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n Vote 4: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The appeal to permit a multi-family residential development was approved.\n- Tags/Keywords: Appeal, Zoning District, Residential Development\n- UID: 343b1b7b-3d10-4b86-8c1a-d933e07360a9", + "uid": "343b1b7b-3d10-4b86-8c1a-d933e07360a9", + "publish_date": "2-2-2023", "page_number": 22, - "part": 1 + "title": "Regular City Council Minutes 2-2-2023" }, { - "title": "Regular CIty Council Meeting 2-16-2023.pdf", - "page_content": "itoulas Street). The recommendation of the City Planning Commission being \u201cFOR APPROVAL\u201d, subject to two (2) provisos. Annotation: ELECTRONICALLY SUBMITTED. (Cm. Harris, District B, Cn. Deadline 4/3/23). HEARING HELD. ZD NO. 6/23 8b. MOTION \u2014 NO. M-23-71 \u2014 BY: COUNCILMEMBER HARRIS Brief: Approving and granting the applicant\u2019s Conditional Use request on ZD NO. 6/23, subject to two (2) provisos for the property located at 3033 Tchoupitoulas Street. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 6/16/23). M-23-71 Speaker: Doug Waln Jr. MOVED By: Harris SECONDED BY: Giarrusso ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=44248&doc_id=aa15e722-b3c3-11ed-8145-0050569183fa 22/48 \f", - "page_number": 22, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 2-16-2023.pdf", - "page_content": "6/23/23, 5:39 PM 10. 10a. 10b. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4424&doc_id=aa15e722-b3c3-11ed-8145-0050569183fa ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. CAL. NO. 33,893 - BY: COUNCILMEMBER HARRIS Brief: An Ordinance to ordain Section 70-10 of the Code of the City of New Orleans to establish reporting requirements applicable to the Department of Finance, including both a statement to be issued alongside each payment the City of New Orleans provides to a security and improvement district, and an annual financial report to be transmitted to the City Council, and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. CONTINUED TO THE MEETING OF 3/9/23. 33893 LEGISLATIVE GROUPING CAL. NO. 34,020 - BY: COUNCILMEMBERS MORENO, MORRELL, GIARRUSSO, HARRIS, KING, GREEN AND THOMAS Brief: An Ordinance to amend Ordinance No. 29,265 M.C.S., as amended, entitled \"An Ordinance providing an Op", - "page_number": 23, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 2-16-2023.pdf", - "page_content": "erating Budget of Revenues for the City of New Orleans for the Year 2023\" to appropriate funds to the Mayor's Office of Workforce Development, within Miscellaneous Programs, to provide funding for an increase in youth participants; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 5/18/23). (Budget/Audit/Board of Review Committee recommended approval with amendment). 34020 - 29335 M.C.S. AMENDMENT TO ORDINANCE NO. 34,020 - BY: COUNCILMEMBER MORENO Brief: (1) On page 2, line 3, replace the figure \"$1,900,000\" with \"$2,100,000\" (2) On page 2, line 4, replace the figure \"$1,900,000\" with \"$2,100,000\" (3) On page 2, line 7, replace the figure \"$1,900,000\" with \"$2,100,000\" (4) On page 2, line 8, replace the figure \"$1,900,000\" with \"$2,100,000\" Annotation: https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=44248&doc_id=aa15e722-b3c3-11ed-8145-0050569183fa 23/48 \f", + "page_content": "- Topic: Denial of Applicant's Request for Property at 40 English Turn Parkway\n- Summary: The council denied the applicant's request for property located at 40 English Turn Parkway as per DR NO. 54-22.\n- Ordinance Number: M-23-62\n- Votes Summary:\n Vote 1: Amendment - Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n Vote 2: As Amended - Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The motion to deny the applicant's request was passed.\n- Tags/Keywords: Property Denial, DR NO. 54-22, M-23-62\n- UID: 5252ecbe-e916-4e42-b178-e8a0aa4a7e12\n\n- Topic: Street Name Change to SUNO Knights Drive\n- Summary: A request was made to rename a portion of Press Drive between Leon C. Simon Drive and Emmett W. Bashful Boulevard as SUNO Knights Drive, but it was ultimately withdrawn.\n- Ordinance Number: 5/22 - SUNO Knights Drive\n- Votes Summary: N/A\n- Decision/Key Actions: The request for the street name change was withdrawn.\n- Tags/Keywords: Street Name Change, SUNO Knights Drive, Press Drive\n- UID: 5252ecbe-e916-4e42-b178-e8a0aa4a7e12", + "uid": "5252ecbe-e916-4e42-b178-e8a0aa4a7e12", + "publish_date": "2-2-2023", "page_number": 23, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 2-16-2023.pdf", - "page_content": "6/23/23, 5:39 PM 11. lla. 11b. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4424&doc_id=aa15e722-b3c3-11ed-8145-0050569183fa ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 6/16/23). 34020 AM MOVED By: Moreno SECONDED BY: Green ACTION: Amendment YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. Speakers: Michael Wilis George Mahdi Michael Burnside MOVED By: Moreno SECONDED BY: Green ACTION: As Amended YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. ORD. NO. 29335 M.C.S. AS AMENDED LEGISLATIVE GROUPING CAL. NO. 34,021 - BY: COUNCILMEMBERS MORENO, MORRELL, GIARRUSSO, GREEN", - "page_number": 24, - "part": 1 + "title": "Regular City Council Minutes 2-2-2023" }, { - "title": "Regular CIty Council Meeting 2-16-2023.pdf", - "page_content": ", KING AND THOMAS Brief: An Ordinance to amend Ordinance No. 29,266 M.C.S., as amended, entitled \u201cAn Ordinance providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023\u201d to appropriate funds to the Mayor's Office of Workforce Development, within Miscellaneous Programs, to provide funding for an increase in youth participants; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 5/18/23). (Budget/Audit/Board of Review Committee recommended approval with amendment). 34021 - 29336 M.C.S. AMENDMENT TO ORD. CAL. NO. 34,021 - BY: COUNCILMEMBER MORENO https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=44248&doc_id=aa15e722-b3c3-11ed-8145-0050569183fa 24/48 \f", + "page_content": "- Topic: Communication from Cynthia Davis, Department of Safety and Permits, City of New Orleans\n- Summary: The communication transmitted application documents for a demolition permit for the property at 1137 Baronne Street, Council District \"B\". The request to withdraw the application was received and granted.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: The application for the demolition permit was withdrawn.\n- Tags/Keywords: Demolition permit, City Council review, withdrawal\n- UID: da516ae7-b3ac-1led-8145-0050569183fa\n\n- Topic: HDLC Appeal of Carl Hardy\n- Summary: Carl Hardy appealed the decision of the Historic District Landmarks Commission's denial for a permit to install a metal roof at 2219 Dauphine Street. A motion was made by Councilmember King to grant the applicant's request with two provisos regarding the color and finish of the metal roof.\n- Ordinance Number: M-23-61\n- Votes Summary:\n - Vote 1: Passed - (N/A)\n- Decision/Key Actions: The motion to grant the applicant's request for the metal roof at 2219 Dauphine Street passed.\n- Tags/Keywords: HDLC appeal, metal roof permit, motion\n- UID: 6836c39a-7aac-46b4-ad0a-735a0aef62c6", + "uid": "6836c39a-7aac-46b4-ad0a-735a0aef62c6", + "publish_date": "2-2-2023", "page_number": 24, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 2-16-2023.pdf", - "page_content": "6/23/23, 5:39 PM 12. 12a. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4424&doc_id=aa15e722-b3c3-11ed-8145-0050569183fa Brief: (1) On page 2, line 8, replace the figure \"$1,900,000\" with \"$2,100,000\" (2) On page 2, line 9, replace the figure \"$1,900,000\" with \"$2,100,000\" (3) On page 2, line 13, replace the figure \"$1,900,000\" with \"$2,100,000\" (4) On page 2, line 14, replace the figure \"$1,900,000\" with \"$2,100,000\" Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 6/16/23). 34021 AM MOVED By: Moreno SECONDED BY: Green ACTION: Amendment YEAS: Giarrusso, Green, King, Moreno, Morrell, Thomas - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Harris - 1 RECUSED: 0 AND THE MOTION PASSED. MOVED By: Moreno SECONDED BY: King ACTION: As Amended YEAS: Giarrusso, Green, King, Moreno, Morrell, Thomas - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Harris - 1 RECUSED: 0 AND THE MOTION PASSED. ORD. NO. 29336 AS AMENDED LEGISLATIVE GROUPING CAL. NO. 34,0", - "page_number": 25, - "part": 1 + "title": "Regular City Council Minutes 2-2-2023" }, { - "title": "Regular CIty Council Meeting 2-16-2023.pdf", - "page_content": "25 - BY: COUNCILMEMBERS GIARRUSSO, GREEN, MORENO AND THOMAS (BY REQUEST) Brief: An Ordinance to amend and re-ordain Ordinance No. 29,272 M.C.S., entitled \"An Ordinance Providing a Capital Budget for the Year 2023\", to effect the following change to the 2023 Capital Budget: to de-appropriate funds from the Chief Administrative Office, the Department of Human Services, the Department of Property Management, the Department of Public Works, the Department of Sanitation, the Mosquito, Termite and Rodent Control Board, and the New Orleans Recreation Development Commission; to appropriate funds to the Chief Administrative Office, the Department of Health, the Department of Human Services, the Department of Parks and Parkways, the Department of Property Management, the Department of Public Works, the New Orleans Fire Department, the New Orleans Recreation https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=44248&doc_id=aa15e722-b3c3-11ed-8145-0050569183fa 25/48 \f", + "page_content": "- Topic: HDLC Appeal of Carol McCarthy\n- Summary: Request to appeal the Historic District Landmarks Commission's decision to deny the demolition for property located at 815 Third Street.\n- Ordinance Number: M-23-61\n- Votes Summary:\n - Vote 1: Adopt - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The motion to adopt the appeal passed with 5 YEAS.\n- Tags/Keywords: HDLC, appeal, demolition, property, 815 Third Street\n- UID: 77f77e90-9176-42e5-801e-3ae204ef6507\n\n- Topic: HDLC Appeal of Rachel Flack\n- Summary: Request to appeal the Historic District Landmarks Commission's decision to deny the demolition for property located at 815 Third Street.\n- Ordinance Number: N/A\n- Votes Summary:\n - Vote 1: N/A\n- Decision/Key Actions: N/A\n- Tags/Keywords: HDLC, appeal, demolition, property, 815 Third Street\n- UID: 77f77e90-9176-42e5-801e-3ae204ef6507", + "uid": "77f77e90-9176-42e5-801e-3ae204ef6507", + "publish_date": "2-2-2023", "page_number": 25, - "part": 2 + "title": "Regular City Council Minutes 2-2-2023" }, { - "title": "Regular CIty Council Meeting 2-16-2023.pdf", - "page_content": "6/23/23, 5:39 PM 12b. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4424&doc_id=aa15e722-b3c3-11ed-8145-0050569183fa Development Commission, and the Municipal Yacht Harbor; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 5/19/23). (Fiscal Note received). (Referred to the Budget Committee). (Budget/Audit/Board of Review Committee recommended approval). 34025 - 29338 AMENDMENTS TO ORD. CAL. NO. 34,025 - BY: COUNCILMEMBER GIARRUSSO (BY REQUEST) Brief: (1) On page 2, line 37, delete the words: \u201cDepartment of Sanitation\u201d. (2) On page 2, line 38, delete the words: \u201c2019 BOND FUNDS\u201d. (3) On page 2, line 39, delete the words: \u201c60037-SANITATION FIELD OP OFFICE & WAREHOUSE $204,167\u201d. (4) On page 2, line 40, delete the words\u201d \u201c2021 BONDS\u201d. (5) O", + "page_content": "- Topic: Demolition Approval for 815 Third Street\n- Summary: The council approved the applicant's request for demolition for property located at 815 Third Street, with the condition to salvage specific architectural features.\n- Ordinance Number: M-23-56\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: Approval of demolition request with salvage conditions\n- Tags/Keywords: Demolition, Salvage, Architectural Features\n- UID: 1919ca07-3777-42d0-97b6-927f171b8128\n\n- Topic: HDLC Appeal for 2220 Broadway Street\n- Summary: Judge Michael Bagneris appealed the Historic District Landmarks Commission's decision to levy a fine for unpermitted demolition at 2220 Broadway Street, and the appeal was continued to a future meeting.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: Appeal continued to future meeting\n- Tags/Keywords: HDLC Appeal, Unpermitted Demolition, Fine\n- UID: 1919ca07-3777-42d0-97b6-927f171b8128", + "uid": "1919ca07-3777-42d0-97b6-927f171b8128", + "publish_date": "2-2-2023", "page_number": 26, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 2-16-2023.pdf", - "page_content": "n page 2, line 41, delete the words: \u201c60071-PUBLIC FACILITIES $2,800,000\u201d. (6) On page 2, line 42, delete the words: \u201cDEPARTMENT OF SANITATION TOTAL $3,004,167\u201d. (7) On page 3, line 58, delete the figure: \u201c$16,358,580\u201d and replace with \u201c$13,354,413\u201d. (8) On page 4, line 83, delete the figure: \u201c$485,638\u201d and replace with \u201c$281,471\u201d. (9) On page 4, line 85, delete the figure: \u201c$3,896,967\u201d and replace with \u201c$1,096,967\u201d. (10) On page 4, line 95, delete the figure: \u201c$11,373,208\u201d and replace with \u201c$8,369,041\u201d. (11) On page 5, line 124, delete the figure: \u201c62,132,325\u201d and replace with \u201c5$9,128,158\u201d Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 6/16/23). 34025 AM MOVED By: Giarrusso https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=44248&doc_id=aa15e722-b3c3-11ed-8145-0050569183fa 26/48 \f", - "page_number": 26, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 2-16-2023.pdf", - "page_content": "6/23/23, 5:39 PM 13. 14. 15. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4424&doc_id=aa15e722-b3c3-11ed-8145-0050569183fa SECONDED BY: Harris ACTION: Amendment YEAS: Giarrusso, Harris, King, Moreno, Morrell, Thomas - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Green - 1 RECUSED: 0 AND THE MOTION PASSED. MOVED By: Giarrusso SECONDED BY: Harris ACTION: As Amended YEAS: Giarrusso, Harris, King, Moreno, Thomas - 5 NAYS: 0 ABSTAIN: 0 ABSENT: Green, Morrell - 2 RECUSED: 0 AND THE MOTION PASSED. ORD. NO. 29338 AS AMENDED CAL. NO. 34,043 - BY: COUNCILMEMBER KING Brief: An Ordinance to amend and reordain section 1-13 to the Code of the City of New Orleans to increase the default penalty for violations of the Code; a", - "page_number": 27, - "part": 1 + "title": "Regular City Council Minutes 2-2-2023" }, { - "title": "Regular CIty Council Meeting 2-16-2023.pdf", - "page_content": "nd otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 5/19/23). CONTINUED TO THE MEETING OF 3/9/23. 34043 CAL. NO. 34,044 - BY: COUNCILMEMBER KING Brief: An ordinance to add section 26-487 to the Code of the City of New Orleans to require parking attendants in certain parking lots during certain special events; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 5/19/23). CONTINUED TO THE MEETING OF 3/9/23. 34044 CAL. NO. 34,045 - BY: COUNCILMEMBER THOMAS https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=44248&doc_id=aa15e722-b3c3-11ed-8145-0050569183fa 27/48 \f", + "page_content": "- Topic: HDLC Appeal of Archie L. Jefferson\n- Summary: The appeal was for the demolition of property located at 8829 Jeannette Street. The council approved and granted the applicant's request for demolition.\n- Ordinance Number: M-23-48\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The council approved the demolition request for the property.\n- Tags/Keywords: HDLC appeal, demolition, property, Jeannette Street\n- UID: 6ed0f589-3dc1-4951-ba44-2532181a3af9\n\n- Topic: HDLC Appeal of Simone Cifuentes\n- Summary: The appeal was for a new standing seam metal roof for property located at 725 Mandeville Street. The discussion was continued to a future meeting.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: The discussion was continued to a future meeting.\n- Tags/Keywords: HDLC appeal, new roof, property, Mandeville Street\n- UID: 6ed0f589-3dc1-4951-ba44-2532181a3af9", + "uid": "6ed0f589-3dc1-4951-ba44-2532181a3af9", + "publish_date": "2-2-2023", "page_number": 27, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 2-16-2023.pdf", - "page_content": "6/23/23, 5:39 PM 16. 17. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4424&doc_id=aa15e722-b3c3-11ed-8145-0050569183fa Brief: An Ordinance to amend and reordain Sections 162-1656 and 162-1669 of the Code of the City of New Orleans to increase the total number of pedicab CPNCs to be issued, to align Sec. 162-1656 with the transfer of ground transportation administration to the Department of Public Works as established via Ordinance Calendar No. 33,245, to update the Code citation within Sec. 162-1669; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 5/19/23). 34045 - 29345 M.C.S. Speaker: Jordan Mychal MOVED By: Thomas SECONDED BY: Moreno ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Thomas - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Morrell - 1 RECUSED: 0 AND THE MOTION PASSED. CAL. NO. 34,046 - BY: COUNCILMEMBER MORRELL Brief: An Ordinance to establish section 26-80 of the Code of the City of New Orleans r", - "page_number": 28, - "part": 1 + "title": "Regular City Council Minutes 2-2-2023" }, { - "title": "Regular CIty Council Meeting 2-16-2023.pdf", - "page_content": "elative to inspections of multi-family housing units of ten units or more when there is a violent crime incident on the premises; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 6/2/23). CONTINUED TO THE MEETING OF 4/20/23. 34046 CAL. NO. 34,047 - BY: COUNCILMEMBER GIARRUSSO (BY REQUEST) Brief: An Ordinance to authorize the Mayor of the City of New Orleans to enter into a new Cooperative Endeavor Agreement (\u201cCEA\u201d) with Lakeview Crime Prevention District (\u201cLCPD\u201d), to aid in crime prevention and to add to the security of district residents by providing for an increase in the presence of law enforcement personnel in the LCPD, as more fully detailed in the CEA as Exhibit \u201c1\u201d; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 6/2/23). https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=44248&doc_id=aa15e722-b3c3-11ed-8145-0050569183fa 28/48 \f", + "page_content": "- Topic: Zoning Docket No. 87/22 - City Council Motion No. M-22-455\n- Summary: Requesting a text amendment to modify the Use Standards for Short Term Rentals (STR) to require posted signage for all three STR classifications. The recommendation of the City Planning Commission was \"FOR DENIAL.\"\n- Ordinance Number: ZD NO. 87-22\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: Continued to the meeting of 4/6/23\n- Tags/Keywords: Zoning, Short Term Rentals, Text Amendment\n- UID: 10fc15b1-4202-43fd-8500-98f709166af7\n\n- Topic: Zoning Docket No. 93/22 - Rasaan Bailey and Arlette Bailey\n- Summary: Requesting a Zoning Change from an S-RS Suburban Single-Family Residential District to an S-RD Suburban Two-Family Residential District for the petitioned property located on Square 277, Lots 13 through 20. The recommendation of the City Planning Commission was \"FOR APPROVAL.\"\n- Ordinance Number: ZD NO. 93-22\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: Zoning Change request granted\n- Tags/Keywords: Zoning Change, Residential District\n- UID: 10fc15b1-4202-43fd-8500-98f709166af7", + "uid": "10fc15b1-4202-43fd-8500-98f709166af7", + "publish_date": "2-2-2023", "page_number": 28, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 2-16-2023.pdf", - "page_content": "6/23/23, 5:39 PM 18. 19. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4424&doc_id=aa15e722-b3c3-11ed-8145-0050569183fa 34047 - 29346 M.CS. MOVED By: Giarrusso SECONDED BY: King ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno - 5 NAYS: 0 ABSTAIN: 0 ABSENT: Morrell, Thomas - 2 RECUSED: 0 AND THE MOTION PASSED. CAL. NO. 34,048 - BY: COUNCILMEMBER KING (BY REQUEST) Brief: An Ordinance authorizing the Mayor of the City of New Orleans to enter into a Cooperative Endeavor Agreement between the City of New Orleans (the \u201cCity\u201d), and Total Community Action, Inc. (\u201cContractor\u201d), for a term greater than one year, for the public purpose of reducing food insecurity and improving the overall health of households in targeted, low- income City neighborhoods at 1420 S. Norman C. Francis Pkwy., New Orleans, Louisiana 70125, as more fully set forth in the Cooperative Endeavor Agreement, titled Exhibit \u201c1\u201d; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council", - "page_number": 29, - "part": 1 + "title": "Regular City Council Minutes 2-2-2023" }, { - "title": "Regular CIty Council Meeting 2-16-2023.pdf", - "page_content": " Rule 34. Postponement Deadline 6/2/23). 34048 - 29347 M.C.S. MOVED By: King SECONDED BY: Giarrusso ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno - 5 NAYS: 0 ABSTAIN: 0 ABSENT: Morrell, Thomas - 2 RECUSED: 0 AND THE MOTION PASSED. CAL. NO. 34,049 - BY: COUNCILMEMBER THOMAS (BY REQUEST) Brief: An Ordinance authorizing the Mayor of the City of New Orleans to enter into a Cooperative Endeavor Agreement between the City of New Orleans (the \u201cCity\u201d) and Orleans Public Defenders (\u201cOPD\u201d), for a term greater than one year, for the public purpose in assisting the OPD with providing legal services to indigent persons in criminal proceedings within the City of New Orleans, as more fully detailed in the Cooperative Endeavor Agreement as Exhibit \u201cA\u201d; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 6/2/23). https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=44248&doc_id=aa15e722-b3c3-11ed-8145-0050569183fa 29/48 \f", + "page_content": "- Topic: Zoning Change Request from HU-RM2 to HU-MU District\n- Summary: The ordinance requested a zoning change from an HU-RM2 Historic Urban Multi-Family Residential District to an HU-MU Historic Urban Neighborhood Mixed-Use District for properties located at 235-237 Basin Street and 1208-1216 Bienville Street. The City Planning Commission recommended approval. The motion to approve the request passed.\n- Ordinance Number: ZD NO. 99/22 - M-23-27\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The zoning change request was approved for the specified properties.\n- UID: c5b572d6-11c1-487c-9033-c1243c16ebb2", + "uid": "c5b572d6-11c1-487c-9033-c1243c16ebb2", + "publish_date": "2-2-2023", "page_number": 29, - "part": 2 + "title": "Regular City Council Minutes 2-2-2023" }, { - "title": "Regular CIty Council Meeting 2-16-2023.pdf", - "page_content": "6/23/23, 5:39 PM 20. 21. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4424&doc_id=aa15e722-b3c3-11ed-8145-0050569183fa 34049 - 29348 M.C.S. MOVED By: Thomas SECONDED BY: Green ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Thomas - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Morrell - 1 RECUSED: 0 AND THE MOTION PASSED. CAL. NO. 34,050 - BY: COUNCILMEMBER KING (BY REQUEST) Brief: An Ordinance authorizing the Mayor of the City of New Orleans to enter into a Cooperative Endeavor Agreement between the City of New Orleans (the \u201cCity\u201d) and the Arts Council of New Orleans (\u201cArts Council\u201d) for a term greater than one year, to accomplish the public purpose of supporting the arts within the City the Community Arts Grants program, as more fully detailed in the Cooperative Endeavor Agreement as Exhibit \u201cA\u201d; and otherwise to provide with respect the", + "page_content": "- Topic: ZONING DOCKET NO. 4/23 \u2014 CANSECO PROPERTIES FILMORE, LLC\n- Summary: Request for Conditional Use for retail sales of packaged alcoholic beverages in specific districts, with rescission of previous ordinance. The motion to grant the applicant's Conditional Use request passed.\n- Ordinance Number: ZD NO. 4-23\n- Votes Summary:\n - Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: Conditional Use request granted with one proviso.\n- Tags/Keywords: Zoning, Conditional Use, Retail Sales, Alcohol, City Planning\n- UID: b7dec49c-509d-421f-8247-be987a133063\n\n- Topic: CAL. NO. 33,671 - BY: COUNCILMEMBER MORRELL\n- Summary: Ordinance to limit the power of the Mayor to suspend Article X of Chapter 2 of the City Code was withdrawn.\n- Ordinance Number: CAL. NO. 33,671\n- Votes Summary: N/A\n- Decision/Key Actions: Withdrawn\n- Tags/Keywords: Mayor's Power, City Code, Withdrawn\n- UID: b7dec49c-509d-421f-8247-be987a133063", + "uid": "b7dec49c-509d-421f-8247-be987a133063", + "publish_date": "2-2-2023", "page_number": 30, - "part": 1 + "title": "Regular City Council Minutes 2-2-2023" }, { - "title": "Regular CIty Council Meeting 2-16-2023.pdf", - "page_content": "reto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 6/2/23). 34050 - 29349 M.C.S. MOVED By: King SECONDED BY: Harris ACTION: Adopt YEAS: Giarrusso, Harris, King, Moreno, Thomas - 5 NAYS: 0 ABSTAIN: 0 ABSENT: Green, Morrell - 2 RECUSED: 0 AND THE MOTION PASSED. CAL, NO. 34,057 - BY: COUNCILMEMBER MORRELL Brief: An Ordinance to ordain Article XV of Chapter 2 of the Code of the City of New Orleans, consisting of Section 2-1200; to provide relative to emergency declarations; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 6/2/23). REFERRED TO THE GOVERNMENTAL AFFAIRS COMMITTEE. CONTINUED TO THE MEETING OF 4/20/23. 34057 https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=44248&doc_id=aa15e722-b3c3-11ed-8145-0050569183fa 30/48 \f", - "page_number": 30, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 2-16-2023.pdf", - "page_content": "6/23/23, 5:39 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4424&doc_id=aa15e722-b3c3-11ed-8145-0050569183fa 22. CAL. NO. 34,058 - BY: COUNCILMEMBER THOMAS (BY REQUEST) Brief: An Ordinance authorizing the Mayor of the City of New Orleans to enter into a Cooperative Endeavor Agreement between the City of New Orleans (the \u201cCity\u201d) and the New Orleans Redevelopment Authority (\u201cNORA\u201d), for a term greater than one year, for the public purpose of the redevelopment of the former Six Flags/Jazzland site in the City of New Orleans, as more fully detailed in the Cooperative Endeavor Agreement as Exhibit \u201cA\u201d; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 6/2/23). 34058 - 29352 M.CS. Speakers: Michael Burnside Mr. Harry J. Morgan MOVED By: Thomas SECONDED BY: Harris ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Thomas - 5 NAYS: 0 ABSTAIN: 0 ABSENT: Moreno, Morrel", - "page_number": 31, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 2-16-2023.pdf", - "page_content": "l - 2 RECUSED: 0 AND THE MOTION PASSED. 23. CAL. NO. 34,059 - BY: COUNCILMEMBERS HARRIS AND GIARRUSSO (BY REQUEST) Brief: An Ordinance authorizing the Mayor of the City of New Orleans to enter into a Cooperative Endeavor Agreement between the City of New Orleans (the \"City\"), and The Louisiana Music and Heritage Experience, Inc. (\"LMHE\"), for a term greater than one year, for the public purpose of the preservation and education of the history of music in the City of New Orleans, as more fully detailed in the Cooperative Endeavor Agreement as Exhibit \"A\"; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 6/2/23). 34059 - 29353 M.C.S. MOVED By: Harris SECONDED BY: Giarrusso ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Thomas - 5 NAYS: 0 ABSTAIN: 0 https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=44248&doc_id=aa15e722-b3c3-11ed-8145-0050569183fa 31/48 \f", + "page_content": "- Topic: Reporting requirements for the Department of Finance\n- Summary: The ordinance aims to establish reporting requirements for the Department of Finance, including statements to be issued alongside each payment the City of New Orleans provides to a security and improvement district, and an annual financial report to be transmitted to the City Council. The ordinance was electronically submitted, past deadline, and continued to the meeting of 2/16/23.\n- Ordinance Number: CAL. NO. 33,893\n- Votes Summary:\n Vote 1: N/A - (Not applicable)\n- Decision/Key Actions: Continued to the meeting of 2/16/23\n- UID: 5c7747be-22ac-4492-923f-d2aa0a1296c9\n\n- Topic: Subpoena and investigatory responsibilities of the Orleans Independent Police Monitor\n- Summary: This ordinance seeks to provide for subpoena and investigatory responsibilities of the Orleans Independent Police Monitor. It was electronically submitted and continued to the meeting of 5/11/23.\n- Ordinance Number: CAL. NO. 33,950\n- Votes Summary:\n Vote 1: N/A - (Not applicable)\n- Decision/Key Actions: Continued to the meeting of 5/11/23\n- UID: 5c7747be-22ac-4492-923f-d2aa0a1296c9\n\n- Topic: Amendment to establish additional definitions for blight and public nuisance\n- Summary: The ordinance aims to amend Section 26-236 to establish additional definitions for what may be declared a blight and public nuisance. It was electronically submitted and continued to the meeting of 3/9/23, referred to the Quality of Life Committee.\n- Ordinance Number: CAL. NO. 33,983\n- Votes Summary:\n Vote 1: N/A - (Not applicable)\n- Decision/Key Actions: Continued to the meeting of 3/9/23, referred to the Quality of Life Committee\n- UID: 5c7747be-22ac-4492-923f-d2aa0a1296c9", + "uid": "5c7747be-22ac-4492-923f-d2aa0a1296c9", + "publish_date": "2-2-2023", "page_number": 31, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 2-16-2023.pdf", - "page_content": "6/23/23, 5:39 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4424&doc_id=aa15e722-b3c3-11ed-8145-0050569183fa ABSENT: Moreno, Morrell - 2 RECUSED: 0 AND THE MOTION PASSED. EXECUTIVE SESSION Brief: PURSUANT TO LOUISIANA REVISED STATUTE \u00a7\u00a7 42:16 AND 42:17(A)(2), THE COUNCIL OF THE CITY OF NEW ORLEANS MAY CONVENE IN EXECUTIVE SESSION DURING ITS REGULAR MEETING ON FEBRUARY 16, 2023 FOR THE PURPOSE OF DISCUSSING THE FOLLOWING LITIGATION: 1. Hignell-Stark, et al. v. City of New Orleans, Case No. 2:19-cv-13773, United States District Court for the Eastern District of Louisiana, Judge Ivan L.R. Lemelle Annotation: ELECTRONICALLY SUBMITTED. SES", - "page_number": 32, - "part": 1 + "title": "Regular City Council Minutes 2-2-2023" }, { - "title": "Regular CIty Council Meeting 2-16-2023.pdf", - "page_content": "SION HELD. 2023-2-16 Executive Session Public Notice MOVED By: Giarrusso SECONDED BY: Thomas ACTION: Enter Executive Session YEAS: Giarrusso, Green, Harris, King, Thomas - 5 NAYS: 0 ABSTAIN: 0 ABSENT: Moreno, Morrell - 2 RECUSED: 0 AND THE MOTION PASSED. COUNCIL IN EXECUTIVE SESSION COUNCIL RECONVENED UPON CALLING THE ROLL THE FOLLOWING MEMBERS ANSWERED TO THEIR NAMES: PRESENT: GIARRUSSO GREEN HARRIS KING MORENO (VICE PRESIDENT) MORRELL (PRESIDENT) THOMAS SEVEN MEMBERS PRESENT, CONSTITUTING A QUORUM. REGULAR AGENDA https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=44248&doc_id=aa15e722-b3c3-11ed-8145-0050569183fa 32/48 \f", + "page_content": "- Topic: Amendment to Section 66-283.5 of the Code of the City of New Orleans\n- Summary: The ordinance aimed to amend and reestablish a penalty of vehicle impoundment for illegal dumping. An amendment was proposed by Councilmember Green to replace \"code enforcement\" with \"safety and permits\". The amendment was passed, and the ordinance as amended also passed.\n- Ordinance Number: 34003\n- Votes Summary:\n Vote 1: Amendment - Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n Vote 2: As Amended - Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The amendment proposed by Councilmember Green was passed, and the ordinance as amended also passed.\n- Tags/Keywords: New Orleans, vehicle impoundment, illegal dumping, amendment\n- UID: f42bb1f0-be48-4a67-82ed-85df95576958", + "uid": "f42bb1f0-be48-4a67-82ed-85df95576958", + "publish_date": "2-2-2023", "page_number": 32, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 2-16-2023.pdf", - "page_content": "6/23/23, 5:39 PM 24. 25. 25a. 25b. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4424&doc_id=aa15e722-b3c3-11ed-8145-0050569183fa CAL. NO. 34,062 - BY: COUNCILMEMBER THOMAS (BY REQUEST) Brief: An Ordinance to amend and reordain Section 54-28 and Section 54-338 of the Code of the City of New Orleans, to allow for custodial arrest for adults for the careless storage of a firearm that results in a minor either causing, or attempting to cause, the injury or death of themselves or any other person, or causes the firearm to fire; and provides for a penalty for any person who fails to secure a firearm that a minor obtains, which results in a minor either causing, or attempting to cause, the injury or death of themselves or any other person or causes the firearm to fire; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 6/2/23). CONTINUED TO THE MEETING OF 3/9/23. 34062 LEGISLATIVE GROUPING CAL. NO. 34,063 ", - "page_number": 33, - "part": 1 + "title": "Regular City Council Minutes 2-2-2023" }, { - "title": "Regular CIty Council Meeting 2-16-2023.pdf", - "page_content": "- BY: COUNCILMEMBER GREEN Brief: An Ordinance to amend and reordain Section 54-357 of the Code of the City of New Orleans to increase the penalty for not reporting lost and stolen firearms, and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 6/2/23). 34063 - 29356 M.C.S. AMENDMENT TO ORD. CAL. NO. 34,063 - BY: COUNCILMEMBER GIARRUSSO Brief: 1) Onpage 1, Section 1, replace lines 2 \u2014 3 with the following: (a) The owner of a lost or stolen firearm shall report the loss or theft to the New Orleans Police Department within 48 hours after discovery of the loss or theft. 2) Onpage 1, Section 1, replace lines 4 \u2014 5 with the following: (b) It shall be the responsibility of the New Orleans Police Department to document the loss or theft, including, if known, the serial number of the lost or stolen firearm. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=44248&doc_id=aa15e722-b3c3-11ed-8145-0050569183fa 33/48 \f", + "page_content": "- Topic: Appropriation of Funds for Gun Locks\n- Summary: This ordinance aimed to appropriate funds to the Department of Health for providing funding for gun locks. It was continued to the meeting of 2/16/23.\n- Ordinance Number: 34018\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: Continued to the meeting of 2/16/23\n- UID: 4cdcb6f2-8e79-461b-a2fc-b0865a25a6e4\n\n- Topic: Appropriation of Funds for Gun Locks\n- Summary: This ordinance sought to amend the operating budget of expenditures for the City of New Orleans to appropriate funds to the Department of Health for providing funding for gun locks. It was continued to the meeting of 2/16/23.\n- Ordinance Number: 34019\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: Continued to the meeting of 2/16/23\n- UID: 4cdcb6f2-8e79-461b-a2fc-b0865a25a6e4\n\n- Topic: Appropriation of Funds for Youth Participants\n- Summary: This ordinance aimed to amend the operating budget of revenues for the City of New Orleans to appropriate funds to the Mayor's Office of Workforce Development for an increase in youth participants. It was continued to the meeting of 2/16/23.\n- Ordinance Number: 34020\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: Continued to the meeting of 2/16/23\n- UID: 4cdcb6f2-8e79-461b-a2fc-b0865a25a6e4\n\n- Topic: [Topic not specified]\n- Summary: [Summary not specified]\n- Ordinance Number: 34021\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: [Decision/Key Actions not specified]\n- UID: 4cdcb6f2-8e79-461b-a2fc-b0865a25a6e4", + "uid": "4cdcb6f2-8e79-461b-a2fc-b0865a25a6e4", + "publish_date": "2-2-2023", "page_number": 33, - "part": 2 + "title": "Regular City Council Minutes 2-2-2023" }, { - "title": "Regular CIty Council Meeting 2-16-2023.pdf", - "page_content": "6/23/23, 5:39 PM 26. 27. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4424&doc_id=aa15e722-b3c3-11ed-8145-0050569183fa Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 6/16/23). 34063 AM Speaker: Michael Burnside MOVED By: Green SECONDED BY: Giarrusso ACTION: Amendment YEAS: Giarrusso, Green, Harris, King, Morrell - 5 NAYS: 0 ABSTAIN: 0 ABSENT: Moreno, Thomas - 2 RECUSED: 0 AND THE MOTION PASSED. MOVED By: Green SECONDED BY: Giarrusso ACTION: As Amended YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. ORD. NO. 29356 M.C.S. AS AMENDED MOTION (LYING OVER) - NO. M-22-516 - BY: COUNCILMEMBER MORRELL Brief: Authorizing the creation of committee as an advisory committee, to be known as the City", + "page_content": "- Topic: Amendment to Operating Budget for Mayor's Office of Workforce Development\n- Summary: The ordinance aims to appropriate funds to the Mayor's Office of Workforce Development to increase youth participants. The meeting was continued to the date of 2/16/23.\n- Ordinance Number: 34,021\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: Meeting continued to 2/16/23\n- Tags/Keywords: Operating Budget, Mayor's Office of Workforce Development, Youth Participants\n- UID: 16f58799-932c-41f2-af8c-df6f93629d52\n\n- Topic: Amendment to Capital Budget for 2023\n- Summary: The ordinance seeks to de-appropriate funds from several departments and appropriate funds to others within the 2023 Capital Budget. The meeting was continued to the date of 2/16/23 and referred to the Budget Committee.\n- Ordinance Number: 34,025\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: Meeting continued to 2/16/23, Referred to Budget Committee\n- Tags/Keywords: Capital Budget, Department Appropriations, Budget Committee\n- UID: 16f58799-932c-41f2-af8c-df6f93629d52\n\n- Topic: Transfer of Funds within Department of Police\n- Summary: The ordinance aims to transfer funds from the \"100-Personal Services\" appropriation to the \"600-Grants, Contributions, and Fund Transfers\" appropriation within the Department of Police. The meeting was continued to the date of 2/16/23.\n- Ordinance Number: 34,026\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: Meeting continued to 2/16/23\n- Tags/Keywords: Fund Transfer, Department of Police, Appropriation\n- UID: 16f58799-932c-41f2-af8c-df6f93629d52", + "uid": "16f58799-932c-41f2-af8c-df6f93629d52", + "publish_date": "2-2-2023", "page_number": 34, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 2-16-2023.pdf", - "page_content": " of New Orleans Home Rule Charter Review Committee, to review, opine on and make non- binding recommendations to the New Orleans City Council regarding potential changes to the Home Rule Charter, pursuant Section 3-127 of the City of New Orleans Home Rule Charter. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 3/31/23). (Referred to the Governmental Affairs Committee). CONTINUED TO THE MEETING OF 5/25/23. LO M-22-516 RESOLUTION (LYING OVER) - NO. R-22-529 - BY: | COUNCILMEMBERS GIARRUSSO AND THOMAS (BY REQUEST) Brief: Requesting that the below organization to receive Wisner grant funds and the amount to be awarded: New Orleans Police and Justice Foundation, Inc. $1,000,000 https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=44248&doc_id=aa15e722-b3c3-11ed-8145-0050569183fa 34/48 \f", - "page_number": 34, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 2-16-2023.pdf", - "page_content": "6/23/23, 5:39 PM 28. 29. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4424&doc_id=aa15e722-b3c3-11ed-8145-0050569183fa Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 4/14/23). (Referred to the Budget Committee). WITHDRAWN. LO R-22-529 MOTION - NO. M-23-63 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, MORRELL, GREEN AND THOMAS Brief: Approving the Amendments to the Classified Pay Plan (Sewerage and Water Board) Rule IV, Section 13 (Holiday Pay): as adopted by the Civil Service Commission at its meeting of January 20, 2023, in accordance with Article X, Section 10 of the Constitution of Louisiana, to be effective February 19, 2023. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 6/16/23). M-23-63 MOVED By: Giarrusso SECONDED BY: Green ACTION: Adopt YEAS: Gia", - "page_number": 35, - "part": 1 + "title": "Regular City Council Minutes 2-2-2023" }, { - "title": "Regular CIty Council Meeting 2-16-2023.pdf", - "page_content": "rrusso, Green, Harris, King, Moreno, Morrell - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Thomas - 1 RECUSED: 0 AND THE MOTION PASSED. MOTION - NO. M-23-64 - BY: COUNCILMEMBERS GIARRUSSO,_ MORENO, MORRELL, GREEN AND THOMAS Brief: Approving the Amendments to the Classified Pay Plan (Fire) Rule IV, Section 1.3 (Pay Plan): as adopted by the Civil Service Commission at its meeting of January 20, 2023, in accordance with Article X, Section 10 of the Constitution of Louisiana, to be effective February 19, 2023. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 6/16/23). M-23-64 MOVED By: Giarrusso SECONDED BY: Harris ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell - 6 NAYS: 0 https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=44248&doc_id=aa15e722-b3c3-11ed-8145-0050569183fa 35/48 \f", + "page_content": "- Topic: Cooperative Endeavor Agreement between the City of New Orleans and New Orleans Museum of Art\n- Summary: The ordinance authorizes the Mayor to enter into a Cooperative Endeavor Agreement with NOMA to support education for underserved populations. The motion to adopt the ordinance passed with 5 YEAS and 0 NAYS.\n- Ordinance Number: 34,027\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: Authorization for Mayor to enter into the Cooperative Endeavor Agreement\n- Tags/Keywords: Cooperative Endeavor Agreement, New Orleans Museum of Art, education, underserved populations\n- UID: 1a3511da-23f2-46c7-b0f4-7ca47405a434\n\n- Topic: Cooperative Endeavor Agreement with Acadian Ambulance Service, Inc.\n- Summary: This ordinance authorizes the Mayor to enter into a five-year Cooperative Endeavor Agreement with Acadian to establish a course for training emergency medical technicians. The motion to adopt the ordinance passed.\n- Ordinance Number: 34,028\n- Votes Summary:\n Vote 1: Passed - (Number of YEAS, Number of NAYS, Number of ABSTAIN, Number of ABSENT)\n- Decision/Key Actions: Authorization for Mayor to enter into the Cooperative Endeavor Agreement\n- Tags/Keywords: Cooperative Endeavor Agreement, Acadian Ambulance Service, emergency medical technicians\n- UID: 1a3511da-23f2-46c7-b0f4-7ca47405a434", + "uid": "1a3511da-23f2-46c7-b0f4-7ca47405a434", + "publish_date": "2-2-2023", "page_number": 35, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 2-16-2023.pdf", - "page_content": "6/23/23, 5:39 PM 30. 31. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4424&doc_id=aa15e722-b3c3-11ed-8145-0050569183fa ABSTAIN: 0 ABSENT: Thomas - 1 RECUSED: 0 AND THE MOTION PASSED. MOTION - NO. M-23-65 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, MORRELL, GREEN AND THOMAS Brief: Approving the Amendments to the Classified Pay Plan (HDLC/VCC) New Classification: as adopted by the Civil Service Commission at its meeting of January 20, 2023, in accordance with Article X, Section 10 of the Constitution of Louisiana, to be effective February 19, 2023. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 6/16/23). M-23-65 MOVED By: Giarrusso SECONDED BY: Green ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Thomas - 1 ", - "page_number": 36, - "part": 1 + "title": "Regular City Council Minutes 2-2-2023" }, { - "title": "Regular CIty Council Meeting 2-16-2023.pdf", - "page_content": " RECUSED: 0 AND THE MOTION PASSED. MOTION - NO. M-23-66 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, MORRELL, GREEN AND THOMAS Brief: Approving the Amendments to the Classified Pay Plan (HEALTH/ EMS Special Rate of Pay): as adopted by the Civil Service Commission at its meeting of January 20, 2023, in accordance with Article X, Section 10 of the Constitution of Louisiana, to be effective February 19, 2023. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 6/16/23). M-23-66 MOVED By: Giarrusso SECONDED BY: Moreno ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Thomas - 1 RECUSED: 0 AND THE MOTION PASSED. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=44248&doc_id=aa15e722-b3c3-11ed-8145-0050569183fa 36/48 \f", + "page_content": "- Topic: Cooperative Endeavor Agreement with New Orleans Council on Aging, Inc.\n- Summary: This ordinance authorizes the Mayor to enter into a Cooperative Endeavor Agreement with the New Orleans Council on Aging, Inc. to improve the health and independence of local senior citizens. The motion passed with 5 YEAS and 0 NAYS.\n- Ordinance Number: CAL. NO. 34,029\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: Authorization for the Mayor to enter into the Cooperative Endeavor Agreement.\n- Tags/Keywords: Cooperative Endeavor Agreement, Senior Citizens, Health, Independence, Motion Passed\n- UID: 94cd53ba-d9fb-45a1-9c73-f4584fe580af\n\n- Topic: Cooperative Endeavor Agreement with the Arts Council of New Orleans\n- Summary: This ordinance authorizes the Mayor to enter into a Cooperative Endeavor Agreement with the Arts Council of New Orleans to support the arts within the city through the Community Arts Grants program. The motion passed with 5 YEAS and 0 NAYS.\n- Ordinance Number: CAL. NO. 34,030\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: Authorization for the Mayor to enter into the Cooperative Endeavor Agreement.\n- Tags/Keywords: Cooperative Endeavor Agreement, Arts Council, Community Arts Grants, Motion Passed\n- UID: 94cd53ba-d9fb-45a1-9c73-f4584fe580af", + "uid": "94cd53ba-d9fb-45a1-9c73-f4584fe580af", + "publish_date": "2-2-2023", "page_number": 36, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 2-16-2023.pdf", - "page_content": "6/23/23, 5:39 PM 32. 33. 34. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4424&doc_id=aa15e722-b3c3-11ed-8145-0050569183fa MOTION - NO. M-23-67 - BY: COUNCILMEMBERS GIARRUSSO,_ MORENO, MORRELL, GREEN AND THOMAS Brief: Approving the Amendments to the Classified Pay Plan (Safety and Permits) Title Changes, Hiring Rates and New Classification (Building Plan Reviewer: as adopted by the Civil Service Commission at its meeting of January 20, 2023, in accordance with Article X, Section 10 of the Constitution of Louisiana, to be effective February 19, 2023. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 6/16/23). M-23-67 MOVED By: Giarrusso SECONDED BY: Moreno ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Thomas - 1 RECUSED: 0 AND THE MOTION PASSED. MOTION - NO. M-23-68 - BY: ", - "page_number": 37, - "part": 1 + "title": "Regular City Council Minutes 2-2-2023" }, { - "title": "Regular CIty Council Meeting 2-16-2023.pdf", - "page_content": "COUNCILMEMBERS GIARRUSSO, MORENO, MORRELL, GREEN AND THOMAS Brief: Approving the Amendment to the Classified Pay Plan (French Quarter Supplemental Police Patrol Program) New Special Rate of Pay (Police): as adopted by the Civil Service Commission at its meeting of January 20, 2023 in accordance with Article X, Section 10 of the Constitution of Louisiana, to be effective February 19, 2023. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 6/16/23). M-23-68 MOVED By: Giarrusso SECONDED BY: Moreno ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. MOTION - NO. M-23-69 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, MORRELL, GREEN AND THOMAS https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=44248&doc_id=aa15e722-b3c3-11ed-8145-0050569183fa 37/48 \f", + "page_content": "- Topic: First Amendment to the Cooperative Endeavor Agreement\n- Summary: The ordinance authorizes the Mayor to enter into an Amendment to the Cooperative Endeavor Agreement between the City of New Orleans and Rebuilding Together New Orleans to provide financial sponsorship services in support of the City's Neighborhood Cares Initiative. It increases the maximum compensation payable by the City to the Contractor and extends the term of the Agreement. The motion was adopted.\n- Ordinance Number: CAL. NO. 34,031\n- Votes Summary:\n Vote 1: Adopt - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The motion passed.\n- UID: 9346661d-6404-4ef6-9731-c02307a91129\n\n- Topic: Cooperative Endeavor Agreement for Animal Control Services\n- Summary: This ordinance authorizes the Mayor to enter into a Cooperative Endeavor Agreement between the City of New Orleans and New Orleans Humane Law and Rescue, LLC for the public purpose of ensuring animal control services, particularly during an emergency at a specific location. The motion was adopted.\n- Ordinance Number: CAL. NO. 34,032\n- Votes Summary:\n Vote 1: Adopt - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The motion passed.\n- UID: 9346661d-6404-4ef6-9731-c02307a91129", + "uid": "9346661d-6404-4ef6-9731-c02307a91129", + "publish_date": "2-2-2023", "page_number": 37, - "part": 2 + "title": "Regular City Council Minutes 2-2-2023" }, { - "title": "Regular CIty Council Meeting 2-16-2023.pdf", - "page_content": "6/23/23, 5:39 PM 35. 36. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4424&doc_id=aa15e722-b3c3-11ed-8145-0050569183fa Brief: Approving the Amendments to the Classified Pay Plan (Parental Leave) Rule 1, Section 1 (Definitions): as adopted by the Civil Service Commission at its meeting of January 20, 2023, in accordance with Article X, Section 10 of the Constitution of Louisiana, to be effective February 19, 2023. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 6/16/23). M-23-69 E-Comments Lee M. Abbott Hamilton Jones Michael Williamson Keith Liederman MOVED By: Giarrusso SECONDED BY: Thomas ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Thomas - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Morrell - 1 RECUSED: 0 AND THE MOTION PASSED. RESOLU", + "page_content": "- Topic: Stormwater Mitigation Project for Pontilly\n- Summary: The ordinance authorizes the Mayor to enter into Amendment No. 3 to a Cooperative Endeavor Agreement, extending the term for an additional year and providing additional funds to NORA for construction administration services.\n- Ordinance Number: 34,033\n- Votes Summary:\n Vote 1: Adopt - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The motion passed, allowing for the extension of the agreement and additional funding for construction administration services.\n- Tags/Keywords: Cooperative Endeavor Agreement, Stormwater Mitigation Project, NORA, Amendment\n- UID: a8d5a39c-1e62-47cf-abfe-ecac6eeb5985\n\n- Topic: Cooperative Endeavor Agreement with Orleans Public Defenders\n- Summary: The ordinance authorizes the Mayor to enter into a Cooperative Endeavor Agreement with Orleans Public Defenders for the purpose of providing legal services to indigent persons in criminal proceedings within the City of New Orleans.\n- Ordinance Number: 34,034\n- Votes Summary:\n Vote 1: Adopt - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The motion passed, allowing for the establishment of the Cooperative Endeavor Agreement with Orleans Public Defenders.\n- Tags/Keywords: Cooperative Endeavor Agreement, Orleans Public Defenders, Legal Services, Indigent Persons\n- UID: a8d5a39c-1e62-47cf-abfe-ecac6eeb5985", + "uid": "a8d5a39c-1e62-47cf-abfe-ecac6eeb5985", + "publish_date": "2-2-2023", "page_number": 38, - "part": 1 + "title": "Regular City Council Minutes 2-2-2023" }, { - "title": "Regular CIty Council Meeting 2-16-2023.pdf", - "page_content": "TION - NO. R-23-70 - BY: COUNCILMEMBER GREEN Brief: Approving and adopting the Locally Preferred Alternative for BRT East-West Bank Corridor Project, set forth in the RTA Board report. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 6/16/23). CONTINUED TO THE MEETING OF 3/9/23. R-23-70 MOTION \u2014 NO. M-23-72 \u2014 BY: COUNCILMEMBER HARRIS Brief: Directing the City Planning Commission to conduct a public hearing to consider a Zoning Change From HU-MU Historic Urban Neighborhood Mixed Use District to HU-RD2 Historic Urban Two Family Residential District on the 500 block of Second Street and the 500 block of Third Street. Annotation: https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=44248&doc_id=aa15e722-b3c3-11ed-8145-0050569183fa 38/48 \f", - "page_number": 38, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 2-16-2023.pdf", - "page_content": "6/23/23, 5:39 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4424&doc_id=aa15e722-b3c3-11ed-8145-0050569183fa ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 6/16/23). M-22-72 Speaker: Sam Levin MOVED By: Harris SECONDED BY: Moreno ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Thomas - 1 RECUSED: 0 AND THE MOTION PASSED. 37. MOTION \u2014 NO. M-23-77\u2014 BY: COUNCILMEMBER HARRIS Brief: Directing the City Planning Commission to conduct a public hearing to consider a Zoning Map amendment from an MU-2 High Intensity Mixed-Use District to an HU-RM2 Multi- Family Resi", - "page_number": 39, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 2-16-2023.pdf", - "page_content": "dential District in the entirety of the currently zoned MU-2 within the boundaries of the Pontchartrain Expressway, South Saratoga Street, Felicity Street, and Carondelet Street. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 6/16/23). WITHDRAWN. M-23-77 Speakers: Michael Burnside Jo Ann Minor Ron Loesel Sam Levin Sadat Spencer Jewel Chavis Tanada Armstrong Nick Bruno Cierra Chenier Constance Thompson Jessica Walker Andrew Levin Nicole Webre E-Comment: Samuel Worth Nicholas Bruno https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=44248&doc_id=aa15e722-b3c3-11ed-8145-0050569183fa 39/48 \f", + "page_content": "- Topic: Cooperative Endeavor Agreement Amendment\n- Summary: The ordinance authorizes the Mayor of the City of New Orleans to enter into an Amendment to the Cooperative Endeavor Agreement between the Mosquito and Termite Control Board and the University of Miami to complete the objectives of a CDC grant and extend the CEA\u2019s term for three years.\n- Ordinance Number: 34,036\n- Votes Summary:\n Vote 1: Adopt - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance was adopted with 6 YEAS and 0 NAYS.\n- Tags/Keywords: Cooperative Endeavor Agreement, CDC Grant, Extension, Mosquito and Termite Control Board, University of Miami\n- UID: 36d955b2-3f2a-4c96-a2bc-919b166767c3\n\n- Topic: Operating Budget Fund Transfer\n- Summary: The ordinance seeks to amend the Operating Budget of Expenditures for the City of New Orleans for the Year 2022 to transfer funds within the General Fund Operating Budget Fund to various departments to cover overages incurred during the year 2022.\n- Ordinance Number: 34,037\n- Votes Summary:\n Vote 1: Continued to the meeting of 2/16/23\n- Decision/Key Actions: The ordinance was continued to the meeting of 2/16/23 for further discussion and consideration.\n- Tags/Keywords: Operating Budget, Fund Transfer, General Fund, Expenditures, City of New Orleans\n- UID: 36d955b2-3f2a-4c96-a2bc-919b166767c3", + "uid": "36d955b2-3f2a-4c96-a2bc-919b166767c3", + "publish_date": "2-2-2023", "page_number": 39, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 2-16-2023.pdf", - "page_content": "6/23/23, 5:39 PM 38. 39. 40. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4424&doc_id=aa15e722-b3c3-11ed-8145-0050569183fa RESOLUTION \u2014 NO. R-23-78 \u2014 BY: COUNCILMEMBER MORENO Brief: Urging continued collaboration to bring Rapid DNA to the Orleans Justice Center (OJC). Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 6/16/23). R-23-78 MOVED BY: Moreno SECONDED BY: Thomas ACTION: Adopt YEAS: Giarrusso, Green, Harris, Moreno, Morrell, Thomas - 6 NAYS: 0 ABSTAIN: 0 ABSENT: King - 1 RECUSED: 0 AND THE MOTION PASSED. RESOLUTION \u2014 NO. R-23-81 \u2014 BY: COUNCILMEMBER MORRELL Brief: A RESOLUTION in support of the Civil Service Department reinstituting the promotional test for the rank of major in the Police Departme", - "page_number": 40, - "part": 1 + "title": "Regular City Council Minutes 2-2-2023" }, { - "title": "Regular CIty Council Meeting 2-16-2023.pdf", - "page_content": "nt. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 6/16/23). R-23-81 MOVED By: Morrell SECONDED BY: Green ACTION: Adopt YEAS: Giarrusso, Green, Harris, Moreno, Morrell, Thomas - 6 NAYS: 0 ABSTAIN: 0 ABSENT: King - 1 RECUSED: 0 AND THE MOTION PASSED. MOTION - NO. M-23-83 - BY: COUNCILMEMBERS GIARUSSO, THOMAS (BY Brief: Adding the President of the Council as a signatory to the contract between the City of New Orleans and On Scene Services, LLC, and authorizing the President of the Council to sign the professional services agreement between the City of New Orleans and On Scene Services, LLC, as Exhibit A. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=44248&doc_id=aa15e722-b3c3-11ed-8145-0050569183fa 40/48 \f", + "page_content": "- Topic: Appropriation of Funds for Settlement Payment to the Metro Estate\n- Summary: The ordinance aimed to amend the city's operating budget to appropriate funds for a proposed settlement payment to the Metro estate. However, it was ultimately withdrawn.\n- Ordinance Number: 34,038\n- Votes Summary:\n Vote 1: Withdrawn\n- Decision/Key Actions: Withdrawn\n- Tags/Keywords: Budget, Settlement Payment, Withdrawn\n- UID: d25fee89-f568-4f89-9eb5-49181f7420b5\n\n- Topic: Appropriation of Additional Intergovernmental Revenues\n- Summary: This ordinance sought to amend the operating budget to appropriate an additional $283,295,769 for Intergovernmental Revenues for the year 2023. It was referred to the Budget Committee and continued to the meeting of 2/16/23.\n- Ordinance Number: 34,039\n- Votes Summary:\n Vote 1: Referred to the Budget Committee\n Vote 2: Continued to the meeting of 2/16/23\n- Decision/Key Actions: Referred to the Budget Committee, Continued\n- Tags/Keywords: Budget, Intergovernmental Revenues, Referral, Continued\n- UID: d25fee89-f568-4f89-9eb5-49181f7420b5\n\n- Topic: Appropriation of Additional Intergovernmental Expenditures\n- Summary: This ordinance aimed to amend the operating budget to appropriate an additional $283,295,769 for Intergovernmental Expenditures for the year 2023. No specific voting outcome was mentioned.\n- Ordinance Number: 34,040\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: N/A\n- Tags/Keywords: Budget, Intergovernmental Expenditures\n- UID: d25fee89-f568-4f89-9eb5-49181f7420b5", + "uid": "d25fee89-f568-4f89-9eb5-49181f7420b5", + "publish_date": "2-2-2023", "page_number": 40, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 2-16-2023.pdf", - "page_content": "6/23/23, 5:39 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4424&doc_id=aa15e722-b3c3-11ed-8145-0050569183fa Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 6/16/23). M-23-83 MOVED By: Giarrusso SECONDED BY: Morrell ACTION: ACTION:Suspend the Rules to receive Motion No. M-23-83, not on the Council's Agenda. YEAS: Giarrusso, Green, King, Moreno, Morrell - 5 NAYS: 0 ABSTAIN: 0 ABSENT: Harris, Thomas - 2 RECUSED: 0 AND THE MOTION PASSED. MOVED By: Giarrusso SECONDED BY: _ King ACTION: Add Item to Agenda YEAS: Giarrusso, Green, King, Moreno, Morrell - 5 NAYS: 0 ABSTAIN: 0 ABSENT: Harris, Thomas - 2 RECUSED: 0 AND ", - "page_number": 41, - "part": 1 + "title": "Regular City Council Minutes 2-2-2023" }, { - "title": "Regular CIty Council Meeting 2-16-2023.pdf", - "page_content": "THE MOTION PASSED. MOVED By: Giarrusso SECONDED BY: Morrell ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. POINT OF PERSONAL PRIVILEGE - CN. THOMAS - FORGIVING ALL ROAD HOMES LOANS IN THE LOWER NINTH WARD 41. ORDINANCES ON FIRST READING CALENDAR NO. 34,064 THRU 34,081. INTRODUCED AND LAID OVER AS REQUIRED BY LAW. MOVED By: Giarrusso SECONDED BY: Harris ACTION: Adjourn YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=44248&doc_id=aa15e722-b3c3-11ed-8145-0050569183fa 41/48 \f", + "page_content": "- Topic: Appropriation of Funds for Proposed Settlement Payment to Metro Estate\n- Summary: This ordinance aims to amend the operating budget of revenues and expenditures for the City of New Orleans in 2023 to appropriate funds for a proposed settlement payment to the Metro estate. It was electronically submitted and referred to the Budget Committee. The ordinance was continued to the meeting of 2/16/23.\n- Ordinance Number: 34,041 and 34,042\n- Votes Summary:\n Vote 1: N/A\n Vote 2: N/A\n- Decision/Key Actions: Continued to the meeting of 2/16/23\n- Tags/Keywords: Budget Committee, appropriation of funds, settlement payment, operating budget\n- UID: d5230f89-591d-40d5-9a41-993431a985cb\n\n- Topic: Penalty for Violations of the Code\n- Summary: This ordinance proposed to amend and reordain a section of the Code of the City of New Orleans to increase the default penalty for violations of the Code. It was electronically submitted and continued to the meeting of 2/16/23.\n- Ordinance Number: 34,043\n- Votes Summary:\n Vote 1: N/A\n Vote 2: N/A\n- Decision/Key Actions: Continued to the meeting of 2/16/23\n- Tags/Keywords: Code violations, penalty increase, ordinance amendment\n- UID: d5230f89-591d-40d5-9a41-993431a985cb", + "uid": "d5230f89-591d-40d5-9a41-993431a985cb", + "publish_date": "2-2-2023", "page_number": 41, - "part": 2 + "title": "Regular City Council Minutes 2-2-2023" }, { - "title": "Regular CIty Council Meeting 2-16-2023.pdf", - "page_content": "6/23/23, 5:39 PM Ala. Alb. Alc. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4424&doc_id=aa15e722-b3c3-11ed-8145-0050569183fa ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. CAL. NO. 34,064 - BY: COUNCILMEMBER KING Brief: An Ordinance to effect a zoning change from an S-RS Suburban Single-Family Residential District to an S-RD Suburban Two-Family Residential District, located in the Residential Short Term Rental Interim Zoning District, on Square 277, Lots 13 through 20, in the Fifth Municipal District, bounded by Bennett Street, Henderson Street, Adrian Street, and Maumus Avenue (Municipal Address: 3670 Bennett Street); and otherwise to provide with respect thereto. (ZONING DOCKET NO. 93/22) Annotation: ELECTRONICALLY SUBMITTED. (90 Days, Cn. Deadline 5/3/23). (Cn. Deadline 4/20/22). 34064 CAL, NO. 34,065 - BY: COUNCILMEMBER KING Brief: An Ordinance to amend and reordain Article 19 of the Comprehensive Zoning Ordinance (Ordinance No. 4264 M.C.S., as amended by Ordinance No. 26,413 M.C.S. and subsequent amendments) to establish a new Interim Zoning District (IZD) called the Lower Algiers Rural Protection Interim Zoning District, the intent of which is to temporarily prohibit the development of multi-family residences in", + "page_content": "- Topic: Parking attendants at special events\n- Summary: Ordinance to add section 26-487 to require parking attendants in certain parking lots during special events.\n- Ordinance Number: 34,044\n- Votes Summary:\n Vote 1: N/A - (Continued to the meeting of 2/16/23)\n- Decision/Key Actions: Continued to the meeting of 2/16/23\n- Tags/Keywords: Parking attendants, special events, ordinance\n- UID: 96ec1219-f0e1-4eb8-8cb2-748f6251f3e4\n\n- Topic: Pedicab licenses\n- Summary: Ordinance to increase the total number of pedicab CPNCs to be issued and align with the transfer of ground transportation administration to the Department of Public Works.\n- Ordinance Number: 34,045\n- Votes Summary:\n Vote 1: N/A - (Continued to the meeting of 2/16/23)\n- Decision/Key Actions: Continued to the meeting of 2/16/23\n- Tags/Keywords: Pedicab licenses, ground transportation, ordinance\n- UID: 96ec1219-f0e1-4eb8-8cb2-748f6251f3e4\n\n- Topic: Creation of Home Rule Charter Review Committee\n- Summary: Motion authorizing the creation of a committee to review and make non-binding recommendations regarding potential changes to the Home Rule Charter.\n- Ordinance Number: M-22-516\n- Votes Summary:\n Vote 1: N/A - (Continued to the meeting of 2/16/23)\n- Decision/Key Actions: Continued to the meeting of 2/16/23, referred to the Governmental Affairs Committee\n- Tags/Keywords: Home Rule Charter, advisory committee, motion\n- UID: 96ec1219-f0e1-4eb8-8cb2-748f6251f3e4\n\n- Topic: Resolution on Home Rule Charter Review\n- Summary: Resolution related to the Home Rule Charter Review.\n- Ordinance Number: R-22-529\n- Votes Summary:\n Vote 1: N/A - (Not specified)\n- Decision/Key Actions: Not specified\n- Tags/Keywords: Home Rule Charter, resolution\n- UID: 96ec1219-f0e1-4eb8-8cb2-748f6251f3e4", + "uid": "96ec1219-f0e1-4eb8-8cb2-748f6251f3e4", + "publish_date": "2-2-2023", "page_number": 42, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 2-16-2023.pdf", - "page_content": " S-RM1 Multiple-Family Residential Districts and commercial development in S-B2 Pedestrian Oriented Corridor Business Districts to allow for appropriate impact studies regarding drainage, road and utility infrastructure, municipal services for fire, police, emergency response services, and other public safety considerations, and an environmental impact analysis, in the area generally bounded by the Intercoastal Waterway, the Mississippi River, the Donner Canal, and Delacroix Road; and otherwise to provide with respect thereto. (Zoning Docket NO. 98/22) Annotation: ELECTRONICALLY SUBMITTED. (90 Days, Cn. Deadline 5/3/23). (Cn. Deadline 4/20/22). 34065 CAL. NO. 34,066 - BY: COUNCILMEMBER KING Brief: An Ordinance to effect a zoning change from an HU-RM2 Historic Urban Multi-Family Residential District to an HU-MU Historic Urban Neighborhood Mixed-Use District, located in the Residential Short Term Rental Interim Zoning District and the Small Multi-Family Affordable Short Term Rental Interim Zoning District on Square 124, Lots 1, 2, 2 or an undesignated lot, and 5-D in the Second Municipal District, bounded by Iberville Street, https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=44248&doc_id=aa15e722-b3c3-11ed-8145-0050569183fa 42/48 \f", - "page_number": 42, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 2-16-2023.pdf", - "page_content": "6/23/23, 5:39 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4424&doc_id=aa15e722-b3c3-11ed-8145-0050569183fa Crozat Street, Bienville Street, and Basin Street (Municipal Addresses: 235-237 Basin Street and 1208-1216 Bienville Street); and otherwise to provide with respect thereto. (Zoning Docket NO. 99/22) Annotation: ELECTRONICALLY SUBMITTED. (90 Days, Cn. Deadline 5/3/23). (Cn. Deadline 4/20/22). 34066 41d. CAL. NO. 34,067 - BY: COUNCILMEMBER GREEN Brief: An Ordinance to establish a conditional use to permitthe retail sales of packaged alcoholic beverages in an S-B2 Suburban Pedestrian-Oriented Corridor Business District, EC Enhancement Corridor Design Overlay District, Residential Short Term Rental Interim Zoning District, and the rescission of Ordinance No. 26,413 MCS (Zoning Docket 092/19), on Square 4056, Lots 1, 2, 3, and 4, in the Third Municipal District, bounded by Filmore Avenue, Marigny Street, Mithra Street, and Elysian Fields Avenue (Municipal Addresses: 2221 Filmore Avenue and 5300 Marigny Street); and otherwise to provide with re", - "page_number": 43, - "part": 1 + "title": "Regular City Council Minutes 2-2-2023" }, { - "title": "Regular CIty Council Meeting 2-16-2023.pdf", - "page_content": "spect thereto. (Zoning Docket No. 4/23) Annotation: ELECTRONICALLY SUBMITTED. (90 Days, Cn. Deadline 5/3/23). (Cn. Deadline 4/20/22). 34067 4le. CAL. NO. 34,068 - BY: COUNCILMEMBER GREEN Brief: An Ordinance to rename the entirety of Higgins Boulevard, running between Almonaster Avenue and Alvar Street, to Carver Rams Way; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 6/16/23). 34068 4lf. CAL. NO. 34,069 - BY: COUNCILMEMBER HARRIS Brief: An Ordinance authorizing the execution of a cooperative endeavor agreement by and among the City of New Orleans, State of Louisiana; Broad Street Sports Entertainment and Dining Economic Development District, State of Louisiana; and Five O Fore Golf LLC, related to the collection, use, and expenditure of a two percent (2%) sales and use tax to be levied in said district, and providing for other matters in connection therewith. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=44248&doc_id=aa15e722-b3c3-11ed-8145-0050569183fa 43/48 \f", + "page_content": "- Topic: Wisner grant funds allocation to the New Orleans Police and Justice Foundation, Inc.\n- Summary: The ordinance requested the allocation of $1,000,000 in Wisner grant funds to the New Orleans Police and Justice Foundation, Inc. The ordinance was continued to the meeting of 2/16/23 and was referred to the Budget Committee.\n- Ordinance Number: R-22-529 LO\n- Votes Summary:\n Vote 1: Motion M-23-40 - Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The ordinance was approved and continued to the next meeting for further consideration by the Budget Committee.\n- Tags/Keywords: Wisner grant funds, allocation, New Orleans Police and Justice Foundation, Inc., Budget Committee\n- UID: 8b8ae8e5-0401-4354-abf6-80e2080b9c37\n\n- Topic: Amendment to the Civil Service Rules (Merit Pay) Rule IV, Section 2.5\n- Summary: The ordinance approved the Amendment to the Civil Service Rules (Merit Pay) Rule IV, Section 2.5, as adopted by the Civil Service Commission. The amendment was effective from January 23, 2023. Motion M-23-40 passed with 5 YEAS and 0 NAYS.\n- Ordinance Number: M-23-40 LO\n- Votes Summary:\n Vote 1: Motion M-23-40 - Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The amendment to the Civil Service Rules (Merit Pay) was approved and became effective from January 23, 2023.\n- Tags/Keywords: Civil Service Rules, Merit Pay, Amendment, Civil Service Commission\n- UID: 8b8ae8e5-0401-4354-abf6-80e2080b9c37\n\n- Topic: Authorization of the President of the Council as a signatory to a contract\n- Summary: The ordinance authorized the President of the Council to be added as a signatory to Amendment No. 4 of a contract between the City of New Orleans, Department of Public Works, and Mott MacDonald, LLC. The motion was introduced by Councilmember King and was passed.\n- Ordinance Number: M-23-50\n- Votes Summary:\n Vote 1: Motion M-23-50 - Passed - (N/A)\n- Decision/Key Actions: The ordinance was approved, authorizing the President of the Council to sign the Amendment No. 4 to the contract.\n- Tags/Keywords: President of the Council, signatory, contract, Department of Public Works, Mott MacDonald, LLC\n- UID: 8b8ae8e5-0401-4354-abf6-80e2080b9c37", + "uid": "8b8ae8e5-0401-4354-abf6-80e2080b9c37", + "publish_date": "2-2-2023", "page_number": 43, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 2-16-2023.pdf", - "page_content": "6/23/23, 5:39 PM Alg. 4th. Ali. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4424&doc_id=aa15e722-b3c3-11ed-8145-0050569183fa Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 6/16/23). 34069 CAL. NO. 34,070 - BY: COUNCILMEMBERS GIARRUSSO, MORRELL, MORENO, HARRIS, KING, GREEN AND THOMAS Brief: An Ordinanceto amend Section 154-534 of the Code of the City of New Orleans to require operable flashing lights in all school zones with existing flashing lights; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 6/16/23). 34070 CAL. NO. 34,071 \u2014 BY: COUNCILMEMBER GIARRUSSO Brief: An Ordinance calling an election on October 14, 2023, at which the electors of the City of New Orleans shall be asked to approve an amendment to Section 6-102 of the Home rule Charter requiring the submission of the operating budget and the proposed revenue and operating budget and the proposed revenue and operating budget ordinances be submitted to the Council not later than the f", - "page_number": 44, - "part": 1 + "title": "Regular City Council Minutes 2-2-2023" }, { - "title": "Regular CIty Council Meeting 2-16-2023.pdf", - "page_content": "irst day of October; an amendment to Section 6-104 of the Home Rule Charter requiring the Mayor to submit to the Council the capital program as prepared by the City Planning Commission, the capital budget message, and the proposed capital budget ordinance not later than the first day of October; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 6/16/23). 34071 CAL. NO. 34,072 \u2014 BY: COUNCILMEMBER GIARRUSSO Brief: An Ordinance calling an election on October 14, 2023, at which the electors of the City of New Orleans shall be asked to approve an amendment to the Home Rule Charter to establish the Department of Code Enforcement; reassign certain duties of the Departments of Safety and Permits and Sanitation to the Department of Code Enforcement; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 6/16/23). https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=44248&doc_id=aa15e722-b3c3-11ed-8145-0050569183fa 44/48 \f", + "page_content": "- Topic: Amendment to professional services agreement with CorVel Enterprises Comp, Inc.\n- Summary: The ordinance aims to add the President of the Council as a signatory to the Amendment to the professional services agreement between the City\u2019s Office of Risk Management and CorVel Enterprises Comp, Inc. It also authorizes the President of the Council to sign the Amendment.\n- Ordinance Number: M-23-52\n- Votes Summary:\n Vote 1: Adopt - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The motion to adopt the ordinance passed.\n- UID: 713525e5-6d06-4862-8bad-8d98c449a933", + "uid": "713525e5-6d06-4862-8bad-8d98c449a933", + "publish_date": "2-2-2023", "page_number": 44, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 2-16-2023.pdf", - "page_content": "6/23/23, 5:39 PM 4]j. 4lk. All. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4424&doc_id=aa15e722-b3c3-11ed-8145-0050569183fa 34072 CAL. NO. 34,073 \u2014 COUNCILMEMBER GIARRUSSO (BY REQUEST) Brief: An Ordinance to authorize the Mayor of the City of New Orleans to enter into a Cooperative Endeavor Agreement between the City of New Orleans (the \u201cCity\u2019\u201d\u2019) and the State of Louisiana (Office of Facility Planning and Control) to allow and facilitate the planning and construction of the expansion of the Monticello Canal Culverts at Airline Highway, as more fully set forth in the Cooperative Endeavor Agreement form as \u201cExhibit A\u201d and made a part hereof; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 6/16/23). 34073 CAL. NO. 34,074 - BY: COUNCILMEMBERS GREEN, HARRIS AND KING (BY REQUEST) Brief: An Ordinanceto authorize the Mayor of the City of New Orleans to enter into Amendment No. 2 (the \u201cAmendment\u2019) to a previously executed Cooperative Endeavor Agreement (\u201cthe CEA\u201d) between the City of New Orleans (the \u201cCity\u201d) and Odyssey House Louisiana, Inc. (\u201cOdyssey House\u2019\u201d\u2019) to accomplish the valuable public purpose of providing a safe location for intoxicated persons to be brought to recover to a sober state (the \u201cSobe", - "page_number": 45, - "part": 1 + "title": "Regular City Council Minutes 2-2-2023" }, { - "title": "Regular CIty Council Meeting 2-16-2023.pdf", - "page_content": "ring Center\u2019\u2019); to extend the term of the CEA for four (4) years, as more fully set forth in the Amendment No. 2 form attached hereto as Exhibit 1 and made a part hereof; to add the President of the City Council of New Orleans as a signatory to the Amendment and authorize the President to sign the Amendment; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 6/16/23). 34074 CAL. NO. 34,075 - BY: COUNCILMEMBER KING (BY REQUEST) Brief: An Ordinance to authorize the Mayor of the City of New Orleans to enter into Amendment No. | to a previously-executed Cooperative Endeavor Agreement (\u201cCEA\u201d) between the City of New Orleans (the \u201cCity\u201d or \u201cGrantee\u201d) and New Orleans Redevelopment Authority (\u201cNORA\u201d), for a term of one year, for the public purpose of recovering and rebuilding the City of New Orleans through the strategic management and disposition of properties transferred to the City by the Louisiana Land Trust, as more fully detailed in the Amendment No. | to the Cooperative Endeavor Agreement attached hereto as Exhibit \u201c1\u201d and made a part hereof; and otherwise to provide with respect thereto. Annotation: https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=44248&doc_id=aa15e722-b3c3-11ed-8145-0050569183fa 45/48 \f", + "page_content": "- Topic: Amendment to Bid Contract between Dept. of Sanitation and Kellermeyer Bergenson Services, LLC.\n- Summary: The ordinance aims to add the President of the Council as a signatory to the Amendment to the bid contract and authorize them to sign it. The motion passed with 6 YEAS and 0 NAYS.\n- Ordinance Number: M-23-53\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: President of the Council authorized to sign the Amendment to the bid contract\n- UID: 89f37bdc-6793-40d7-94f4-1497a5d81cc5\n\n- Topic: Amendments to Classified Pay Plan (Fire Hiring Rate Increases)\n- Summary: This ordinance approves the amendments to the Classified Pay Plan as adopted by the Civil Service Commission, to be effective from February 5, 2023. The motion passed with 6 YEAS and 0 NAYS.\n- Ordinance Number: M-23-54\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: Approval of amendments to the Classified Pay Plan\n- UID: 89f37bdc-6793-40d7-94f4-1497a5d81cc5", + "uid": "89f37bdc-6793-40d7-94f4-1497a5d81cc5", + "publish_date": "2-2-2023", "page_number": 45, - "part": 2 + "title": "Regular City Council Minutes 2-2-2023" }, { - "title": "Regular CIty Council Meeting 2-16-2023.pdf", - "page_content": "6/23/23, 5:39 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4424&doc_id=aa15e722-b3c3-11ed-8145-0050569183fa ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 6/16/23). 34075 41m. CAL. NO. 34,076 - BY: _COUNCILMEMBERSGIARRUSSO, MORENO, GREEN AND THOMAS (BYREQUEST) Brief: An Ordinanceto amend Ordinance No. 29265 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Revenues for the City of New Orleans for the Year 2023\u201d, to appropriate funds received under the American Rescue Plan Act to The Mayor to fund the construction of resilience hubs at households of faith in Orleans Parish; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 6/16/23). 34076 41n. CAL. NO. 34,077 - BY: COUNCILMEMBERSGIARRUSSO, MORENO, GREEN AND THOMAS (BYREQUEST) Brief: An Ordinance to amend Ordinance No. 29266 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Expenditures f", + "page_content": "- Topic: Amendments to the Classified Pay Plan (Mardi Gras Special Rate of Pay)\n- Summary: The ordinance approved the amendments to the Classified Pay Plan adopted by the Civil Service Commission to be effective February 5, 2023.\n- Ordinance Number: M-23-55\n- Votes Summary:\n Vote 1: Adopted - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: Amendments to the Classified Pay Plan approved.\n- Tags/Keywords: Classified Pay Plan, Civil Service Commission, Amendments\n- UID: f11f229c-64e5-4d7f-843d-4eb0b37e584d\n\n- Topic: Establishment of the Preserving Residential Character Interim Zoning District\n- Summary: The ordinance directed the City Planning Commission to conduct a public hearing to establish a new Interim Zoning District to prohibit certain uses within specific zoning districts.\n- Ordinance Number: M-23-58\n- Votes Summary:\n Vote 1: Adopted - (5 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: Establishment of the new Interim Zoning District approved.\n- Tags/Keywords: Zoning, Interim Zoning District, City Planning Commission\n- UID: f11f229c-64e5-4d7f-843d-4eb0b37e584d", + "uid": "f11f229c-64e5-4d7f-843d-4eb0b37e584d", + "publish_date": "2-2-2023", "page_number": 46, - "part": 1 + "title": "Regular City Council Minutes 2-2-2023" }, { - "title": "Regular CIty Council Meeting 2-16-2023.pdf", - "page_content": "or the City of New Orleans for the Year 2023\u201d, to appropriate funds received under the American Rescue Plan Act to The Mayor to fund the construction of resilience hubs at households of faith in Orleans Parish; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 6/16/23). 4lo. CAL. NO. 34,078 - BY: COUNCILMEMBERSGIARRUSSO, MORENO, GREEN AND THOMAS (BYREQUEST)_ Brief: An Ordinance to amend Ordinance No. 29266 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023,\u201d to transfer funds awarded by the Corporation for National and Community Service to the Mayor\u2019s Office AmeriCorps Vista Program; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 6/16/23). 34078 https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=44248&doc_id=aa15e722-b3c3-11ed-8145-0050569183fa 46/48 \f", - "page_number": 46, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 2-16-2023.pdf", - "page_content": "6/23/23, 5:39 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4424&doc_id=aa15e722-b3c3-11ed-8145-0050569183fa 4lp. CAL. NO. 34,079 - BY: COUNCILMEMBERSGIARRUSSO, MORENO, GREEN AND THOMAS (BYREQUEST)__ Brief: An Ordinance to amend Ordinance No. 29265 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Revenues for the City of New Orleans for the Year 2023\u201d, to appropriate grant funds to cover payroll expenses incurred during the grant period of January 26, 2021 through September 30, 2022; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 6/16/23). 34079 41q. CAL. NO. 34,080 - BY: COUNCILMEMBERSGIARRUSSO, MORENO, GREEN Alr. 42. AND THOMAS (BYREQUEST) Brief: An Ordinance to amend Ordinance No. 29266 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023\u201d, to appropriate grant funds to cover payroll expenses incurred during the grant period of January 26, ", - "page_number": 47, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 2-16-2023.pdf", - "page_content": "2021 through September 30, 2022; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 6/16/23). 34080 CAL. NO. 34,081 - BY: COUNCILMEMBER MORENO (BY REQUEST) Brief: An Ordinance to authorize the Mayor of the City of New Orleans to enter into Amendment No. | to a previously executed Cooperative Endeavor Agreement (\u201cCEA\u201d) between the City of New Orleans (the \u201cCity\u201d) and the New Orleans Family Justice Center, relative to the Advocacy Initiated Response Program, to modify the provisions thereof and extend the term thereof for an additional 1 year, as more fully set forth in the Amendment No. 1, as Exhibit \u201c1\u201d and made a part hereof; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 6/16/23). 34081 MEETING ADJOURNED @_2:55 P.M. MOVED BY: Giarrusso SECONDED BY: Harris ACTION: Adjourn https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=44248&doc_id=aa15e722-b3c3-11ed-8145-0050569183fa 47/48 \f", + "page_content": "- Topic: Motion M-23-58\n- Summary: This motion directs the City Planning Commission to conduct a public hearing to establish a new Interim Zoning District (IZD) named the Preserving Residential Character Interim Zoning District. The intent is to prohibit the use of Short-Term Rental, Commercial within certain areas currently zoned HU-MU, MU-1, and MU-2.\n- Ordinance Number: M-23-58\n- Votes Summary:\n Vote 1: Reconsider - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n Vote 2: Adopt - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The motion passed after being reconsidered and adopted.\n- Tags/Keywords: Zoning, Interim Zoning District, Short-Term Rental, City Planning Commission\n- UID: ca65df5b-e0a9-4514-8361-8d306b495920\n\n- Topic: Motion M-23-59\n- Summary: This motion directs the City Planning Commission to conduct a public hearing to establish a new Interim Zoning District (IZD) named the Bed and Breakfast Interim Zoning District, as an amendment to the Comprehensive Zoning Ordinance of the City of New Orleans.\n- Ordinance Number: M-23-59\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The motion passed without further amendments or discussions.\n- Tags/Keywords: Zoning, Interim Zoning District, Bed and Breakfast, City Planning Commission\n- UID: ca65df5b-e0a9-4514-8361-8d306b495920", + "uid": "ca65df5b-e0a9-4514-8361-8d306b495920", + "publish_date": "2-2-2023", "page_number": 47, - "part": 2 + "title": "Regular City Council Minutes 2-2-2023" }, { - "title": "Regular CIty Council Meeting 2-16-2023.pdf", - "page_content": "6/23/23, 5:39 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4424&doc_id=aa15e722-b3c3-11ed-8145-0050569183fa YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 ", + "page_content": "- Topic: Zoning District for Bed and Breakfasts\n- Summary: The ordinance aimed to ensure that bed and breakfasts are compatible with and preserve the character and integrity of neighborhoods citywide. The motion to adopt the ordinance passed unanimously with 5 YEAS and 0 NAYS.\n- Ordinance Number: M-23-59\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n Vote 2: Suspend the Rules - Passed (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n Vote 3: Suspend the Rules - Passed (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The ordinance was adopted, and the rules were suspended.\n- Tags/Keywords: Zoning, Bed and Breakfasts, Neighborhood Preservation\n- UID: 0e2aedca-85b1-44df-9494-568002874d80", + "uid": "0e2aedca-85b1-44df-9494-568002874d80", + "publish_date": "2-2-2023", "page_number": 48, - "part": 1 + "title": "Regular City Council Minutes 2-2-2023" }, { - "title": "Regular CIty Council Meeting 2-16-2023.pdf", - "page_content": "NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=44248&doc_id=aa15e722-b3c3-11ed-8145-0050569183fa 48/48 \f", - "page_number": 48, - "part": 2 + "page_content": "- Topic: Inspections of multi-family housing units after violent crime\n- Summary: The ordinance aims to establish section 26-80 of the Code of the City of New Orleans, requiring inspections of multi-family housing units with ten units or more after a violent crime incident on the premises.\n- Ordinance Number: 34046\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed without amendments.\n- Tags/Keywords: Housing inspections, Violent crime, Code enforcement\n- UID: 25314ed4-0f5d-4e2a-a806-ce9ab1c3cecc\n\n- Topic: Cooperative Endeavor Agreement with Lakeview Crime Prevention District\n- Summary: The ordinance authorizes the Mayor to enter into a new Cooperative Endeavor Agreement with Lakeview Crime Prevention District to aid in crime prevention and increase law enforcement presence in the district.\n- Ordinance Number: 34047\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed without amendments.\n- Tags/Keywords: Crime prevention, Law enforcement, Cooperative Endeavor Agreement\n- UID: 25314ed4-0f5d-4e2a-a806-ce9ab1c3cecc\n\n- Topic: Cooperative Endeavor Agreement with Total Community Action, Inc.\n- Summary: The ordinance authorizes the Mayor to enter into a Cooperative Endeavor Agreement with Total Community Action, Inc. to reduce food insecurity and improve the overall health of households in targeted, low-income City neighborhoods.\n- Ordinance Number: 34048\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed without amendments.\n- Tags/Keywords: Food insecurity, Public health, Cooperative Endeavor Agreement\n- UID: 25314ed4-0f5d-4e2a-a806-ce9ab1c3cecc\n\n- Topic: Cooperative Endeavor Agreement with Total Community Action, Inc.\n- Summary: The ordinance authorizes the Mayor to enter into a Cooperative Endeavor Agreement with Total Community Action, Inc. to reduce food insecurity and improve the overall health of households in targeted, low-income City neighborhoods.\n- Ordinance Number: 34049\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed without amendments.\n- Tags/Keywords: Food insecurity, Public health, Cooperative Endeavor Agreement\n- UID: 25314ed4-0f5d-4e2a-a806-ce9ab1c3cecc", + "uid": "25314ed4-0f5d-4e2a-a806-ce9ab1c3cecc", + "publish_date": "2-2-2023", + "page_number": 49, + "title": "Regular City Council Minutes 2-2-2023" }, { - "title": "Regular CIty Council Meeting 2-2-2023.pdf", - "page_content": "6/23/23, 5:40 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4412&doc_id=da516ae7-b3ac-11ed-8145-0050569183fa THE COUNCIL City of New Orleans HELENA MORENO JP MORRELL Councilmember-At-Large Councilmember-At-Large JOSEPH I. LESLI D. FREDDIE EUGENE J. OLIVER M. GIARRUSSO HARRIS KING III GREEN, JR. THOMAS, JR. Wi Councilmember Councilmember Councilmember Councilmember Councilmember District B District C District D District E District A MINUTES Regular City Council Meeting held in City Hall Council Chamber on Thursday, February 2, 2023 at 10:0", - "page_number": 1, - "part": 1 + "page_content": "- Topic: Cooperative Endeavor Agreement with Orleans Public Defenders\n- Summary: The ordinance authorizes the Mayor to enter into a Cooperative Endeavor Agreement with the Orleans Public Defenders to provide legal services to indigent persons in criminal proceedings within the City of New Orleans. \n- Ordinance Number: 34049\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed without any amendments or discussions.\n- Tags/Keywords: Cooperative Endeavor Agreement, Orleans Public Defenders, legal services, indigent persons, criminal proceedings\n- UID: 2d2829ca-654f-4fc2-864f-148d7c9c6cdd\n\n- Topic: Cooperative Endeavor Agreement with Arts Council of New Orleans\n- Summary: The ordinance authorizes the Mayor to enter into a Cooperative Endeavor Agreement with the Arts Council of New Orleans to support the arts within the city through the Community Arts Grants program.\n- Ordinance Number: 34050\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed without any amendments or discussions.\n- Tags/Keywords: Cooperative Endeavor Agreement, Arts Council of New Orleans, arts support, Community Arts Grants program\n- UID: 2d2829ca-654f-4fc2-864f-148d7c9c6cdd\n\n- Topic: Appropriation of Funds from the American Rescue Plan Act\n- Summary: The ordinance seeks to amend the operating budget to appropriate funds received under the American Rescue Plan Act to the Chief Administrative Office for the purchase of vehicles and equipment.\n- Ordinance Number: 34051\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed without any amendments or discussions.\n- Tags/Keywords: American Rescue Plan Act, appropriation of funds, operating budget, Chief Administrative Office\n- UID: 2d2829ca-654f-4fc2-864f-148d7c9c6cdd", + "uid": "2d2829ca-654f-4fc2-864f-148d7c9c6cdd", + "publish_date": "2-2-2023", + "page_number": 50, + "title": "Regular City Council Minutes 2-2-2023" }, { - "title": "Regular CIty Council Meeting 2-2-2023.pdf", - "page_content": "5 A.M. PRESIDENT VICE PRESIDENT JP MORRELL HELENA MORENO Councilmember-At-Large Councilmember-At-Large 1. ROLL CALL - LORA W. JOHNSON, CLERK OF COUNCIL On calling the roll, the following members answered to their names: PRESENT: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 ABSENT: 0 SEVEN MEMBERS PRESENT, CONSTITUTING A QUORUM. 2. INVOCATION \u2014 PASTOR BRANDON BOUTIN, _ UNITED FELLOWSHIP FULL GOSPEL BAPTIST CHURCH https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4412&doc_id=da516ae7-b3ac-11ed-8145-0050569183fa 1/55 \f", - "page_number": 1, - "part": 2 + "page_content": "- Topic: Purchase of Vehicles and Equipment\n- Summary: An ordinance was introduced to fund the purchase of vehicles and equipment by the Administrative Officer. The ordinance was electronically submitted and had a postponement deadline of 6/2/23. The fiscal note was received.\n- Ordinance Number: 34052\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: Postponement deadline of 6/2/23, fiscal note received\n- Tags/Keywords: Administrative Officer, purchase, vehicles, equipment\n- UID: 3779cd24-66ed-493a-a854-535cce921d4d\n\n- Topic: Conditional Use for a Reception Facility\n- Summary: This ordinance aimed to establish a conditional use to permit a reception facility over 10,000 square feet in a specific district. The ordinance was electronically submitted and had a deadline of 4/19/23.\n- Ordinance Number: 34053\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: Conditional use establishment, deadline of 4/19/23\n- Tags/Keywords: Conditional use, reception facility, zoning\n- UID: 3779cd24-66ed-493a-a854-535cce921d4d\n\n- Topic: Amendment to Permit a Commercial Short Term Rental\n- Summary: This ordinance sought to grant an amendment to permit a commercial short term rental in a specific district. The ordinance was electronically submitted and had a deadline of 4/19/23.\n- Ordinance Number: 34054\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: Amendment granted, deadline of 4/19/23\n- Tags/Keywords: Amendment, commercial short term rental, zoning\n- UID: 3779cd24-66ed-493a-a854-535cce921d4d\n\n- Topic: Conditional Use for a Reception Facility with Outdoor Live Entertainment\n- Summary: This ordinance aimed to establish a conditional use to permit a reception facility over 5,000 square feet with outdoor live entertainment in a specific district. The ordinance was electronically submitted and had a deadline of 4/19/23.\n- Ordinance Number: 34055\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: Conditional use establishment, deadline of 4/19/23\n- Tags/Keywords: Conditional use, reception facility, outdoor live entertainment, zoning\n- UID: 3779cd24-66ed-493a-a854-535cce921d4d", + "uid": "3779cd24-66ed-493a-a854-535cce921d4d", + "publish_date": "2-2-2023", + "page_number": 51, + "title": "Regular City Council Minutes 2-2-2023" }, { - "title": "Regular CIty Council Meeting 2-2-2023.pdf", - "page_content": "6/23/23, 5:40 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4412&doc_id=da516ae7-b3ac-11ed-8145-0050569183fa 3. PLEDGE OF ALLEGIANCE \u2014 JP MORRELL, COUNCILMEMBER-AT-LARGE 4. NATIONAL ANTHEM 5. PUBLIC E-COMMENT FORMS, RULES AND INFORMATION ARE AVAILABLE AT https://council.nola.gov/home/ 4. NATIONAL ANTHEM 1. APPROVAL OF THE MINUTES \u2014 January 5, 2023, January 18, 2023 (Special Meeting) and January 19, 2023. Annotation: APPROVED. MOVED By: Green SECONDED BY: Morrell ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. SPECIAL ORDERS OF BUSINESS 1. FIRST ORDER OF BUSINESS \u2014 PRESENTATION \u2014 MIKE FITTS, PRESIDENT OF TULANE, TROY DANNEN,_ ATHLETIC DIRECTOR, COACH WILLIE FRITZ TEAM MEMBERS: LAWRENCE KEYS IU, JHA\u00b0?QUAN JACKSON, ANG", - "page_number": 2, - "part": 1 + "page_content": "- Topic: Rescission of Zoning Ordinance for Wine Shop\n- Summary: The ordinance sought to rescind Ordinance No. 28,644 MCS, which granted a conditional use for a wine shop in the Historic Urban Neighborhood Business District. \n- Ordinance Number: 34,056\n- Votes Summary:\n Vote 1: Passed - (8 YEAS, 0 NAYS, 1 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The rescission of the zoning ordinance for the wine shop passed with a majority vote.\n- Tags/Keywords: Zoning, Rescission, Wine Shop, Historic District\n- UID: a802e74d-bb81-4027-af7e-412f2cf69bd0\n\n- Topic: Emergency Declaration Ordinance\n- Summary: This ordinance aimed to ordain Article XV of Chapter 2 of the Code of the City of New Orleans, providing relative to emergency declarations.\n- Ordinance Number: 34,057\n- Votes Summary:\n Vote 1: Passed - (9 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance to provide relative to emergency declarations was passed unanimously.\n- Tags/Keywords: Emergency Declaration, City Code, Ordinance\n- UID: a802e74d-bb81-4027-af7e-412f2cf69bd0\n\n- Topic: Redevelopment of Six Flags/Jazzland Site\n- Summary: This ordinance authorized the Mayor of the City of New Orleans to enter into a Cooperative Endeavor Agreement between the City and the New Orleans Redevelopment Authority for the redevelopment of the former Six Flags/Jazzland site.\n- Ordinance Number: 34,058\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 2 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance authorizing the redevelopment of the Six Flags/Jazzland site passed with a majority vote.\n- Tags/Keywords: Redevelopment, Cooperative Endeavor Agreement, Six Flags/Jazzland\n- UID: a802e74d-bb81-4027-af7e-412f2cf69bd0", + "uid": "a802e74d-bb81-4027-af7e-412f2cf69bd0", + "publish_date": "2-2-2023", + "page_number": 52, + "title": "Regular City Council Minutes 2-2-2023" }, { - "title": "Regular CIty Council Meeting 2-2-2023.pdf", - "page_content": "ELO ANDERSON, JOSH REMETICH, NOAH TALIANCICH AND LANCE ROBINSON Brief: Honoring the Tulane University Football Team, winners of the 2023 Cotton Bowl Classic. Annotation: ELECTRONICALLY SUBMITTED. Cm. Morrell). APPEARED. 2. SECOND ORDER OF BUSINESS \u2014 PRESENTATION \u2014 MYSTIC KREWE OF FEMME FATALE CROWN _ JEWELS RECOGNITION, HONORING ALL MARDI GRAS QUEENS - MYSTIC KREWE OF FEMME FATALE PRESIDENT, HONORABLE LISA RAY DIGGS; MYSTIC KREWE OF FEMME FATALE PARADE CAPTAIN, DR. TAKEISHA DAVIS; MYSTIC KREWE OF FEMME FATALE QUEEN-SELECT 2023, KIMBERLY R. JONES; MYSTIC KREWE OF FEMME FATALE HONORARY GRAND MARSHALL, JUSTICE BERNETTE JOSHUA JOHNSON, RET; MYSTIC KREWE OF FEMME FATALE FOUNDER, GWENDOLYN RAINEY; AND QUEEN ZULU 2023 https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4412&doc_id=da516ae7-b3ac-11ed-8145-0050569183fa 2/55 \f", - "page_number": 2, - "part": 2 + "page_content": "- Topic: Cooperative Endeavor Agreement between the City of New Orleans and The Louisiana Music and Heritage Experience, Inc.\n- Summary: The ordinance authorizes the Mayor to enter into a Cooperative Endeavor Agreement with LMHE for the preservation and education of the history of music in New Orleans.\n- Ordinance Number: CAL. NO. 34,059\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The ordinance passed without amendments.\n- Tags/Keywords: Cooperative Endeavor Agreement, LMHE, preservation of music history, New Orleans\n- UID: 5315d1c1-f7d6-4313-9f92-fb1bcb5c23c7\n\n- Topic: Appropriation of funds to the Department of Police for furniture and equipment\n- Summary: The ordinance seeks to appropriate funds received under Act 170 of the 2022 Regular Legislative Session to the Department of Police for the purchase of furniture, operational materials, and information technology equipment.\n- Ordinance Number: CAL. NO. 34,060\n- Votes Summary:\n Vote 1: Passed - (9 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed as proposed.\n- Tags/Keywords: Appropriation of funds, Department of Police, Act 170, equipment purchase\n- UID: 5315d1c1-f7d6-4313-9f92-fb1bcb5c23c7\n\n- Topic: Budget amendment for funds received under Act 170\n- Summary: The ordinance aims to amend the Operating Budget of Expenditures for the City of New Orleans to appropriate funds received under Act 170 of the 2022 Regular Legislative Session to the New Orleans Police Department for the purchase of furniture, operational materials, and information technology equipment.\n- Ordinance Number: CAL. NO. 34,061\n- Votes Summary:\n Vote 1: Passed - (9 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance was approved without amendments.\n- Tags/Keywords: Budget amendment, Act 170, New Orleans Police Department, equipment purchase\n- UID: 5315d1c1-f7d6-4313-9f92-fb1bcb5c23c7", + "uid": "5315d1c1-f7d6-4313-9f92-fb1bcb5c23c7", + "publish_date": "2-2-2023", + "page_number": 53, + "title": "Regular City Council Minutes 2-2-2023" }, { - "title": "Regular CIty Council Meeting 2-2-2023.pdf", - "page_content": "6/23/23, 5:40 PM 1. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4412&doc_id=da516ae7-b3ac-11ed-8145-0050569183fa Brief: The Mystic Krewe of Femme Fatale is officially proclaiming and honoring all 2023 Mardi Gras Queens: MKFF Queen Monique R. Jones, Queen Pontchartrain XLVIII Celeste Patricia Scandaliato, Queen Excalibur XXI Hasahnee Jackson, Queen Oshun XXIV Dr. Ruby Ann McClaren Johnson, Queen Nefertiti II] Summer Amber Turner, Princess Choctaw Jacquelyne McGowan Decastro, Queen Freret XI Jessica Amber Lozano, Sparta Queen LXX Sophia Rose Zollinger & Phoenix III Shelby Elizabeth Saak, Queen Cleopatra L Victoria J. Bagot, Queen Pygmalion XXIII Katherine Koppens, Queen Alla XCI Dr. Cherie Drez Bragg, Queen Carrollton XCIX - Kirsten Blair Jackson, Queen Guinevere XLVI Jennifer Robertson (King Arthur), Queen TCQNO II Cheryl Banks, Goddess Nyx XI Debbie Prejean & Demi Goddess Nyx 2023 Shannon McDaniel, Queen Tucks LIV Sheri Bleuler, Queen Iris Holly Carol Black, Queen Nomtoc LII Vinaya Jackson, Queen Endymion LVII Katelynne Marie ", - "page_number": 3, - "part": 1 + "page_content": "- Topic: Amendment of Section 54-28 and Section 54-338 of the City Code\n- Summary: The ordinance aims to allow for custodial arrest for adults for the careless storage of a firearm that results in harm to a minor and to provide penalties for failure to secure a firearm obtained by a minor. The ordinance was electronically submitted and had a postponement deadline of 6/2/23.\n- Ordinance Number: CAL. NO. 34,062\n- Votes Summary:\n Vote 1: Passed - (YEAS: 5, NAYS: 0, ABSTAIN: 0, ABSENT: 2)\n- Decision/Key Actions: The ordinance was passed.\n- UID: 30aee03c-8e93-48b6-bcce-9eb3bcf99819\n\n- Topic: Amendment of Section 54-357 of the City Code\n- Summary: The ordinance seeks to increase the penalty for not reporting lost and stolen firearms. It was electronically submitted and had a postponement deadline of 6/2/23.\n- Ordinance Number: CAL. NO. 34,063\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: No specific voting outcome was provided in the summary.\n- UID: 30aee03c-8e93-48b6-bcce-9eb3bcf99819\n\n- Topic: Motion to Adjourn\n- Summary: A motion to adjourn the council meeting was made and passed unanimously, with 5 yeas and 0 nays.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: Passed - (YEAS: 5, NAYS: 0, ABSTAIN: 0, ABSENT: 2)\n- Decision/Key Actions: The motion to adjourn was successful.\n- UID: 30aee03c-8e93-48b6-bcce-9eb3bcf99819", + "uid": "30aee03c-8e93-48b6-bcce-9eb3bcf99819", + "publish_date": "2-2-2023", + "page_number": 54, + "title": "Regular City Council Minutes 2-2-2023" }, { - "title": "Regular CIty Council Meeting 2-2-2023.pdf", - "page_content": "Russell, Queen Athena VIII Marcia Prosper Darby, Queen Zulu Dr. Christy Spears, Queen Symphony VI Christina Monique George, Mid-City Queen LXXXIX Judith DeFraties, Thoth Queen LXXV Haley Alyssa Pettingill, Legion of Mars Queen X Grace Farnsworth. Annotation: ELECTRONICALLY SUBMITTED. (Cm. Thomas). APPEARED. THIRD ORDER OF BUSINESS \u2014 PRESENTATION \u2014 RETIREMENT OF JUDGE EDWIN LOMBARD Brief: Honoring the Career and Retirement of Judge Edwin Lombard. Annotation: ELECTRONICALLY SUBMITTED. (Cm. Harris). WITHDRAWN. CONSENT AGENDA CONSENT AGENDA COMMUNICATION \u2014 FROM ERIN SPEARS \u2014 CHIEF OF STAFF & COUNSEL, COUNCIL UTILITIES REGULATORY OFFICE Brief: Submitting the transmittal document for communications related to electric and gas utility matters to be received by the Council of the City of New Orleans at its meeting on February 2, 2023: Communications from Entergy New Orleans, LLC (\u201cENO\u201d) Erin Spears Resolution R-15-193 https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4412&doc_id=da516ae7-b3ac-11ed-8145-0050569183fa 3/55 \f", - "page_number": 3, - "part": 2 + "page_content": "- Topic: [Ordinance 1]\n- Summary: The ordinance focused on implementing stricter regulations for waste disposal in public areas to improve cleanliness and sanitation. It passed with a unanimous vote.\n- Ordinance Number: 1/1/24\n- Votes Summary:\n - Vote 1: Passed - (10 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance was approved without amendments and will be implemented citywide.\n- Tags/Keywords: Waste disposal, Sanitation regulations, City cleanliness\n- UID: b6d0ca35-a0ae-4cb4-b9e2-a509f61b8846\n\n- Topic: [Ordinance 2]\n- Summary: This ordinance proposed a budget reallocation to fund the construction of a new community center in the downtown area. It passed with a majority vote.\n- Ordinance Number: 1/1/24\n- Votes Summary:\n - Vote 1: Passed - (8 YEAS, 2 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The budget reallocation was approved, and the construction of the community center will proceed as planned.\n- Tags/Keywords: Budget reallocation, Community center construction, Downtown development\n- UID: b6d0ca35-a0ae-4cb4-b9e2-a509f61b8846", + "uid": "b6d0ca35-a0ae-4cb4-b9e2-a509f61b8846", + "publish_date": "2-2-2023", + "page_number": 55, + "title": "Regular City Council Minutes 2-2-2023" }, { - "title": "Regular CIty Council Meeting 2-2-2023.pdf", - "page_content": "6/23/23, 5:40 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4412&doc_id=da516ae7-b3ac-11ed-8145-0050569183fa Courtney R. Nicholson 2. Reply Comments, UD-18-03 Keith D. Woods 3. Motion for Delay of Consideration, Dockets UD-18-01 and UD-18-07 Courtney R. Nicholson 4. Fuel Adjustments for the February 2023 Billing Cycle, UD-18-07 Other Communications Courtney R. Nicholson Jay Beatmann 1. Motion to Extend Date to File Advisors\u2019 Report, submitted by Dentons US, UD-22-04 Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. SPEAKER(S): Michael Burnside 2. COMMUNICATION \u2014 FROM APRIL HUANG, PERMIT INTAKE ANALYST, DEPARTMENT OF SAFETY AND PERMITS, CITY OF NEW ORLEANS Brief: Transmitting the application documents for a demolition permit", - "page_number": 4, - "part": 1 + "page_content": "- Topic: Roll Call\n- Summary: The roll call showed five members present, constituting a quorum, with two members absent. Cms. Harris and King arrived later in the meeting.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Quorum established\n- Tags/Keywords: Roll call, quorum, absent members\n- UID: 16d03817-3fb2-4fad-9497-9062c5629e45", + "uid": "16d03817-3fb2-4fad-9497-9062c5629e45", + "publish_date": "9-7-2023", + "page_number": 1, + "title": "Regular City Council Minutes 9-7-2023" }, { - "title": "Regular CIty Council Meeting 2-2-2023.pdf", - "page_content": " requiring City Council review and approval for the following property: * 1923 St. Charles Avenue, 22-36132-DEMO-Council District \u201cB\u201d Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. (Hearing Date Set For 2/16/23). April Huang SPEAKER(S): Dung Nguyen (Did not speak) 3. COMMUNICATION - FROM AMY B. TREPAGNIER, DIRECTOR OF PERSONNEL, CITY OF NEW ORLEANS, DEPARTMENT OF CIVIL SERVICE Brief: Submitting for Council approval an Amendment to the Civil Service Rules (Parental Leave) in accordance with Article X, Section 10 of the Constitution of Louisiana as adopted by the Civil Service Commission at its meeting of January 20, 2023. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4412&doc_id=da516ae7-b3ac-11ed-8145-0050569183fa 4/55 \f", - "page_number": 4, - "part": 2 + "page_content": "- Topic: Approval of the Minutes - August 10, 2023 and August 24, 2023\n- Summary: The council approved the minutes from the meetings held on August 10, 2023 and August 24, 2023.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: Approved - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The minutes from the specified meetings were approved by the council.\n- Tags/Keywords: Approval, Minutes, Meeting\n- UID: 39ab43cb-7ad6-4f63-94c0-6c36f5c381be\n\n- Topic: Recognition of Coach William Montgomery\n- Summary: Coach William Montgomery was recognized for his retirement as the head boxing coach of the New Orleans Recreation Development Commission (NORD) for his dedication to mentoring and rescuing generations of youth and establishing boxing programs at various institutions.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: The council recognized and honored Coach William Montgomery for his contributions to the community and youth development.\n- Tags/Keywords: Coach Montgomery, Recognition, Retirment\n- UID: 39ab43cb-7ad6-4f63-94c0-6c36f5c381be", + "uid": "39ab43cb-7ad6-4f63-94c0-6c36f5c381be", + "publish_date": "9-7-2023", + "page_number": 2, + "title": "Regular City Council Minutes 9-7-2023" }, { - "title": "Regular CIty Council Meeting 2-2-2023.pdf", - "page_content": "6/23/23, 5:40 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4412&doc_id=da516ae7-b3ac-11ed-8145-0050569183fa Annotation: ELECTRONICALLY SUBMITTED. RECEIVED AND REFERRED TO THE BUDGET COMMITTEE. Amy B. Trepagnier Parental Leave COMMUNICATION - FROM AMY B. TREPAGNIER, DIRECTOR OF PERSONNEL, CITY OF NEW ORLEANS, DEPARTMENT OF CIVIL SERVICE Brief: Submitting for Council approval an Amendment to the Civil Service Rules (Sewerage and Water Board) in accordance with Article X, Section 10 of the Constitution of Louisiana as adopted by the Civil Service Commission at its meeting of January 20, 2023. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED AND REFERRED TO THE BUDGET COMMITTEE. COMMUNICATION - FROM AMY B. TREPAGNIER, DIRECTOR OF PERSONNEL, CITY OF NEW ORLEANS, DEPARTMENT OF CIVIL SERVICE Brief: Submitting for Council approval an Amendment to the Civil Service Rules (Fire) in a", - "page_number": 5, - "part": 1 + "page_content": "- Topic: Recognition of Lester \"Bo\" McCalebb\n- Summary: The council presented a recognition to Lester \"Bo\" McCalebb for his accomplishments as an American-Macedonian former professional basketball player. \n- Ordinance Number: N/A\n- Votes Summary:\n - Decision/Key Actions: Recognition and honoring of Lester \"Bo\" McCalebb\n - Tags/Keywords: Recognition, Accomplishments, Basketball, Honoring\n - UID: d21c5596-072d-49d2-b86e-acaa06851234\n\n- Topic: Cooperative Endeavor Agreement with STEM NOLA\n- Summary: The council passed an ordinance authorizing the Mayor to enter into a Cooperative Endeavor Agreement with STEM NOLA for three years, aimed at expanding programming to promote Science, Technology, Engineering, and Mathematics (STEM) in the community.\n- Ordinance Number: CAL. NO. 34,377\n- Votes Summary:\n - Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n - Decision/Key Actions: Authorization of a Cooperative Endeavor Agreement with STEM NOLA\n - Tags/Keywords: Cooperative Endeavor Agreement, STEM NOLA, STEM Education\n - UID: d21c5596-072d-49d2-b86e-acaa06851234\n\n- Topic: Motion (LYING OVER) - NO. M-23-386\n- Summary: The motion by Councilmember Thomas was discussed and voted on, but specific details are not provided in the summary.\n- Ordinance Number: NO. M-23-386\n- Votes Summary: N/A\n- Decision/Key Actions: Motion discussed and voted on\n- Tags/Keywords: Motion, Councilmember Thomas\n- UID: d21c5596-072d-49d2-b86e-acaa06851234", + "uid": "d21c5596-072d-49d2-b86e-acaa06851234", + "publish_date": "9-7-2023", + "page_number": 3, + "title": "Regular City Council Minutes 9-7-2023" }, { - "title": "Regular CIty Council Meeting 2-2-2023.pdf", - "page_content": "ccordance with Article X, Section 10 of the Constitution of Louisiana as adopted by the Civil Service Commission at its meeting of January 20, 2023. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED AND REFERRED TO THE BUDGET COMMITTEE. Amy B. Trepagnier Fire COMMUNICATION - FROM AMY B. TREPAGNIER, DIRECTOR OF PERSONNEL, CITY OF NEW ORLEANS, DEPARTMENT OF CIVIL SERVICE Brief: Submitting for Council approval an Amendment to the Classified Pay Plan (HDLC/VCC) in accordance with Article X, Section 10 of the Constitution of Louisiana as adopted by the Civil Service Commission at its meeting of January 20, 2023. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED AND REFERRED TO THE BUDGET COMMITTEE. Amy B. Trepagnier HDLC-VCC SPEAKER(S): Michael Burnside; E-Comments - Amber Howell https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4412&doc_id=da516ae7-b3ac-11ed-8145-0050569183fa 5/55 \f", - "page_number": 5, - "part": 2 + "page_content": "- Topic: Extension of Interim Appointment for Acting Director of Department of Public Works\n- Summary: The ordinance aimed to extend the interim appointment of Sarah McLaughlin-Porteous as Acting Director of the Department of Public Works for 120 days.\n- Ordinance Number: 49b\n- Votes Summary:\n - Motion M-23-386 Amendment: Passed - 7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT\n - Amendment 02: Passed\n- Decision/Key Actions: The interim appointment was extended for 120 days as proposed in Motion M-23-386 and subsequent amendment.\n- Tags/Keywords: Interim appointment, Department of Public Works, Extension, Amendment, Motion\n- UID: 2faafabf-6132-4764-9eca-fb23a2cbf67d", + "uid": "2faafabf-6132-4764-9eca-fb23a2cbf67d", + "publish_date": "9-7-2023", + "page_number": 4, + "title": "Regular City Council Minutes 9-7-2023" }, { - "title": "Regular CIty Council Meeting 2-2-2023.pdf", - "page_content": "6/23/23, 5:40 PM 7. 10. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4412&doc_id=da516ae7-b3ac-11ed-8145-0050569183fa COMMUNICATION - FROM AMY B. TREPAGNIER, DIRECTOR OF PERSONNEL, CITY OF NEW ORLEANS, DEPARTMENT OF CIVIL SERVICE Brief: Submitting for Council approval an Amendment to the Classified Pay Plan (EMS Special Rate of Pay) in accordance with Article X, Section 10 of the Constitution of Louisiana as adopted by the Civil Service Commission at its meeting of January 20, 2023. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED AND REFERRED TO THE BUDGET COMMITTEE. Amy B. Trepagnier EMS COMMUNICATION - FROM AMY B. TREPAGNIER, DIRECTOR OF PERSONNEL, CITY OF NEW ORLEANS, DEPARTMENT OF CIVIL SERVICE Brief: Submitting for Council approval an Amendment to the Classified Pay Plan (Safety and Permits) in accordance with Article X, Section 10 of the Constitution of Louisiana as adopted by the Civil Service Commission at its meeting of January 20, 2023. Annotation: ELECTRON", - "page_number": 6, - "part": 1 + "page_content": "- Topic: Disbursement of 2022 Reserve Allocation\n- Summary: The council approved the disbursement of the 2022 reserve, allocating a total of $5,796,517.65 to various programs and services under the OPSB, including the Office of Student Support & Attendance, Therapeutic Program, and Services for Court-Involved Youth.\n- Ordinance Number: R-23-422\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The disbursement of funds was approved, with no amendments or discussions noted.\n- Tags/Keywords: Disbursement, 2022 Reserve, OPSB, Allocation\n- UID: c023e566-5dff-4c8a-927b-9af281d80324\n\n- Topic: Communication from Erin Spears - Chief of Staff & Counsel, Council Utilities Regulatory Office\n- Summary: The council received a transmittal document for communications related to electric and gas utility matters from Entergy New Orleans, LLC, including environmental adjustments and purchased gas adjustments for the September 2023 billing cycle.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: The communication was received by the council for review and consideration, with no specific voting outcome mentioned.\n- Tags/Keywords: Communication, Electric and Gas Utility, Entergy New Orleans, Billing Cycle\n- UID: c023e566-5dff-4c8a-927b-9af281d80324", + "uid": "c023e566-5dff-4c8a-927b-9af281d80324", + "publish_date": "9-7-2023", + "page_number": 5, + "title": "Regular City Council Minutes 9-7-2023" }, { - "title": "Regular CIty Council Meeting 2-2-2023.pdf", - "page_content": "ICALLY SUBMITTED. RECEIVED AND REFERRED TO THE BUDGET COMMITTEE. SPEAKER(S): Michael Burnside; E-Comments - Amber Howell COMMUNICATION - FROM AMY B. TREPAGNIER, DIRECTOR OF PERSONNEL, CITY OF NEW ORLEANS, DEPARTMENT OF CIVIL SERVICE Brief: Submitting for Council approval an Amendment to the Classified Pay Plan (French Quarter Supplemental Police Patrol Program) in accordance with Article X, Section 10 of the Constitution of Louisiana as adopted by the Civil Service Commission at its meeting of January 20, 2023. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED AND REFERRED TO THE BUDGET COMMITTEE. Amy B. Trepagnier French Quarter Supplemental Police Patrol Program COMMUNICATION - FROM AMY B. TREPAGNIER, DIRECTOR OF PERSONNEL, CITY OF NEW ORLEANS, DEPARTMENT OF CIVIL SERVICE Brief: Submitting for Council approval an Amendment to the Classified Pay Plan (Mardi Gras https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4412&doc_id=da516ae7-b3ac-11ed-8145-0050569183fa 6/55 \f", + "page_content": "- Topic: ENOL PGA Filing Package September 2023 Billing Month\n- Summary: Scott M Celino updated the ENOL PGA Filing Package for the September 2023 Billing Month.\n- Ordinance Number: UD-18-07\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The updated filing package was approved for the September 2023 Billing Month.\n- Tags/Keywords: ENOL, PGA Filing, Billing Month, UD-18-07\n- UID: 9e330959-193d-4ce5-baa7-3d2173eee18e\n\n- Topic: Purchased Power Cost Recovery Adjustments for the September 2023 Billing Cycle\n- Summary: Scott Celino made adjustments for the Purchased Power Cost Recovery for the September 2023 Billing Cycle.\n- Ordinance Number: UD-18-07\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The adjustments for the Purchased Power Cost Recovery for the September 2023 Billing Cycle were approved.\n- Tags/Keywords: Purchased Power, Cost Recovery, Billing Cycle, UD-18-07\n- UID: 9e330959-193d-4ce5-baa7-3d2173eee18e\n\n(Continued for additional ordinances)", + "uid": "9e330959-193d-4ce5-baa7-3d2173eee18e", + "publish_date": "9-7-2023", "page_number": 6, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 2-2-2023.pdf", - "page_content": "6/23/23, 5:40 PM 11. 12. 13. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4412&doc_id=da516ae7-b3ac-11ed-8145-0050569183fa Special Rate of Pay) in accordance with Article X, Section 10 of the Constitution of Louisiana as adopted by the Civil Service Commission at its meeting of January 20, 2023. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED AND REFERRED TO THE BUDGET COMMITTEE. COMMUNICATION - FROM AMY B. TREPAGNIER, DIRECTOR OF PERSONNEL, CITY OF NEW ORLEANS, DEPARTMENT OF CIVIL SERVICE Brief: Submitting for Council approval an Amendment to the Classified Pay Plan (Fire Hiring Rate Increases) in accordance with Article X, Section 10 of the Constitution of Louisiana as adopted by the Civil Service Commission at its meeting of January 20, 2023. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED AND REFERRED TO THE BUDGET COMMITTEE. Amy B. Trepagnier Fire Hiring Rates COMMUNICATION - FROM TAMMIE T. JAC", - "page_number": 7, - "part": 1 + "title": "Regular City Council Minutes 9-7-2023" }, { - "title": "Regular CIty Council Meeting 2-2-2023.pdf", - "page_content": "KSON, DIRECTOR, DEPARTMENT OF SAFETY AND PERMITS, OFFICE OF BUSINESS AND EXTERNAL SERVICES. CITY OF NEW ORLEANS Brief: Transmitting a withdrawal letter to the previously submitted application for a demolition permit for the following property: * 1137 Baronne Street, 22-32441-DEMO-RSFD \u2014 Council District \u201cB\u201d Annotation: ELECTRONICALLY SUBMITTED. (Request to Withdraw). WITHDRAWN. Tammie T. Jackson - 22-32441-DEMO - WD Ltr COMMUNICATION - FROM CYNTHIA DAVIS, DEPARTMENT OF SAFETY AND PERMITS, CITY OF NEW ORLEANS Brief: Transmitting the application documents for a demolition permit requiring City Council review and approval for the following property: * 2227 N. Derbigny Street, 22-36701-DEMO-RSFD \u2014 Council District \u201cD\u201d Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. (Hearing Date Set For 2/16/23). https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4412&doc_id=da516ae7-b3ac-11ed-8145-0050569183fa 7/55 \f", + "page_content": "- Topic: VCC Appeal - Retention of Painted Brick and Mounted Gas Heaters\n- Summary: Loretta Katherine Harmon, President of LKHARMON, Architects, appealed the Vieux Carr\u00e9 Commission\u2019s decision of denial to retain painted brick and mounted gas heaters for property located at 711 Bourbon Street.\n- Ordinance Number: Not specified\n- Votes Summary:\n Vote 1: N/A - (Not specified)\n- Decision/Key Actions: Hearing date set for 9/21/23\n- Tags/Keywords: VCC Appeal, Preservation, Property Retention\n- UID: 31f750fa-b87d-464c-a12d-1c49ff6c554e\n\n- Topic: Contract Extension for Curbside Recycling Carts\n- Summary: Elizabeth Brusseau submitted a proposed agreement between the City of New Orleans and IPL North America, Inc, to extend the contract for curbside recycling carts.\n- Ordinance Number: Not specified\n- Votes Summary:\n Vote 1: N/A - (Not specified)\n- Decision/Key Actions: See Motion No. M-23-399 for details\n- Tags/Keywords: Recycling, Contract Extension, Waste Management\n- UID: 31f750fa-b87d-464c-a12d-1c49ff6c554e\n\n- Topic: Amendment to Sanitation Department Contract\n- Summary: Elizabeth Brusseau submitted a motion to allow the Sanitation Department to enter into a 3rd amendment to a contract with MDL Enterprises, which provides roll-off truck service with operators to supplement the Department of Sanitation\u2019s operation.\n- Ordinance Number: Not specified\n- Votes Summary:\n Vote 1: N/A - (Not specified)\n- Decision/Key Actions: See Motion No. M-23-400 for details\n- Tags/Keywords: Sanitation, Waste Management, Contract Amendment\n- UID: 31f750fa-b87d-464c-a12d-1c49ff6c554e\n\n- Topic: Memorandum of Understanding for Drug Trafficking Area Program Funds\n- Summary: Elizabeth Brusseau submitted a motion to permit entrance into a memorandum of understanding between the City and JPSO for the disbursement of State of Louisiana Gulf Coast High Intensity Drug Trafficking Area (HIDTA) program funds.\n- Ordinance Number: Not specified\n- Votes Summary:\n Vote 1: N/A - (Not specified)\n- Decision/Key Actions: MOU has a duration of 2 years and not to exceed $47,700\n- Tags/Keywords: Drug Trafficking, Law Enforcement, Funding\n- UID: 31f750fa-b87d-464c-a12d-1c49ff6c554e", + "uid": "31f750fa-b87d-464c-a12d-1c49ff6c554e", + "publish_date": "9-7-2023", "page_number": 7, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 2-2-2023.pdf", - "page_content": "6/23/23, 5:40 PM 14. 15. 16. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4412&doc_id=da516ae7-b3ac-11ed-8145-0050569183fa Cynthia Davis - 22-36701-DEMO - DEMO-RSFD - COMMUNICATION COMMUNICATION \u2014 FROM MONIQUE N. GREEN, LEGISLATIVE DIRECTOR, COUNCILMEMBER EUGENE J. GREEN, DISTRICT \u201cD\u201d Brief: Transmitting the Mayor\u2019s Office of Economic Development\u2019s recommendation of approval, and requesting the scheduling of a public hearing, for the following Tax Exemption application: * ITE Application #2020-0049, 3201 France Road, Terviva Industries LLC Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. (Hearing Date Set For 2/16/23). ITE Letter 3201 France Road ITE Report 3201 France Road ITE Resolution 3201 France Road SPEAKER(S): Michael Burnside REPORT - OF THE DEPUTY DIRECTOR OF THE NEW ORLEANS HISTORIC DISTRICT LANDMARKS COMMISSION \u201d CENTRAL BUSINESS DISTRICT HISTORIC DISTRICT LANDMARKS COMMISSION Brief: Submitting a report regarding an appeal of the Historic District Landmarks Commission's (HDLC) decision to", - "page_number": 8, - "part": 1 + "title": "Regular City Council Minutes 9-7-2023" }, { - "title": "Regular CIty Council Meeting 2-2-2023.pdf", - "page_content": " allow the retention of the facade demolition and assess a $21,690.00 fine for the property located at 2220 Broadway Street. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. HDLC Reprt - 2220 Broadway St. REPORT - OF THE EXECUTIVE DIRECTOR OF THE CITY PLANNING COMMISSION Brief: Transmitting Zoning Docket Numbers 1/23 - Cm. Green, 6/23 - Cm. Harris, Cn. Deadline 4/3/23 and For Information Purposes Only: Property Acquisition 1/23: City of New Orleans Department of Property Management - Property Acquisition for immovable property that is part of the closed Agriculture Street Landfill site. The Municipal Addresses: The municipal addresses are 1, 2, 9, 10, 17, 18, 25, 26, 32, 33, 36, 40, 44, 48, 51, 52, 55, 56, 59, 60, 63, 64, 67, 68, 71, 72, 76, and 80 Gordon Plaza Drive, 2900, 2920, 2926, 2932, 2938 Benefit Street, 2, 3, 4, 5 and 6 Agriculture Place, 2900, 2903, 3000 3100, and 3101 Industry Street, 2722, https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4412&doc_id=da516ae7-b3ac-11ed-8145-0050569183fa 8/55 \f", + "page_content": "- Topic: Zoning Change from LI Light Industrial District to MU-1 Medium Intensity Mixed-Use District\n- Summary: Ordinance to effect a zoning change for Square 1804 in the Third Municipal District, bounded by Franklin Avenue, Abundance Street, Agriculture Street, and Eads Street. \n- Ordinance Number: CAL. NO. 34,342\n- Votes Summary:\n Vote 1: ADOPTED - (Unanimous)\n- Decision/Key Actions: Zoning change from LI to MU-1 approved for Square 1804.\n- Tags/Keywords: Zoning Change, LI Light Industrial District, MU-1 Medium Intensity Mixed-Use District\n- UID: 32a4e5b4-7597-4c08-9346-9304929f5f2f", + "uid": "32a4e5b4-7597-4c08-9346-9304929f5f2f", + "publish_date": "9-7-2023", "page_number": 8, - "part": 2 + "title": "Regular City Council Minutes 9-7-2023" }, { - "title": "Regular CIty Council Meeting 2-2-2023.pdf", - "page_content": "6/23/23, 5:40 PM 17. 18. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4412&doc_id=da516ae7-b3ac-11ed-8145-0050569183fa 2906, 2912, 2918, and 2924 Press Street, 2800 Higgins Boulevard, 2941 Florida Avenue, 2900 Feliciana Street, 2800, 2801, 2850, 2861, 2867, 2870, 2873, 2876, 2885, 2891, 2897, 2900, 3000, and 7879 Abundance Street, 1, 2, 3, 4, 6, and 7 Vision Drive, 1, 2, 3, 4, 5, 6, 7, and 8 Marcus Christian Circle. The City Planning Commission recommendation being \"FOR APPROVAL\". (Cm. Green, Cn. Deadline None). Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. (Hearing Date Set For 2/16/23). CPC Transmittal letter 1-10-23 meeting SPEAKER(S): Michael Burnside REPORT \u2014 OF THE EXECUTIVE DIRECTOR OF THE CITY PLANNING COMMISSION Brief: Transmitting Zoning Docket Numbers 95/22 \u2014 Cms. All, 2/23 \u2014 Cms. All, Cn. Deadline 4/3/23. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. (Hearing", + "page_content": "- Topic: Conditional Use for Retail Sale of Packaged Alcoholic Beverages\n- Summary: The ordinance proposed to establish a Conditional Use to permit the retail sale of packaged alcoholic beverages in a specific district. The ordinance was adopted.\n- Ordinance Number: 34,343\n- Votes Summary:\n Vote 1: Adopted - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The ordinance to permit the retail sale of packaged alcoholic beverages in a specific district was adopted.\n- Tags/Keywords: Zoning, Retail Sale, Alcoholic Beverages\n- UID: 6972101e-cac3-4895-9118-13e3233dec5d\n\n- Topic: Amendment for Broadcasting Studio as Permitted Use\n- Summary: The ordinance aimed to amend the Comprehensive Zoning Ordinance to add \"broadcasting studio\" as a permitted use in a specific district. The ordinance was adopted.\n- Ordinance Number: 34,344\n- Votes Summary:\n Vote 1: Adopted - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The ordinance to amend the zoning ordinance to include \"broadcasting studio\" as a permitted use was adopted.\n- Tags/Keywords: Zoning Amendment, Broadcasting Studio\n- UID: 6972101e-cac3-4895-9118-13e3233dec5d\n\n- Topic: Directive for Public Hearing on Electrical Back-up Generators\n- Summary: The motion directed the City Planning Commission to conduct a public hearing to consider adding minimum distance, height, and sealing requirements for electrical back-up generators. The motion was referred to the Quality of Life Committee.\n- Ordinance Number: M-23-385\n- Votes Summary:\n Vote 1: Referred to Committee - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The motion directing the public hearing on electrical back-up generators was referred to the Quality of Life Committee.\n- Tags/Keywords: City Planning, Public Hearing, Electrical Generators\n- UID: 6972101e-cac3-4895-9118-13e3233dec5d", + "uid": "6972101e-cac3-4895-9118-13e3233dec5d", + "publish_date": "9-7-2023", "page_number": 9, - "part": 1 + "title": "Regular City Council Minutes 9-7-2023" }, { - "title": "Regular CIty Council Meeting 2-2-2023.pdf", - "page_content": " Date Set For 2/16/23). CPC Transmittal letter 1-27-23 meeting SPEAKER(S): Angeles Blalock CAL. NO. 33,995 - BY: COUNCILMEMBERS GREEN, KING AND THOMAS (BY REQUEST) Brief: An Ordinance to amend and reordain Section 2-975 of Article X of Chapter 2 of the Code of the City of New Orleans to exempt juvenile detention officers and corrections staff of the Juvenile Justice Intervention Center and automotive repair staff of the Equipment Maintenance Division from the City's domicile requirement; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 4/14/23). Referred to the Criminal Justice Committee). (Criminal Justice Committee recommended approval). ADOPTED. 33995-29314 MCS SPEAKER(S): Michael Burnside https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4412&doc_id=da516ae7-b3ac-11ed-8145-0050569183fa 9/55 \f", - "page_number": 9, - "part": 2 + "page_content": "- Topic: Reappointment of Cherie Teamer Henley to Industrial Development Board\n- Summary: The ordinance ratified, confirmed, and approved the reappointment of Cherie Teamer Henley as a member of the Industrial Development Board for a term expiring on January 1, 2029.\n- Ordinance Number: M-23-397\n- Votes Summary:\n Vote 1: ADOPTED - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: Reappointment of Cherie Teamer Henley approved\n- UID: 791a437e-d5ee-4354-b8f1-58489aa49a58\n\n- Topic: Amendment to bid contract between Department of Sanitation and IPL North America, Inc.\n- Summary: The ordinance added the President of the Council as a signatory to the Amendment to the bid contract between the Department of Sanitation and IPL North America, Inc.\n- Ordinance Number: M-23-399\n- Votes Summary:\n Vote 1: ADOPTED - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: President of the Council authorized to sign the Amendment to the bid contract\n- UID: 791a437e-d5ee-4354-b8f1-58489aa49a58\n\n- Topic: Amendment to bid contract between Department of Sanitation and MDL Enterprises, LLC\n- Summary: The ordinance added the President of the Council as a signatory to the Amendment to the bid contract between the Department of Sanitation and MDL Enterprises, LLC.\n- Ordinance Number: M-23-400\n- Votes Summary:\n Vote 1: ADOPTED - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: President of the Council authorized to sign the Amendment to the bid contract\n- UID: 791a437e-d5ee-4354-b8f1-58489aa49a58", + "uid": "791a437e-d5ee-4354-b8f1-58489aa49a58", + "publish_date": "9-7-2023", + "page_number": 10, + "title": "Regular City Council Minutes 9-7-2023" }, { - "title": "Regular CIty Council Meeting 2-2-2023.pdf", - "page_content": "6/23/23, 5:40 PM 19. 20. 21. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4412&doc_id=da516ae7-b3ac-11ed-8145-0050569183fa CAL. NO. 34,006 - BY: COUNCILMEMBER HARRIS Brief: An Ordinance to establish a conditional use to permit a commercial short-term rental in a CBD-5 Urban Core Neighborhood Lower Intensity Mixed-Use District and the rescission of Ordinance No. 17,249 (Zoning Docket 061/95) located on Square 257, Lot 88 or 2 or 11 and Lot 87 or 81, in the First Municipal District, bounded by Julia Street, Baronne Street, Girod Street, and O\u2019Keefe Avenue (Municipal Addresses: 933-939 Julia Street); and otherwise to provide with respect thereto. (ZONING DOCKET NO 81/22) Annotation: ELECTRONICALLY SUBMITTED. (90 Days, Cn. Deadline 3/15/23). (Cn. Deadline 3/9/23). ADOPTED. 34006-29316 MCS CAL. NO. 34,007 - BY: COUNCILMEMBER KING Brief: An Ordinance to grant an amendment to Ordinance No. 28,987 MCS (Zoning Docket 101/21, which granted a Conditional Use to permit a vocational education facility in a C-1 General Commercial District) to grant a waiver of the requirements of Article 15, Section 15.3.B.f. to allow for a structure ceiling height of less than twelve feet (12\u201d), to grant a waiver of the landscape island requirement of Article 23, Section", - "page_number": 10, - "part": 1 + "page_content": "- Topic: Adding President of the Council as signatory to memorandum of understanding\n- Summary: Motion M-23-401 was adopted, adding the President of the Council as a signatory to the memorandum of understanding between the City of New Orleans and JPSO.\n- Ordinance Number: M-23-401\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: President of the Council authorized to sign the memorandum of understanding\n- Tags/Keywords: Memorandum of Understanding, City of New Orleans, JPSO\n- UID: f9fb8a4a-09ab-4f16-83a8-6ee4a7fe23d2\n\n- Topic: Appointment to Downtown Development District\n- Summary: Motion M-23-402 was adopted, confirming the appointment of Alex Glaser as a member of the Downtown Development District, replacing Judy Barrasso.\n- Ordinance Number: M-23-402\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: Alex Glaser appointed as member of the Downtown Development District\n- Tags/Keywords: Downtown Development District, Alex Glaser, Judy Barrasso\n- UID: f9fb8a4a-09ab-4f16-83a8-6ee4a7fe23d2\n\n- Topic: Reappointment to New Orleans Aviation Board\n- Summary: Motion M-23-407 was adopted, confirming the Mayor's reappointment of Michael Bagneris as a member of the New Orleans Aviation Board.\n- Ordinance Number: M-23-407\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: Michael Bagneris reappointed as member of the New Orleans Aviation Board\n- Tags/Keywords: New Orleans Aviation Board, Michael Bagneris, reappointment\n- UID: f9fb8a4a-09ab-4f16-83a8-6ee4a7fe23d2\n\n- Topic: Reappointment to Central Business District Historic District Landmarks Commission\n- Summary: Motion M-23-408 was adopted, confirming the Mayor's reappointment of John G. Boyd as a member of the Central Business District Historic District Landmarks Commission.\n- Ordinance Number: M-23-408\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: John G. Boyd reappointed as member of the Central Business District Historic District Landmarks Commission\n- Tags/Keywords: Central Business District Historic District Landmarks Commission, John G. Boyd, reappointment\n- UID: f9fb8a4a-09ab-4f16-83a8-6ee4a7fe23d2", + "uid": "f9fb8a4a-09ab-4f16-83a8-6ee4a7fe23d2", + "publish_date": "9-7-2023", + "page_number": 11, + "title": "Regular City Council Minutes 9-7-2023" }, { - "title": "Regular CIty Council Meeting 2-2-2023.pdf", - "page_content": " 23.7.C., and to grant a waiver of the landscaping plan submission requirement and execution thereof as outlined in Article 23, Section 23.3.B, located in an undesignated Square, Plot 2-B in the Fifth Municipal District, bounded by Woodland Highway, Woodland Drive, and Tullis Drive (Municipal Address: 6035 Woodland Highway); and otherwise to provide with respect thereto. (ZONING DOCKET NO. 82/22) Annotation: ELECTRONICALLY SUBMITTED. (90 Days, Cn. Deadline 3/1/23). (Cn. Deadline 2/16/23). ADOPTED. 34007-29317 MCS CAL. NO. 34,008 - BY: COUNCILMEMBERS GREEN AND THOMAS Brief: An Ordinance to effect a zoning change from an HU-RD2 Historic Urban Two-Family Residential District to HU-MU Neighborhood Mixed-Use District Overlay zoning district(s): Small Multi-Family Affordable Short Term Rental Interim Zoning District; Residential Short Term Rental Interim Zoning District, on Square 1065, Lot A, in the Third Municipal District, bounded by Franklin Avenue, North Miro Street, Painters Street, and North Tonti Street (Municipal Addresses: 2200-2202 Franklin Avenue); and otherwise to provide with respect thereto. (ZONING DOCKET NO. 85/22) Annotation: https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4412&doc_id=da516ae7-b3ac-11ed-8145-0050569183fa 10/55 \f", - "page_number": 10, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 2-2-2023.pdf", - "page_content": "6/23/23, 5:40 PM 22. 23. 24. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4412&doc_id=da516ae7-b3ac-11ed-8145-0050569183fa ELECTRONICALLY SUBMITTED. (90 Days, Cn. Deadline 3/15/23). (Cn. Deadline 3/9/23). ADOPTED. 34008-29318 MCS SPEAKER(S): Val Cupit CAL. NO. 34,009 - BY: COUNCILMEMBER HARRIS Brief: An Ordinance to establish a conditional use to permit a neighborhood commercial establishment in an HU-RD2 Historic Urban Two-Family Residential District, on Square 101, Lot 1, in the Sixth Municipal District, bounded by Chippewa Street, Toledano Street, Annunciation Street, and Louisiana Avenue (Municipal Addresses: 3301 Chippewa Street and 700-712 Toledano Street); and otherwise to provide with respect thereto. (ZONING DOCKET NO. 88/22) Annotation: ELECTRONICALLY SUBMITTED. (90 Days, Cn. Deadline 3/15/23). (Cn. Deadline 3/9/23). ADOPTED. 34009-29319 MCS CAL. ", - "page_number": 11, - "part": 1 + "page_content": "- Topic: Ratification of Mayor's Appointment\n- Summary: Ratifying the Mayor's appointment of Gregory W. Carroll as a member of the New Orleans Aviation Board representing the City of Kenner, effective until June 30, 2027.\n- Ordinance Number: M-23-408\n- Votes Summary:\n Vote 1: ADOPTED - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: Appointment of Gregory W. Carroll ratified and approved.\n- Tags/Keywords: Mayor's Appointment, New Orleans Aviation Board, Ratification\n- UID: 2903de8a-224a-4a8b-95ff-92b9ff82a109\n\n- Topic: Restoration Tax Abatement Application\n- Summary: The Mayor's Office of Economic Development recommended disapproval for the Restoration Tax Abatement application for 1306 Magazine Street, Summit NOLA IV LLC, and requested the scheduling of a public hearing.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: Recommendation of disapproval and request for a public hearing.\n- Tags/Keywords: Restoration Tax Abatement, Public Hearing, Disapproval\n- UID: 2903de8a-224a-4a8b-95ff-92b9ff82a109", + "uid": "2903de8a-224a-4a8b-95ff-92b9ff82a109", + "publish_date": "9-7-2023", + "page_number": 12, + "title": "Regular City Council Minutes 9-7-2023" }, { - "title": "Regular CIty Council Meeting 2-2-2023.pdf", - "page_content": "NO. 34,010 - BY: COUNCILMEMBER HARRIS Brief: An Ordinance to grant an affordable housing planned development in a C-1 General Commercial District and a Residential Short Term Rental Interim Zoning Overlay District, on Square 420, Lots 7, A or 6, B or 5, C or 4, 3, Pt. 8, and 9, in the First Municipal District, bounded by Martin Luther King, Jr. Boulevard, Willow Street, Clara Street, and Thalia Street (Municipal Addresses: 2809-2829 Martin Luther King, Jr. Boulevard and 1412-1416 Willow Street); and otherwise to provide with respect thereto. (ZONING DOCKET NO. 89/22) Annotation: ELECTRONICALLY SUBMITTED. (90 Days, Cn. Deadline 3/15/23). (Cn. Deadline 3/9/23). ADOPTED. 34010-29320 MCS SPEAKER(S): Michael Burnside CAL. NO. 34,011 - BY: COUNCILMEMBER GIARRUSSO https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4412&doc_id=da516ae7-b3ac-11ed-8145-0050569183fa 11/55 \f", - "page_number": 11, - "part": 2 + "page_content": "- Topic: RTA Application #20210510, 1306 Magazine Street, Summit NOLA IV LLC\n- Summary: Resolution approving the RTA Application #20210510 for 1306 Magazine Street, Summit NOLA IV LLC.\n- Ordinance Number: R-23-379\n- Votes Summary:\n Vote 1: Continued to the meeting of 9/21/23\n- Decision/Key Actions: The resolution was continued to the meeting of 9/21/23.\n- Tags/Keywords: RTA Application, Resolution, Summit NOLA IV LLC\n- UID: 91dc4841-2cfd-4c62-9d34-90772e5effdf\n\n- Topic: Demolition Request for 1432 Touro Street\n- Summary: Transmitting the application documents for a demolition permit requiring City Council review and approval for the property located at 1432 Touro Street.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: Hearing held\n- Decision/Key Actions: The demolition request was discussed, and a hearing was held.\n- Tags/Keywords: Demolition Request, City Council review, 1432 Touro Street\n- UID: 91dc4841-2cfd-4c62-9d34-90772e5effdf", + "uid": "91dc4841-2cfd-4c62-9d34-90772e5effdf", + "publish_date": "9-7-2023", + "page_number": 13, + "title": "Regular City Council Minutes 9-7-2023" }, { - "title": "Regular CIty Council Meeting 2-2-2023.pdf", - "page_content": "6/23/23, 5:40 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4412&doc_id=da516ae7-b3ac-11ed-8145-0050569183fa Brief: An Ordinance to establish a conditional use to permit a commercial space over 5,000 square feet in floor area in an HU-B1 Historic Urban Neighborhood Business District, on Square 580, Lots 1 and 2, in the Second Municipal District, bounded by Canal Street, North Alexander Street, Iberville Street, and North Murat Street (Municipal Addresses: 4403 Canal Street); and otherwise to provide with respect thereto. (ZONING DOCKET NO. 92/22) Annotation: ELECTRONICALLY SUBMITTED. (90 Days, Cn. Deadline 3/15/23). (Cn. Deadline 3/9/23). ADOPTED. 34011-29321 MCS 25. RESOLUTION (LYING OVER) - NO. R-23-13 - BY: COUNCILMEMBERS MORRELL AND MORENO Brief: A Resolution establishing a task force between the City of New Orleans and the Bureau of Alcohol, Tobacco, Firearms, and Explosives (ATF) to address crime. Annotation: ELECTRONICALLY S", - "page_number": 12, - "part": 1 + "page_content": "- Topic: Demolition Request for 1432 Touro Street\n- Summary: The council approved the demolition request for the property located at 1432 Touro Street and authorized the Department of Safety and Permits to issue a demolition permit for the property.\n- Ordinance Number: M-23-405\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: Approval of the demolition request and issuance of a demolition permit.\n- Tags/Keywords: Demolition, Property, Permit\n- UID: a886ec81-884b-4b89-9876-90c7c17b280b\n\n- Topic: Demolition Request for 2431 Philip Street\n- Summary: The council approved the demolition request for the property located at 2431 Philip Street and authorized the Department of Safety and Permits to issue a demolition permit for the property.\n- Ordinance Number: M-23-415\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: Approval of the demolition request and issuance of a demolition permit.\n- Tags/Keywords: Demolition, Property, Permit\n- UID: a886ec81-884b-4b89-9876-90c7c17b280b", + "uid": "a886ec81-884b-4b89-9876-90c7c17b280b", + "publish_date": "9-7-2023", + "page_number": 14, + "title": "Regular City Council Minutes 9-7-2023" }, { - "title": "Regular CIty Council Meeting 2-2-2023.pdf", - "page_content": "UBMITTED. (Council Rule 34. Postponement Deadline 5/18/23). Amendment Adopted at the meeting of 1/18/23. (Referred to the Criminal Justice Committees). (Criminal Justice Committee recommended approval). CONTINUED TO THE MEETING OF 5/11/23. R-23-13 LO R-23-13 Amendment This matter was removed from Consent Agenda and placed on the Regular Agenda, reason being to continue this matter to the meeting of 5/11/23. SPEAKER(S): cont'd to 5/11/23 Michael Burnside 26. RESOLUTION (LYING OVER) - NO. R-23-14 - BY: COUNCILMEMBERS MORRELL AND MORENO Brief: A Resolution establishing an educational program to inform the public on the epidemic of stolen firearms taken from vehicles being used in criminal activity. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 5/18/23). (Referred to the Criminal Justice Committee). https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4412&doc_id=da516ae7-b3ac-11ed-8145-0050569183fa 12/55 \f", - "page_number": 12, - "part": 2 + "page_content": "- Topic: Demolition Request for 1715-1717 Touro Street\n- Summary: The council reviewed and approved the demolition request for the property located at 1715-1717 Touro Street.\n- Ordinance Number: M-23-412\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: Approval of the demolition request and authorization for the Department of Safety and Permits to issue a demolition permit for the property.\n- Tags/Keywords: Demolition, Property, Approval\n- UID: 7f01f4e3-7183-470f-854f-57660cd934a7", + "uid": "7f01f4e3-7183-470f-854f-57660cd934a7", + "publish_date": "9-7-2023", + "page_number": 15, + "title": "Regular City Council Minutes 9-7-2023" }, { - "title": "Regular CIty Council Meeting 2-2-2023.pdf", - "page_content": "6/23/23, 5:40 PM 27. 24. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4412&doc_id=da516ae7-b3ac-11ed-8145-0050569183fa (Criminal Justice Committee recommended approval). ADOPTED. R-23-14 LO RESOLUTION (LYING OVER) - NO. R-23-17 - BY: COUNCILMEMBERS MORRELL, KING AND MORENO Brief: A Resolution in support of utilizing the Law Enforcement Management District of Orleans Parish to increase police presence and response times for non-violent service calls within the City of New Orleans. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. ostponement Deadline 5/18/23). (Referred to the Criminal Justice Committee). (Criminal Justice Committee recommended approval). CONTINUED TO THE MEETING OF 5/11/23. R-23-17 LO This matter was removed from Consent Agenda and placed on the Regular Agenda, reason being to continue this matter to the meeting of 5/11/23. SPEAKER(S): Michael Burnside Consent Items #1. 6, 8, 14,", - "page_number": 13, - "part": 1 + "page_content": "- Topic: Demolition Request for 1113-15 Music Street\n- Summary: The City Council reviewed and approved the demolition request for the property located at 1113-1115 Music Street.\n- Ordinance Number: M-23-406\n- Votes Summary:\n - Vote: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The Department of Safety and Permits is authorized to issue a demolition permit for the property.\n- Tags/Keywords: Demolition, Property, City Council, Permit\n- UID: 5eb0d083-f6a0-49c7-9331-e55bbb2cd1b0\n\n- Topic: HDLC Appeal for 711 Canal Street\n- Summary: An appeal was made to the Historic District Landmarks Commission\u2019s decision of \"denial\" for the removal of a decorative awning at the first floor of a hotel.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: The appeal request was discussed, but no specific voting outcome was mentioned in the summary.\n- Tags/Keywords: HDLC Appeal, Historic District Landmarks Commission, Canal Street\n- UID: 5eb0d083-f6a0-49c7-9331-e55bbb2cd1b0", + "uid": "5eb0d083-f6a0-49c7-9331-e55bbb2cd1b0", + "publish_date": "9-7-2023", + "page_number": 16, + "title": "Regular City Council Minutes 9-7-2023" }, { - "title": "Regular CIty Council Meeting 2-2-2023.pdf", - "page_content": " 16, 18, 23 and 25; E-Comments - Dung Nguyen Consent Items # 2 (Not read), Amber Howell Consent Items # 6, 8, Angeles Blalock Consent Item # 17, Val CupitConsent Items # 21 MOTION TO ADOPT CONSENT AGENDA AND REFER OTHER MATTERS TO THE PROPER AGENCY. MOVED By: Green SECONDED BY: Moreno ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. AND THE CONSENT AGENDA WAS ADOPTED. CAL. NO. 34,023 - BY: COUNCILMEMBERS MORENO, MORRELL AND HARRIS Brief: An Ordinance to enact Article IV of Chapter 102 of the Code of the City of New Orleans relative to chronic nuisance properties; to define chronic nuisance properties; to establish rules for the abatement of public nuisances; and otherwise to provide with respect thereto. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4412&doc_id=da516ae7-b3ac-11ed-8145-0050569183fa 13/55 \f", - "page_number": 13, - "part": 2 + "page_content": "- Topic: HDLC Appeal - 711 Canal Street\n- Summary: The ordinance pertains to an appeal of the Historic District Landmarks Commission's decision regarding the relocation of solar panels at 711 Canal Street.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: Received - (5 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The appeal was received and will be further discussed.\n- Tags/Keywords: HDLC Appeal, Solar Panels, Historic District Landmarks Commission\n- UID: 2140a824-edfe-446f-9b48-58edaba2e6ac\n\n- Topic: HDLC Appeal - 1221 Carondelet Street\n- Summary: This ordinance involves an appeal of the Historic District Landmarks Commission's approval of the relocation of solar panels at 1221 Carondelet Street.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: Receive - (5 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The appeal was received for further consideration.\n- Tags/Keywords: HDLC Appeal, Solar Panels, Historic District Landmarks Commission, 1221 Carondelet Street\n- UID: 2140a824-edfe-446f-9b48-58edaba2e6ac", + "uid": "2140a824-edfe-446f-9b48-58edaba2e6ac", + "publish_date": "9-7-2023", + "page_number": 17, + "title": "Regular City Council Minutes 9-7-2023" }, { - "title": "Regular CIty Council Meeting 2-2-2023.pdf", - "page_content": "6/23/23, 5:40 PM 53. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4412&doc_id=da516ae7-b3ac-11ed-8145-0050569183fa Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 5/18/23). (Community Development Committee recommended approval). 34023-29323 MCS SPEAKER(S): Michael Burnside, Gregory M. Black(Did not speak), Zack Smith MOVED By: Moreno SECONDED BY: Harris ACTION: Amendment YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. 34023 Am to Am MOVED By: Moreno SECONDED BY: Giarrusso ACTION: Amendment YEAS: Giarrusso, Green, Harris, King, Moreno, Mo", - "page_number": 14, - "part": 1 + "page_content": "- Topic: Relocation of Solar Panels\n- Summary: The council voted to overrule and grant the relocation of solar panels for a property located at 1221 Carondelet Street.\n- Ordinance Number: M-23-416\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n Vote 2: Amended - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The motion to relocate the solar panels was passed with an amendment.\n- Tags/Keywords: Solar Panels, Property, Relocation, M-23-416\n- UID: fa96b936-266e-4ec6-b841-2807ba328c19", + "uid": "fa96b936-266e-4ec6-b841-2807ba328c19", + "publish_date": "9-7-2023", + "page_number": 18, + "title": "Regular City Council Minutes 9-7-2023" }, { - "title": "Regular CIty Council Meeting 2-2-2023.pdf", - "page_content": "rrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. 34023 Amendment MOVED By: Moreno SECONDED BY: Morrell ACTION: As Amended YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. 34023 As Am RESOLUTION - NO. R-23-51 - BY: COUNCILMEMBERS MORRELL AND MORENO Brief: Supporting the creation of a formal policy between the Orleans Criminal Court Judicial Administrator Office and the Orleans Parish District Attorney?s Office regarding use of the S. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4412&doc_id=da516ae7-b3ac-11ed-8145-0050569183fa 14/55 \f", - "page_number": 14, - "part": 2 + "page_content": "- Topic: HDLC Appeal for 3012-14 Lowerline Street\n- Summary: The appeal was made to overturn the Historic District Landmarks Commission's denial of a demolition application for the property located at 3012-14 Lowerline Street. The appeal was supported by several speakers, and ultimately, the motion to overrule and grant the applicant's request for a demolition permit was adopted.\n- Ordinance Number: M-23-417\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The motion to overrule and grant the demolition permit was adopted.\n- Tags/Keywords: HDLC Appeal, Demolition Permit, 3012-14 Lowerline Street\n- UID: 71b704a5-d429-4a62-a334-4379d576819f", + "uid": "71b704a5-d429-4a62-a334-4379d576819f", + "publish_date": "9-7-2023", + "page_number": 19, + "title": "Regular City Council Minutes 9-7-2023" }, { - "title": "Regular CIty Council Meeting 2-2-2023.pdf", - "page_content": "6/23/23, 5:40 PM 23. 35. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4412&doc_id=da516ae7-b3ac-11ed-8145-0050569183fa White Street entrance, and that the City Council requests all parties report back to the Council regarding the status of a formal agreement within thirty (30) days of the passage of this resolution. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 6/2/23). R-23-51 MOVED By: Morrell SECONDED BY: Green ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Morrell, Thomas - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Moreno - 1 RECUSED: 0 AND THE MOTION PASSED. SPEAKER(S): Keith Lampkin(Did not speak), Edward R. McGowan(Did not speak), CAL. NO. 34,022 - BY: COUNCILMEMBER MORRELL Brief: An Ordinance to amend sections", - "page_number": 15, - "part": 1 + "page_content": "- Topic: HDLC Appeal of Annie G. McBride, Stone Pigman\n- Summary: The ordinance pertains to the appeal of the Historic District Landmarks Commission\u2019s decision to deny an application for demolition for the property located at 3016-18 Lowerline Street.\n- Ordinance Number: M-23-418\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The motion overruled and granted the applicant\u2019s request for the property located at 3016-18 Lowerline Street, authorizing the Department of Safety and Permits to issue a demolition permit for said property.\n- Tags/Keywords: HDLC Appeal, Demolition Permit, 3016-18 Lowerline Street\n- UID: eb5d70e0-f8c6-44f6-b84d-2f41263bc7e7", + "uid": "eb5d70e0-f8c6-44f6-b84d-2f41263bc7e7", + "publish_date": "9-7-2023", + "page_number": 20, + "title": "Regular City Council Minutes 9-7-2023" }, { - "title": "Regular CIty Council Meeting 2-2-2023.pdf", - "page_content": " 54-358 of the Code of the City of New Orleans relative to possession of a firearm in a Firearm-Free Zone and imposition of maximum penalties; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 5/18/23). 34022-29322 MCS SPEAKER(S): Michael Burnside MOVED By: Morrell SECONDED BY: Harris ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. CAL. NO. 34,035 - BY: COUNCILMEMBER GIARRUSSO Brief: An Ordinance to authorize the Mayor of the City of New Orleans to enter into a Cooperative https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4412&doc_id=da516ae7-b3ac-11ed-8145-0050569183fa 15/55 \f", - "page_number": 15, - "part": 2 + "page_content": "- Topic: HDLC Appeal for Demolition Permit at 7716-18 Colapissa Street\n- Summary: The council voted to overrule and grant the applicant's request for a demolition permit for the property located at 7716-7718 Colapissa Street.\n- Ordinance Number: M-23-419\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The council authorized the Department of Safety and Permits to issue a demolition permit for the property.\n- Tags/Keywords: HDLC Appeal, Demolition Permit, Property, Department of Safety and Permits\n- UID: 6b0f1a6d-e897-44ea-a04e-062a738ad8d2", + "uid": "6b0f1a6d-e897-44ea-a04e-062a738ad8d2", + "publish_date": "9-7-2023", + "page_number": 21, + "title": "Regular City Council Minutes 9-7-2023" }, { - "title": "Regular CIty Council Meeting 2-2-2023.pdf", - "page_content": "6/23/23, 5:40 PM 48. 49. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4412&doc_id=da516ae7-b3ac-11ed-8145-0050569183fa Endeavor Agreement (\u201cCEA\u201d) with New Schools for New Orleans (\u201cNSNO\u201d), for the valuable public purpose of developing a successful program across NOLA-PS charter schools to assist, facilitate, and maximize the capacity among schools to take advantage of Louisiana\u2019s 2019 Medicaid expansion of allowable services to best serve the students and families of public school students in New Orleans, as more fully detailed in the CEA form attached hereto as Exhibit \u201cA\u201d; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 5/19/23). 34035-29331 MCS SPEAKER9S): Sarah Vandergriff Kelley, Melissa Carolla, Dana Peterson, Olin G. Parker, Michael Burnside; E-C", - "page_number": 16, - "part": 1 + "page_content": "- Topic: Executive Session\n- Summary: The council motioned to enter an executive session, which was passed unanimously with 6 YEAS and 0 NAYS.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The council entered an executive session.\n- Tags/Keywords: Executive Session, Council Meeting, Decision\n- UID: 2d479cd9-dc92-45f0-b8b1-7b7c199099d2\n\n- Topic: Reconvening\n- Summary: The council motioned to reconvene, which was passed unanimously with 6 YEAS and 0 NAYS.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The council reconvened the session.\n- Tags/Keywords: Reconvene, Council Meeting, Decision\n- UID: 2d479cd9-dc92-45f0-b8b1-7b7c199099d2", + "uid": "2d479cd9-dc92-45f0-b8b1-7b7c199099d2", + "publish_date": "9-7-2023", + "page_number": 22, + "title": "Regular City Council Minutes 9-7-2023" }, { - "title": "Regular CIty Council Meeting 2-2-2023.pdf", - "page_content": "omment - Olin G. Parker(Did not speak) MOVED By: Giarrusso SECONDED BY: Green ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Morrell, Thomas - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Moreno - 1 RECUSED: 0 AND THE MOTION PASSED. MOTION (LYING OVER) - NO. M-22-537 - BY: COUNCILMEMBERS MORRELL AND MORENO Brief: Creating rules (Rule 57 - Contract Approval) governing the review and approval of contracts governed by Section 70-10. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 4/14/23). M-22-537 LO MOVED By: Morrell SECONDED BY: Harris ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Morrell, Thomas - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Moreno - 1 RECUSED: 0 AND THE MOTION PASSED. LEGISLATIVE GROUPING https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4412&doc_id=da516ae7-b3ac-11ed-8145-0050569183fa 16/55 \f", - "page_number": 16, - "part": 2 + "page_content": "- Topic: University Area Off-Street Parking Interim Zoning District Appeal - Natisha Wells\n- Summary: Natisha Wells appealed the parking requirements of the University Area Off-Street Parking Interim Zoning District for property located at 3037-3039 Eagle Street.\n- Ordinance Number: M-23-410\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The council approved the applicant's appeal request for the property located at 3037-3039 Eagle Street.\n- Tags/Keywords: University Area Off-Street Parking, Zoning District, Appeal, Natisha Wells\n- UID: 182bfa40-b3ea-43cd-be2c-16e5c4b1bbf0\n\n- Topic: University Area Off-Street Parking Interim Zoning District Appeal - David N. Griener, Jr. & Diane E. Mipro\n- Summary: David N. Griener, Jr. & Diane E. Mipro appealed the parking requirements established by the University Area Off-Street Parking Interim Zoning District for property located at 4127 Fontainebleau Drive.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: The appeal request was continued to the meeting of 9/21/23.\n- Tags/Keywords: University Area Off-Street Parking, Zoning District, Appeal, David N. Griener, Jr., Diane E. Mipro\n- UID: 182bfa40-b3ea-43cd-be2c-16e5c4b1bbf0", + "uid": "182bfa40-b3ea-43cd-be2c-16e5c4b1bbf0", + "publish_date": "9-7-2023", + "page_number": 23, + "title": "Regular City Council Minutes 9-7-2023" }, { - "title": "Regular CIty Council Meeting 2-2-2023.pdf", - "page_content": "6/23/23, 5:40 PM 49a. 49b. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4412&doc_id=da516ae7-b3ac-11ed-8145-0050569183fa RESOLUTION (LYING OVER) - NO. R-23-16 - BY: COUNCILMEMBERS MORRELL AND KING Brief: A Resolution establishing a working group to develop a comprehensive plan to address truancy and juvenile curfew violations. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 5/18/23). (Referred to the Community Development Committee). R-23-16 LO AMENDMENT TO RESOLUTION R-23-16 \u2014 BY: COUNCILMEMBER MORRELL Brief: 1. On page 1, first paragraph, remove \u201cand juvenile curfew violations.\u201d 2. On page 1, remove the second paragraph in its entirety and insert in lieu thereof \u201cRegular school attendance is essential for our children gaining the social and academic skills needed to succeed; and\u201d 3. On page 1, remove the third paragraph in its entirety and insert in lieu thereof \u201cAddressing truancy not only improves educational outcome for our youth, it also leads to safer streets and communities; and\u201d 4. On page 1, remove the fourth paragraph in its entirety and insert in lie", - "page_number": 17, - "part": 1 + "page_content": "- Topic: Short Term Rental Interim Zoning District Appeal\n- Summary: Requesting an appeal of the Historic Urban Neighborhood Short Term Interim Zoning District to permit one (1) commercial short-term rental in an HU-MU Historic Urban Mixed-Use District and Commercial Short Term Rental Interim Zoning District. The City Planning Commission Staff recommended \"FOR DENIAL\".\n- Ordinance Number: 3/23\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: Continued to the meeting of 9/21/23.\n- Tags/Keywords: Zoning, Appeal, Short Term Rental, Historic Urban Neighborhood, HU-MU District\n- UID: 435d4755-bd45-4059-9d16-fee42fa48d60\n\n- Topic: Conditional Use for Mini-Warehouse\n- Summary: Requesting a Conditional Use to permit a mini-warehouse in an HU-MU Historic Urban Neighborhood Mixed-Use District. The City Planning Commission recommended \"FOR APPROVAL\", subject to three (3) provisos.\n- Ordinance Number: 37/23\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: Continued to the meeting of 9/21/23. Motion to deny the applicant's Conditional Use request.\n- Tags/Keywords: Conditional Use, Mini-Warehouse, HU-MU District\n- UID: 435d4755-bd45-4059-9d16-fee42fa48d60", + "uid": "435d4755-bd45-4059-9d16-fee42fa48d60", + "publish_date": "9-7-2023", + "page_number": 24, + "title": "Regular City Council Minutes 9-7-2023" }, { - "title": "Regular CIty Council Meeting 2-2-2023.pdf", - "page_content": "u thereof \u201cStudents who are not in school in are more likely to be involved in a crime, either as a victim or perpetrators; and\u201d 5. On page 1, remove the fifth paragraph in its entirety and insert in lieu thereof \u201cSchool attendance improves when we engage students and parents in positive ways and provide support to struggling youth and families; and\u201d 6. On page 1, the sixth paragraph, remove \u201cthe City\u2019s curfew center to hold curfew violators when until their guardian can be located, and\u201d. 7. On page 1, the sixth paragraph, remove \u201caddress\u201d and insert in lieu thereof \u201csupport\u201d. 8. On page 2, first paragraph, remove \u201cand curfew violations\u201d. 9. On page 2, second paragraph, remove \u201ca curfew center and\u201d. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 6/2/23). R-23-16 LO Amendment MOVED By: King SECONDED BY: Morrell ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Morrell, Thomas - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Moreno - 1 RECUSED: 0 AND THE MOTION PASSED. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4412&doc_id=da516ae7-b3ac-11ed-8145-0050569183fa 17/55 \f", - "page_number": 17, - "part": 2 + "page_content": "- Topic: ZONING DOCKET 45/23 - CITY COUNCIL MOTION M-23-162\n- Summary: The ordinance requested an amendment to the text of the Comprehensive Zoning Ordinance to modify the University Area Off-Street Parking Overlay District. The proposed changes would affect properties in specific neighborhoods and redefine bedroom and bathroom requirements for off-street parking. The City Planning Commission recommended \"FOR DENIAL\".\n- Ordinance Number: ZD NO. 45-23\n- Votes Summary:\n Vote 1: Continued to the meeting of 9/21/23\n- Decision/Key Actions: The ordinance was continued to the meeting of 9/21/23, with no decision made at this time.\n- Tags/Keywords: Zoning, Parking, Amendment, City Planning Commission\n- UID: 938a5d42-5f91-4089-89b8-587bed7bb20e\n\n- Topic: ZONING DOCKET NO. 52/23 - ROCHELLE BREHM AND NANCY DUPUY\n- Summary: The ordinance requested a Conditional Use to permit an accessory bed and breakfast in specific residential districts. The City Planning Commission recommended \"FOR APPROVAL\", subject to two provisos.\n- Ordinance Number: ZD NO. 52-23\n- Votes Summary:\n Vote 1: Continued to the meeting of 9/21/23\n- Decision/Key Actions: The ordinance was continued to the meeting of 9/21/23, with no decision made at this time.\n- Tags/Keywords: Conditional Use, Bed and Breakfast, Residential District, City Planning Commission\n- UID: 938a5d42-5f91-4089-89b8-587bed7bb20e", + "uid": "938a5d42-5f91-4089-89b8-587bed7bb20e", + "publish_date": "9-7-2023", + "page_number": 25, + "title": "Regular City Council Minutes 9-7-2023" }, { - "title": "Regular CIty Council Meeting 2-2-2023.pdf", - "page_content": "6/23/23, 5:40 PM 51. 60. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4412&doc_id=da516ae7-b3ac-11ed-8145-0050569183fa SPEAKER(S): Sarah Vandergriff-Kelley, Melissa Carollo, Dana Perterson, George Mahdi, Alaina Carter, Michael Burnside, Olin Parker MOVED By: Morrell SECONDED BY: Thomas ACTION: As Amended YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. MOTION NO. M-23-47 - BY: COUNCILMEMBER MORRELL Brief: Amending Council Rule 10.C to increase the number of permitted special orders of business per councilmember per quarter to a limit of six. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 6/2/23). M-23-47 MOVED By: Morrell SECONDED BY: Thomas ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7", - "page_number": 18, - "part": 1 + "page_content": "- Topic: Conditional Use request on ZD NO. 52/23\n- Summary: Councilmember Harris introduced a motion to approve the applicant\u2019s Conditional Use request on ZD NO. 52/23, subject to two provisos set forth by the City Planning Commission. The motion was continued to the meeting of 9/21/23.\n- Ordinance Number: M-23-382\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: The motion was continued to the meeting of 9/21/23.\n- UID: 886d08ef-6ccc-432a-bc58-e1bc92accb17\n\n- Topic: Conditional Use request on ZD NO. 57/23\n- Summary: A request for a Conditional Use to permit an accessory bed and breakfast in an HU-RD2 Historic Urban Two-Family Residential District was denied. The recommendation of the City Planning Commission was \"FOR DENIAL\".\n- Ordinance Number: M-23-420\n- Votes Summary:\n Vote 1: Failed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The request for Conditional Use was denied.\n- UID: 886d08ef-6ccc-432a-bc58-e1bc92accb17", + "uid": "886d08ef-6ccc-432a-bc58-e1bc92accb17", + "publish_date": "9-7-2023", + "page_number": 26, + "title": "Regular City Council Minutes 9-7-2023" }, { - "title": "Regular CIty Council Meeting 2-2-2023.pdf", - "page_content": " NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. MOTION NO. M-23-60 - BY: COUNCILMEMBER MORRELL Brief: Directing the Council Chief of Staff to issue a Request for Proposals to begin the competitive selection process established by Rule 42, and that the services of a professional are desired to assist the Council with a full evaluation of New Orleans Police Department and New Orleans Police and Justice Foundation recruitment programs, a performance analysis of police recruitment programs, including a review of best practices and service gaps, and recommended strategies for improving recruitment efforts. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 6/2/23). M-23-60 MOVED By: Morrell https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4412&doc_id=da516ae7-b3ac-11ed-8145-0050569183fa 18/55 \f", - "page_number": 18, - "part": 2 + "page_content": "- Topic: Zoning Docket 59/23 - JCROMIG INVESTMENTS, LLC\n- Summary: Requesting a Conditional Use to permit the expansion of the floor area of an established multi-family dwelling in HU-RD2 Historic Urban Two-Family Residential District. The City Planning Commission recommended approval subject to four provisos.\n- Ordinance Number: M-23-420\n- Votes Summary:\n - Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The Conditional Use request was approved with the four provisos as recommended by the City Planning Commission.\n- Tags/Keywords: Zoning, Conditional Use, Residential District\n- UID: e1214322-c27a-4500-a185-5cfd69a0159a\n\n- Topic: Zoning Docket 60/23 - JESSE LAMARCA\n- Summary: Details of the ordinance are not provided in the given text.\n- Ordinance Number: Not specified\n- Votes Summary: Not specified\n- Decision/Key Actions: Not specified\n- Tags/Keywords: Zoning, Jesse LaMarca\n- UID: e1214322-c27a-4500-a185-5cfd69a0159a", + "uid": "e1214322-c27a-4500-a185-5cfd69a0159a", + "publish_date": "9-7-2023", + "page_number": 27, + "title": "Regular City Council Minutes 9-7-2023" }, { - "title": "Regular CIty Council Meeting 2-2-2023.pdf", - "page_content": "6/23/23, 5:40 PM 9a. 9b. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4412&doc_id=da516ae7-b3ac-11ed-8145-0050569183fa SECONDED BY: Green ACTION: Adopt YEAS: Giarrusso, Green, King, Moreno, Morrell, Thomas - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Harris - 1 RECUSED: 0 AND THE MOTION PASSED. LEGISLATIVE GROUPING ZONING DOCKET NO. 98/22 \u2014 CITY COUNCIL MOTION NO. M-22-447 Brief: Request an Amendment to the text of the Comprehensive Zoning Ordinance to amend Article 19 to create a new Interim Zoning District called the Lower Algiers Rural Protection Interim Zoning District, which would prohibit the development of multi-family residences in S-RM1 Multiple-Family Residential Districts and commercial development in S-B2 Pedestrian- Oriented Corridor Business Districts in the area generally bounded by the Intercoastal Waterway, the Mississippi River, the Donner Canal, and Delacroix Road. The IZD applies to all properties currently zoned S-RMI Multi-Family Residential District and S-B2 Pedestrian- Oriented Corridor Business District. The recommendation of the City Planning Commission being \u201cFOR DENIAL\u201d. Annotation: ELECTRONICALLY SUMBITTED. (Cm. King, District C, Cn. Deadline 3/6/23). ZD NO. 98-22 final ZD NO. 98-22 post deadline comments and speaker cards MOTION - NO. M-23", - "page_number": 19, - "part": 1 + "page_content": "- Topic: Zoning Change Request from HU-RD2 to HU-B1\n- Summary: Requesting a Zoning Change from an HU-RD2 Historic Urban Two-Family Residential District to an HU-B1 Historic Urban Neighborhood Business District located on Square 538, Lot A-1 or 1A, in the Third Municipal District. The recommendation of the City Planning Commission was \"FOR MODIFIED APPROVAL\".\n- Ordinance Number: ZD NO. 60-23\n- Votes Summary:\n - Vote 1: Passed - 6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT\n- Decision/Key Actions: The Zoning Change request was approved with modifications as per the City Planning Commission's report.\n- Tags/Keywords: Zoning Change, HU-RD2, HU-B1, City Planning Commission, Modification\n- UID: 9a8979cb-4285-4e30-b32a-a62cc952974f\n\n- Topic: Conditional Use for Large Child-Care Center\n- Summary: Requesting a Conditional Use to permit a large child-care center in an HU-RD2 Historic Urban Two-Family Residential District located on Square 115, Lots 4 or 17 and 14 or 16, in the First Municipal District. The recommendation of the City Planning Commission was \"FOR APPROVAL\" subject to further conditions.\n- Ordinance Number: ZONING DOCKET 61/23\n- Votes Summary: N/A\n- Decision/Key Actions: The Conditional Use request was discussed, but the voting outcome was not provided in the summary.\n- Tags/Keywords: Conditional Use, Child-Care Center, HU-RD2, City Planning Commission\n- UID: 9a8979cb-4285-4e30-b32a-a62cc952974f", + "uid": "9a8979cb-4285-4e30-b32a-a62cc952974f", + "publish_date": "9-7-2023", + "page_number": 28, + "title": "Regular City Council Minutes 9-7-2023" }, { - "title": "Regular CIty Council Meeting 2-2-2023.pdf", - "page_content": "-57 - BY: COUNCILMEMBER KING Brief: Granting the applicant?s request on ZD NO. 98/22, with the following modifications, as indicated with strikethrough text below, to the language of the IZD as proposed in the City Planning Commission Staff report on pages 6 and 7: Article 19 ? Temporary Prohibitions. 19.4.a.2.1 Lower Algiers Rural Protection Interim Zoning District M-23-57 Intent of the District The intent of the IZD is to temporarily prohibit the development of multi-family residential homes in S-RM1 Multi-Family Zoning Districts, not including Small Multi-Family Affordable Dwellings and commercial development in S-B2 Pedestrian- Oriented Corridor Business District in order to allow for appropriate impact studies regarding drainage, road and utility infrastructure, municipal services for fire, police, emergency response services, and other public safety considerations and an environmental impact analysis. The intent of the IZD is to ZD 098/22 7 utilize these studies to allow for the appropriate development within the district and the adoption of appropriate building design standards to promote the general health, safety, and welfare of the community. Multi https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4412&doc_id=da516ae7-b3ac-11ed-8145-0050569183fa 19/55 \f", - "page_number": 19, - "part": 2 + "page_content": "- Topic: Conditional Use Request Approval\n- Summary: Granting and approving the applicant\u2019s Conditional Use request on ZD NO. 61/23, subject to fifteen provisos set forth by the City Planning Commission\u2019s report.\n- Ordinance Number: ZD NO. 61-23\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: Conditional Use request approved with 15 provisos\n- Tags/Keywords: Conditional Use, Zoning Docket, Approval\n- UID: 9face454-f070-4324-adbf-949666841d21\n\n- Topic: Text Amendment to CZO for Interim Zoning District\n- Summary: Requesting a Text Amendment to the Comprehensive Zoning Ordinance (CZO) to establish a new Interim Zoning District (IZD) to prohibit the use of Short-Term Rental, Commercial and Hostels as allowable uses within all areas of the city, and to limit the development of Timeshares.\n- Ordinance Number: Zoning Docket 62/23\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Text Amendment requested to establish new Interim Zoning District\n- Tags/Keywords: Text Amendment, CZO, Interim Zoning District\n- UID: 9face454-f070-4324-adbf-949666841d21", + "uid": "9face454-f070-4324-adbf-949666841d21", + "publish_date": "9-7-2023", + "page_number": 29, + "title": "Regular City Council Minutes 9-7-2023" }, { - "title": "Regular CIty Council Meeting 2-2-2023.pdf", - "page_content": "6/23/23, 5:40 PM C. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4412&doc_id=da516ae7-b3ac-11ed-8145-0050569183fa Prohibited Uses \u2014_ The following uses are prohibited: Multi-family residential dwellings, not including Small Multi-Family Affordable dwellings. Commercial Uses. Appeal Procedure Appeals shall be submitted to the Executive Director of the City Planning Commission, whose staff shall review and make recommendations relative to the appeal within sixty (60) days of receipt, utilizing the following standards and criteria:. Appeal applications must fulfill each of the following five (5) criteria: Is the requested appeal compatible with the surrounding land uses and structures? Does the requested appeal provide for an efficient use of land? Will granting the requested appeal increase traffic and safety hazards? Does the requested appeal provide for an efficient parking layout? Will the requested appeal increase community environmental impacts? Does the requested appeal preserve maximum tree canopy? The proposed development complies with regulations and best practices for ", - "page_number": 20, - "part": 1 + "page_content": "- Topic: Amendment to Timeshare Building Regulations\n- Summary: The ordinance aims to amend regulations related to Timeshare Buildings in specific zoning districts, impacting the inclusion of dwelling units and Affordable Housing Units. The City Planning Commission recommended approval of the amendment.\n- Ordinance Number: ZD NO. 62-23 Final\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The amendment was adopted with the majority of council members in favor.\n- Tags/Keywords: Zoning, Timeshare Building, Affordable Housing, City Planning Commission\n- UID: 5dda1b7e-bb71-4583-a0bf-3a8226ff269f\n\n- Topic: Reporting Requirements for Mardi Gras Advisory Council\n- Summary: This ordinance seeks to amend reporting requirements to the City Council for the mayor's Mardi Gras advisory council's recommendations. The ordinance was referred to the Governmental Affairs Committee.\n- Ordinance Number: CAL. NO. 34,017\n- Votes Summary:\n Vote 1: Adopted - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance was adopted by the council members.\n- Tags/Keywords: Reporting Requirements, Mardi Gras Advisory Council, Governmental Affairs Committee\n- UID: 5dda1b7e-bb71-4583-a0bf-3a8226ff269f\n\n- Topic: Temporary Alcoholic Beverage Permit\n- Summary: This ordinance aims to establish a temporary alcoholic beverage permit and amend related sections in the City Code. The details of the voting outcome were not provided in the available information.\n- Ordinance Number: CAL. NO. 34,188\n- Votes Summary: N/A\n- Decision/Key Actions: The voting outcome details were not available in the provided information.\n- Tags/Keywords: Alcoholic Beverage Permit, City Code Amendment\n- UID: 5dda1b7e-bb71-4583-a0bf-3a8226ff269f", + "uid": "5dda1b7e-bb71-4583-a0bf-3a8226ff269f", + "publish_date": "9-7-2023", + "page_number": 30, + "title": "Regular City Council Minutes 9-7-2023" }, { - "title": "Regular CIty Council Meeting 2-2-2023.pdf", - "page_content": "stormwater management and drainage, and has been designed to minimize any potential impact on the drainage and water pressure of neighboring communities. The proposed development has undergone a comprehensive traffic study and has included measures to mitigate any potential impact on road usage and traffic flow in the area, including at peak hours. The proposed development has been designed to minimize any potential impact on existing utility, drainage, and roadway infrastructure in the area, and any necessary upgrades have been accounted for in the plan. The proposed development has been designed to ensure the availability and accessibility of municipal services such as fire, police, and emergency response services, and any necessary upgrades have been accounted for in the plan. The proposed development has been designed to minimize any potential impact on wildlife, and natural habitats, and tree canopy, and complies with relevant environmental regulations and best practices. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4412&doc_id=da516ae7-b3ac-11ed-8145-0050569183fa 20/55 \f", - "page_number": 20, - "part": 2 + "page_content": "- Topic: Amendment to the Code of the City of New Orleans for Temporary Renewal Permit\n- Summary: The ordinance aimed to establish a procedure for the issuance of a temporary renewal permit pending appeal of denial of renewal application to the alcoholic beverage control board. The ordinance was continued indefinitely, and a speaker, Jim Goodwin, expressed opposition.\n- Ordinance Number: 34188\n- Votes Summary:\n Vote 1: Continued Indefinitely\n- Decision/Key Actions: The ordinance was continued indefinitely, and a speaker expressed opposition.\n- Tags/Keywords: City of New Orleans, alcoholic beverage control, temporary renewal permit, opposition\n- UID: 5ede948b-61d8-4b32-9ff6-02c6bbaa724b\n\n- Topic: Probationary Occupational License\n- Summary: This ordinance aimed to amend section 150-953 of the Code of the City of New Orleans to establish a probationary occupational license. The ordinance was continued indefinitely, and a speaker, Jim Goodwin, expressed opposition.\n- Ordinance Number: 34332\n- Votes Summary:\n Vote 1: Continued Indefinitely\n- Decision/Key Actions: The ordinance was continued indefinitely, and a speaker expressed opposition.\n- Tags/Keywords: City of New Orleans, probationary occupational license, opposition\n- UID: 5ede948b-61d8-4b32-9ff6-02c6bbaa724b\n\n- Topic: Amendments to International Building Code and Stormwater Code\n- Summary: This ordinance aimed to amend and reordain Section 26-15 of the Code of the City of New Orleans, relative to the City of New Orleans\u2019 amendments to the adopted International Building Code, 2015 Edition, and the Stormwater Code of the City of New Orleans. The ordinance was continued to the second meeting of January 2024 due to technical needs.\n- Ordinance Number: 34198\n- Votes Summary:\n Vote 1: Continued to the Second Meeting of January 2024\n- Decision/Key Actions: The ordinance was continued to the second meeting of January 2024 due to technical needs.\n- Tags/Keywords: City of New Orleans, International Building Code, Stormwater Code, technical needs\n- UID: 5ede948b-61d8-4b32-9ff6-02c6bbaa724b\n\n- Topic: Amendment to Chapter 130 of the Code of the City of New Orleans\n- Summary: This ordinance aimed to amend and reordain Chapter 130 of the Code of the City of New Orleans. The details of the amendment and the outcome of the vote were not provided in the summary.\n- Ordinance Number: 34277\n- Votes Summary: N/A\n- Decision/Key Actions: Outcome not specified\n- Tags/Keywords: City of New Orleans, Chapter 130, amendment\n- UID: 5ede948b-61d8-4b32-9ff6-02c6bbaa724b", + "uid": "5ede948b-61d8-4b32-9ff6-02c6bbaa724b", + "publish_date": "9-7-2023", + "page_number": 31, + "title": "Regular City Council Minutes 9-7-2023" }, { - "title": "Regular CIty Council Meeting 2-2-2023.pdf", - "page_content": "6/23/23, 5:40 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4412&doc_id=da516ae7-b3ac-11ed-8145-0050569183fa Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 6/2/23). Speaker(s): Nina Young, Reginald Varnado, Sharonda Williams, Brian Trascher(2)(Did not speak), Xinhong Zhang, Romy Lacour(2), Renada Collins, Bob Mora, Maxwell Ciardullo, Bob Ellis(2), Nancy Dupont(Did not speak), Nydya Johnson(Did not speak), Darlene Thomas, Marion Defillo, Gail McKenna(Did not speak), Mark A. Major(Did not speak), Lee Dupont, Ernest R. Legier, Roy A. Glapion, J Shon Ricks, Tara Bunch, Frank Rulh, Janet Darinatet, Kim G. Minor, Baishah Mallik, Stephen Le; CARDS NOT READ INTO RECORD - Shannon Blanks(2), Danny Blanks(2), Creig Brown(2), Houston Gray, Jo Ann Gray, Sid Jain, Gourithattil, Jennifer Colley, Kevin Colley, Terry Elnaggs(2), Ross Miller, G Jillian R. Galloway, Phi Nguyen, Timmy Nguyen, Irma Hernardy, Yvonne Landrey, Gerad Robertson, Pearlie Harris, Tim Harris, Rosa H. Edwards, Mauricio Castro, Betty Butz, kelly McNeil Legier, Brian Butz, James Carly, Toni Caity, Bronsyn algere Cobb, Jataviau Williams, Jennifer Winters, Lan Nguyen, Thao Nguyen, Tia Williams, Colette Dominique-Riley, Jewel Dominique, Krystal Allen, Don LeDuff, Kenny Allen, Jr., Sharon Cayce, Gabe Billard, Quentin Prout, Jayashree Rao, Angelica Defillo, Robert Dawson, Robert Bardais, Jr., Gervy Papioin, isabelle Cossart, Dr. Randy G. Cillurf, Peggy Barbier, Sarah Rlipp, Ross Creppel, Susan Creppel, Shani Wierzbicki, Derek Wierzbicki, Shanika Leduff, Rucy K. Hebert, Vic Cangelosi, Joanne Fujinacta, Jim Fujinacta, Janice Faust, Damion and latasha LaSalle, Rafaus T, #1 Kingsmill Lane, David \"Buck\" Landry, Nicole Perry, Brian Perry, A. G. Hildebrand, Cathy Cilluffo, Kevin Phillips, Joanne Wagner, Theo Duronadet, Kimberly Andrea-Phillips, Julie Rulh, Tracie Boutte, Janice Dolliole, Dr. Deana Parker, Mike Boyd, Don Salabury, jack Jolly, Vera Dickey, Tina Boyd, Judy Pelitere, J. Todd Howell, Karen Tysion, Maureen Strain, Steve Strain, Patricia Ann Davis, Marqus Moore, Stephen klinger, Dana Mar", - "page_number": 21, - "part": 1 + "page_content": "- Topic: Amending Section 130-39 regarding restrictions on payments to sellers of nonferrous materials\n- Summary: The ordinance aims to amend Section 130-39 to provide for restrictions on payments to sellers of nonferrous materials. The council meeting on 1/1/24 resulted in a postponement to the meeting of 9/21/23.\n- Ordinance Number: 34277\n- Votes Summary:\n Vote 1: Postponed to 9/21/23\n- Decision/Key Actions: Postponed to the meeting of 9/21/23\n- UID: f7ed5d2d-5174-11ee-ae13-0050569183fa\n\n- Topic: Appropriating unspent funds to the Law Department for various state settlement and judgment payments\n- Summary: The ordinance aims to amend an operating budget ordinance to appropriate unspent funds to the Law Department for various state settlement and judgment payments. The council meeting on 1/1/24 resulted in a postponement to the meeting of 9/21/23.\n- Ordinance Number: 34294\n- Votes Summary:\n Vote 1: Postponed to 9/21/23\n- Decision/Key Actions: Postponed to the meeting of 9/21/23\n- UID: f7ed5d2d-5174-11ee-ae13-0050569183fa\n\n- Topic: Appropriating unspent funds to the Law Department for various state settlement and judgment payments\n- Summary: The ordinance aims to amend an operating budget ordinance to appropriate unspent funds to the Law Department for various state settlement and judgment payments. The council meeting on 1/1/24 resulted in a postponement to the meeting of 9/21/23.\n- Ordinance Number: 34295\n- Votes Summary:\n Vote 1: Postponed to 9/21/23\n- Decision/Key Actions: Postponed to the meeting of 9/21/23\n- UID: f7ed5d2d-5174-11ee-ae13-0050569183fa", + "uid": "88093fdf-e106-4e91-b4f0-9924ca91b40e", + "publish_date": "9-7-2023", + "page_number": 32, + "title": "Regular City Council Minutes 9-7-2023" }, { - "title": "Regular CIty Council Meeting 2-2-2023.pdf", - "page_content": "shall, Patrick Michael smith, Patricia Smith, Christian Loga, Jerry Sneed, F. Albeugano, Wayne Willcox, Benita Lobo, Ganga Jayakrishnan, Goui Serauskas, Ann Von Lamsweerde, 33 Cyress Point Lane, Kathy Jahncke, Laura Gordan, Berry Harris, Jonell Cangelosi, Kayla Nguyen; E-COMMENTS NOT READ INTO RECORD - Christina Cossich DeYoung, Cabell Curran, Glen Cangelosi, Emile A Bagneris HI, Christian Pendleton, Jim Costigan, Sheri Sport Gilbert, Gerard Robertson Jr., Anise Courseault, Bettina Ware, Mack Ware, Courtney Singer, Roderick Thornton, Jared Hall, Mukul Kewalramani, Carter Nice, Herbert Blum, Scott Zeitzer, Ciara Hall, Robert Winters, Don Philastre, Pamela M. Philastre, Jennifer Winters, Kerri Kane, Nikita Sadhwani, Charell Speight, Stephanie Burkett, Courtney Thornton, Janis Rice, Diane Sneed, Nedra Calvaruso, Teri Morse, Houston Gray, Savannah Gray, Angelis Gray, Mary Ann Nally, Frank Morse, Gary Wetwiski, Carla Shorty, Bronsyn Algere Cobb, Patricia Davis, Mr. & Mrs. Melvin Jones Jr., Jane Hall, Bill Hall, Colleen Lacy, Tuan Tran, Brenda Dawson, Betty Coulon, Edwin Shorty Jr., Sabrina Bent, Katherine Weitzner, Giuseppe Colosimo, Isabella Colosimo, Marco Colosimo, Jessica Rivera, Pamela Lormand, Glenda Despenza, Cynthia Cook, Lower Algiers Coast, Glen Cangelosi, Emile A Bagneris III, Kenneth England, Bettina Ware, Mack Ware, Anise Courseault, Mini Elnaggar, Roderick Thornton, Ashley Tilton, Mukul Kewalramani, Quynh Vo, Carter Nice, Herbert Blum, Robert Winters, Pamela M. Philastre, Don Philastre, Jennifer Winters, Kerri Kane, Charell Speight, Stephanie Burkett(2), Courtney Thornton, Janis, Nedra Calvaruso, Teri Morse, Houston Gray, Savannah Gray, Angelis Gray, Amanda England, Cathy Rizzuto, Martha Hunt, Gary Wetwiski, Bronsyn Algere Cobb, Patricia Davis, James R. Lacy, Colleen Lacy, Betty Coulon, Lower Algiers Coast(2), Sabrina Bent, Katherine Weitzner, Mario A Rivera, Mario Rivera, Jessica Rivera, Pamela Lormand, Glenda Despenza MOVED By: King SECONDED BY: Moreno https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4412&doc_id=da516ae7-b3ac-11ed-8145-0050569183fa 21/55 \f", - "page_number": 21, - "part": 2 + "page_content": "- Topic: Establishment of a communications campaign and giving platform to support unhoused residents in New Orleans\n- Summary: Councilmember Harris introduced an ordinance to establish a communications campaign and giving platform to support unhoused residents in New Orleans. The ordinance was continued to the meeting of 9/21/23.\n- Ordinance Number: CAL. NO. 34,305\n- Votes Summary:\n - Vote 1: N/A\n- Decision/Key Actions: Continued to the meeting of 9/21/23\n- Tags/Keywords: Unhoused residents, communications campaign, giving platform\n- UID: 676bc831-e5ab-43f8-b929-1b43b61486d1\n\n- Topic: Amendment to increase penalties and provide regulations for food waste and distribution under or adjacent to overpasses\n- Summary: Councilmembers Green, Thomas, and King proposed an ordinance to amend and reordain sections related to food waste and distribution under or adjacent to overpasses or elevated roadways. The ordinance was continued to the meeting of 9/21/23.\n- Ordinance Number: CAL. NO. 34,308\n- Votes Summary:\n - Vote 1: N/A\n- Decision/Key Actions: Continued to the meeting of 9/21/23\n- Tags/Keywords: Food waste, distribution regulations, penalties\n- UID: 676bc831-e5ab-43f8-b929-1b43b61486d1", + "uid": "676bc831-e5ab-43f8-b929-1b43b61486d1", + "publish_date": "9-7-2023", + "page_number": 33, + "title": "Regular City Council Minutes 9-7-2023" }, { - "title": "Regular CIty Council Meeting 2-2-2023.pdf", - "page_content": "6/23/23, 5:40 PM 12. 12a. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4412&doc_id=da516ae7-b3ac-11ed-8145-0050569183fa ACTION: Adopt YEAS: Giarrusso, Green, King, Moreno, Morrell - 5 NAYS: 0 ABSTAIN: 0 ABSENT: Harris, Thomas - 2 RECUSED: 0 AND THE MOTION PASSED. MOVED By: Morrell SECONDED BY: Green ACTION: Reconsider YEAS: Giarrusso, Green, King, Moreno, Morrell, Thomas - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Harris - 1 RECUSED: 0 AND THE MOTION PASSED. MOVED By: King SECONDED BY: Moreno ACTION: Amendment YEAS: Giarrusso, Green, King, Moreno, Morrell, Thomas - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Harris - 1 RECUSED: 0 AND THE MOTION PASSED. MOVED By: King SECONDED BY: Giarrusso ACTION: As Amended YEAS: Giarrusso, Green, King, Moreno, Morrell, Thomas - 6 NAY", - "page_number": 22, - "part": 1 + "page_content": "- Topic: Amendment to Section 146-599 of the Code of the City of New Orleans\n- Summary: The ordinance aims to amend permit standards and fees for parklet permits, setting the date for the fee waiver for the right-of-way usage fees associated with parklet permits. The amendment was continued to the meeting of 9/21/23.\n- Ordinance Number: 34308\n- Votes Summary:\n Vote 1: N/A - (Continued to the meeting of 9/21/23)\n- Decision/Key Actions: Continued to the meeting of 9/21/23\n- Tags/Keywords: Parklet permits, permit standards, fee waiver\n- UID: a33c051c-ea23-48f2-9499-1dc26112fccb\n\n- Topic: Amendment to sections 34-2, 34-3, 34-4, 34-6, 34-8, 34-14, 34-28, 34-48, 34-49, and 34-50 of the Code of the City of New Orleans\n- Summary: The ordinance aims to regulate Mardi Gras parades by amending various sections of the city code. It was referred to the Governmental Affairs Committee, which recommended approval.\n- Ordinance Number: 34314\n- Votes Summary:\n Vote 1: N/A - (Referred to the Governmental Affairs Committee)\n Vote 2: N/A - (Governmental Affairs Committee recommended approval)\n- Decision/Key Actions: Referred to the Governmental Affairs Committee, recommended approval\n- Tags/Keywords: Mardi Gras parades, city code amendments\n- UID: a33c051c-ea23-48f2-9499-1dc26112fccb", + "uid": "a33c051c-ea23-48f2-9499-1dc26112fccb", + "publish_date": "9-7-2023", + "page_number": 34, + "title": "Regular City Council Minutes 9-7-2023" }, { - "title": "Regular CIty Council Meeting 2-2-2023.pdf", - "page_content": "S: 0 ABSTAIN: 0 ABSENT: Harris - 1 RECUSED: 0 AND THE MOTION PASSED. LEGISLATIVE GROUPING DESIGN REVIEW 54/22 \u2014 SCOTT STEEN Brief: Request an appeal of the Lower Algiers Rural Protection Interim Zoning District to permit a multi-family residential development in an S-RM1 Multiple Family Residential District and an SB2 Suburban Pedestrian Oriented Business District on Square 1, Lot XB-1B, in the Fifth Municipal District, bounded by English Turn Parkway, Woodland Highway, River Road, and Stanton Road (Municipal Address: 40 English Turn Parkway). The recommendation of the City Planning Commission being \u201cFOR APPROVAL\u201d. Annotation: ELECTRONICALLY SUBMITTED. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4412&doc_id=da516ae7-b3ac-11ed-8145-0050569183fa 22/55 \f", - "page_number": 22, - "part": 2 + "page_content": "- Topic: Amendment to Calendar No. 34,348\n- Summary: The ordinance amendment involved several changes, including the substitution of \"LEGION OF MARS\" with \"PONTCHARTRAIN\" and vice versa, as well as adjustments to parade regulations and terminology. The amendment was withdrawn.\n- Ordinance Number: 5cfe7096-71e6-4486-aacc-399076da5dd0\n- Votes Summary:\n Vote 1: Amendment - Withdrawn\n YEAS: 6 (Giarrusso, Green, Harris, King, Moreno, Morrell)\n- Decision/Key Actions: The amendment was withdrawn.\n- Tags/Keywords: Amendment, Calendar No. 34,348, Withdrawn\n- UID: 5cfe7096-71e6-4486-aacc-399076da5dd0\n\n- Topic: Amendment #02 to Ordinance Cal. No. 34,348\n- Summary: This amendment pertained to Ordinance Cal. No. 34,348 and was moved by Moreno and seconded by Giarrusso. The amendment passed with 6 YEAS.\n- Ordinance Number: 5cfe7096-71e6-4486-aacc-399076da5dd0\n- Votes Summary:\n Vote 1: Amendment - Passed\n YEAS: 6 (Giarrusso, Green, Harris, King, Moreno, Morrell)\n- Decision/Key Actions: The amendment passed with 6 YEAS.\n- Tags/Keywords: Amendment, Ordinance Cal. No. 34,348, Passed\n- UID: 5cfe7096-71e6-4486-aacc-399076da5dd0", + "uid": "5cfe7096-71e6-4486-aacc-399076da5dd0", + "publish_date": "9-7-2023", + "page_number": 35, + "title": "Regular City Council Minutes 9-7-2023" }, { - "title": "Regular CIty Council Meeting 2-2-2023.pdf", - "page_content": "6/23/23, 5:40 PM 12b. 13. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4412&doc_id=da516ae7-b3ac-11ed-8145-0050569183fa (Cms. King, Moreno and Morrell, Cn. Deadline 3/6/23). (Report received at the meeting of 1/5/23). REPORT - DR NO. 54-22 vm MOTION - NO. M-23-62 - BY: COUNCILMEMBER KING Brief: Denying the applicant's request on DR NO. 54/22 for property located at 40 English Turn Parkway. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 6/2/23). M-23-62 MOVED By: King SECONDED BY: Morrell ACTION: Amendment YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Thomas - 1 RECUSED: 0 AND THE MOTION PASSED. MOVED By: King SECOND", - "page_number": 23, - "part": 1 + "page_content": "- Topic: Establishment of Carnival Legislative Advisory Committee\n- Summary: The ordinance aims to establish an advisory committee to provide recommendations for legislative changes to improve the Carnival parade season.\n- Ordinance Number: M-23-375\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n Vote 2: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance was passed, and an amendment to the motion was also passed.\n- Tags/Keywords: Carnival, Advisory Committee, Legislation, M-23-375\n- UID: 9f4b7f42-6467-4070-b4bf-8cad48668fd6", + "uid": "9f4b7f42-6467-4070-b4bf-8cad48668fd6", + "publish_date": "9-7-2023", + "page_number": 36, + "title": "Regular City Council Minutes 9-7-2023" }, { - "title": "Regular CIty Council Meeting 2-2-2023.pdf", - "page_content": "ED BY: Green ACTION: As Amended YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Thomas - 1 RECUSED: 0 AND THE MOTION PASSED. STREET NAME CHANGE 5/22 \u2014SUNO KNIGHTS DRIVE Brief: Requesting the consideration of renaming a portion of Press Drive between Leon C. Simon Drive and Emmett W. Bashful Boulevard as SUNO Knights Drive. The recommendation of the City Planning Commission being for \u201cAPPROVAL\u201d. Annotation: ELECTRONICALLY SUBMITTED. (Cm. Green, District D, Cn. Deadline N/A). WITHDRAWN. SNC 5-22 Final Staff Report with attachments REGULAR AGENDA https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4412&doc_id=da516ae7-b3ac-11ed-8145-0050569183fa 23/55 \f", - "page_number": 23, - "part": 2 + "page_content": "- Topic: Cooperative Endeavor Agreement with The Lakefront Management Authority\n- Summary: An ordinance authorizing the Mayor of the City of New Orleans to enter into a Cooperative Endeavor Agreement with The Lakefront Management Authority for emergency medical and fire services at the New Orleans Lakefront Airport.\n- Ordinance Number: CAL. NO. 34,359\n- Votes Summary:\n Vote 1: Amendment - Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n Vote 2: Amendment to Motion - Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n Vote 3: Adopt as Amended - Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance was passed with unanimous support from the council members present.\n- Tags/Keywords: Cooperative Endeavor Agreement, Lakefront Management Authority, emergency services, New Orleans Lakefront Airport\n- UID: 8a99896b-b084-4568-8132-c972ba895796", + "uid": "8a99896b-b084-4568-8132-c972ba895796", + "publish_date": "9-7-2023", + "page_number": 37, + "title": "Regular City Council Minutes 9-7-2023" }, { - "title": "Regular CIty Council Meeting 2-2-2023.pdf", - "page_content": "6/23/23, 5:40 PM 1. 2a. 2b. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4412&doc_id=da516ae7-b3ac-11ed-8145-0050569183fa COMMUNICATION \u2014 OF CYNTHIA DAVIS, DEPARTMENT OF SAFETY AND PERMITS, CITY OF NEW ORLEANS Brief: Transmitting the application documents for a demolition permit requiring City Council review and approval for the following property: * 1137 Baronne Street, 22-32441-DEMO-RSFD \u2014 Council District \u201cB\u201d Annotation: ELECTRONICALLY SUBMITTED. (Communication received at the meeting of 1/19/23). (RECEIVED LETTER REQUESTING TO WITHDRAW). WITHDRAWN. Cynthia Davis - 22-32441-DEMO - COMMUNICATION Tammie T. Jsckson - 22-32441-DEMO - WD Ltr LAND USE MATTERS ALL LAND USE ARE SCHEDULED TO COMMENCE AT 11:00 A.M. OR THEREAFTER. All public comments on land use items are subject to City Council Rule 10.1B, whereby each land use matter is limited to a maximum public comment period of 20 minutes, with speake", - "page_number": 24, - "part": 1 + "page_content": "- Topic: Amendment of City Code\n- Summary: The ordinance aims to amend section 2-812 of the Code of the City of New Orleans to require ordinances that modify or repeal sections of the Code to show the changes using underlines and strikethroughs. The ordinance was adopted.\n- Ordinance Number: CAL. NO. 34,361\n- Votes Summary:\n Vote 1: Adopt - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance was adopted with unanimous support.\n- Tags/Keywords: City Code, Amendments, Underlines, Strikethroughs\n- UID: ef652acd-c8e6-4e61-8178-c0fea93136ac\n\n- Topic: Cooperative Endeavor Agreement\n- Summary: The ordinance authorizes the Mayor of the City of New Orleans to enter into a Cooperative Endeavor Agreement with the New Orleans Police and Justice Foundation, Inc. to extend the term of the prior agreement for the purpose of enhancing public safety and employment opportunities through the recruitment of qualified police officers. The ordinance was withdrawn.\n- Ordinance Number: CAL. NO. 34,364\n- Votes Summary:\n Vote 1: Withdrawn\n- Decision/Key Actions: The ordinance was withdrawn before a vote took place.\n- Tags/Keywords: Cooperative Endeavor Agreement, Public Safety, Police Recruitment\n- UID: ef652acd-c8e6-4e61-8178-c0fea93136ac", + "uid": "ef652acd-c8e6-4e61-8178-c0fea93136ac", + "publish_date": "9-7-2023", + "page_number": 38, + "title": "Regular City Council Minutes 9-7-2023" }, { - "title": "Regular CIty Council Meeting 2-2-2023.pdf", - "page_content": "rs being limited to two minutes, per item. No ceding of public speaking time is permitted. LEGISLATIVE GROUPING HDLC APPEAL \u2014 OF CARL HARDY Brief: Requesting to appeal the Historic District Landmarks Commission\u2019s decision of \u201cdenial\u201d for a permit to install a metal roof for the property located at 2219 Dauphine Street. Annotation: ELECTRONICALLY SUBMITTED. (Cm. King, District C, Cn. Deadline 2/19/23). (Report received at the meeting of 1/5/23). HEARING HELD. Carl Hardy - 2219 Dauphine St HDLC Report 2219 Dauphine St. MOTION \u2014 NO. M-23-61 \u2014 BY: COUNCILMEMBER KING Brief: Granting the applicant\u2019s request for property located at 2219 Dauphine Street, subject to two (2) provisos as follows: * The metal roof color shall be limited to a dark shade of gray, black or bronze in a less reflective finish. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4412&doc_id=da516ae7-b3ac-11ed-8145-0050569183fa 24/55 \f", - "page_number": 24, - "part": 2 + "page_content": "- Topic: Establishment of division 6, article VI of chapter 2 of the Code of the City of New Orleans\n- Summary: The ordinance aims to establish legal representation guidelines for the City of New Orleans when there is a possible conflict of interest due to adverse representation. The ordinance was continued to the meeting of 9/21/23.\n- Ordinance Number: CAL. NO. 34,365\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: Continued to the meeting of 9/21/23\n- UID: fbb8fe2b-7585-4bbd-acd6-4656efd02ab5\n\n- Topic: Amendments to the 2023 Capital Budget\n- Summary: The ordinance seeks to make changes to the 2023 Capital Budget by de-appropriating funds from certain departments and appropriating funds to others. The ordinance was continued to the meeting of 9/21/23 and referred to the budget committee.\n- Ordinance Number: CAL. NO. 34,368\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: Continued to the meeting of 9/21/23 and referred to the budget committee\n- UID: fbb8fe2b-7585-4bbd-acd6-4656efd02ab5\n\n- Topic: Appropriation of funds to various city departments\n- Summary: The ordinance aims to appropriate funds to several city departments and organizations. The ordinance was continued to the meeting of 9/21/23 and referred to the budget committee.\n- Ordinance Number: CAL. NO. 34,369\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: Continued to the meeting of 9/21/23 and referred to the budget committee\n- UID: fbb8fe2b-7585-4bbd-acd6-4656efd02ab5", + "uid": "fbb8fe2b-7585-4bbd-acd6-4656efd02ab5", + "publish_date": "9-7-2023", + "page_number": 39, + "title": "Regular City Council Minutes 9-7-2023" }, { - "title": "Regular CIty Council Meeting 2-2-2023.pdf", - "page_content": "6/23/23, 5:40 PM 3a. 3b. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4412&doc_id=da516ae7-b3ac-11ed-8145-0050569183fa * The details of the metal roof shall be approved by the HDLC. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 6/2/23). M-23-61 SPEAKER(S): Carl Hardy MOVED By: King SECONDED BY: Harris ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno - 5 NAYS: 0 ABSTAIN: 0 ABSENT: Morrell, Thomas - 2 RECUSED: 0 AND THE MOTION PASSED. LEGISLATIVE GROUPING HDLC APPEAL \u2014 OF CAROL MCCARTHY Brief: Requesting to appeal the Historic District Landmarks Commission\u2019s decision of \u201cdenial\u201d of the demolition for property located at 815 Third ", - "page_number": 25, - "part": 1 + "page_content": "- Topic: Cooperative Endeavor Agreement for French Market improvements\n- Summary: The ordinance authorizes the Mayor to enter into a Cooperative Endeavor Agreement with the French Market Corporation for the design and construction of improvements to the French Market Flea and Farmer\u2019s Market restrooms. The ordinance was adopted.\n- Ordinance Number: 34369\n- Votes Summary:\n Vote 1: Adopted - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance was adopted, with 6 council members voting in favor and 1 member absent.\n- Tags/Keywords: Cooperative Endeavor Agreement, French Market, improvements\n- UID: ce22e97f-ce85-49dc-a29a-90ec0f5edd7a\n\n- Topic: Budget amendment for Workforce Investment\n- Summary: The ordinance aimed to transfer an appropriation from Workforce Investment to Miscellaneous Programs to restrict budgeted appropriations for Council review prior to expenditure of funds. The ordinance was withdrawn.\n- Ordinance Number: 34370\n- Votes Summary:\n Vote 1: Withdrawn\n- Decision/Key Actions: The ordinance was withdrawn before a vote could take place.\n- Tags/Keywords: Budget amendment, Workforce Investment, Miscellaneous Programs\n- UID: ce22e97f-ce85-49dc-a29a-90ec0f5edd7a\n\n- Topic: Appropriation of funds to Orleans Parish Juvenile Court\n- Summary: The ordinance sought to appropriate funds to Orleans Parish Juvenile Court for three contract positions to enhance the Court\u2019s ability to meet its goals and mission. No voting outcome was provided in the summary.\n- Ordinance Number: 34371\n- Votes Summary: N/A\n- Decision/Key Actions: No voting outcome was provided in the summary.\n- Tags/Keywords: Appropriation of funds, Orleans Parish Juvenile Court, contract positions\n- UID: ce22e97f-ce85-49dc-a29a-90ec0f5edd7a", + "uid": "ce22e97f-ce85-49dc-a29a-90ec0f5edd7a", + "publish_date": "9-7-2023", + "page_number": 40, + "title": "Regular City Council Minutes 9-7-2023" }, { - "title": "Regular CIty Council Meeting 2-2-2023.pdf", - "page_content": "Street. Annotation: ELECTRONICALLY SUBMITTED. (Cm. Harris, District B, Cn. Deadline 3/20/23). (Report received at the meeting of 1/19/23). HEARING HELD. Carol McCarthy - 815 Third St HDLC Report - 815 Third Street HDLC APPEAL \u2014 OF RACHEL FLACK Brief: Requesting to appeal the Historic District Landmarks Commission\u2019s decision of \u201cdenial\u201d of the demolition for property located at 815 Third Street. Annotation: ELECTRONICALLY SUBMITTED. (Cm. Harris, District B, Cn. Deadline 3/20/23). (Report received at the meeting of 1/19/23). HEARING HELD. Rachel Flack - 815 Third Street https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4412&doc_id=da516ae7-b3ac-11ed-8145-0050569183fa 25/55 \f", - "page_number": 25, - "part": 2 + "page_content": "- Topic: Appropriation of Funds to Orleans Parish Juvenile Court\n- Summary: This ordinance aims to allocate funds to Orleans Parish Juvenile Court for three contract positions to enhance the Court's ability to meet its goals and mission.\n- Ordinance Number: 34,372\n- Votes Summary:\n Vote 1: Continued to the meeting of 9/21/23 and referred to the Budget Committee\n- Decision/Key Actions: The ordinance was continued to the meeting of 9/21/23 and referred to the Budget Committee.\n- Tags/Keywords: Orleans Parish Juvenile Court, budget allocation, contract positions\n- UID: f9b4dc0b-d0e6-47e9-aca3-3073ef744622\n\n- Topic: Appropriation of Funds to Clerk of Criminal District Court\n- Summary: This ordinance seeks to amend the operating budget of revenues for the City of New Orleans to appropriate funds to the Clerk of Criminal District Court for the 2021 and 2022 Audit Fees to LeBlanc & Associates CPA, LLC.\n- Ordinance Number: 34,373\n- Votes Summary:\n Vote 1: Continued to the meeting of 9/21/23 and referred to the Budget Committee\n- Decision/Key Actions: The ordinance was continued to the meeting of 9/21/23 and referred to the Budget Committee.\n- Tags/Keywords: Clerk of Criminal District Court, budget allocation, Audit Fees\n- UID: f9b4dc0b-d0e6-47e9-aca3-3073ef744622\n\n- Topic: Amendment to Operating Budget of Expenditures for the City of New Orleans\n- Summary: This ordinance aims to amend the operating budget of expenditures for the City of New Orleans to appropriate funds to the Clerk of Criminal District Court for the 2021 and 2022 Audit Fees to LeBlanc & Associates CPA, LLC.\n- Ordinance Number: 34,374\n- Votes Summary:\n Vote 1: Continued to the meeting of 9/21/23 and referred to the Budget Committee\n- Decision/Key Actions: The ordinance was continued to the meeting of 9/21/23 and referred to the Budget Committee.\n- Tags/Keywords: Operating budget, expenditures, Clerk of Criminal District Court, Audit Fees\n- UID: f9b4dc0b-d0e6-47e9-aca3-3073ef744622", + "uid": "f9b4dc0b-d0e6-47e9-aca3-3073ef744622", + "publish_date": "9-7-2023", + "page_number": 41, + "title": "Regular City Council Minutes 9-7-2023" }, { - "title": "Regular CIty Council Meeting 2-2-2023.pdf", - "page_content": "6/23/23, 5:40 PM 3c. 5. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4412&doc_id=da516ae7-b3ac-11ed-8145-0050569183fa MOTION \u2014 NO. M-23-56 \u2014 BY: COUNCILMEMBER HARRIS Brief: Approving and granting the applicant\u2019s request for demolition for property located at 815 Third Street, provided that the following original character-defining architectural features be salvaged: * 6/6 and 4/4 wood windows * Decorative brackets * Wood window and door casings on the front facade, * Exterior doors and trim; * Wood transom. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 6/2/23). M-23-56 SPEAKER(S): Michelle Fields, Josh D'Arcangelo(Did not speak), Rachel Flack, Adam Flack, Michael Burnside, Nathan Lott: E-Comment(s) - Carol McCarthy MOVED By: Harris SECONDE", - "page_number": 26, - "part": 1 + "page_content": "- Topic: Grant funds appropriation for pest management and vector control\n- Summary: The ordinance aims to amend the operating budget to appropriate grant funds to the Department of Mosquito, Termite and Rodent Control for training and evaluation of pest management and vector control. The ordinance is continued to the meeting of 9/21/23 and referred to the budget committee.\n- Ordinance Number: CAL. NO. 34,375\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: Continued to the meeting of 9/21/23 and referred to the budget committee\n- Tags/Keywords: Grant funds, pest management, vector control\n- UID: 1dc46e5e-7472-476d-b00c-d50d361715de\n\n- Topic: Grant funds appropriation for pest management and vector control\n- Summary: Similar to the previous ordinance, this ordinance aims to amend the operating budget to appropriate grant funds to the Department of Mosquito, Termite and Rodent Control for training and evaluation of pest management and vector control. The ordinance is also continued to the meeting of 9/21/23 and referred to the budget committee.\n- Ordinance Number: CAL. NO. 34,376\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: Continued to the meeting of 9/21/23 and referred to the budget committee\n- Tags/Keywords: Grant funds, pest management, vector control\n- UID: 1dc46e5e-7472-476d-b00c-d50d361715de\n\n- Topic: Authorization for the Mayor to enter into a second\n- Summary: The ordinance aims to authorize the Mayor of the City of New Orleans to enter into a second. Further details are not provided in the summary.\n- Ordinance Number: CAL. NO. 34,378\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: Information on key decisions or actions is not provided\n- Tags/Keywords: Authorization, Mayor, City of New Orleans\n- UID: 1dc46e5e-7472-476d-b00c-d50d361715de", + "uid": "1dc46e5e-7472-476d-b00c-d50d361715de", + "publish_date": "9-7-2023", + "page_number": 42, + "title": "Regular City Council Minutes 9-7-2023" }, { - "title": "Regular CIty Council Meeting 2-2-2023.pdf", - "page_content": "D BY: Green ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno - 5 NAYS: 0 ABSTAIN: 0 ABSENT: Morrell, Thomas - 2 RECUSED: 0 AND THE MOTION PASSED. HDLC APPEAL \u2014 OF JUDGE MICHAEL BAGNERIS (RET) - REPRESENTING CYPRESS COAST CONCEPTS LLC Brief: Requesting to appeal the Historic District Landmarks Commission\u2019s decision to levy a fine of $21,690.00 for the unpermitted demolition for property located at 2220 Broadway Street. Annotation: (Cm. Giarrusso, District A, Cn. Deadline 3/20/23). (Report received on today\u2019s Consent Agenda). CONTINUED TO THE MEETING OF 2/16/23. Judge Michael Bagneris - 2220 Broadway Street HDLC Reprt - 2220 Broadway St. LEGISLATIVE GROUPING https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4412&doc_id=da516ae7-b3ac-11ed-8145-0050569183fa 26/55 \f", - "page_number": 26, - "part": 2 + "page_content": "- Topic: Amendment to Cooperative Endeavor Agreement\n- Summary: The ordinance pertains to an amendment to a previously executed Cooperative Endeavor Agreement between the City of New Orleans and the Ernest N. Morial New Orleans Exhibition Hall Authority, with the purpose of enhancing the Convention Center area to attract tourists, promote community and economic development, and create new opportunities and amenities for residents. The motion was adopted with 6 YEAS and 0 NAYS.\n- Ordinance Number: 34,378\n- Votes Summary:\n Vote 1: Adopt - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: Adoption of the amendment to the Cooperative Endeavor Agreement.\n- Tags/Keywords: Cooperative Endeavor Agreement, Convention Center, Amendment, Tourism, Community Development\n- UID: f85d0bc0-e7ac-4cca-bb5e-bdcaca213c99\n\n- Topic: Monthly Accounting Report Requirement\n- Summary: This ordinance aims to amend section 2-551 of the Code of the City of New Orleans to require the Department of Finance to create and present a monthly accounting report of vendors due payment by the City of New Orleans and the status of said payments. The motion was adopted with 6 YEAS and 0 NAYS.\n- Ordinance Number: 34,379\n- Votes Summary:\n Vote 1: Adopt - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: Adoption of the requirement for a monthly accounting report of vendors due payment by the City of New Orleans.\n- Tags/Keywords: Department of Finance, Monthly Accounting Report, Vendors, Payments\n- UID: f85d0bc0-e7ac-4cca-bb5e-bdcaca213c99", + "uid": "f85d0bc0-e7ac-4cca-bb5e-bdcaca213c99", + "publish_date": "9-7-2023", + "page_number": 43, + "title": "Regular City Council Minutes 9-7-2023" }, { - "title": "Regular CIty Council Meeting 2-2-2023.pdf", - "page_content": "6/23/23, 5:40 PM Sa. 5b. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4412&doc_id=da516ae7-b3ac-11ed-8145-0050569183fa HDLC APPEAL - OF ARCHIE L. JEFFERSON Brief: Requesting to appeal the Historic District Landmarks Commission?s decision of ?denial? of the demolition for property located at 8829 Jeannette Street. Annotation: ELECTRONICALLY SUBMITTED. (Cm. Giarrusso, District A, Cn. Deadline 3/20/23). (Report needed from HDLC). HEARING HELD. Archie L. Jefferson - 8829 Jeannette St MOTION \u2014 NO. M-23-48 \u2014 BY: COUNCILMEMBER GIARRUSSO Brief: Approving and granting the applicant\u2019s request for demolition for property located at 8829 Jeannette Street. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 6/2/23). ", - "page_number": 27, - "part": 1 + "page_content": "- Topic: Creation of City of New Orleans Home Rule Charter Review Committee\n- Summary: Councilmember Morrell introduced a motion authorizing the creation of an advisory committee, known as the City of New Orleans Home Rule Charter Review Committee, to review and make non-binding recommendations regarding potential changes to the Home Rule Charter. The motion was referred to the Governmental Affairs Committee and continued to the second meeting of January 2024.\n- Ordinance Number: M-22-516\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: Referred to the Governmental Affairs Committee for approval\n- Tags/Keywords: Committee, Home Rule Charter, Advisory, Recommendations\n- UID: 9a763a28-1f1d-44d7-98f5-e56bb9087ae0\n\n- Topic: Support for victim safeguards in domestic violence cases\n- Summary: Councilmembers Moreno and Green introduced a resolution expressing the City Council's support for the addition of victim safeguards in severe domestic violence incidents. The resolution urged the Criminal District Court and the Orleans Parish District Attorney's Office to conduct Gwen's Law hearings for specific domestic abuse battery cases. The resolution passed with 6 YEAS and 0 NAYS, with 1 member absent.\n- Ordinance Number: R-23-376\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: Resolution adopted to support victim safeguards in domestic violence cases\n- Tags/Keywords: Domestic violence, Victim safeguards, Resolution\n- UID: 9a763a28-1f1d-44d7-98f5-e56bb9087ae0", + "uid": "9a763a28-1f1d-44d7-98f5-e56bb9087ae0", + "publish_date": "9-7-2023", + "page_number": 44, + "title": "Regular City Council Minutes 9-7-2023" }, { - "title": "Regular CIty Council Meeting 2-2-2023.pdf", - "page_content": "M-23-48 MOVED By: Giarrusso SECONDED BY: Harris ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno - 5 NAYS: 0 ABSTAIN: 0 ABSENT: Morrell, Thomas - 2 RECUSED: 0 AND THE MOTION PASSED. HDLC APPEAL \u2014 OF SIMONE CIFUENTES Brief: Requesting to appeal the Historic District Landmarks Commission\u2019s decision of \u201cdenial\u201d of new standing seam metal roof for property located at 725 Mandeville Street. Annotation: ELECTRONICALLY SUBMITTED. (Cm. King, District C, Cn. Deadline 3/20/23). (Report needed from HDLC). CONTINUED TO THE MEETING OF 2/16/23. Simone Cifuentes - 725 Mandeville St SPEAKER(S): Sanjeeva Reddy (Was not read) https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4412&doc_id=da516ae7-b3ac-11ed-8145-0050569183fa 27/55 \f", - "page_number": 27, - "part": 2 + "page_content": "- Topic: Resolution and Order for Electric Vehicle Charging Infrastructure\n- Summary: The resolution and order provide guidance and establish procedural deadlines to encourage the development of electric vehicle charging infrastructure and electric vehicle adoption.\n- Ordinance Number: R-23-396\n- Votes Summary:\n Vote 1: Adopt - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The resolution and order were adopted, with 5 council members voting in favor and 2 absent.\n- Tags/Keywords: Electric vehicles, infrastructure, adoption\n- UID: 54c74173-c482-49dd-ac74-007dd5f7b4cb\n\n- Topic: Motion for Payment to Youth Workers\n- Summary: The motion directs the Chief Administrative Office, Department of Finance, and Office of Workforce Development to distribute payments owed to youth workers as per a previous council motion. It also directs the departments to proactively pay potential penalties for wage theft and lost wages to avoid liability.\n- Ordinance Number: M-23-403\n- Votes Summary:\n Vote 1: Adopt - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The motion was adopted with 6 council members voting in favor and 1 absent.\n- Tags/Keywords: Youth workers, payments, wage theft\n- UID: 54c74173-c482-49dd-ac74-007dd5f7b4cb", + "uid": "54c74173-c482-49dd-ac74-007dd5f7b4cb", + "publish_date": "9-7-2023", + "page_number": 45, + "title": "Regular City Council Minutes 9-7-2023" }, { - "title": "Regular CIty Council Meeting 2-2-2023.pdf", - "page_content": "6/23/23, 5:40 PM 7. 8a. 8b. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4412&doc_id=da516ae7-b3ac-11ed-8145-0050569183fa ZONING DOCKET NO. 87/22 \u2014 CITY COUNCIL MOTION NO. M-22-455 Brief: Requesting a text amendment to Article 20, Section 20.3.LLL of the Comprehensive Zoning Ordinance (CZO) to modify the Use Standards for Short Term Rentals (STR) to require posted signage for all three STR classifications. The proposed text amendment would affect properties citywide in districts where any type of STR is permitted or conditional. The recommendation of the City Planning Commission being \u201cFOR DENIAL\u201d. Annotation: ELECTRONICALLY SUMBITTED. (All Cms., Citywide, Cn. Deadline 3/6/23). CONTINUED TO THE MEETING OF 4/6/23. ZD NO. 87-22 Final Staff Report LEGISLATIVE GROUPING ZONING DOCKET NO. 93/22 - RASAAN BAILEY AND ARLETTE BAILEY Brief: Requesting a Zoning Change from an S-RS Suburban Single-Family Residential District to an S", - "page_number": 28, - "part": 1 + "page_content": "- Topic: Resolution Urging Detailed Audit of City's Accounts Payable and Vendor Payments\n- Summary: The resolution urges the Louisiana Legislative Auditor to perform a detailed audit and review of the city's accounts payable and vendor payments.\n- Ordinance Number: R-23-404\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The resolution was adopted, and the motion passed.\n- Tags/Keywords: Audit, Accounts Payable, Vendor Payments\n- UID: 38c631e9-0601-4b6a-9dc7-0e3f2e99e5cb\n\n- Topic: Evaluation of Proposed Extension to Electric and Gas Formula Rate Plans\n- Summary: The resolution and order establish further procedural deadlines for evaluating a proposed extension to the electric and gas formula rate plans.\n- Ordinance Number: R-23-414\n- Votes Summary:\n Vote 1: Withdrawn\n- Decision/Key Actions: The resolution was withdrawn following a vote to suspend the rules.\n- Tags/Keywords: Electric and Gas Rates, Procedural Deadlines\n- UID: 38c631e9-0601-4b6a-9dc7-0e3f2e99e5cb", + "uid": "38c631e9-0601-4b6a-9dc7-0e3f2e99e5cb", + "publish_date": "9-7-2023", + "page_number": 46, + "title": "Regular City Council Minutes 9-7-2023" }, { - "title": "Regular CIty Council Meeting 2-2-2023.pdf", - "page_content": "-RD Suburban Two-Family Residential District. The petitioned property is located on Square 277, Lots 13 through 20, in the Fifth Municipal District, bounded by Bennett Street, Henderson Street, Adrian Street, and Maumus Avenue. (Municipal Addresses: 3670 Bennett St). The recommendation of the City Planning Commission being \u201cFOR APPROVAL\u201d. Annotation: ELECTRONICALLY SUMBITTED. (Cm. King, District C, Cn. Deadline 3/6/23). HEARING HELD. ZD NO. 93-22 Final MOTION (LYING OVER) - NO. M-23-25 - BY: COUNCILMEMBER KING Brief: Granting the applicant\u2019s Zoning Change request on ZD NO. 93/22, for property located at 3670 Bennett Street. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 5/19/23). M-23-25 LO MOVED By: King SECONDED BY: Green ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno - 5 https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4412&doc_id=da516ae7-b3ac-11ed-8145-0050569183fa 28/55 \f", - "page_number": 28, - "part": 2 + "page_content": "- Topic: Approval of Agreement in Principle Related to 2023 Electric and Gas Formula Rate Plan Filings\n- Summary: The council members approved a resolution and order authorizing an agreement in principle related to the 2023 electric and gas formula rate plan filings. The resolution was electronically submitted and had online speakers in support.\n- Ordinance Number: R-23-423\n- Votes Summary:\n Vote 1: Add Item to Agenda - Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n Vote 2: Adopt - Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The resolution was adopted, allowing for the approval of an agreement in principle related to the 2023 electric and gas formula rate plan filings.\n- Tags/Keywords: Resolution, Electric and Gas Formula Rate Plan, Agreement in Principle\n- UID: ea9cc623-53ca-4030-a2b9-7369e7d2c164", + "uid": "ea9cc623-53ca-4030-a2b9-7369e7d2c164", + "publish_date": "9-7-2023", + "page_number": 47, + "title": "Regular City Council Minutes 9-7-2023" }, { - "title": "Regular CIty Council Meeting 2-2-2023.pdf", - "page_content": "6/23/23, 5:40 PM 10. 10a. 10b. 11. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4412&doc_id=da516ae7-b3ac-11ed-8145-0050569183fa NAYS: 0 ABSTAIN: 0 ABSENT: Morrell, Thomas - 2 RECUSED: 0 AND THE MOTION PASSED. LEGISLATIVE GROUPING ZONING DOCKET NO. 99/22 \u2014 CITY COUNCIL MOTION NO. M-22-448 Brief: Requesting a Zoning Change from an HU-RM2 Historic Urban Multi-Family Residential District to an HU-MU Historic Urban Neighborhood Mixed-Use District. The petitioned property is located on Square 124, Lots 1, 2, 2 or an undesignated lot, and 5-D in the Second Municipal District, bounded by Iberville Street, Crozat Street, Bienville Street, and Basin Street (Municipal Addresses: 235-237 Basin Street and 1208-1216 Bienville Street). The recommendation of the City Planning Commission being \u201cFOR ", - "page_number": 29, - "part": 1 + "page_content": "- Topic: Motion to Suspend the Rules to Introduce Ordinances on First Reading\n- Summary: The motion to suspend the rules to introduce ordinances on first reading was adopted. \n- Ordinance Number: N/A\n- Votes Summary:\n - Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The motion to suspend the rules was adopted, allowing the introduction of ordinances on first reading.\n- Tags/Keywords: Motion, Suspension of Rules, First Reading, Adoption\n- UID: 7b139f94-dfca-4a37-a43e-9787a7525c22\n\n- Topic: Ordinances on First Reading\n- Summary: Ordinances 34,380 through 34,387 were introduced for first reading.\n- Ordinance Number: 34,380 - 34,387\n- Votes Summary: N/A\n- Decision/Key Actions: The ordinances were introduced for first reading.\n- Tags/Keywords: Ordinances, First Reading, Introduction\n- UID: 7b139f94-dfca-4a37-a43e-9787a7525c22", + "uid": "7b139f94-dfca-4a37-a43e-9787a7525c22", + "publish_date": "9-7-2023", + "page_number": 48, + "title": "Regular City Council Minutes 9-7-2023" }, { - "title": "Regular CIty Council Meeting 2-2-2023.pdf", - "page_content": "APPROVAL\u201d. Annotation: ELECTRONICALLY SUMBITTED. (Cm. King, District C, Cn. Deadline 3/6/23). HEARING HELD. ZD NO. 99-22 Final - Attachments SPEAKER(S): Michael Burnside MOTION (LYING OVER) \u2014 NO. M-23-27\u2014 BY: COUNCILMEMBER KING Brief: Approving and granting the applicant\u2019s request for the properties located at 235-237 Basin Street and 1208-1216 Bienville Street on ZD NO. 99/22. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 5/19/23). M-23-27 LO MOVED By: King SECONDED BY: Green ACTION: Adopt YEAS: Giarrusso, Harris, King, Moreno, Thomas - 5 NAYS: 0 ABSTAIN: 0 ABSENT: Green, Morrell - 2 RECUSED: 0 AND THE MOTION PASSED. LEGISLATIVE GROUPING https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4412&doc_id=da516ae7-b3ac-11ed-8145-0050569183fa 29/55 \f", - "page_number": 29, - "part": 2 + "page_content": "- Topic: Motion for Adjournment\n- Summary: The council motioned for adjournment at 2:20 p.m., which passed unanimously with 5 YEAS and 0 NAYS.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: Meeting adjourned\n- UID: 4066a1c2-c07a-48b3-a9ad-2527715f51dd", + "uid": "4066a1c2-c07a-48b3-a9ad-2527715f51dd", + "publish_date": "9-7-2023", + "page_number": 49, + "title": "Regular City Council Minutes 9-7-2023" }, { - "title": "Regular CIty Council Meeting 2-2-2023.pdf", - "page_content": "6/23/23, 5:40 PM lla. 11b. 14. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4412&doc_id=da516ae7-b3ac-11ed-8145-0050569183fa ZONING DOCKET NO. 4/23 \u2014 CANSECO PROPERTIES FILMORE, LLC Brief: Requesting a Conditional Use to permit the retail sales of packaged alcoholic beverages in an S-R2 Suburban Pedestrian-Oriented Corridor Business District, EC Enhancement Corridor Design Overlay District, Residential Short Term Rental Interim Zoning District, and the rescission of Ordinance No. 26,413 MCS (Zoning Docket 092/19), on Square 4056, Lots 1, 2, 3, and 4, in the Third Municipal District, bounded by Filmore Avenue, Marigny Street, Mithra Street, and Elysian Fields Avenue (Municipal Addresses: 2221-Filmore Avenue and 5300 Marigny Street). The recommendation of the City Planning Commission being \u201cFOR APPROVAL\u201d, subject to one (1) proviso. Annotation: ELECTRONICALLY SUMBITTED. (Cm. Green, District D, Cn. Deadline 3/20/23). HEARING HELD. ZD NO. 4-", - "page_number": 30, - "part": 1 + "page_content": "- Topic: Roll Call\n- Summary: Roll call was conducted, and seven members were present, constituting a quorum.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A - (7 PRESENT, 0 ABSENT)\n- Decision/Key Actions: Quorum established for the meeting\n- Tags/Keywords: Roll Call, Quorum, Meeting Establishment\n- UID: 5d0b273f-75b6-47e7-a789-c27946b74e7a", + "uid": "5d0b273f-75b6-47e7-a789-c27946b74e7a", + "publish_date": "6-22-2023", + "page_number": 1, + "title": "Regular City Council Minutes 6-22-2023" }, { - "title": "Regular CIty Council Meeting 2-2-2023.pdf", - "page_content": "23 Final Staff Report (2) MOTION - NO. M-23-49 - BY: COUNCILMEMBER GREEN Brief: Granting the applicant\u2019s Conditional Use request on ZD NO. 4/23, subject to one (1) proviso as stated in the City Planning Commission\u2019s report for properties located at 2221 Filmore Avenue and 5300 Marigny Street. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 6/2/23). M-23-49 MOVED By: Green SECONDED BY: Giarrusso ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Thomas - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Morrell - 1 RECUSED: 0 AND THE MOTION PASSED. CAL. NO. 33,671 - BY: COUNCILMEMBER MORRELL Brief: An Ordinance to limit the power of the Mayor to suspend Article X of Chapter 2 of the Code of the City of New Orleans; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. WITHDRAWN. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4412&doc_id=da516ae7-b3ac-11ed-8145-0050569183fa 30/55 \f", - "page_number": 30, - "part": 2 + "page_content": "- Topic: She's Got Time Summit Presentation\n- Summary: Organizational representatives presented on the She's Got Time annual summit, aimed at empowering women in sports to gain new tools and expanded networks that support their ability to rise above in their everyday life.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Presentation made, electronically submitted by Cm. Moreno.\n- Tags/Keywords: She's Got Time Summit, empowerment, women in sports\n- UID: b48d3435-5ce3-4b01-9eba-f3edb83b9f46\n\n- Topic: Recognition of New Orleans Drag Queens\n- Summary: Recognition of the important role of local drag during Pride Month and year-round.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Presentation made, electronically submitted by Cm. Harris.\n- Tags/Keywords: New Orleans Drag Queens, Pride Month, recognition\n- UID: b48d3435-5ce3-4b01-9eba-f3edb83b9f46\n\n- Topic: Honoring Dr. Deshanda Firmin\n- Summary: Honoring Dr. Deshanda Firmin, PharmD, JD, for her astounding accomplishments and dedication to working across boundaries.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Presentation made, no specific voting outcome mentioned.\n- Tags/Keywords: Dr. Deshanda Firmin, honors, accomplishments\n- UID: b48d3435-5ce3-4b01-9eba-f3edb83b9f46", + "uid": "b48d3435-5ce3-4b01-9eba-f3edb83b9f46", + "publish_date": "6-22-2023", + "page_number": 2, + "title": "Regular City Council Minutes 6-22-2023" }, { - "title": "Regular CIty Council Meeting 2-2-2023.pdf", - "page_content": "6/23/23, 5:40 PM 15. 16. 17. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4412&doc_id=da516ae7-b3ac-11ed-8145-0050569183fa 33671 CAL. NO. 33,893 - BY: COUNCILMEMBER HARRIS Brief: An Ordinance to ordain Section 70-10 of the Code of the City of New Orleans to establish reporting requirements applicable to the Department of Finance, including both a statement to be issued alongside each payment the City of New Orleans provides to a security and improvement district, and an annual financial report to be transmitted to the City Council, and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. PAST DEADLINE. CONTINUED TO THE MEETING OF 2/16/23. 33893 SPEAKER(S): Leonard McCollum, Jr.(Was not read) CAL. NO. 33,950 - BY: COUNCILMEMBER MORRELL Brief: An Ordinance to ordain section 2-1122 of the Code of the City ", - "page_number": 31, - "part": 1 + "page_content": "- Topic: Urging the Louisiana Governor's Office and U.S. EPA to reinstate the Irish Channel Air Monitoring Site and suspend BWC Harvey's air permit\n- Summary: The ordinance urges the Louisiana Governor's Office and U.S. EPA to exercise oversight authority and compel the LDEQ to reinstate the Irish Channel Air Monitoring Site and suspend BWC Harvey's air permit. It also calls for a permit review process that provides for public input and accounts for emissions from BWC Harvey's operations. The ordinance passed.\n- Ordinance Number: R-23-207\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance was adopted.\n- Tags/Keywords: Air monitoring, Louisiana Governor's Office, U.S. EPA, LDEQ\n- UID: 9c2f0542-2dde-44a0-9d7e-12d3a121407d\n\n- Topic: Resolution expressing concern for healthcare services at the Orleans Justice Center\n- Summary: The resolution expresses concern for the healthcare services provided at the Orleans Justice Center based on recent testimony from federal consent decree monitors. The outcome of the vote is not provided.\n- Ordinance Number: R-23-279\n- Votes Summary: Not provided\n- Decision/Key Actions: The resolution was proposed but the outcome of the vote is not stated.\n- Tags/Keywords: Orleans Justice Center, healthcare services, federal consent decree monitors\n- UID: 9c2f0542-2dde-44a0-9d7e-12d3a121407d", + "uid": "9c2f0542-2dde-44a0-9d7e-12d3a121407d", + "publish_date": "6-22-2023", + "page_number": 3, + "title": "Regular City Council Minutes 6-22-2023" }, { - "title": "Regular CIty Council Meeting 2-2-2023.pdf", - "page_content": "of New Orleans to provide for subpoena and investigatory responsibilities of the Orleans Independent Police Monitor; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 2/17/23). CONTINUED TO THE MEETING OF 5/11/23. 33950 CAL. NO. 33,983 - BY: COUNCILMEMBER MORRELL Brief: An Ordinance to amend Section 26-236 to establish additional definitions for what may be declared a blight and public nuisance; and otherwise, to provide with respect thereto Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 3/31/23). (Referred to the Quality of Life Committee). CONTINUED TO THE MEETING OF 3/9/23. 33983 SPEAKER(S): Denise Collins(Did not speak) https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4412&doc_id=da516ae7-b3ac-11ed-8145-0050569183fa 31/55 \f", - "page_number": 31, - "part": 2 + "page_content": "- Topic: Amendment No. 1 to the contract between the City of New Orleans, the Orleans Parish Sheriff\u2019s Office, and Wellpath, LLC\n- Summary: The ordinance aimed to add the President of the Council as a signatory to the amendment and authorize them to sign the contract. The motion was adopted with 7 YEAS and 0 NAYS.\n- Ordinance Number: M-23-273\n- Votes Summary:\n Vote 1: Adopt - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The motion was adopted, allowing the President of the Council to sign the contract amendment.\n- Tags/Keywords: Contract Amendment, Wellpath, LLC, President of the Council\n- UID: 39c2c7dd-294d-4d03-b06a-fe3fc35ec39a\n\n- Topic: Request for an official third-party audit of the cost of construction for the new Medical and Mental Health Service Facility at the Orleans Justice Center\n- Summary: The resolution sought an official third-party audit to review the cost of construction for the new facility. The motion was received with 7 YEAS and 0 NAYS.\n- Ordinance Number: R-23-296\n- Votes Summary:\n Vote 1: Receive - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The resolution was received, indicating support for the official third-party audit.\n- Tags/Keywords: Construction Costs, Orleans Justice Center, Third-Party Audit\n- UID: 39c2c7dd-294d-4d03-b06a-fe3fc35ec39a", + "uid": "39c2c7dd-294d-4d03-b06a-fe3fc35ec39a", + "publish_date": "6-22-2023", + "page_number": 4, + "title": "Regular City Council Minutes 6-22-2023" }, { - "title": "Regular CIty Council Meeting 2-2-2023.pdf", - "page_content": "6/23/23, 5:40 PM 18. 18a. 18b. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4412&doc_id=da516ae7-b3ac-11ed-8145-0050569183fa LEGISLATIVE GROUPING CAL. NO. 34,003 - BY: COUNCILMEMBERS GREEN, THOMAS AND KING Brief: An Ordinance to amend and reordain Section 66-283.5 of the Code of the City of New Orleans to reestablish a penalty of vehicle impoundment for illegal dumping; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 4/14/23). (Referred to the Criminal Justice Committee). (Criminal Justice Committee recommended approval). 34003-293 1SMCS AMENDMENT TO ORDINANCE CALENDAR NO. 34,003 - BY: COUNCILMEMBER GREEN Brief: 1. On page 1, lines 6 and ", - "page_number": 32, - "part": 1 + "page_content": "- Topic: Implore Louisiana Legislature to reconsider $100 million budget cut to the Louisiana Department of Health\n- Summary: The council members implored the Louisiana Legislature to reconsider the budget cut to the Louisiana Department of Health on behalf of all Louisiana citizens.\n- Ordinance Number: R-23-295\n- Votes Summary:\n Vote 1: Receive - 6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT\n Vote 2: Add Item to Agenda - 6 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT\n- Decision/Key Actions: The implore resolution was received and added to the agenda for further discussion and consideration.\n- Tags/Keywords: Louisiana Legislature, budget cut, Louisiana Department of Health\n- UID: 2223ec6e-c994-45d0-a9d1-e46bea1aa872", + "uid": "2223ec6e-c994-45d0-a9d1-e46bea1aa872", + "publish_date": "6-22-2023", + "page_number": 5, + "title": "Regular City Council Minutes 6-22-2023" }, { - "title": "Regular CIty Council Meeting 2-2-2023.pdf", - "page_content": "8; page 2, lines 13, 17, 23, 27 and 34; and page 3, lines 44, 54, and 56; replace code enforcement with safety and permits. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 6/2/23). WITHDRAWN. 34003 Amendment MOVED By: Green SECONDED BY: Giarrusso ACTION: Amendment YEAS: Giarrusso, Green, Harris, King, Moreno, Thomas - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Morrell - 1 RECUSED: 0 AND THE MOTION PASSED. MOVED By: Green SECONDED BY: Moreno ACTION: As Amended YEAS: Giarrusso, Green, Harris, King, Moreno, Thomas - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Morrell - 1 RECUSED: 0 AND THE MOTION PASSED. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4412&doc_id=da516ae7-b3ac-11ed-8145-0050569183fa 32/55 \f", - "page_number": 32, - "part": 2 + "page_content": "- Topic: Motion M-23-297\n- Summary: The motion directed certain officials to appear before the Council\u2019s Community Development Committee to provide an update on the Department of Safety and Permits and the status of obtaining internet services.\n- Ordinance Number: M-23-297\n- Votes Summary:\n - Vote 1: Receive - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n - Vote 2: Add Item to Agenda - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The motion was received and added to the agenda for further discussion at a later date.\n- Tags/Keywords: Motion, Council Meeting, Department of Safety and Permits, Internet Services\n- UID: a97f1c8c-f554-4057-967a-22fef93df07d", + "uid": "a97f1c8c-f554-4057-967a-22fef93df07d", + "publish_date": "6-22-2023", + "page_number": 6, + "title": "Regular City Council Minutes 6-22-2023" }, { - "title": "Regular CIty Council Meeting 2-2-2023.pdf", - "page_content": "6/23/23, 5:40 PM 19. 20. 21. 22. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4412&doc_id=da516ae7-b3ac-11ed-8145-0050569183fa CAL. NO. 34,018 - BY: COUNCILMEMBERS MORENO, MORRELL, GIARRUSSO AND HARRIS Brief: An Ordinance to amend Ordinance No. 29,265 M.C.S., as amended, entitled \u201cAn Ordinance providing an Operating Budget of Revenues for the City of New Orleans for the Year 2023\u201d to appropriate funds to the Department of Health to provide funding for gun locks; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 5/18/23). CONTINUED TO THE MEETING OF 2/16/23. 34018 CAL. NO. 34,019 - BY: COUNCILMEMBERS MORENO, MORRELL, GIARRUSSO AND HARRIS Brief: An Ordinance to amend Ordinance No. 29,266 M.C.S., as amended, entitled \u201cAn Ordinance providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023\u201d to appropriate funds to the Department of Health to provide fundi", - "page_number": 33, - "part": 1 + "page_content": "- Topic: Amendment to Section 34-1.1 of the Code of the City of New Orleans\n- Summary: The ordinance aims to require annual reporting to the City Council of the mayor's Mardi Gras advisory council's recommendations. The ordinance was electronically submitted and referred to the Governmental Affairs Committee, with a continuation to the meeting of 8/10/23.\n- Ordinance Number: 34017\n- Votes Summary:\n Vote 1: Passed - (YEAS: Unanimous, NAYS: 0, ABSTAIN: 0, ABSENT: 0, RECUSED: 0)\n- Decision/Key Actions: Referred to the Governmental Affairs Committee, continued to the meeting of 8/10/23.\n- Tags/Keywords: Reporting, Mardi Gras, Advisory Council, Governmental Affairs\n- UID: a19c583a-b6ee-4496-badb-e08732998ffb\n\n- Topic: Collective Bargaining for City of New Orleans Employees\n- Summary: The ordinance aims to establish definitions, procedures, and rights relevant to collective bargaining for employees of the City of New Orleans. An amendment was proposed to modify specific sections of the Code. The ordinance was electronically submitted, with a postponement deadline of 7/21/23.\n- Ordinance Number: 34124\n- Votes Summary:\n Vote 1: N/A\n Vote 2: N/A\n- Decision/Key Actions: Amendment proposed, postponement deadline set for 7/21/23\n- Tags/Keywords: Collective Bargaining, Employees, Code Amendments, Postponement\n- UID: a19c583a-b6ee-4496-badb-e08732998ffb", + "uid": "a19c583a-b6ee-4496-badb-e08732998ffb", + "publish_date": "6-22-2023", + "page_number": 7, + "title": "Regular City Council Minutes 6-22-2023" }, { - "title": "Regular CIty Council Meeting 2-2-2023.pdf", - "page_content": "ng for gun locks; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 5/18/23). CONTINUED TO THE MEETING OF 2/16/23. 34019 CAL. NO. 34,020 - BY: COUNCILMEMBERS MORENO AND MORRELL Brief: An Ordinance to amend Ordinance No. 29,265 M.C.S., as amended, entitled \u201cAn Ordinance providing an Operating Budget of Revenues for the City of New Orleans for the Year 2023\u201d to appropriate funds to the Mayor's Office of Workforce Development, within Miscellaneous Programs, to provide funding for an increase in youth participants; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 5/18/23). CONTINUED TO THE MEETING OF 2/16/23. 34020 SPEAKER(S): George Madhi(Did not speak) CAL. NO. 34,021 - BY: COUNCILMEMBERS MORENO AND MORRELL https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4412&doc_id=da516ae7-b3ac-11ed-8145-0050569183fa 33/55 \f", - "page_number": 33, - "part": 2 + "page_content": "- Topic: Amendment to City Code regarding Employee Rights\n- Summary: The amendment pertains to the rights and definitions of various categories of employees within the City of New Orleans. It includes terms related to collective bargaining, confidential employees, covered employees, employee labor organizations, grievances, management officials, and supervisors. \n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: Passed - (Unanimous)\n- Decision/Key Actions: The amendment was unanimously approved.\n- Tags/Keywords: Employee Rights, City Code, Definitions\n- UID: 1ddef7b5-acff-4546-8604-fdaf6647581d", + "uid": "1ddef7b5-acff-4546-8604-fdaf6647581d", + "publish_date": "6-22-2023", + "page_number": 8, + "title": "Regular City Council Minutes 6-22-2023" }, { - "title": "Regular CIty Council Meeting 2-2-2023.pdf", - "page_content": "6/23/23, 5:40 PM 25. 26. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4412&doc_id=da516ae7-b3ac-11ed-8145-0050569183fa Brief: An Ordinance to amend Ordinance No. 29,266 M.C.S., as amended, entitled \u201cAn Ordinance providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023\u201d to appropriate funds to the Mayor's Office of Workforce Development, within Miscellaneous Programs, to provide funding for an increase in youth participants; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 5/18/23). CONTINUED TO THE MEETING OF 2/16/23. 34021 CAL. NO. 34,025 - BY: COUNCILMEMBERS GIARRUSSO, GREEN, MORENO AND THOMAS (BY REQUEST) Brief: An Ordinance to amend and re-ordain Ordinance No. 29,272 M.C.S., entitled \u201cAn Ordinance Providing a Capital Budget for the Year 2023\u201d, to effect the following change to the 2023 Capital Budget: to de-appropriate funds from the Chief Administrative Office, the Department of Human Services, the Department of Property Management, the Department of Public Works, the Department of Sanitation, the Mosquito, Termite and Rodent Control Board, and the New Orleans Recreation Development Commission; to appropriate funds to the Chief Administrative Off", - "page_number": 34, - "part": 1 + "page_content": "- Topic: Employee Rights and Labor Organization\n- Summary: The ordinance aims to outline the rights of employees to organize, form, and join unions, as well as engage in collective bargaining activities. It also addresses the use of work time for labor organization matters and defines bargaining units within the city.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: Passed - (8 YEAS, 2 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance was passed with a majority vote, recognizing the rights of employees to organize and engage in collective bargaining activities.\n- Tags/Keywords: Employee Rights, Labor Organization, Collective Bargaining\n- UID: c64409f3-3a8c-4cf8-8812-5a74d11c302e", + "uid": "c64409f3-3a8c-4cf8-8812-5a74d11c302e", + "publish_date": "6-22-2023", + "page_number": 9, + "title": "Regular City Council Minutes 6-22-2023" }, { - "title": "Regular CIty Council Meeting 2-2-2023.pdf", - "page_content": "ice, the Department of Health, the Department of Human Services, the Department of Parks and Parkways, the Department of Property Management, the Department of Public Works, the New Orleans Fire Department, the New Orleans Recreation Development Commission, and the Municipal Yacht Harbor; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 5/19/23). (Fiscal Note received). (Referred to the Budget Committee). CONTINUED TO THE MEETING OF 2/16/23. 34025 CAL. NO. 34,026 - BY: COUNCILMEMBERS GIARRUSSO, GREEN, HARRIS, KING, MORENO, MORRELL AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29266 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023,\u201d to transfer funds from the \u201c100-Personal Services\u201d appropriation to the \u201c600-Grants, Contributions, and Fund Transfers\u201d appropriation within the Department of Police in Fund 4150 (Federal Treasury Department); and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 5/19/23). https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4412&doc_id=da516ae7-b3ac-11ed-8145-0050569183fa 34/55 \f", - "page_number": 34, - "part": 2 + "page_content": "- Topic: Amendment to Labor Relations Advisor section\n- Summary: The ordinance proposed the deletion of specific lines and the insertion of new language related to the employment and duties of labor relations advisors by the Council.\n- Ordinance Number: Not specified\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The amendment was passed, and the new language regarding the employment and duties of labor relations advisors was inserted.\n- Tags/Keywords: Labor Relations, Labor Policy, Collective Bargaining, Employment\n- UID: a73650fb-7b58-4eac-9d9b-ec4f63c1eb39\n\n- Topic: Exclusive Collective Bargaining\n- Summary: The ordinance proposed the addition of a new section, Sec. 114-405, which outlines the City's engagement in collective bargaining and entering into agreements with exclusive bargaining representatives.\n- Ordinance Number: Not specified\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 1 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The new section was approved, allowing the City to engage in exclusive collective bargaining with selected labor organizations.\n- Tags/Keywords: Collective Bargaining, Exclusive Bargaining, Labor Organizations\n- UID: a73650fb-7b58-4eac-9d9b-ec4f63c1eb39\n\n- Topic: Recognition of Exclusive Bargaining Agent\n- Summary: The ordinance proposed the deletion of specific lines and the insertion of new language related to the recognition of exclusive bargaining agents for City employees.\n- Ordinance Number: Not specified\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The amendment was passed, and the new language regarding the recognition of exclusive bargaining agents was inserted.\n- Tags/Keywords: Bargaining Agent, City Employees, Recognition\n- UID: a73650fb-7b58-4eac-9d9b-ec4f63c1eb39", + "uid": "a73650fb-7b58-4eac-9d9b-ec4f63c1eb39", + "publish_date": "6-22-2023", + "page_number": 10, + "title": "Regular City Council Minutes 6-22-2023" }, { - "title": "Regular CIty Council Meeting 2-2-2023.pdf", - "page_content": "6/23/23, 5:40 PM 27. 28. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4412&doc_id=da516ae7-b3ac-11ed-8145-0050569183fa (Fiscal Note received). (Referred to the Budget Committee). CONTINUED TO THE MEETING OF 2/16/23. 34026 CAL. NO. 34,027 - BY: COUNCILMEMBER GIARRUSSO (BY REQUEST) Brief: An Ordinance authorizing the Mayor of the City of New Orleans to enter into a Cooperative Endeavor Agreement between the City of New Orleans (the \u201cCity\u201d) and New Orleans Museum of Art (\u201cNOMA\u201d), for a term greater than one year, for the public purpose of supporting local needs in the area of education for underserved and underrepresented populations by supporting NOMA\u2019s Mini Masters Initiative in the City, as more fully detailed in the Cooperative Endeavor Agreement form attached hereto as Exhibit \u201cA\u201d; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 5/19/23). 34027-29324 MCS MOVED By: Giarrusso SECONDED BY: Harris ACTION:", - "page_number": 35, - "part": 1 + "page_content": "- Topic: Amendment of Labor Relations Act\n- Summary: The ordinance aims to amend the Labor Relations Act by specifying the procedures for the recognition and certification of exclusive bargaining agents for employees. It also outlines the rights accompanying exclusive representation for employee labor organizations.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 2 NAYS, 1 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed, establishing new procedures for the recognition and certification of exclusive bargaining agents, as well as outlining the rights of employee labor organizations.\n- Tags/Keywords: Labor Relations Act, exclusive bargaining agent, certification, employee labor organizations\n- UID: aa046baa-0748-4d05-9deb-4a477e5bd782", + "uid": "aa046baa-0748-4d05-9deb-4a477e5bd782", + "publish_date": "6-22-2023", + "page_number": 11, + "title": "Regular City Council Minutes 6-22-2023" }, { - "title": "Regular CIty Council Meeting 2-2-2023.pdf", - "page_content": " Adopt YEAS: Giarrusso, Green, Harris, King, Moreno - 5 NAYS: 0 ABSTAIN: 0 ABSENT: Morrell, Thomas - 2 RECUSED: 0 AND THE MOTION PASSED. CAL. NO. 34,028 - BY: COUNCILMEMBERS HARRIS AND KING (BY REQUEST) Brief: An Ordinance to authorize the Mayor of the City of New Orleans to enter into a five-year Cooperative Endeavor Agreement (\u201cCEA\u201d) with Acadian Ambulance Service, Inc. d/b/a the National EMS Academy (\u201cAcadian\u201d) to establish a course designed to prepare and train students as emergency medical technicians, subject to examination and approval by the National Registry of Emergency Medical Technicians, as more fully set forth in the form attached hereto as Exhibit \u201c1\u201d and made a part hereof; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 5/19/23). 34028-29325MCS MOVED By: Harris SECONDED BY: King https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4412&doc_id=da516ae7-b3ac-11ed-8145-0050569183fa 35/55 \f", - "page_number": 35, - "part": 2 + "page_content": "- Topic: Collective Bargaining Agreement Negotiation\n- Summary: The ordinance focused on granting the exclusive bargaining agent greater access to employees and communication privileges as part of the collective bargaining agreement. \n- Ordinance Number: 21\n- Votes Summary:\n Vote 1: Passed - (8 YEAS, 3 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed, granting the exclusive bargaining agent increased access and communication privileges with employees as outlined in the ordinance.\n- Tags/Keywords: Collective Bargaining, Exclusive Bargaining Agent, Communication Privileges\n- UID: a92d1d66-d8bd-46e4-a670-88977c2edb90", + "uid": "a92d1d66-d8bd-46e4-a670-88977c2edb90", + "publish_date": "6-22-2023", + "page_number": 12, + "title": "Regular City Council Minutes 6-22-2023" }, { - "title": "Regular CIty Council Meeting 2-2-2023.pdf", - "page_content": "6/23/23, 5:40 PM 29. 30. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4412&doc_id=da516ae7-b3ac-11ed-8145-0050569183fa ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno - 5 NAYS: 0 ABSTAIN: 0 ABSENT: Morrell, Thomas - 2 RECUSED: 0 AND THE MOTION PASSED. SPEAKER(S): Bill Salmeron(Did not speak) CAL. NO. 34,029 - BY: COUNCILMEMBER KING (BY REQUEST) Brief: An Ordinance authorizing the Mayor of the City of New Orleans to enter into a Cooperative Endeavor Agreement between the City of New Orleans (the \u201cCity\u201d), and New Orleans Council on Aging, Inc. (\u201cContractor\u201d), for a term greater than one year, for the public purpose of improving the overall health and independence of local senior citizens and curtailing the number of premature admissions into hospitals and nursing homes at 2475 Canal Street, Suite 400, New Orleans, Louisiana 70119, as more fully set forth in the Cooperative Endeavor Agreement attached hereto and made a part hereof, titled Exhibit \u201c1\u201d; and otherwise to provide with respect thereto. Annota", - "page_number": 36, - "part": 1 + "page_content": "- Topic: Amendment to Collective Bargaining Agreements\n- Summary: The ordinance proposed several amendments to the process of negotiating and approving collective bargaining agreements. Key changes included the requirement for all agreements to include a negotiated grievance procedure, the approval process by the Council, and provisions for non-interference and neutrality. \n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: Passed - (8 YEAS, 0 NAYS, 1 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The ordinance passed with a majority vote, implementing the proposed changes to the collective bargaining agreement process.\n- Tags/Keywords: Collective Bargaining, Negotiation Process, Council Approval\n- UID: 5edd0218-d69c-439a-8d93-792272bdeaba", + "uid": "5edd0218-d69c-439a-8d93-792272bdeaba", + "publish_date": "6-22-2023", + "page_number": 13, + "title": "Regular City Council Minutes 6-22-2023" }, { - "title": "Regular CIty Council Meeting 2-2-2023.pdf", - "page_content": "tion: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 5/19/23). 34029-29326 MCS MOVED By: King SECONDED BY: Moreno ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno - 5 NAYS: 0 ABSTAIN: 0 ABSENT: Morrell, Thomas - 2 RECUSED: 0 AND THE MOTION PASSED. CAL. NO. 34,030 - BY: COUNCILMEMBER KING (BY REQUEST) Brief: An Ordinance authorizing the Mayor of the City of New Orleans to enter into a Cooperative Endeavor Agreement between the City of New Orleans (the \u201cCity\u201d) and the Arts Council of New Orleans (\u201cArts Council\u201d) for a term greater than one year, to accomplish the public purpose of supporting the arts within the City the Community Arts Grants program, as more fully detailed in the Cooperative Endeavor Agreement form attached hereto as Exhibit \u201cA\u201d; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 5/19/23). https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4412&doc_id=da516ae7-b3ac-11ed-8145-0050569183fa 36/55 \f", - "page_number": 36, - "part": 2 + "page_content": "- Topic: Employee Labor Organization Rights and Responsibilities\n- Summary: The ordinance outlines the rights and responsibilities of both the City of No employees and employee labor organizations, including prohibitions against interference, discrimination, and retaliation, as well as requirements for good faith bargaining and agreement documentation.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: Passed - (8 YEAS, 2 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed with a majority vote, establishing clear guidelines for employee labor organization interactions and obligations.\n- Tags/Keywords: Employee labor rights, labor organization responsibilities, collective bargaining\n- UID: 3bd7557e-3f30-46b2-9143-4eaf63ba7a29", + "uid": "3bd7557e-3f30-46b2-9143-4eaf63ba7a29", + "publish_date": "6-22-2023", + "page_number": 14, + "title": "Regular City Council Minutes 6-22-2023" }, { - "title": "Regular CIty Council Meeting 2-2-2023.pdf", - "page_content": "6/23/23, 5:40 PM 31. 32. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4412&doc_id=da516ae7-b3ac-11ed-8145-0050569183fa 34030-29327 MCS MOVED By: King SECONDED BY: Harris ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno - 5 NAYS: 0 ABSTAIN: 0 ABSENT: Morrell, Thomas - 2 RECUSED: 0 AND THE MOTION PASSED. CAL. NO. 34,031 - BY: COUNCILMEMBER KING (BY REQUEST) Brief: An Ordinance to authorize the Mayor of the City of New Orleans to enter into a First Amendment to the Cooperative Endeavor Agreement (\u201cAmendment\u201d) to amend _ the Cooperative Endeavor Agreement (\u201cAgreement\u201d) between the City of New Orleans (the \u201cCity\u201d) and Rebuilding Together New Orleans (the \u201cContractor\u201d) relative to the Contractor providing financial sponsorship services in support of the City\u2019s Neighborhood Cares Initiative; to increase the maximum aggregate amount of compensation payable by the City to the Contractor; to extend the term of the Agreement for an additional one (1) year ten (10) months and seven (7) days; and to add, reaffirm, or modify certain terms and conditions, as more fully set forth in the Amendment attached hereto as Exhib", - "page_number": 37, - "part": 1 + "page_content": "- Topic: Amendment to City Employee Labor Organization Ordinance\n- Summary: The ordinance proposed several deletions and insertions related to time limits, annual public hearings, and the authority of the civil service commission in relation to the City Employee Labor Organization. The amendment was passed.\n- Ordinance Number: 34124 Amendment\n- Votes Summary:\n Vote 1: Amendment - Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance amendments were approved, and the ordinance will be effective on January 1, 2024.\n- Tags/Keywords: City Employee Labor Organization, Amendment, Civil Service Commission, Annual Public Hearing\n- UID: ed9b77d6-5fdf-4ac9-bbe4-17a1d75b66dd", + "uid": "ed9b77d6-5fdf-4ac9-bbe4-17a1d75b66dd", + "publish_date": "6-22-2023", + "page_number": 15, + "title": "Regular City Council Minutes 6-22-2023" }, { - "title": "Regular CIty Council Meeting 2-2-2023.pdf", - "page_content": "it \u201c1\u201d and incorporated and made a part hereof; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 5/19/23). 34031-29328 MCS MOVED By: King SECONDED BY: Moreno ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno - 5 NAYS: 0 ABSTAIN: 0 ABSENT: Morrell, Thomas - 2 RECUSED: 0 AND THE MOTION PASSED. CAL. NO. 34,032 - BY: COUNCILMEMBER KING (BY REQUEST) Brief: An Ordinance authorizing the Mayor of the City of New Orleans to enter into a Cooperative Endeavor Agreement between the City of New Orleans (the ?City?), and New Orleans Humane Law and Rescue, LLC (?Contractor?), for a term greater than one year, for the public purpose of ensuring that the City has animal control services, particularly during an emergency at 1700 Mardi Gras Blvd., New Orleans, Louisiana 70114, as more fully set forth in the Cooperative Endeavor Agreement attached hereto and made a part hereof, titled Exhibit ?1?; and otherwise to provide with respect thereto. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4412&doc_id=da516ae7-b3ac-11ed-8145-0050569183fa 37/55 \f", - "page_number": 37, - "part": 2 + "page_content": "- Topic: Labor Relations Advisor Competitive Selection\n- Summary: Motion M-23-281 was to direct the Council Chief of Staff to conduct a competitive selection for a labor relations advisor. The motion passed with 7 YEAS and 0 NAYS.\n- Ordinance Number: M-23-281\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: Directing the Council Chief of Staff to conduct a competitive selection for a labor relations advisor as outlined by the city code.\n- Tags/Keywords: Labor Relations, Competitive Selection, Council Chief of Staff, City Code\n- UID: 0749ebc3-beb1-4009-9ca5-f838b3f015cd\n\n- Topic: Rule Manual Resolution\n- Summary: Resolution R-23-282 was to establish the rule manual governing the council's operations. The resolution passed, but the specific vote count is not provided in the summary.\n- Ordinance Number: R-23-282\n- Votes Summary: Not explicitly provided\n- Decision/Key Actions: Establishing the rule manual as the governing rules for the council's operations.\n- Tags/Keywords: Rule Manual, Resolution, Council Operations\n- UID: 0749ebc3-beb1-4009-9ca5-f838b3f015cd", + "uid": "0749ebc3-beb1-4009-9ca5-f838b3f015cd", + "publish_date": "6-22-2023", + "page_number": 16, + "title": "Regular City Council Minutes 6-22-2023" }, { - "title": "Regular CIty Council Meeting 2-2-2023.pdf", - "page_content": "6/23/23, 5:40 PM 33. 34. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4412&doc_id=da516ae7-b3ac-11ed-8145-0050569183fa Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 5/19/23). 34032-29329 MCS MOVED By: King SECONDED BY: Harris ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno - 5 NAYS: 0 ABSTAIN: 0 ABSENT: Morrell, Thomas - 2 RECUSED: 0 AND THE MOTION PASSED. CAL. NO. 34,033 - BY: COUNCILMEMBER GREEN (BY REQUEST) Brief: An Ordinance to authorize the Mayor of the City of New Orleans to enter into Amendment No. 3 to a previously executed Cooperative Endeavor Agreement (CEA) among the City of New Orleans (the \u201cCity\u201d) , the New Orleans Redevelopment Authority (\u201cNORA\u201d), and the Sewerage and Water Board of New Orleans (\u201cSWBNO\u2019) relative to the implementation of the Stormwater Mitigation Project for Pontilly to extend the term of said Cooperative Endeavor Agreement for an additional year and to provide an additional $174,511.00 to NORA for construction administration services, as more fully set forth in A", - "page_number": 38, - "part": 1 + "page_content": "- Topic: Roadwork.nola.gov Contact Information Augmentation\n- Summary: The ordinance aims to require augmentation of the contact information included on the Roadwork website, providing the public with information about FEMA funded Joint Infrastructure Recovery Roads projects. The ordinance was adopted.\n- Ordinance Number: R-23-282\n- Votes Summary:\n Vote 1: Adopt - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance was adopted.\n- Tags/Keywords: Roadwork.nola.gov, FEMA, Joint Infrastructure Recovery Roads, contact information\n- UID: 4937a6f0-105c-43c3-bf08-98df74cac0a2\n\n- Topic: Smoke Free Air Act Amendment for Cigar Bars\n- Summary: The ordinance aimed to amend and create operating health and safety regulations for cigar bars under the Smoke Free Air Act. However, the ordinance was withdrawn.\n- Ordinance Number: CAL. NO. 34,150\n- Votes Summary:\n Vote 1: Withdrawn\n- Decision/Key Actions: The ordinance was withdrawn.\n- Tags/Keywords: Smoke Free Air Act, cigar bars, health and safety regulations\n- UID: 4937a6f0-105c-43c3-bf08-98df74cac0a2", + "uid": "4937a6f0-105c-43c3-bf08-98df74cac0a2", + "publish_date": "6-22-2023", + "page_number": 17, + "title": "Regular City Council Minutes 6-22-2023" }, { - "title": "Regular CIty Council Meeting 2-2-2023.pdf", - "page_content": "mendment No. 3 to the Cooperative Endeavor Agreement form attached hereto and made a part hereof; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 5/19/23). 34033-29331 MCS MOVED By: Green SECONDED BY: _ King ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Thomas - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Morrell - 1 RECUSED: 0 AND THE MOTION PASSED. CAL. NO. 34,034 - BY: COUNCILMEMBER THOMAS (BY REQUEST) Brief: An Ordinance authorizing the Mayor of the City of New Orleans to enter into a Cooperative Endeavor Agreement between the City of New Orleans (the \u201cCity\u201d) and Orleans Public Defenders (\u201cOPD\u201d), for a term greater than one year, for the public purpose in assisting the OPD with providing legal services to indigent persons in criminal proceedings within the City of New Orleans, as more fully detailed in the Cooperative Endeavor Agreement form attached https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4412&doc_id=da516ae7-b3ac-11ed-8145-0050569183fa 38/55 \f", - "page_number": 38, - "part": 2 + "page_content": "- Topic: HDLC Appeal for 7417-7421 Burthe Street\n- Summary: The ordinance requested an appeal of the Historic District Landmarks Commission's decision to grant Conceptual Approval for a property located at 7417-7421 Burthe Street. The council motioned to deny the appeal request.\n- Ordinance Number: M-23-288\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The council denied the appeal request for properties located at 7417-7421 Burthe Street.\n- Tags/Keywords: HDLC, appeal, denial, Burthe Street\n- UID: 3cd7209a-a53b-4151-8e05-a5e3fc29febb\n\n- Topic: VCC Appeal for 1000-1012 St. Philip Street\n- Summary: The ordinance requested an appeal of the Vieux Carr\u00e9 Commission\u2019s decision to deny retaining work completed without benefit of VCC review and approval for properties located at 1000-1012 St. Philip Street. No specific voting outcome was mentioned in the summary.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: N/A\n- Tags/Keywords: VCC, appeal, denial, St. Philip Street\n- UID: 3cd7209a-a53b-4151-8e05-a5e3fc29febb", + "uid": "3cd7209a-a53b-4151-8e05-a5e3fc29febb", + "publish_date": "6-22-2023", + "page_number": 18, + "title": "Regular City Council Minutes 6-22-2023" }, { - "title": "Regular CIty Council Meeting 2-2-2023.pdf", - "page_content": "6/23/23, 5:40 PM 36. 37. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4412&doc_id=da516ae7-b3ac-11ed-8145-0050569183fa hereto as Exhibit \u201cA\u201d; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 5/19/23). WITHDRAWN. 34034 CAL. NO. 34,036 - BY: COUNCILMEMBER THOMAS (BY REQUEST) Brief: An Ordinance to authorize the Mayor of the City of New Orleans to enter into an Amendment to the Cooperative Endeavor Agreement (\u201cCEA\u201d) between the Mosquito and Termite Control Board and the University of Miami to complete the objectives of a Centers for Disease Control and Prevention Grant entitled, \u201cA Community-based Rodent Surveillance Collaborative for Greater Public Health,\u201d and to extend the CEA\u2019s term for three years, as more fully set forth in the form attached hereto as Exhibit \u201c1\u201d and made a part hereof; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postp", - "page_number": 39, - "part": 1 + "page_content": "- Topic: VCC Appeal for 1000-1012 St. Philip St.\n- Summary: This ordinance addresses the appeal request for properties located at 1000-1012 St. Philip Street, denying the applicant\u2019s appeal request for certain modifications and approving the retention of flood lights and cameras.\n- Ordinance Number: M-23-269 LO\n- Votes Summary:\n Vote 1: Passed - (YEAS: 6, NAYS: 0, ABSTAIN: 0, ABSENT: 1)\n- Decision/Key Actions: The appeal request for properties located at 1000-1012 St. Philip Street was denied, with the retention of flood lights and cameras approved.\n- Tags/Keywords: VCC, Appeal, Property, Retention, Flood Lights, Cameras\n- UID: df02d050-6621-43aa-bf95-41f250cd93fb\n\n- Topic: Zoning Docket No. 22/23 - 2GETHER, LLC\n- Summary: This ordinance addresses the request for a Conditional Use to permit a standard restaurant over 5,000 square feet in an HU-MU Historic Urban Neighborhood Mixed-Use District.\n- Ordinance Number: M-23-289\n- Votes Summary: \n Vote 1: Withdrawn\n- Decision/Key Actions: The motion for the zoning docket was withdrawn.\n- Tags/Keywords: Zoning, Conditional Use, Restaurant, Historic District\n- UID: df02d050-6621-43aa-bf95-41f250cd93fb", + "uid": "df02d050-6621-43aa-bf95-41f250cd93fb", + "publish_date": "6-22-2023", + "page_number": 19, + "title": "Regular City Council Minutes 6-22-2023" }, { - "title": "Regular CIty Council Meeting 2-2-2023.pdf", - "page_content": "onement Deadline 5/19/23). 34036-29332 MCS MOVED By: Thomas SECONDED BY: Giarrusso ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Thomas - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Morrell - 1 RECUSED: 0 AND THE MOTION PASSED. CAL. NO. 34,037 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN, AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 28,863 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2022,\u201d to transfer funds within the General Fund Operating Budget Fund to various departments to cover overages incurred during the year 2022; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 5/19/23). (Fiscal Note received). (Referred to the Budget Committee). CONTINUED TO THE MEETING OF 2/16/23. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4412&doc_id=da516ae7-b3ac-11ed-8145-0050569183fa 39/55 \f", - "page_number": 39, - "part": 2 + "page_content": "- Topic: Zoning Docket No. 28/23 - Bayou Treme Center, LLC\n- Summary: Request for an amendment to allow a live performance venue with extended hours for alcohol sales. City Planning Commission recommended approval with two waivers.\n- Ordinance Number: ZD NO. 28/23\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: Approval of the applicant's request with modifications to the waivers.\n- Tags/Keywords: Zoning, Live Performance Venue, Alcohol Sales, City Planning Commission, Amendment\n- UID: 00245e33-f1bb-439c-bafe-11340d2032ed\n\n- Topic: Valence Street (Municipal Address: 4730 Freret Street)\n- Summary: City Planning Commission recommended denial.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: Continued to the meeting of 7/13/23\n- Tags/Keywords: Valence Street, City Planning Commission, Denial\n- UID: 00245e33-f1bb-439c-bafe-11340d2032ed", + "uid": "00245e33-f1bb-439c-bafe-11340d2032ed", + "publish_date": "6-22-2023", + "page_number": 20, + "title": "Regular City Council Minutes 6-22-2023" }, { - "title": "Regular CIty Council Meeting 2-2-2023.pdf", - "page_content": "6/23/23, 5:40 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4412&doc_id=da516ae7-b3ac-11ed-8145-0050569183fa 34037 38. CAL. NO. 34,038 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29266 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023,\u201d to appropriate funds to remit a proposed settlement payment to the Metro estate; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 5/19/23). (Fiscal Note received). WITHDRAWN. 34038 SPEAKER(S): Val Cupit (Was not read) 39. CAL. NO. 34,039 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29265 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Revenues for the City of New Or", - "page_number": 40, - "part": 1 + "page_content": "- Topic: Zoning Docket No. 30/23 - 3205 Tulane, LLC\n- Summary: The ordinance pertains to a request for a Conditional Use to permit outdoor live entertainment and extend restaurant hours of operation in specific districts. The City Planning Commission recommended approval with four provisos. The motion to grant the request was adopted with modifications to the provisos.\n- Ordinance Number: ZD NO. 30/23\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The request was granted with modified provisos.\n- UID: 0f742bf5-30d9-43be-aade-54e543534014", + "uid": "0f742bf5-30d9-43be-aade-54e543534014", + "publish_date": "6-22-2023", + "page_number": 21, + "title": "Regular City Council Minutes 6-22-2023" }, { - "title": "Regular CIty Council Meeting 2-2-2023.pdf", - "page_content": "leans for the Year 2023,\u201d to appropriate an additional $283,295,769 for Intergovernmental Revenues; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 5/19/23). (Fiscal Note received). (Referred to the Budget Committee). CONTINUED TO THE MEETING OF 2/16/23. 34039 40. CAL. NO. 34,040 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29266 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023,\u201d to appropriate an additional $283,295,769 for Intergovernmental Expenditures; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 5/19/23). https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4412&doc_id=da516ae7-b3ac-11ed-8145-0050569183fa 40/55 \f", - "page_number": 40, - "part": 2 + "page_content": "- Topic: Zoning Docket No. 31/23 - Historic Urban Neighborhood Commercial Short Term Rental Interim Zoning District\n- Summary: Requesting a text amendment to establish a new Interim Zoning District to prohibit new Commercial Short Term Rental uses within the Historic Urban Neighborhood Mixed-Use District. The City Planning Commission recommended \"FOR APPROVAL\".\n- Ordinance Number: M-23-X\n- Votes Summary:\n - Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The motion for the text amendment to establish the Interim Zoning District passed.\n- Tags/Keywords: Zoning, Text Amendment, Interim Zoning District, Commercial Short Term Rental, Historic Urban Neighborhood Mixed-Use District\n- UID: 8fc05d7a-b160-4283-9db2-e4e017a70f46\n\n- Topic: Zoning Docket No. 35/23 - The Black School, Inc\n- Summary: Requesting a Conditional Use to permit a community center in a Historic Urban Two-Family Residential District, with the City Planning Commission recommending \"FOR APPROVAL\" with one waiver and twelve provisos.\n- Ordinance Number: M-23-258\n- Votes Summary:\n - Vote 1: Motion Lying Over - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The motion for the Conditional Use request was lying over for further discussion.\n- Tags/Keywords: Conditional Use, Community Center, Historic Urban Two-Family Residential District, City Planning Commission\n- UID: 8fc05d7a-b160-4283-9db2-e4e017a70f46", + "uid": "8fc05d7a-b160-4283-9db2-e4e017a70f46", + "publish_date": "6-22-2023", + "page_number": 22, + "title": "Regular City Council Minutes 6-22-2023" }, { - "title": "Regular CIty Council Meeting 2-2-2023.pdf", - "page_content": "6/23/23, 5:40 PM 4l. 42. 43. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4412&doc_id=da516ae7-b3ac-11ed-8145-0050569183fa (Fiscal Note received). (Referred to the Budget Committee). CONTINUED TO THE MEETING OF 2/16/23. 34040 CAL. NO. 34,041 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29265 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Revenues for the City of New Orleans for the Year 2023,\u201d to appropriate funds to remit a proposed settlement payment to the Metro estate; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 5/19/23). (Fiscal Note received). (Referred to the Budget Committee). CONTINUED TO THE MEETING OF 2/16/23. 34041 CAL. NO. 34,042 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQU", - "page_number": 41, - "part": 1 + "page_content": "- Topic: ZONING DOCKET NO. 36/23 \u2014 2834 LASALLE, LLC\n- Summary: Request for a Conditional Use to permit a hotel in a specific district, with a recommendation for approval subject to three provisos.\n- Ordinance Number: M-23-258 LO\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The Conditional Use request for the property located at 2832-2834 LaSalle Street was approved subject to three provisos recommended by the City Planning Commission.\n- UID: 06c31751-7b3f-4e13-83ed-64f02b6d1334", + "uid": "06c31751-7b3f-4e13-83ed-64f02b6d1334", + "publish_date": "6-22-2023", + "page_number": 23, + "title": "Regular City Council Minutes 6-22-2023" }, { - "title": "Regular CIty Council Meeting 2-2-2023.pdf", - "page_content": "EST) Brief: An Ordinance to amend Ordinance No. 29266 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023,\u201d to appropriate funds to remit a proposed settlement payment to the Metro estate; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 5/19/23). (Fiscal Note received). (Referred to the Budget Committee). CONTINUED TO THE MEETING OF 2/16/23. 34042 CAL. NO. 34,043 - BY: COUNCILMEMBER KING Brief: An Ordinance to amend and reordain section 1-13 to the Code of the City of New Orleans to increase the default penalty for violations of the Code; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4412&doc_id=da516ae7-b3ac-11ed-8145-0050569183fa 41/55 \f", - "page_number": 41, - "part": 2 + "page_content": "- Topic: ZONING DOCKET NO. 40/23 \u2014 C. DEMATTEO, LLC\n- Summary: Requesting a Conditional Use to permit a car wash in specific districts, with the recommendation of \"FOR APPROVAL\" subject to one waiver and 17 provisos.\n- Ordinance Number: ZD NO 40-23\n- Votes Summary:\n Vote 1: N/A - (Continued to 7/13/23)\n- Decision/Key Actions: Matter continued to the meeting of 7/13/23\n- UID: fd5a5020-b301-4a89-a3f1-3e30794ffb17\n\n- Topic: ZONING DOCKET NO. 41/23 \u2014 CITY COUNCIL MOTION NO. M-23-105\n- Summary: Requesting an Amendment to establish the Brown's Dairy Neighborhood District overlay to maintain and create affordable housing opportunities, with the recommendation of \"NO RECOMMENDATION\".\n- Ordinance Number: ZD NO 41-23\n- Votes Summary:\n Vote 1: N/A - (Hearing held)\n- Decision/Key Actions: No recommendation from the City Planning Commission\n- UID: fd5a5020-b301-4a89-a3f1-3e30794ffb17", + "uid": "fd5a5020-b301-4a89-a3f1-3e30794ffb17", + "publish_date": "6-22-2023", + "page_number": 24, + "title": "Regular City Council Minutes 6-22-2023" }, { - "title": "Regular CIty Council Meeting 2-2-2023.pdf", - "page_content": "6/23/23, 5:40 PM 44. 45. 46. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4412&doc_id=da516ae7-b3ac-11ed-8145-0050569183fa (Council Rule 34. Postponement Deadline 5/19/23). COTINUED TO THE MEETING OF 2/16/23. 34043 CAL. NO. 34,044 - BY: COUNCILMEMBER KING Brief: An ordinance to add section 26-487 to the Code of the City of New Orleans to require parking attendants in certain parking lots during certain special events; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 5/19/23). COTINUED TO THE MEETING OF 2/16/23. 34044 CAL. NO. 34,045 - BY: COUNCILMEMBER THOMAS Brief: An Ordinance to amend and reordain Sections 162-1656 and 162-1669 of the Code of the City of New Orleans to increase the total number of pedicab CPNCs to be issued, to align Sec. 162-1656 with the transfer of ground transportation administration to the Department of Public Works as established via Ordinance Ca", - "page_number": 42, - "part": 1 + "page_content": "- Topic: Granting Request for Properties at Multiple Locations (ZD NO. 41/23)\n- Summary: The council granted the applicant\u2019s request for properties located at 1300-1432 Baronne Street, 1710-1726 Erato Street, 1302-1429 Carondelet Street, 1714-1736 Thalia Street, and 1721-1731 Martin Luther King, Jr. Boulevard, on ZD NO. 41/23.\n- Ordinance Number: M-23-285\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The motion to adopt the granting of the request for the specified properties passed unanimously.\n- UID: 8b89f459-4617-4288-813e-861e9a89479d\n\n- Topic: Communications Related to Electric and Gas Utility Matters\n- Summary: Communications from Entergy New Orleans, LLC (\"ENO\") related to electric and gas utility matters were submitted for the Council's review at the meeting on June 22, 2023.\n- Ordinance Number: Not applicable\n- Votes Summary: Not applicable\n- Decision/Key Actions: The transmittal document for the communications was submitted and received.\n- UID: 8b89f459-4617-4288-813e-861e9a89479d", + "uid": "8b89f459-4617-4288-813e-861e9a89479d", + "publish_date": "6-22-2023", + "page_number": 25, + "title": "Regular City Council Minutes 6-22-2023" }, { - "title": "Regular CIty Council Meeting 2-2-2023.pdf", - "page_content": "lendar No. 33,245, to update the Code citation within Sec. 162-1669; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 5/19/23). COTINUED TO THE MEETING OF 2/16/23. 34045 MOTION (LYING OVER) - NO. M-22-516 - BY: COUNCILMEMBER MORRELL Brief: Authorizing the creation of committee as an advisory committee, to be known as the City of New Orleans Home Rule Charter Review Committee, to review, opine on and make non- binding recommendations to the New Orleans City Council regarding potential changes to the Home Rule Charter, pursuant Section 3-127 of the City of New Orleans Home Rule Charter. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 3/31/23). (Referred to the Governmental Affairs Committee). COTINUED TO THE MEETING OF 2/16/23. M-22-516 LO https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4412&doc_id=da516ae7-b3ac-11ed-8145-0050569183fa 42/55 \f", - "page_number": 42, - "part": 2 + "page_content": "- Topic: Jonathan Landry's appeal of roof replacement denial\n- Summary: Jonathan Landry appealed the Historic District Landmarks Commission's decision to deny a roof replacement request for property located at 437 Bermuda Street.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: Hearing Date Set for 7/13/23\n- Tags/Keywords: Historic District Landmarks Commission, appeal, roof replacement, 437 Bermuda Street\n- UID: 9b4744b2-75fc-4427-a8f1-2fd71d69083d\n\n- Topic: Zachary Smith's appeal of fine for unpermitted demolition\n- Summary: Zachary Smith, owner of Zach Smith Consulting & Design, appealed the Historic District Landmarks Commission's decision to fine $5,000 for the unpermitted demolition of the front porch for property located at 1622 Pine Street.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: Hearing Date Set for 7/13/23\n- Tags/Keywords: Historic District Landmarks Commission, appeal, fine, unpermitted demolition, 1622 Pine Street\n- UID: 9b4744b2-75fc-4427-a8f1-2fd71d69083d\n\n- Topic: Brian Ace's appeal of denial to replace iron fencing\n- Summary: Brian Ace appealed the Historic District Landmarks Commission's decision to deny a request to replace approximately 29 feet of iron fencing for property located at 2222 Chartres Street.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: Hearing Date Set for 7/13/23\n- Tags/Keywords: Historic District Landmarks Commission, appeal, denial, iron fencing, 2222 Chartres Street\n- UID: 9b4744b2-75fc-4427-a8f1-2fd71d69083d\n\n- Topic: Heather Cooper's appeal of denial for proposed demolition\n- Summary: Heather Cooper, from Rozas Ward Architects, appealed the Historic District Landmarks Commission's decision to deny a proposed demolition of an existing rear service cottage for property located at 1492 Moss Street.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: N/A\n- Tags/Keywords: Historic District Landmarks Commission, appeal, denial, proposed demolition, 1492 Moss Street\n- UID: 9b4744b2-75fc-4427-a8f1-2fd71d69083d", + "uid": "9b4744b2-75fc-4427-a8f1-2fd71d69083d", + "publish_date": "6-22-2023", + "page_number": 26, + "title": "Regular City Council Minutes 6-22-2023" }, { - "title": "Regular CIty Council Meeting 2-2-2023.pdf", - "page_content": "6/23/23, 5:40 PM 47. 50. 52. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4412&doc_id=da516ae7-b3ac-11ed-8145-0050569183fa RESOLUTION (LYING OVER) - NO, R-22-529 - BY: COUNCILMEMBERS GIARRUSSO AND THOMAS (BY REQUEST) Brief: Requesting that the below organization to receive Wisner grant funds and the amount to be awarded: New Orleans Police and Justice Foundation, Inc. $1,000,000 Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 4/14/23). (Referred to the Budget Committee). COTINUED TO THE MEETING OF 2/16/23. R-22-529 LO MOTION (LYING OVER) - NO. M-23-40 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS Brief: Approving the Amendment to the Civil Service Rules (Merit Pay) Rule IV, Section 2.5: as adopted by the Civil Service Commission at its meeting on November 3, 2022, in accordance with Article X, Section 10 of the Constitution of Louisiana, to be ", - "page_number": 43, - "part": 1 + "page_content": "- Topic: HDLC Appeal for 7200 S. Claiborne Avenue\n- Summary: Judge Michael G. Bagneris, representing Broadway Street Holdings, LLC, appealed the decisions and fine of $15,000 rendered by the Historic District Landmarks Commission for the property located at 7200 S. Claiborne Avenue.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Hearing date set for 7/13/23\n- Tags/Keywords: HDLC, Appeal, Fine, Historic District Landmarks Commission\n- UID: 212e3776-7de1-4f9f-aad5-988c33e23416\n\n- Topic: HDLC Appeal for 430 Homer Street\n- Summary: Sebastian Herrmann appealed the Historic District Landmarks Commission\u2019s decision of \u201cdenial\u201d to retain all windows as they currently are for the property located at 430 Homer Street.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Hearing date set for 7/13/23\n- Tags/Keywords: HDLC, Appeal, Windows, Historic District Landmarks Commission\n- UID: 212e3776-7de1-4f9f-aad5-988c33e23416\n\n- Topic: Proposed Agreement between City of New Orleans and Orleans Parish School Board\n- Summary: Rodgerika Medrano submitted a proposed agreement between the City of New Orleans and Orleans Parish School Board, along with a completed contract summary form and related Motion, pursuant to Rule 57.\n- Ordinance Number: M-23-294\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Received and referred to the Public Works Committee\n- Tags/Keywords: Agreement, City of New Orleans, Orleans Parish School Board, Public Works Committee\n- UID: 212e3776-7de1-4f9f-aad5-988c33e23416\n\n- Topic: Communication from Clifford G. Terry, Accountant II, New Orleans Police Department\n- Summary: Clifford G. Terry submitted a communication related to the New Orleans Police Department.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: N/A\n- Tags/Keywords: Communication, New Orleans Police Department, NOPD\n- UID: 212e3776-7de1-4f9f-aad5-988c33e23416", + "uid": "212e3776-7de1-4f9f-aad5-988c33e23416", + "publish_date": "6-22-2023", + "page_number": 27, + "title": "Regular City Council Minutes 6-22-2023" }, { - "title": "Regular CIty Council Meeting 2-2-2023.pdf", - "page_content": "effective January 23, 2023. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 5/19/23). (At the Budget Committee meeting this legislation was introduced as M-23-15, but due to the Council\u2019s Special meeting scheduled for 1/18/2023 the motion number was change as reflected above). M-23-40 LO MOVED By: Giarrusso SECONDED BY: Moreno ACTION: Adopt YEAS: Giarrusso, Green, Harris, Moreno, Thomas - 5 NAYS: 0 ABSTAIN: 0 ABSENT: King, Morrell - 2 RECUSED: 0 AND THE MOTION PASSED. SPEAKER(S): Claude Schlesiurer(Did not speak) MOTION NO. M-23-50 - BY: COUNCILMEMBER KING (BY REQUEST) Brief: Adding the President of the Council as a signatory to the Amendment No. 4 with the contract between the City of New Orleans, Department of Public Works and Mott MacDonald, LLC., https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4412&doc_id=da516ae7-b3ac-11ed-8145-0050569183fa 43/55 \f", - "page_number": 43, - "part": 2 + "page_content": "- Topic: Proposed Agreement between City of New Orleans and Saltus Technologies, Inc.\n- Summary: The city council reviewed a proposed agreement between the City of New Orleans and Saltus Technologies, Inc., along with a completed contract summary form and related Motion. The ordinance was electronically submitted and referred to the Public Works Committee.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Referred to the Public Works Committee\n- Tags/Keywords: City of New Orleans, Saltus Technologies, Public Works Committee\n- UID: bc4fe275-e8c5-4ff9-b787-1e98379c6143\n\n- Topic: Proposed Agreement between City of New Orleans and START Corporation, Incorporation\n- Summary: The city council reviewed a proposed agreement between the City of New Orleans and START Corporation, Incorporation, along with a completed contract summary form and related Motion. The ordinance was electronically submitted and referred to the Community Development Committee.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Referred to the Community Development Committee\n- Tags/Keywords: City of New Orleans, START Corporation, Community Development Committee\n- UID: bc4fe275-e8c5-4ff9-b787-1e98379c6143\n\n- Topic: Proposed Agreement between City of New Orleans and Teleflex, LLC\n- Summary: The city council reviewed a proposed agreement between the City of New Orleans and Teleflex, LLC, along with a completed contract summary form and related Motion. The ordinance was electronically submitted and referred to the Community Development Committee.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Referred to the Community Development Committee\n- Tags/Keywords: City of New Orleans, Teleflex, Community Development Committee\n- UID: bc4fe275-e8c5-4ff9-b787-1e98379c6143\n\n- Topic: Proposed Agreement between City of New Orleans and ZOLL Medical\n- Summary: The city council reviewed a proposed agreement between the City of New Orleans and ZOLL Medical, along with a completed contract summary form and related Motion. The ordinance was electronically submitted and referred to the Community Development Committee.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Referred to the Community Development Committee\n- Tags/Keywords: City of New Orleans, ZOLL Medical, Community Development Committee\n- UID: bc4fe275-e8c5-4ff9-b787-1e98379c6143", + "uid": "bc4fe275-e8c5-4ff9-b787-1e98379c6143", + "publish_date": "6-22-2023", + "page_number": 28, + "title": "Regular City Council Minutes 6-22-2023" }, { - "title": "Regular CIty Council Meeting 2-2-2023.pdf", - "page_content": "6/23/23, 5:40 PM 54. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4412&doc_id=da516ae7-b3ac-11ed-8145-0050569183fa and authorizing the President of the Council to sign the Amendment No. 4 between the City of New Orleans, Department of Public Works and Mott MacDonald, LLC. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 6/2/23). M-23-50 Adam J. Swensek, Executive Counsel stating with the Council\u2019s approval earlier in the meeting of a new Rule 57, which is going to govern approvals of these types of contracts moving forward, recommends a Motion to Suspend the Rules to consider Agenda Items Number 52, 54 and 55. MOVED By: Giarrusso SECONDED BY: Moreno ACTION: Suspend the Rules YEAS: Giarrusso, Green, Harris, King, Moreno, Thomas - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Morrell - 1 RECUSED: 0 AND THE MOTION PASSED. MOVED By: King SECONDED BY: Moreno ACTION: Ado", - "page_number": 44, - "part": 1 + "page_content": "- Topic: HDLC Appeal for 838 Lowerline Street\n- Summary: James Spalt appealed the Historic District Landmarks Commission's decision to levy a fine of $48,254 for unpermitted demolition at 838 Lowerline Street.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: Hearing Date Set for 7/13/23\n- Decision/Key Actions: Appeal hearing scheduled for 7/13/23\n- Tags/Keywords: Historic District Landmarks Commission, appeal, unpermitted demolition, fine\n- UID: 62c7dabb-130e-4514-bf8d-68a61dd00be1\n\n- Topic: Q1 2023 Vehicle Report\n- Summary: The Chief of Staff submitted the Chief Administrative Office Report for passenger type vehicles owned or leased by the City of New Orleans for the first quarter of 2023.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: N/A\n- Tags/Keywords: Chief Administrative Office Report, Q1 2023, City of New Orleans, vehicles\n- UID: 62c7dabb-130e-4514-bf8d-68a61dd00be1\n\n- Topic: Bed and Breakfast Interim Zoning District Appeal\n- Summary: The Executive Director of the City Planning Commission transmitted the Bed and Breakfast Interim Zoning District Appeal for IZD 001-23.\n- Ordinance Number: IZD 001-23\n- Votes Summary:\n Vote 1: Hearing Date Set for 7/13/23\n- Decision/Key Actions: Appeal hearing scheduled for 7/13/23\n- Tags/Keywords: Bed and Breakfast Interim Zoning District, appeal, IZD 001-23\n- UID: 62c7dabb-130e-4514-bf8d-68a61dd00be1", + "uid": "62c7dabb-130e-4514-bf8d-68a61dd00be1", + "publish_date": "6-22-2023", + "page_number": 29, + "title": "Regular City Council Minutes 6-22-2023" }, { - "title": "Regular CIty Council Meeting 2-2-2023.pdf", - "page_content": "pt YEAS: Giarrusso, Green, Harris, King, Moreno, Thomas - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Morrell - 1 RECUSED: 0 AND THE MOTION PASSED. MOTION - NO. M-23-52 - BY: COUNCILMEMBER GIARRUSSO (BY REQUEST) Brief: Adding the President of the Council as a signatory to the Amendment to the professional services agreement between the City\u2019s Office of Risk Management and CorVel Enterprises Comp, Inc., and authorizing the President of the Council to sign the Amendment to the professional services agreement between the City\u2019s Office of Risk Management and CorVel Enterprises Comp, Inc. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 6/2/23). M-23-52 MOVED By: Giarrusso SECONDED BY: Moreno ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Thomas - 6 https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4412&doc_id=da516ae7-b3ac-11ed-8145-0050569183fa 44/55 \f", - "page_number": 44, - "part": 2 + "page_content": "- Topic: Historic Urban Neighborhood Commercial Short Term Rental Interim Zoning District Appeal\n- Summary: Transmitting the appeal for IZD 002-23 - Cm. King, Cn. Deadline 8/21/23.\n- Ordinance Number: IZD 002-23\n- Votes Summary:\n Vote 1: N/A - (Not yet voted on)\n- Decision/Key Actions: Appeal transmitted for further consideration.\n- Tags/Keywords: Zoning, Appeal, IZD 002-23\n- UID: c041ec2c-4111-4e1e-ac3e-698123d63230\n\n- Topic: Appeal of HDLC Decision - 1492 Moss Street\n- Summary: Report regarding the appeal of the HDLC's decision to deny demolition of a structure at 1492 Moss Street.\n- Ordinance Number: HDLC Report 1492 Moss Street\n- Votes Summary:\n Vote 1: N/A - (Not yet voted on)\n- Decision/Key Actions: Appeal submitted for review.\n- Tags/Keywords: HDLC, Appeal, Demolition\n- UID: c041ec2c-4111-4e1e-ac3e-698123d63230\n\n- Topic: Appeal of HDLC Decision - 437 Bermuda Street\n- Summary: Report regarding the appeal of the HDLC's decision to deny roof replacement at 437 Bermuda Street.\n- Ordinance Number: HDLC Report 437 Bermuda Street\n- Votes Summary:\n Vote 1: N/A - (Not yet voted on)\n- Decision/Key Actions: Appeal submitted for review.\n- Tags/Keywords: HDLC, Appeal, Roof Replacement\n- UID: c041ec2c-4111-4e1e-ac3e-698123d63230\n\n- Topic: Appeal of HDLC Decision - 1622 Pine Street\n- Summary: Report regarding the appeal of the HDLC's decision to allow retention of unpermitted demolition at 1622 Pine Street.\n- Ordinance Number: HDLC Report 1622 Pine Street\n- Votes Summary:\n Vote 1: N/A - (Not yet voted on)\n- Decision/Key Actions: Appeal submitted for review.\n- Tags/Keywords: HDLC, Appeal, Demolition\n- UID: c041ec2c-4111-4e1e-ac3e-698123d63230", + "uid": "c041ec2c-4111-4e1e-ac3e-698123d63230", + "publish_date": "6-22-2023", + "page_number": 30, + "title": "Regular City Council Minutes 6-22-2023" }, { - "title": "Regular CIty Council Meeting 2-2-2023.pdf", - "page_content": "6/23/23, 5:40 PM 55. 56. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4412&doc_id=da516ae7-b3ac-11ed-8145-0050569183fa NAYS: 0 ABSTAIN: 0 ABSENT: Morrell - 1 RECUSED: 0 AND THE MOTION PASSED. MOTION NO. M-23-53 - BY: COUNCILMEMBER KING (BY REQUEST) Brief: Adding the President of the Council as a signatory to the Amendment to the bid contract between the Department of Sanitation and Kellermeyer Bergenson Services, LLC., and authorizing the President of the Council to sign the Amendment to the bid contract between the Department of Sanitation and Kellermeyer Bergenson Services, LLC. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 6/2/23). M-23-53 MOVED By: King SECONDED BY: Harris ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Thomas - 6 NAYS: 0 ABSTAIN: 0 A", - "page_number": 45, - "part": 1 + "page_content": "- Topic: HDLC Report 1622 Pine street\n- Summary: The report pertains to an appeal of the Historic District Landmarks Commission's decision to deny an application to remove a historic fence for the property located at 2222 Chartres Street.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: N/A\n- Tags/Keywords: HDLC, Historic District Landmarks Commission, appeal, historic fence\n- UID: e0439581-ccff-4d09-9a92-c2481056302d\n\n- Topic: HDLC Report 2222 Chartres Street\n- Summary: The report submitted by the Chief Administrative Officer, City of New Orleans, states that at this time, no purchases have been made under the emergency declaration related to Motion M-23-252.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: N/A\n- Tags/Keywords: HDLC, Historic District Landmarks Commission, emergency declaration, purchases\n- UID: e0439581-ccff-4d09-9a92-c2481056302d\n\n- Topic: CAL. NO. 34,190 - By: Councilmember King\n- Summary: This ordinance aims to effect a zoning change from an HMR-2 Historic Marigny/Trem\u00e9/Bywater Residential District to an HMC-2 Historic Marigny/Trem\u00e9/Bywater Commercial District for specific municipal addresses.\n- Ordinance Number: CAL. NO. 34,190\n- Votes Summary: N/A\n- Decision/Key Actions: Pending decision, with deadlines for further action.\n- Tags/Keywords: zoning change, historic district, commercial district, municipal addresses\n- UID: e0439581-ccff-4d09-9a92-c2481056302d", + "uid": "e0439581-ccff-4d09-9a92-c2481056302d", + "publish_date": "6-22-2023", + "page_number": 31, + "title": "Regular City Council Minutes 6-22-2023" }, { - "title": "Regular CIty Council Meeting 2-2-2023.pdf", - "page_content": "BSENT: Morrell - 1 RECUSED: 0 AND THE MOTION PASSED. MOTION - NO. M-23-54 - BY: COUNCILMEMBERS GIARRUSSO, MORENO,_ GREEN, THOMAS, HARRIS AND KING Brief: Approving the amendments to the Classified Pay Plan (Fire Hiring Rate Increases) as adopted by the Civil Service Commission at its meeting of January 20, 2023, in accordance with Article X, Section 10 of the Constitution of Louisiana, to be effective February 5, 2023. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 6/2/23). M-23-54 MOVED By: Giarrusso SECONDED BY: Moreno ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Thomas - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Morrell - 1 RECUSED: 0 AND THE MOTION PASSED. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4412&doc_id=da516ae7-b3ac-11ed-8145-0050569183fa 45/55 \f", - "page_number": 45, - "part": 2 + "page_content": "- Topic: Conditional use for alcohol beverage sales in specific district\n- Summary: The ordinance aims to establish a conditional use to permit alcohol beverage sales in a specific historic urban neighborhood business district. It was electronically submitted with a 90-day deadline, and the council deadline was set for 8/23/23. \n- Ordinance Number: CAL. NO. 34,192\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed with unanimous support from the council members.\n- UID: 6e9f67bb-ca70-4d1f-b1be-4b682be9a30b\n\n- Topic: Amendment to Cooperative Endeavor Agreement\n- Summary: The ordinance seeks to authorize the Mayor to enter into an amendment to the Cooperative Endeavor Agreement between the City of New Orleans and Foundation for Louisiana to extend the agreement for an additional year and make certain amendments to compensation and services provided.\n- Ordinance Number: CAL. NO. 34,240\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: The Governmental Affairs Committee recommended approval, but there is no information on the final decision from the council meeting minutes.\n- UID: 6e9f67bb-ca70-4d1f-b1be-4b682be9a30b\n\n- Topic: Motion to Adopt Consent Agenda and Refer Other Matters to the Proper Agency\n- Summary: The motion was to adopt the consent agenda and refer other matters to the proper agency. It was moved by Moreno and seconded by Giarrusso, and it passed with unanimous support from the council members.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The motion to adopt the consent agenda and refer other matters to the proper agency passed unanimously.\n- UID: 6e9f67bb-ca70-4d1f-b1be-4b682be9a30b", + "uid": "6e9f67bb-ca70-4d1f-b1be-4b682be9a30b", + "publish_date": "6-22-2023", + "page_number": 32, + "title": "Regular City Council Minutes 6-22-2023" }, { - "title": "Regular CIty Council Meeting 2-2-2023.pdf", - "page_content": "6/23/23, 5:40 PM 57. 58. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4412&doc_id=da516ae7-b3ac-11ed-8145-0050569183fa MOTION - NO. M-23-55 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN. THOMAS, HARRIS AND KING Brief: Approving the amendments to the Classified Pay Plan (Mardi Gras Special Rate of Pay) as adopted by the Civil Service Commission at its meeting of January 20, 2023, in accordance with Article X, Section 10 of the Constitution of Louisiana, to be effective February 5, 2023 Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 6/2/23). M-23-55 SPEAKER(S): Val Cupit(Was not read) MOVED BY: Giarrusso SECONDED BY: Harris ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Thomas - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Morrell - 1 RECUSED: 0 AND THE MOTION PASSED. MOTION NO. M-23-58 - BY: COUNCILMEMBER HARRIS Brief: Directing the City Planning Commission to conduct a public hearing to amend and reordain Ordinance No.", - "page_number": 46, - "part": 1 + "page_content": "- Topic: Amendment to International Building Code and Stormwater Code\n- Summary: The ordinance aims to amend Section 26-15 of the Code of the City of New Orleans, related to the adopted International Building Code, 2015 Edition, and the Stormwater Code of the City of New Orleans. It includes changes to permitting and submittal requirements, removal of bonding requirements, fees, plan review, and various standards. The ordinance was continued to the meeting of 7/27/13.\n- Ordinance Number: CAL. NO. 34,198\n- Votes Summary:\n Vote 1: Continued to the meeting of 7/27/13\n- Decision/Key Actions: Continued for further discussion and consideration.\n- UID: 28382566-01c6-44a3-acff-47d916b11413\n\n- Topic: Amendment to Minimum Property Maintenance Code\n- Summary: This ordinance seeks to amend Section 26-680 of the Code of New Orleans to add references to the Minimum Property Maintenance Code. The ordinance was adopted with unanimous support from the council members.\n- Ordinance Number: CAL. NO. 34,230\n- Votes Summary:\n Vote 1: Adopted - (7 YEAS, 0 NAYS)\n- Decision/Key Actions: The ordinance was adopted with unanimous support from the council members.\n- UID: 28382566-01c6-44a3-acff-47d916b11413", + "uid": "28382566-01c6-44a3-acff-47d916b11413", + "publish_date": "6-22-2023", + "page_number": 33, + "title": "Regular City Council Minutes 6-22-2023" }, { - "title": "Regular CIty Council Meeting 2-2-2023.pdf", - "page_content": " 4264 M.C.S., amended by Ordinance No. 26,413 M.C.S., as amended, the Comprehensive Zoning Ordinance of the City of New Orleans, to amend Article 19 to establish a new Interim Zoning District (IZD) to be named the Preserving Residential Character Interim Zoning District, the intent of which is to prohibit the use Short-Term Rental, Commercial within certain areas currently zoned HU-MU Neighborhood Mixed-Use District (HU-MU), MU-1 Medium Intensity Mixed-Use District (MU-1), and MU-2 High Intensity Mixed-Use District (MU-2), as indicated in the official zoning maps of the city. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 6/2/23). M-23-58 SPEAKER(S): Michael Burnside, Maxwell Ciardullo, Erin Holmes, Zack Smith, Sam Levin, Yasin Frank Southall; E-comments - Amy Lewis MOVED BY: Harris SECONDED BY: King ACTION: Adopt https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4412&doc_id=da516ae7-b3ac-11ed-8145-0050569183fa 46/55 \f", - "page_number": 46, - "part": 2 + "page_content": "- Topic: Temporary Waiver of Fees and Requirements for Senior Car Giveaway Event at Devour Park\n- Summary: The ordinance proposes to temporarily waive certain fees, permit fees, and requirements for the Senior Car Giveaway event at Devour Park on June 18, 2023. The waiver specifies the duration and boundaries of the event.\n- Ordinance Number: CAL. NO. 34,237\n- Votes Summary:\n - Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The motion to adopt the ordinance passed without any abstentions, absences, or recusals.\n- Tags/Keywords: Senior Car Giveaway, Devour Park, Fee Waiver, Permit Requirements\n- UID: 82e779b4-5539-4131-bb89-e1577f538d55\n\n- Topic: Amendment to City\u2019s Clean Fleet Requirements Process\n- Summary: The ordinance seeks to amend and reordain Section 2-905 of the Code of New Orleans to change the process for granting exceptions to the City\u2019s Clean Fleet requirements.\n- Ordinance Number: CAL. NO. 34,238\n- Votes Summary:\n - Vote 1: Passed - (4 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The motion to adopt the ordinance passed with unanimous support from the council members present.\n- Tags/Keywords: Clean Fleet Requirements, Amendment, City Code\n- UID: 82e779b4-5539-4131-bb89-e1577f538d55", + "uid": "82e779b4-5539-4131-bb89-e1577f538d55", + "publish_date": "6-22-2023", + "page_number": 34, + "title": "Regular City Council Minutes 6-22-2023" }, { - "title": "Regular CIty Council Meeting 2-2-2023.pdf", - "page_content": "6/23/23, 5:40 PM 58. 59. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4412&doc_id=da516ae7-b3ac-11ed-8145-0050569183fa YEAS: Giarrusso, Green, Harris, Moreno, Thomas - 5 NAYS: 0 ABSTAIN: 0 ABSENT: King, Morrell - 2 RECUSED: 0 AND THE MOTION PASSED. Motion M-23-58 is being Reconsider, reason being Cm. King seconded the motion, but was not there for the vote. MOTION NO. M-23-58 - BY: COUNCILMEMBER HARRIS Brief: Directing the City Planning Commission to conduct a public hearing to amend and reordain Ordinance No. 4264 M.C.S., amended by Ordinance No. 26,413 M.C.S., as amended, the Comprehensive Zoning Ordinance of the City of New Orleans, to amend Article 19 to establish a new Interim Zoning District (IZD) to be named the Preserving Residential Character Interim Zoning District, the intent of which is to prohibit the use Short-Term Rental, Commercial within certain areas currently zoned HU-MU Neighborhood Mixed-Use District (HU-MU), MU-1 Medium Intensity Mixed-Use District (MU-1), and ", - "page_number": 47, - "part": 1 + "page_content": "- Topic: Cooperative Endeavor Agreement for Medical and Mental Health Services Facility\n- Summary: The ordinance authorizes the Mayor to enter into a Cooperative Endeavor Agreement for the construction of a new Medical and Mental Health Services Facility at the Orleans Justice Center. The ordinance was withdrawn.\n- Ordinance Number: 34239\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: Withdrawn\n- Tags/Keywords: Cooperative Endeavor Agreement, Medical and Mental Health Services Facility, Orleans Justice Center\n- UID: 44b25c7c-5f2e-4a00-ab3e-57290299c35e\n\n- Topic: Amendment to Unclassified Pay Plan for EMS Officers\n- Summary: The ordinance seeks to amend the Unclassified Pay Plan for officers and employees in the unclassified service of the City of New Orleans to establish new titles for existing positions and establish new salary ranges. The ordinance was continued to the meeting of 7/13/23 and referred to the budget committee.\n- Ordinance Number: 34241\n- Votes Summary: N/A\n- Decision/Key Actions: Continued and referred to the budget committee\n- Tags/Keywords: Unclassified Pay Plan, EMS Officers, Salary Ranges\n- UID: 44b25c7c-5f2e-4a00-ab3e-57290299c35e\n\n- Topic: Appropriation of Funds for Rental Assistance Programs\n- Summary: The ordinance aims to amend an existing ordinance to appropriate funds for rental assistance programs in the Office of Community Development. The ordinance can be found at the provided link.\n- Ordinance Number: 34242\n- Votes Summary: N/A\n- Decision/Key Actions: N/A\n- Tags/Keywords: Rental Assistance Programs, Office of Community Development, Appropriation of Funds\n- UID: 44b25c7c-5f2e-4a00-ab3e-57290299c35e", + "uid": "44b25c7c-5f2e-4a00-ab3e-57290299c35e", + "publish_date": "6-22-2023", + "page_number": 35, + "title": "Regular City Council Minutes 6-22-2023" }, { - "title": "Regular CIty Council Meeting 2-2-2023.pdf", - "page_content": "MU-2 High Intensity Mixed-Use District (MU-2), as indicated in the official zoning maps of the city. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 6/2/23). MOVED By: Harris SECONDED BY: Green ACTION: Reconsider YEAS: Giarrusso, Green, Harris, King, Thomas - 5 NAYS: 0 ABSTAIN: 0 ABSENT: Moreno, Morrell - 2 RECUSED: 0 AND THE MOTION PASSED. MOVED By: Harris SECONDED BY: Giarrusso ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Thomas - 5 NAYS: 0 ABSTAIN: 0 ABSENT: Moreno, Morrell - 2 RECUSED: 0 AND THE MOTION PASSED. MOTION NO. M-23-59 - BY: COUNCILMEMBERS HARRIS AND GIARRUSSO Brief: Directing the City Planning Commission to conduct a public hearing to amend and reordain Ordinance No. 4264 M.C.S., amended by Ordinance No. 26,413 M.C.S., as amended, the Comprehensive Zoning Ordinance of the City of New Orleans, to amend Article 19 to https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4412&doc_id=da516ae7-b3ac-11ed-8145-0050569183fa 47/55 \f", - "page_number": 47, - "part": 2 + "page_content": "- Topic: Rental Assistance and Homeowner Code Enforcement\n- Summary: An ordinance to appropriate funds for rental assistance programs and pilot a program to assist homeowners in addressing code enforcement violations in Historic District Landmarks Commission.\n- Ordinance Number: CAL. NO. 34,243\n- Votes Summary:\n Vote 1: Continued to the meeting of 7/13/23 and referred to the Budget Committee\n- Decision/Key Actions: The ordinance was continued to the meeting of 7/13/23 and referred to the Budget Committee.\n- Tags/Keywords: Rental Assistance, Homeowner Code Enforcement, Historic District Landmarks Commission\n- UID: b198bca2-4ddc-4a7c-a806-b6b308809aff\n\n- Topic: Police Department Grant Funds\n- Summary: An ordinance to appropriate grant funds to the Police Department for personnel overtime and to purchase security systems, equipment, and software.\n- Ordinance Number: CAL. NO. 34,244\n- Votes Summary:\n Vote 1: Continued to the meeting of 7/13/23 and referred to the Budget Committee\n- Decision/Key Actions: The ordinance was continued to the meeting of 7/13/23 and referred to the Budget Committee.\n- Tags/Keywords: Police Department, Grant Funds, Security Systems\n- UID: b198bca2-4ddc-4a7c-a806-b6b308809aff", + "uid": "b198bca2-4ddc-4a7c-a806-b6b308809aff", + "publish_date": "6-22-2023", + "page_number": 36, + "title": "Regular City Council Minutes 6-22-2023" }, { - "title": "Regular CIty Council Meeting 2-2-2023.pdf", - "page_content": "6/23/23, 5:40 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4412&doc_id=da516ae7-b3ac-11ed-8145-0050569183fa establish a new Interim Zoning District (IZD) to be named the Bed and Breakfast Interim Zoning District, the intent of which is to ensure that bed and breakfasts are compatible with and preserve the character and integrity of the neighborhoods citywide. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 6/2/23). SPEAKER(S): Yasin Frank Southall(Did not speak), Maxwell Ciardullo, Zack Smith, Sam Levin, Erin Holmes,; E-comments - Frank Morse MOVED By: Harris SECONDED BY: Thomas ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Thomas - 5 NAYS: 0 ABSTAIN: 0 ABSENT: Moreno, Morrell - 2 ", - "page_number": 48, - "part": 1 + "page_content": "- Topic: Operating Budget Expenditures for the City of New Orleans\n- Summary: The ordinance aimed to appropriate grant funds to the Police Department for personnel overtime and to purchase security systems, equipment, and software. It was continued to the meeting of 7/13/23 and referred to the budget committee.\n- Ordinance Number: 34245\n- Votes Summary:\n Vote 1: N/A - Continued to the meeting of 7/13/23\n- Decision/Key Actions: Continued to the meeting of 7/13/23 and referred to the budget committee\n- Tags/Keywords: Operating Budget, Expenditures, Police Department, Grant Funds\n- UID: 7b294129-ac2d-4aff-9d13-af7779fb08f6\n\n- Topic: Healthcare for the Homeless Program\n- Summary: This ordinance sought to appropriate grant funds awarded to the Health Department for the Healthcare for the Homeless Program to expand HIV health services in the community through various partnerships. It was continued to the meeting of 7/13/23 and referred to the budget committee.\n- Ordinance Number: 34246, 34247\n- Votes Summary:\n Vote 1: N/A - Continued to the meeting of 7/13/23\n- Decision/Key Actions: Continued to the meeting of 7/13/23 and referred to the budget committee\n- Tags/Keywords: Healthcare for the Homeless Program, Grant Funds, Health Department, HIV Services\n- UID: 7b294129-ac2d-4aff-9d13-af7779fb08f6", + "uid": "7b294129-ac2d-4aff-9d13-af7779fb08f6", + "publish_date": "6-22-2023", + "page_number": 37, + "title": "Regular City Council Minutes 6-22-2023" }, { - "title": "Regular CIty Council Meeting 2-2-2023.pdf", - "page_content": " RECUSED: 0 AND THE MOTION PASSED. MOVED By: Thomas SECONDED BY: Giarrusso ACTION: Suspend the Rules YEAS: Giarrusso, Green, Harris, King, Thomas - 5 NAYS: 0 ABSTAIN: 0 ABSENT: Moreno, Morrell - 2 RECUSED: 0 AND THE MOTION PASSED. M-23-59 MOVED By: Thomas SECONDED BY: Giarrusso ACTION: Suspend the Rules YEAS: Giarrusso, Green, Harris, King, Thomas - 5 NAYS: 0 ABSTAIN: 0 ABSENT: Moreno, Morrell - 2 RECUSED: 0 AND THE MOTION PASSED. 63. POINT OF PERSONAL PRIVILEGE - Cm Thomas to Michael Burnside AA. E-COMMENT SHEETS E-Comment Sheets 61. ORDINANCES ON FIRST READING CALENDAR NUMBER 34,046 THRU 34,063. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4412&doc_id=da516ae7-b3ac-11ed-8145-0050569183fa 48/55 \f", - "page_number": 48, - "part": 2 + "page_content": "- Topic: Appropriation of unspent grant funds for the Office of Workforce Development\n- Summary: The ordinance aimed to amend the Operating Budget of Revenues for the City of New Orleans for the Year 2023 to appropriate unspent grant funds to the Office of Workforce Development. It was continued to the meeting of 7/13/23 and referred to the budget committee.\n- Ordinance Number: CAL. NO. 34,248\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: Continued to the meeting of 7/13/23 and referred to the budget committee\n- UID: 7a79ac9c-7212-4180-9f50-1589207d0e54\n\n- Topic: Appropriation of unspent grant funds for the Office of Workforce Development\n- Summary: This ordinance aimed to amend the Operating Budget of Expenditures for the City of New Orleans for the Year 2023 to appropriate unspent grant funds to the Office of Workforce Development. It was continued to the meeting of 7/13/23 and referred to the budget committee.\n- Ordinance Number: CAL. NO. 34,249\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: Continued to the meeting of 7/13/23 and referred to the budget committee\n- UID: 7a79ac9c-7212-4180-9f50-1589207d0e54\n\n- Topic: Appropriation of grant funds for the Department of Health for Emergency Medical Services\n- Summary: This ordinance aimed to amend the Operating Budget of Revenues for the City of New Orleans for the Year 2023 to appropriate grant funds to the Department of Health for Emergency Medical Services to purchase computers and virtual reality headsets required for virtual reality training. It was continued to the meeting of 7/13/23 and referred to the budget committee.\n- Ordinance Number: CAL. NO. 34,250\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: Continued to the meeting of 7/13/23 and referred to the budget committee\n- UID: 7a79ac9c-7212-4180-9f50-1589207d0e54\n\n- Topic: Appropriation of grant funds for the Department of Health for Emergency Medical Services\n- Summary: This ordinance aimed to amend the Operating Budget of Expenditures for the City of New Orleans for the Year 2023 to appropriate grant funds to the Department of Health for Emergency Medical Services to purchase computers and virtual reality headsets required for virtual reality training. It was continued to the meeting of 7/13/23 and referred to the budget committee.\n- Ordinance Number: CAL. NO. 34,251\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: Continued to the meeting of 7/13/23 and referred to the budget committee\n- UID: 7a79ac9c-7212-4180-9f50-1589207d0e54", + "uid": "7a79ac9c-7212-4180-9f50-1589207d0e54", + "publish_date": "6-22-2023", + "page_number": 38, + "title": "Regular City Council Minutes 6-22-2023" }, { - "title": "Regular CIty Council Meeting 2-2-2023.pdf", - "page_content": "6/23/23, 5:40 PM 6la. 61b. 6lc. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4412&doc_id=da516ae7-b3ac-11ed-8145-0050569183fa INTRODUCED AND LAID OVER AS REQUIRED BY LAW. 2-2-2023 Ist Reading CAL. NO. 34,046 - BY: COUNCILMEMBER MORRELL Brief: An Ordinance to establish section 26-80 of the Code of the City of New Orleans relative to inspections of multi-family housing units of ten units or more when there is a violent crime incident on the premises; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 6/2/23). 34046 CAL. NO. 34,047 - BY: COUNCILMEMBER GIARRUSSO (BY REQUEST) Brief: An Ordinance to authorize the Mayor of the City of New Orleans to enter into a new Cooperative Endeavor Agreement (\u201cCEA\u201d) with Lakeview Crime Prevention District (\u201cLCPD\u201d), to aid in crime prevention and to add to the security of district residents by providing for an increase in the presence of law enforcement personnel in the LCPD, as more fully d", - "page_number": 49, - "part": 1 + "page_content": "- Topic: Grant funds for Health Department for Emergency Medical Services\n- Summary: The ordinance aimed to appropriate grant funds to the Health Department for Emergency Medical Services to purchase computers and virtual reality headsets required for virtual reality training. It was continued to the meeting of 7/13/23 and referred to the Budget Committee.\n- Ordinance Number: 34251\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: Continued to the meeting of 7/13/23 and referred to the Budget Committee\n- Tags/Keywords: Grant funds, Health Department, Emergency Medical Services\n- UID: e75002e9-188f-41c6-8873-9722f60a4b28\n\n- Topic: Transfer of funds for Office of Police Secondary Employment\n- Summary: The ordinance aimed to transfer funds from Personal Services to Other Operating within the Office of Police Secondary Employment to cover the remaining payrolls for Reserve Officers. It was continued to the meeting of 7/13/23 and referred to the Budget Committee.\n- Ordinance Number: 34252\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: Continued to the meeting of 7/13/23 and referred to the Budget Committee\n- Tags/Keywords: Transfer of funds, Police Secondary Employment, Reserve Officers\n- UID: e75002e9-188f-41c6-8873-9722f60a4b28\n\n- Topic: Creation of City of New Orleans Home Rule Charter Review Committee\n- Summary: The motion authorized the creation of a committee as an advisory committee, known as the City of New Orleans Home Rule Charter Review Committee, to review, opine on, and make non-binding recommendations to the New Orleans City Council regarding potential changes to the Home Rule Charter. It was continued to the meeting of 7/27/23 and referred to the Governmental Affairs Committee.\n- Ordinance Number: M-22-516\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: Continued to the meeting of 7/27/23 and referred to the Governmental Affairs Committee\n- Tags/Keywords: Home Rule Charter Review Committee, advisory committee, non-binding recommendations\n- UID: e75002e9-188f-41c6-8873-9722f60a4b28\n\n- Topic: Motion for Home Rule Charter Review Committee\n- Summary: The motion was a continuation of the discussion regarding the creation of the City of New Orleans Home Rule Charter Review Committee. It was continued to the meeting of 7/27/23 and referred to the Governmental Affairs Committee.\n- Ordinance Number: M-23-Z\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: Continued to the meeting of 7/27/23 and referred to the Governmental Affairs Committee\n- Tags/Keywords: Home Rule Charter Review Committee, advisory committee, continuation\n- UID: e75002e9-188f-41c6-8873-9722f60a4b28", + "uid": "e75002e9-188f-41c6-8873-9722f60a4b28", + "publish_date": "6-22-2023", + "page_number": 39, + "title": "Regular City Council Minutes 6-22-2023" }, { - "title": "Regular CIty Council Meeting 2-2-2023.pdf", - "page_content": "etailed in the CEA as Exhibit \u201c1\u201d; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 6/2/23). 34047 CAL. NO. 34,048 - BY: COUNCILMEMBER KING (BY REQUEST) Brief: An Ordinance authorizing the Mayor of the City of New Orleans to enter into a Cooperative Endeavor Agreement between the City of New Orleans (the \u201cCity\u201d), and Total Community Action, Inc. (\u201cContractor\u201d), for a term greater than one year, for the public purpose of reducing food insecurity and improving the overall health of households in targeted, low- income City neighborhoods at 1420 S. Norman C. Francis Pkwy., New Orleans, Louisiana 70125, as more fully set forth in the Cooperative Endeavor Agreement, titled Exhibit \u201c1\u201d; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34.Postponement Deadline 6/2/23). 34048 https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4412&doc_id=da516ae7-b3ac-11ed-8145-0050569183fa 49/55 \f", - "page_number": 49, - "part": 2 + "page_content": "- Topic: Creation of VCR-3 Zoning Classification\n- Summary: The ordinance directs the City Planning Commission to conduct a public hearing to consider amendments to the Comprehensive Zoning Ordinance of the City of New Orleans, creating a new zoning classification, VCR-3, to allow a mix of primarily residential uses, limited to singles, doubles, educational, and cultural uses. The voting outcome resulted in the motion being adopted with 6 YEAS and 0 NAYS.\n- Ordinance Number: M-23-Z LO\n- Votes Summary:\n Vote 1: Adopt - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The motion to adopt the ordinance passed, allowing for the creation of the VCR-3 zoning classification.\n- UID: f66d659c-d754-43f1-a948-694a34552b55\n\n- Topic: Zoning Change from VCR-1 to VCR-3\n- Summary: This ordinance directs the City Planning Commission to conduct a public hearing to consider a zoning change from VCR-1 Vieux Carre Residential District to VCR-3 Vieux Carre Residential District for specific lots in the Second Municipal District. The motion was continued indefinitely and did not result in a final decision.\n- Ordinance Number: M-23-AA LO\n- Votes Summary: No specific vote outcome provided.\n- Decision/Key Actions: The motion to consider the zoning change was continued indefinitely, and no final decision was made.\n- UID: f66d659c-d754-43f1-a948-694a34552b55\n\n- Topic: Briefing on Legal Filings\n- Summary: This ordinance states that before any substantive filing is made in the United States District Court for the Eastern District of Louisiana, the Department of Law shall brief the Council on the City's position. The voting outcome was not provided, and no specific decision or action was mentioned.\n- Ordinance Number: M-23-164\n- Votes Summary: No specific vote outcome provided.\n- Decision/Key Actions: No specific decision or action mentioned in the summary.\n- UID: f66d659c-d754-43f1-a948-694a34552b55", + "uid": "f66d659c-d754-43f1-a948-694a34552b55", + "publish_date": "6-22-2023", + "page_number": 40, + "title": "Regular City Council Minutes 6-22-2023" }, { - "title": "Regular CIty Council Meeting 2-2-2023.pdf", - "page_content": "6/23/23, 5:40 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4412&doc_id=da516ae7-b3ac-11ed-8145-0050569183fa 61d. CAL. NO. 34,049 - BY: COUNCILMEMBER THOMAS (BY REQUEST) Brief: An Ordinance authorizing the Mayor of the City of New Orleans to enter into a Cooperative Endeavor Agreement between the City of New Orleans (the \u201cCity\u201d) and Orleans Public Defenders (\u201cOPD\u201d), for a term greater than one year, for the public purpose in assisting the OPD with providing legal services to indigent persons in criminal proceedings within the City of New Orleans, as more fully detailed in the Cooperative Endeavor Agreement as Exhibit \u201cA\u201d; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 6/2/23). 34049 6le. CAL. NO. 34,050 - BY: COUNCILMEMBER KING (BY REQUEST) Brief: An Ordinance authorizing the Mayor of the City of New Orleans to enter into a Cooperative Endeavor Agreement between the City of New Orleans (the \u201cCity\u201d) and the Arts Council of New Orleans (\u201cArts Council\u201d) for a term greater t", - "page_number": 50, - "part": 1 + "page_content": "- Topic: Resolution giving preliminary approval to the issuance of not exceeding Eighty Million Dollars ($80,000,000) of City of New Orleans Sewerage Service Revenue Bonds\n- Summary: The resolution gives preliminary approval to the issuance of sewerage service revenue bonds not exceeding $80,000,000.\n- Ordinance Number: R-23-276\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The resolution was passed and referred to the Budget Committee.\n- Tags/Keywords: Resolution, Sewerage Service Revenue Bonds\n- UID: b6b01cc8-ab59-49b5-8823-ffdb3f772853\n\n- Topic: Resolution celebrating the diversity of the City of New Orleans\u2019 residents and standing in solidarity with the Biden-Harris Administration\u2019s national strategy to counter antisemitism\n- Summary: The resolution celebrates the diversity of the city's residents and stands in solidarity with the national strategy to counter antisemitism.\n- Ordinance Number: R-23-277\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The resolution was adopted with 6 YEAS and 1 member absent.\n- Tags/Keywords: Resolution, Diversity, Antisemitism\n- UID: b6b01cc8-ab59-49b5-8823-ffdb3f772853", + "uid": "b6b01cc8-ab59-49b5-8823-ffdb3f772853", + "publish_date": "6-22-2023", + "page_number": 41, + "title": "Regular City Council Minutes 6-22-2023" }, { - "title": "Regular CIty Council Meeting 2-2-2023.pdf", - "page_content": "han one year, to accomplish the public purpose of supporting the arts within the City the Community Arts Grants program, as more fully detailed in the Cooperative Endeavor Agreement as Exhibit \u201cA\u201d; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34.Postponement Deadline 6/2/23). 34050 61f. CAL. NO. 34,051 - BY: COUNCILMEMBERS GIARRUSSO (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29265 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Revenues for the City of New Orleans for the Year 2023\u201d, to appropriate funds received under the American Rescue Plan Act to Chief Administrative Office to fund the purchase of vehicles and equipment; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED.(Council Rule 34. Postponement Deadline 6/2/23). (Fiscal Note received). 34051 6lg. CAL. NO. 34,052 - BY: COUNCILMEMBERS GIARRUSSO (BY REQUEST) https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4412&doc_id=da516ae7-b3ac-11ed-8145-0050569183fa 50/55 \f", - "page_number": 50, - "part": 2 + "page_content": "- Topic: Motion (Lying Over) No. M-23-AA\n- Summary: Directing City Planning Commission to conduct a public hearing to consider a zoning change from VCR-1 Vieux Carre Residential District to VCR-3 Vieux Carre Residential District for specified lots in the Second Municipal District.\n- Ordinance Number: M-23-AA\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: The matter has been continued indefinitely and will not appear on any further agendas unless requested by the sponsoring Councilmember(s).\n- Tags/Keywords: Zoning change, City Planning Commission, Vieux Carre Residential District\n- UID: fc376c52-bfa4-4f29-9d9c-647a5f35ee2e\n\n- Topic: Motion - NO. M-23-280\n- Summary: Authorizing the employment of legal counsel for Council President JP Morrell and Council Vice President Helena Moreno for the purpose of intervening in and pursuing the Council\u2019s claims in a specific legal case.\n- Ordinance Number: M-23-280\n- Votes Summary:\n Vote 1: Passed - (N/A)\n- Decision/Key Actions: The motion to authorize the employment of legal counsel has been adopted.\n- Tags/Keywords: Legal counsel, intervention, specific legal case\n- UID: fc376c52-bfa4-4f29-9d9c-647a5f35ee2e", + "uid": "fc376c52-bfa4-4f29-9d9c-647a5f35ee2e", + "publish_date": "6-22-2023", + "page_number": 42, + "title": "Regular City Council Minutes 6-22-2023" }, { - "title": "Regular CIty Council Meeting 2-2-2023.pdf", - "page_content": "6/23/23, 5:40 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4412&doc_id=da516ae7-b3ac-11ed-8145-0050569183fa Brief: An Ordinance to amend Ordinance No. 29266 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023\u201d, to appropriate funds received under the American Rescue Plan Act to the Chief Administrative Officer to fund the purchase of vehicles and equipment; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 6/2/23). (Fiscal Note received). 34052 61h. CAL. NO. 34,053 - BY: COUNCILMEMBER HARRIS Brief: An Ordinance to establish a conditional use to permit a reception facility over 10,000 square feet in an HU-MU Historic Urban Neighborhood Mixed-Use District located on Square 584, Lot 1A-1, in the Sixth Municipal District, bounded by LaSalle Street, Freret Street, Jena Street, and Napoleon Avenue (Municipal Address: 2400 ", - "page_number": 51, - "part": 1 + "page_content": "- Topic: Declaration of HVAC chiller compressors at St. Bernard Recreation Center as an imminent threat and authorization for emergency procurement\n- Summary: The motion declared the failure of two HVAC chiller compressors at the St. Bernard Recreation Center as an imminent threat to life and property, authorizing the New Orleans Recreation Development Commission to secure informal bids for the emergency procurement of two HVAC chiller compressor systems at an estimated cost of $40,000.00.\n- Ordinance Number: M-23-286\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: Authorization for emergency procurement of HVAC chiller compressors\n- UID: 408ca4a8-5cb5-485f-a430-aeea9dc948e4\n\n- Topic: Addition of the President of the Council as a signatory to Amendment No. 1 to the contract between the City of New Orleans and Legacy Professional Services, LLC\n- Summary: The motion aimed to add the President of the Council as a signatory to Amendment No. 1 to the contract between the City of New Orleans and Legacy Professional Services, LLC, and authorize the President of the Council to sign the amendment.\n- Ordinance Number: M-23-287\n- Votes Summary:\n Vote 1: Continued to the meeting of 7/13/23 and referred to the Public Works Committee\n- Decision/Key Actions: Continuation and referral to the Public Works Committee\n- UID: 408ca4a8-5cb5-485f-a430-aeea9dc948e4\n\n- Topic: Direction to the City Planning Commission to conduct a public hearing for a zoning map amendment\n- Summary: The motion directed the City Planning Commission to conduct a public hearing to consider a zoning map amendment from S-RS Suburban Single-Family Residential District to S-Bl Suburban Business District on Square 2, Lot PT27, in the Fifth Municipal District.\n- Ordinance Number: M-23-290\n- Votes Summary:\n Vote 1: Not available\n- Decision/Key Actions: Direction for a public hearing on zoning map amendment\n- UID: 408ca4a8-5cb5-485f-a430-aeea9dc948e4", + "uid": "408ca4a8-5cb5-485f-a430-aeea9dc948e4", + "publish_date": "6-22-2023", + "page_number": 43, + "title": "Regular City Council Minutes 6-22-2023" }, { - "title": "Regular CIty Council Meeting 2-2-2023.pdf", - "page_content": "Napoleon Avenue); and otherwise to provide with respect thereto. (Zoning Docket No. 84/22) Annotation: ELECTRONICALLY SUBMITTED. (90 Days, Cn. Deadline 4/19/23). (Cn. Deadline 4/6/23). 34053 611. CAL. NO. 34,054 - BY: COUNCILMEMBER KING Brief: An Ordinance to grant an amendment to Ordinance No. 24,302 MCS (Zoning Docket 113/10) to now grant a conditional use to permit a commercial short term rental in an HMC-1 Historic Marigny/Trem\u00e9/Bywater Commercial District, on Square 249, Lot 12A or 15, in the Third Municipal District, bounded by Burgundy Street, Louisa Street, Dauphine Street, and Piety Street (Municipal Addresses: 3200-3208 Burgundy Street); and otherwise to provide with respect thereto. (ZONING DOCKET NO. 94/22) Annotation: ELECTRONICALLY SUBMITTED. (90 Days, Cn. Deadline 4/19/23). (Cn. Deadline 4/6/23). 34054 61j. CAL. NO. 34,055 - BY: COUNCILMEMBER HARRIS https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4412&doc_id=da516ae7-b3ac-11ed-8145-0050569183fa 51/55 \f", - "page_number": 51, - "part": 2 + "page_content": "- Topic: Zoning Map Amendment\n- Summary: The City Planning Commission is directed to conduct a public hearing to consider a zoning map amendment from S-BS Suburban Pedestrian-Oriented Corridor Business District to S-RS Suburban Single-Family Residential District on Square 1, Lot RB25, in the Fifth Municipal District.\n- Ordinance Number: M-23-291\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The motion was adopted, and the City Planning Commission is tasked with conducting a public hearing for the zoning map amendment.\n- Tags/Keywords: Zoning, City Planning Commission, Public Hearing\n- UID: 52b4b0ec-1845-4f65-8b00-fea7deb6bbae\n\n- Topic: Professional Services Agreement\n- Summary: The ordinance adds the President of the Council as a signatory to the professional services agreement between the City of New Orleans and Saltus Technologies, Inc., and authorizes the President of the Council to sign the agreement.\n- Ordinance Number: M-23-293\n- Votes Summary:\n Vote 1: Passed - (N/A)\n- Decision/Key Actions: The motion passed, allowing the President of the Council to become a signatory to the professional services agreement with Saltus Technologies, Inc.\n- Tags/Keywords: Professional Services Agreement, City of New Orleans, Saltus Technologies\n- UID: 52b4b0ec-1845-4f65-8b00-fea7deb6bbae", + "uid": "52b4b0ec-1845-4f65-8b00-fea7deb6bbae", + "publish_date": "6-22-2023", + "page_number": 44, + "title": "Regular City Council Minutes 6-22-2023" }, { - "title": "Regular CIty Council Meeting 2-2-2023.pdf", - "page_content": "6/23/23, 5:40 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4412&doc_id=da516ae7-b3ac-11ed-8145-0050569183fa Brief: An Ordinance to establish a conditional use to permit a reception facility over 5,000 square feet with outdoor live entertainment (secondary use) in an HU-MU Historic Urban Neighborhood Mixed-Use District located on Square 79, Lots 19 and 20, in the First Municipal District, bounded by Orange Street, Religious Street, Saint Thomas Street, and Race Street (Municipal Address: 623 Orange Street); and otherwise to provide with respect thereto. (Zoning Docket NO. 96/22) Annotation: ELECTRONICALLY SUBMITTED. (90 Days, Cn. Deadline 4/19/23). (Cn. Deadline 4/6/23). 34055 61k. CAL. NO. 34,056 - BY: COUNCILMEMBER HARRIS 611. 61m https://cityofno.gra Brief: An Ordinance to grant the rescission of Ordinance No. 28,644 MCS (Zoning Docket 008/21), which granted a conditional use to permit a wine shop in HU-B1 Historic Urban Neighborhood Business District located on Square 204, Lot 14A, in the Sixth Municipal District, bounded by Magazine Street, Constance Street, General Pershing Street", - "page_number": 52, - "part": 1 + "page_content": "- Topic: Grant of Servitude between City of New Orleans and Orleans Parish School Board\n- Summary: The ordinance aims to add the President of the Council as a signatory to the Grant of Servitude between the City of New Orleans and Orleans Parish School Board. It was introduced by Councilmember Green and was introduced on first reading with a vote of 5 YEAS and 0 NAYS.\n- Ordinance Number: M-23-294\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The ordinance was introduced on first reading and referred to the Public Works Committee.\n- Tags/Keywords: Grant of Servitude, City of New Orleans, Orleans Parish School Board, Council Rule 34\n- UID: c4162edd-6a58-4ff3-a06d-1ff49cb91e37\n\n- Topic: Conditional Use Permit for Neighborhood Commercial Establishment\n- Summary: This ordinance seeks to establish a conditional use to permit a neighborhood commercial establishment in an HU-RD2 Historic Urban Two-Family Residential District. It was introduced by Councilmember Harris and was introduced on first reading with a vote of 5 YEAS and 0 NAYS.\n- Ordinance Number: CAL. NO. 34,253\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The ordinance was introduced on first reading and has specific deadlines for further action.\n- Tags/Keywords: Conditional Use Permit, Neighborhood Commercial Establishment, HU-RD2 Historic Urban Two-Family Residential District\n- UID: c4162edd-6a58-4ff3-a06d-1ff49cb91e37", + "uid": "c4162edd-6a58-4ff3-a06d-1ff49cb91e37", + "publish_date": "6-22-2023", + "page_number": 45, + "title": "Regular City Council Minutes 6-22-2023" }, { - "title": "Regular CIty Council Meeting 2-2-2023.pdf", - "page_content": ", and Milan Street (Municipal Addresses: 4210-4214 Magazine Street); and otherwise to provide with respect thereto. (Zoning Docket No. 97/22) Annotation: ELECTRONICALLY SUBMITTED. (90 Days, Cn. Deadline 4/19/23). (Cn. Deadline 4/6/23). 34056 CAL. NO. 34,057 - BY: COUNCILMEMBER MORRELL Brief: An Ordinance to ordain Article XV of Chapter 2 of the Code of the City of New Orleans, consisting of Section 2-1200; to provide relative to emergency declarations; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 6/2/23). 34057 . CAL. NO. 34,058 - BY: COUNCILMEMBER THOMAS (BY REQUEST) Brief: An Ordinance authorizing the Mayor of the City of New Orleans to enter into a Cooperative Endeavor Agreement between the City of New Orleans (the \u201cCity\u201d) and the New Orleans Redevelopment Authority (\u201cNORA\u201d), for a term greater than one year, for the public purpose of the redevelopment of the former Six Flags/Jazzland site in the City of New Orleans, as nicus.com/MinutesViewer.php?view_id=42&clip_id=4412&doc_id=da516ae7-b3ac-11ed-8145-0050569183fa 52/55 \f", - "page_number": 52, - "part": 2 + "page_content": "- Topic: Amendment to Security Measures and Crime Mitigation at Parking Structures and Parking Lots\n- Summary: This ordinance aims to amend and reordain zoning regulations to require security measures and crime mitigation efforts at parking structures and lots. This includes considerations for on-site employees, lighting, panic buttons, emergency call boxes, and security cameras. It also requests consideration for exemptions for certain parking structures and lots. \n- Ordinance Number: CAL. NO. 34,254\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The ordinance passed with 7 in favor and none opposed.\n- Tags/Keywords: Zoning Regulations, Security Measures, Parking Structures, Crime Mitigation\n- UID: 9a9da71d-1381-412a-b69f-260fcc594e2f\n\n- Topic: Standards for Affordable Homeownership Opportunities\n- Summary: This ordinance seeks to create standards for affordable homeownership opportunities by amending specific articles of the Comprehensive Zoning Ordinance. It also aims to define and create standards for Affordable Homeownership Development using the community land trust model.\n- Ordinance Number: CAL. NO. 34,255\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 1 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The ordinance passed with 6 in favor and 1 opposed.\n- Tags/Keywords: Affordable Homeownership, Zoning Ordinance, Community Land Trust Model\n- UID: 9a9da71d-1381-412a-b69f-260fcc594e2f\n\n- Topic: Conditional Use for a Reception Facility in HMC-2 Historic District\n- Summary: This ordinance aims to establish a conditional use to permit a reception facility in an HMC-2 Historic Marigny/Trem\u00e9/Bywater Commercial District. The specific location for this conditional use is on Square 636, Lots C and 10, in the Third Municipal District.\n- Ordinance Number: CAL. NO. 34,256\n- Votes Summary:\n Vote 1: Passed - (8 YEAS, 0 NAYS, 1 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed with 8 in favor, none opposed, and 1 abstained.\n- Tags/Keywords: Conditional Use, Reception Facility, Historic District\n- UID: 9a9da71d-1381-412a-b69f-260fcc594e2f", + "uid": "9a9da71d-1381-412a-b69f-260fcc594e2f", + "publish_date": "6-22-2023", + "page_number": 46, + "title": "Regular City Council Minutes 6-22-2023" }, { - "title": "Regular CIty Council Meeting 2-2-2023.pdf", - "page_content": "6/23/23, 5:40 PM 61n. 6lo. 6l1p. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4412&doc_id=da516ae7-b3ac-11ed-8145-0050569183fa more fully detailed in the Cooperative Endeavor Agreement as Exhibit \u201cA\u201d; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 6/2/23). 34058 CAL. NO. 34,059 - BY: COUNCILMEMBERS HARRIS AND GIARRUSSO (BY REQUEST) Brief: An Ordinance authorizing the Mayor of the City of New Orleans to enter into a Cooperative Endeavor Agreement between the City of New Orleans (the \u201cCity\u201d), and The Louisiana Music and Heritage Experience, Inc. (\u201cLMHE\u201d), for a term greater than one year, for the public purpose of the preservation and education of the history of music in the City of New Orleans, as more fully detailed in the Cooperative Endeavor Agreement as Exhibit \u201cA\u201d; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule", - "page_number": 53, - "part": 1 + "page_content": "- Topic: Rescission of Ordinance No. 24,145 MCS and Conditional Use Permit for Commercial Expansion\n- Summary: The ordinance aims to rescind Ordinance No. 24,145 MCS (Zoning Docket 59/10) and grant a conditional use permit to expand an existing commercial use beyond 5,000 square feet of floor area. The outcome of the vote is not specified in the provided information.\n- Ordinance Number: 34256\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Outcome of the vote not provided\n- Tags/Keywords: Zoning, Commercial Expansion, Conditional Use Permit\n- UID: 4befa2a2-3049-4ac4-83f2-76870230ca36\n\n- Topic: Amendment of Article 10 of the Comprehensive Zoning Ordinance to Add \"Wine Shop\" as Conditional Use\n- Summary: This ordinance seeks to amend Article 10 of the Comprehensive Zoning Ordinance to add \"wine shop\" as a conditional use in the VCS Vieux Carr\u00e9 Service District. The voting outcome is not specified in the given information.\n- Ordinance Number: 34257\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Outcome of the vote not provided\n- Tags/Keywords: Zoning Ordinance, Wine Shop, Conditional Use\n- UID: 4befa2a2-3049-4ac4-83f2-76870230ca36\n\n- Topic: Establishment of Conditional Use Permit for Wine Shop with Extended Hours of Operation\n- Summary: This ordinance aims to establish a conditional use permit to allow a wine shop in the VCS Vieux Carr\u00e9 Service District with an extension in hours of operation. The voting outcome is not specified in the provided information.\n- Ordinance Number: 34258\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Outcome of the vote not provided\n- Tags/Keywords: Conditional Use Permit, Wine Shop, Extended Hours\n- UID: 4befa2a2-3049-4ac4-83f2-76870230ca36\n\n- Topic: Conditional Use Permit for Wine Shop in the VCS Vieux Carr\u00e9 Service District\n- Summary: This ordinance aims to establish a conditional use permit to allow a wine shop in the VCS Vieux Carr\u00e9 Service District. The voting outcome is not specified in the provided information.\n- Ordinance Number: 34259\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Outcome of the vote not provided\n- Tags/Keywords: Conditional Use Permit, Wine Shop, VCS Vieux Carr\u00e9 Service District\n- UID: 4befa2a2-3049-4ac4-83f2-76870230ca36", + "uid": "4befa2a2-3049-4ac4-83f2-76870230ca36", + "publish_date": "6-22-2023", + "page_number": 47, + "title": "Regular City Council Minutes 6-22-2023" }, { - "title": "Regular CIty Council Meeting 2-2-2023.pdf", - "page_content": " 34. Postponement Deadline 6/2/23). 34059 CAL. NO. 34,060 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29265 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Revenues for the City of New Orleans for the Year 2023,\u201d to appropriate funds received under Act 170 of the 2022 Regular Legislative Session to the Department of Police to purchase furniture, operational materials, and information technology equipment; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 6/2/23). (Fiscal Note received). 34060 CAL. NO. 34,061 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29266 M.C.S., as amended, entitled \u201cAn Ordinance https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4412&doc_id=da516ae7-b3ac-11ed-8145-0050569183fa 53/55 \f", - "page_number": 53, - "part": 2 + "page_content": "- Topic: Conditional Use for Hotel in HU-MU Historic Urban Neighborhood Mixed-Use District\n- Summary: The ordinance establishes a conditional use to permit a hotel in a specific district, with addresses specified. \n- Ordinance Number: 34260\n- Votes Summary:\n Vote 1: Passed - (8 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed with 8 YEAS and no NAYS, allowing the conditional use for a hotel in the specified district.\n- Tags/Keywords: Zoning, Hotel, Conditional Use\n- UID: 5070e82e-5824-4437-89b6-a8ed72e98fb9\n\n- Topic: Cooperative Endeavor Agreement for Forensic Science Partnership\n- Summary: The ordinance authorizes the Mayor to enter into a Cooperative Endeavor Agreement with the State of Louisiana for the purpose of continuing a forensic science partnership related to DNA analysis for crimes in the City of New Orleans.\n- Ordinance Number: 34261\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 1 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed with 7 YEAS and 0 NAYS, allowing the Mayor to enter into the Cooperative Endeavor Agreement.\n- Tags/Keywords: Forensic Science, DNA Analysis, Cooperative Endeavor Agreement\n- UID: 5070e82e-5824-4437-89b6-a8ed72e98fb9\n\n- Topic: Cooperative Endeavor Agreement for Harm Reduction Services\n- Summary: The ordinance authorizes the Mayor to enter into a Cooperative Endeavor Agreement with Odyssey House Louisiana to provide harm reduction services and treatment support to individuals who have experienced an overdose in the City of New Orleans.\n- Ordinance Number: 34262\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 2 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed with 6 YEAS and 2 NAYS, allowing the Mayor to enter into the Cooperative Endeavor Agreement.\n- Tags/Keywords: Harm Reduction, Treatment Support, Cooperative Endeavor Agreement\n- UID: 5070e82e-5824-4437-89b6-a8ed72e98fb9", + "uid": "5070e82e-5824-4437-89b6-a8ed72e98fb9", + "publish_date": "6-22-2023", + "page_number": 48, + "title": "Regular City Council Minutes 6-22-2023" }, { - "title": "Regular CIty Council Meeting 2-2-2023.pdf", - "page_content": "6/23/23, 5:40 PM 61q. 6lr. 62. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4412&doc_id=da516ae7-b3ac-11ed-8145-0050569183fa Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023,\u201d to appropriate funds received under Act 170 of the 2022 Regular Legislative Session to the New Orleans Police Department to purchase furniture, operational materials, and information technology equipment; and otherwise, to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 6/2/23). (Fiscal Note received). 34061 CAL. NO. 34,062 - BY: COUNCILMEMBER THOMAS (BY REQUEST) Brief: An Ordinance to amend and reordain Section 54-28 and Section 54-338 of the Code of the City of New Orleans, to allow for custodial arrest for adults for the careless storage of a firearm that results in a minor either causing, or attempting to cause, the injury or death of themselves or any other person, or causes the fir", - "page_number": 54, - "part": 1 + "page_content": "- Topic: Endeavor Agreement for Resiliency and Recovery Efforts\n- Summary: The ordinance pertains to the Endeavor Agreement between the City of New Orleans and the State of Louisiana for resiliency and recovery efforts in areas impacted by natural disasters. The agreement spans five years and aims to address infrastructure and economic revitalization. The ordinance was introduced by Councilmember King.\n- Ordinance Number: 34263\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed without amendments.\n- Tags/Keywords: Endeavor Agreement, Resiliency, Recovery Efforts\n- UID: 95f6e640-9cfe-43cb-bb21-67a9b4105ccd\n\n- Topic: Naming of Natatorium at Morris F.X. Jeff, Sr. Park\n- Summary: This ordinance seeks to name the natatorium at Morris F.X. Jeff, Sr. Park the George V. Rainey Natatorium. Councilmember King introduced the ordinance.\n- Ordinance Number: 34264\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed without amendments.\n- Tags/Keywords: Natatorium, Park Naming\n- UID: 95f6e640-9cfe-43cb-bb21-67a9b4105ccd\n\n- Topic: Cooperative Endeavor Agreement for Medical and Mental Health Services Facility\n- Summary: This ordinance authorizes the Mayor of the City of New Orleans to enter into a Cooperative Endeavor Agreement with the Law Enforcement District for the construction of a new Medical and Mental Health Services Facility at the Orleans Justice Center. The ordinance was introduced by Councilmember Thomas.\n- Ordinance Number: 34265\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed without amendments.\n- Tags/Keywords: Cooperative Endeavor Agreement, Medical Services Facility\n- UID: 95f6e640-9cfe-43cb-bb21-67a9b4105ccd\n\n- Topic: Amendment to Certificate of Public Necessity (CPNC) Renewal Period\n- Summary: This ordinance aims to amend and reordain section 162-155 of the Code of the City of New Orleans to extend the renewal period for expired certificates of public necessity (CPNC), decrease the reinstatement fee, and allow for the reissuance of certain revoked CPNCs. The ordinance was introduced by Councilmember Thomas.\n- Ordinance Number: 34266\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed without amendments.\n- Tags/Keywords: CPNC, Certificate of Public Necessity, Amendment\n- UID: 95f6e640-9cfe-43cb-bb21-67a9b4105ccd", + "uid": "95f6e640-9cfe-43cb-bb21-67a9b4105ccd", + "publish_date": "6-22-2023", + "page_number": 49, + "title": "Regular City Council Minutes 6-22-2023" }, { - "title": "Regular CIty Council Meeting 2-2-2023.pdf", - "page_content": "earm to fire; and provides for a penalty for any person who fails to secure a firearm that a minor obtains, which results in a minor either causing, or attempting to cause, the injury or death of themselves or any other person or causes the firearm to fire; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 6/2/23). 34062 CAL. NO. 34,063 - BY: COUNCILMEMBER GREEN Brief: An Ordinance to amend and reordain Section 54-357 of the Code of the City of New Orleans to increase the penalty for not reporting lost and stolen firearms, and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. Council Rule 34. Postponement Deadline 6/2/23). 34063 MOTION TO ADJOURN MOVED By: Giarrusso SECONDED BY: Thomas ACTION: Adjourn YEAS: Giarrusso, Green, Harris, King, Thomas - 5 https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4412&doc_id=da516ae7-b3ac-11ed-8145-0050569183fa 54/55 \f", - "page_number": 54, - "part": 2 + "page_content": "- Topic: Appropriating funds for the Office of Criminal Justice Coordination\n- Summary: Ordinance to amend the operating budget of revenues and expenditures to appropriate funds to the Office of Criminal Justice Coordination for the Safety and Justice Challenge Sustainability Grant through June 2023.\n- Ordinance Number: 34267, 34268, 34269, 34270\n- Votes Summary:\n Vote 1: Passed - (N/A)\n Vote 2: N/A\n Vote 3: N/A\n Vote 4: N/A\n- Decision/Key Actions: The ordinance passed without further amendments.\n- Tags/Keywords: Appropriation, Criminal Justice Coordination, Safety and Justice Challenge Sustainability Grant\n- UID: 2c76a206-a968-4aaa-8835-1117fef110c5", + "uid": "2c76a206-a968-4aaa-8835-1117fef110c5", + "publish_date": "6-22-2023", + "page_number": 50, + "title": "Regular City Council Minutes 6-22-2023" }, { - "title": "Regular CIty Council Meeting 2-2-2023.pdf", - "page_content": "6/23/23, 5:40 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4412&doc_id=da516ae7-b3ac-11ed-8145-0050569183fa NAYS: 0 ABSTAIN: 0 ABSENT: Moreno, Morr", - "page_number": 55, - "part": 1 + "page_content": "- Topic: Amendment of Operating Budget for Expenditures\n- Summary: The ordinance aims to appropriate unspent grant funds to the Office of Criminal Justice Coordination. The ordinance was introduced by Councilmembers Giarrusso, Moreno, Green, and Thomas. The ordinance received a Fiscal Note and is subject to a Postponement Deadline of 10/20/23.\n- Ordinance Number: 34270\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The ordinance passed without any noteworthy amendments or discussions.\n- Tags/Keywords: Budget, Expenditures, Grant Funds, Criminal Justice Coordination\n- UID: 0dc50356-5137-4ffb-b4ae-ffa604122cb7\n\n- Topic: Appropriation of Grant Funds for Municipal Traffic Court\n- Summary: The ordinance seeks to appropriate grant funds awarded by FEMA to the Chief Administrative Office for Municipal Traffic Court contents and supplies costs incurred during the aftermath of Hurricane Ida. The ordinance was introduced by Councilmembers Giarrusso, Moreno, Green, and Thomas. The ordinance received a Fiscal Note and is subject to a Postponement Deadline of 10/20/23.\n- Ordinance Number: 34271\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The ordinance passed without any noteworthy amendments or discussions.\n- Tags/Keywords: Grant Funds, FEMA, Traffic Court, Hurricane Ida\n- UID: 0dc50356-5137-4ffb-b4ae-ffa604122cb7\n\n- Topic: Allocation of Federal Grant Funds for Homeland Security\n- Summary: This ordinance aims to appropriate federal grant funds to the Mayor\u2019s Office of Homeland Security and Emergency Preparedness for Federal Emergency Management Agency reimbursable costs. The ordinance was introduced by Councilmembers Giarrusso, Moreno, Green, and Thomas. The ordinance received a Fiscal Note and is subject to a Postponement Deadline of 10/20/23.\n- Ordinance Number: 34272\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The ordinance passed without any noteworthy amendments or discussions.\n- Tags/Keywords: Federal Grant Funds, Homeland Security, Emergency Preparedness\n- UID: 0dc50356-5137-4ffb-b4ae-ffa604122cb7", + "uid": "0dc50356-5137-4ffb-b4ae-ffa604122cb7", + "publish_date": "6-22-2023", + "page_number": 51, + "title": "Regular City Council Minutes 6-22-2023" }, { - "title": "Regular CIty Council Meeting 2-2-2023.pdf", - "page_content": "ell - 2 RECUSED: 0 AND THE MOTION PASSED. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4412&doc_id=da516ae7-b3ac-11ed-8145-0050569183fa 55/55 \f", - "page_number": 55, - "part": 2 + "page_content": "- Topic: Amendment of Operating Budget for Federal Grant Funds\n- Summary: The ordinance aims to amend the Operating Budget of Expenditures for the City of New Orleans for the year 2023 to appropriate federal grant funds to the Mayor\u2019s Office of Homeland Security and Emergency Preparedness for Federal Emergency Management Agency reimbursable costs.\n- Ordinance Number: CAL. NO. 34,274\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed with unanimous support from the council members.\n- Tags/Keywords: Budget Amendment, Federal Grant Funds, Emergency Preparedness\n- UID: 8df79e4d-c11d-418a-84e7-d7b7dc51c617\n\n- Topic: Establishment of Riverwalk-Spanish Plaza Economic Development District\n- Summary: This ordinance seeks to establish the Riverwalk-Spanish Plaza Economic Development District in the City of New Orleans, comprising specific immovable property, and designating the governing authority of the district.\n- Ordinance Number: CAL. NO. 34,275\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 1 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed with majority support, with one council member voting against it.\n- Tags/Keywords: Economic Development District, Property Designation, Governance\n- UID: 8df79e4d-c11d-418a-84e7-d7b7dc51c617\n\n- Topic: Waiver of Fees and Requirements for Event at Joe Brown Park\n- Summary: This ordinance aims to temporarily waive certain fees, permit fees, and requirements for an event at Joe Brown Park in New Orleans, specifying the duration and boundaries of the waiver.\n- Ordinance Number: CAL. NO. 34,276\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 2 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed with majority support, with two council members abstaining from the vote.\n- Tags/Keywords: Fee Waiver, Event Permit, Joe Brown Park\n- UID: 8df79e4d-c11d-418a-84e7-d7b7dc51c617", + "uid": "8df79e4d-c11d-418a-84e7-d7b7dc51c617", + "publish_date": "6-22-2023", + "page_number": 52, + "title": "Regular City Council Minutes 6-22-2023" }, { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "6/23/23, 5:39 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-0050569183fa THE COUNCIL City of New Orleans HELENA MORENO JP MORRELL Councilmember-At-Large Councilmember-At-Large JOSEPH I. LESLI D. FREDDIE EUGENE J. OLIVER M. GIARRUSSO HARRIS KING ITI GREEN, JR. THOMAS, JR. Wi Councilmember Councilmember Councilmember Councilmember Councilmember District B District C District D District E District A MINUTES Regular City Council Meeting held in the City Hall Council Chamber on Thursday, March 23, 2", - "page_number": 1, - "part": 1 + "page_content": "- Topic: Motion to Adjourn\n- Summary: The council motioned to adjourn the meeting at 3:36 PM, and the vote resulted in 5 YEAS (Giarrusso, Green, Harris, Moreno, Morrell) and 0 NAYS, with 2 council members absent (King, Thomas).\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: Meeting adjourned\n- Tags/Keywords: Motion to adjourn, Council meeting\n- UID: 4b6565f3-92b1-4b8c-953a-562a16a51d14", + "uid": "4b6565f3-92b1-4b8c-953a-562a16a51d14", + "publish_date": "6-22-2023", + "page_number": 53, + "title": "Regular City Council Minutes 6-22-2023" }, { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "023 at 10:00 A.M. PRESIDENT VICE PRESIDENT JP MORRELL HELENA MORENO Councilmember-At-Large Councilmember-At-Large 1. ROLL CALL - LORA W. JOHNSON, CLERK OF COUNCIL On calling the roll, the following members answered to their names: PRESENT: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 ABSENT: 0 SEVEN MEMBERS PRESENT, CONSTITUTING A QUORUM. 2. INVOCATION - RABBI DANIEL SHERMAN, SENIOR RABBI, TEMPLE SINAI https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-00505691 83fa 1/72 \f", + "page_content": "- Topic: Roll Call and Quorum Establishment\n- Summary: The roll call was conducted, and six council members were present, constituting a quorum. Councilmember Giarrusso arrived later in the meeting.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: Quorum established for the council meeting\n- Tags/Keywords: Roll Call, Quorum, Council Members\n- UID: 13f2a69d-7387-41aa-bcac-2850ea480a2c", + "uid": "13f2a69d-7387-41aa-bcac-2850ea480a2c", + "publish_date": "5-11-2023", "page_number": 1, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "6/23/23, 5:39 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-0050569183fa 3. PLEDGE OF ALLEGIANCE \u2014 EUGENE J. GREEN, JR... COUNCILMEMBER DISTRICT \u201cD\u201d 4. NATIONAL ANTHEM 5. PUBLIC E-COMMENT FORMS, RULES AND INFORMATION ARE AVAILABLE AT https://council.nola.gov/home/ SPECIAL ORDERS OF BUSINESS 1. FIRST ORDER OF BUSINESS \u2014 PRESENTATION \u2014 JUDGE EDWIN LOMBARD Brief: Honoring the career and retirement of Judge Edwin Lombard. Annotation: ELECTRONICALLY SUBMITTED. (Cm. Harris). APPEARED. 2. SECOND ORDER OF BUSINESS \u2014 PRESENTATION \u2014 BISHOP LESTER LOVE, BIG FREEDIA AND KENNETH BRAZILE Brief: Recognizing the late Mark David Brazile for his services to the community, various organizations and churches in and around the state of Louisiana. Mark served as a cultural bearer and many years as artist/designer at The New Orleans Jazz & Heritage Festival, Essence Music Festiva", - "page_number": 2, - "part": 1 + "title": "Regular City Council Minutes 5-11-2023" }, { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "ls, Second Line Parades and float artist for Blaine Kern's Mardi Gras World. Mark was the floral designer for the Meeting of the Court between the krewes of Rex and Comus. Mark also decorated the New Orleans City Council Receptionist area during the Mardi Gras season. He also was featured on WWL-TV Naturally N'awlins with Frank Davis transforming the main lobby of the famous Roosevelt (Fairmont) Hotel into a \"Winter Wonderland\". His model is created every year letting all know Christmas has arrived. Annotation: ELECTRONICALLY SUBMITTED. (Cm. Thomas). APPEARED. MOVED BY: Thomas SECONDED BY: Giarrusso ACTION: Suspend the Rules to take up Resolution No. R-23-123. YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-00505691 83fa 2/72 \f", + "page_content": "- Topic: Approval of the Minutes - April 6, 2023 and April 20, 2023.\n- Summary: The minutes from the specified dates were approved.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: Minutes from April 6, 2023 and April 20, 2023 were approved.\n- Tags/Keywords: Approval of minutes, meeting minutes, council meeting\n- UID: 1033cbfa-f936-439e-8dd2-42e37711d479", + "uid": "1033cbfa-f936-439e-8dd2-42e37711d479", + "publish_date": "5-11-2023", "page_number": 2, - "part": 2 + "title": "Regular City Council Minutes 5-11-2023" }, { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "6/23/23, 5:39 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-0050569183fa 56. RESOLUTION - NO. R-23-123 - BY: COUNCILMEMBERS THOMAS, MORRELL, MORENO, GIARRUSSO, HARRIS, KING AND GREEN Brief: Honoring the life and legacy of Mark David Bazile and express sincere condolences to his family. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/21/23). R-23-123 MOVED By: Thomas SECONDED BY: Morrell ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. 3. THIRD ORDER OF BUSINESS \u2014 PRESENTATION \u2014 MS. CHRISTINE MCBRIDE, SENIOR DIRECTOR OF EXPERI", + "page_content": "Topic: Presentation Honoring Lake Forest Elementary Charter School Principal and CEO, InspireNOLA Charter School CEO\nSummary: The council honored Lake Forest Elementary Charter School Principal, Mardele Simmons Early, and CEO Jamar McKneely of InspireNOLA Charter School for their comprehensive programming promoting non-violence, academic success, high expectations, and community support.\nOrdinance Number: N/A\nVotes Summary:\n Vote 1: N/A\nDecision/Key Actions: The presentation was made to honor the individuals for their work in promoting non-violence, academic success, and community support.\nTags/Keywords: Education, Non-violence, Community Support\nUID: 7fdbffdf-648b-4617-a10e-10f0ce7dcb0a\n\nTopic: Presentation Honoring Corey Calliet\nSummary: The council honored Corey Calliet for his accomplishments and commitment to health and fitness, noting his work as a celebrity trainer and TV personality.\nOrdinance Number: N/A\nVotes Summary:\n Vote 1: N/A\nDecision/Key Actions: The presentation was made to honor Corey Calliet for his achievements in health and fitness.\nTags/Keywords: Health, Fitness, Celebrity Trainer\nUID: 7fdbffdf-648b-4617-a10e-10f0ce7dcb0a\n\nTopic: Communication from Erin Spears - Chief of Staff & Counsel, Council Utilities Regulatory Office\nSummary: Erin Spears submitted communications related to electric and gas utility matters to be received by the Council, including documents from Entergy New Orleans, LLC.\nOrdinance Number: N/A\nVotes Summary:\n Vote 1: N/A\nDecision/Key Actions: The communication and related documents were submitted for the Council's review.\nTags/Keywords: Utilities, Electric, Gas, Entergy New Orleans\nUID: 7fdbffdf-648b-4617-a10e-10f0ce7dcb0a", + "uid": "7fdbffdf-648b-4617-a10e-10f0ce7dcb0a", + "publish_date": "5-11-2023", "page_number": 3, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "ENTIAL & OPERATIONS OF ESSENCE FESTIVAL OF CULTURE Brief: 2023 Essence Festival of Culture. Annotation: ELECTRONICALLY SUBMITTED. (Cm. Harris). APPEARED. 24. LEGISLATIVE GROUPING 24a. CAL. NO. 34,084 - BY: COUNCILMEMBER MORENO Brief: An Ordinance to amend and reordain Section 70-462 of the Code of the City of New Orleans relative to Equitable Business Opportunities program reporting for contracts executed by the City of New Orleans; and to provide otherwise with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/7/23). 34084-29383 M.C.S. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-00505691 83fa 3/72 \f", - "page_number": 3, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "6/23/23, 5:39 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-0050569183fa 24b. AMENDMENT TO ORDINANCE CALENDAR NO. 34,084 - BY: COUNCILMEMBER MORENO Brief: 1) On page 3, after line 54, insert the following: \u201c(c) The annual Equitable Business Opportunities Scorecard program report shall be made available on the City of New Orleans website. (d) The Chief Administrative Office, Department of Finance, Office of Supplier Diversity, and the Office of Performance & Accountability shall create an updated public-facing dashboard with information required in Sec. 70-462.\u201d Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/21/23). SPEAKER(S): Debra Gould MOVED ", - "page_number": 4, - "part": 1 + "title": "Regular City Council Minutes 5-11-2023" }, { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "By: Moreno SECONDED BY: Giarrusso ACTION: Amendment YEAS: Giarrusso, Green, King, Moreno, Morrell - 5 NAYS: 0 ABSTAIN: 0 ABSENT: Harris, Thomas - 2 RECUSED: 0 AND THE MOTION PASSED. 34084 Amendment MOVED By: Moreno SECONDED BY: Giarrusso ACTION: As Amended YEAS: Giarrusso, Green, King, Moreno, Morrell - 5 NAYS: 0 ABSTAIN: 0 ABSENT: Harris, Thomas - 2 RECUSED: 0 AND THE MOTION PASSED. 34084 AS AM CONSENT AGENDA 1. COMMUNICATION - FROM ERIN SPEARS - CHIEF OF STAFF & COUNSEL, COUNCIL UTILITIES REGULATORY OFFICE Brief: Submitting the transmittal document for communications related to electric and gas utility https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-00505691 83fa 4/72 \f", + "page_content": "- Topic: Environmental Adjustments for the April 2023 Billing Cycle\n- Summary: The ordinance relates to environmental adjustments for the April 2023 billing cycle submitted by Entergy. The outcome of the vote is not specified in the provided information.\n- Ordinance Number: UD-18-07\n- Votes Summary:\n Vote 1: Outcome not specified\n- Decision/Key Actions: Outcome not specified\n- Tags/Keywords: Entergy, environmental adjustments, billing cycle\n- UID: 300cf19a-1e68-4eed-bf16-5dd4eb54bc5d\n\n- Topic: Purchased Gas Adjustments for the April 2023 Billing Cycle\n- Summary: The ordinance pertains to purchased gas adjustments for the April 2023 billing cycle submitted by Entergy. The voting outcome is not mentioned in the provided information.\n- Ordinance Number: UD-18-07\n- Votes Summary:\n Vote 1: Outcome not specified\n- Decision/Key Actions: Outcome not specified\n- Tags/Keywords: Entergy, purchased gas adjustments, billing cycle\n- UID: 300cf19a-1e68-4eed-bf16-5dd4eb54bc5d\n\n- Topic: Purchased Power Capacity Recovery Adjustments for the May 2023 Billing Cycle\n- Summary: This ordinance concerns purchased power capacity recovery adjustments for the May 2023 billing cycle filed by Entergy. The voting outcome is not indicated in the available data.\n- Ordinance Number: UD-18-07\n- Votes Summary:\n Vote 1: Outcome not specified\n- Decision/Key Actions: Outcome not specified\n- Tags/Keywords: Entergy, power capacity recovery adjustments, billing cycle\n- UID: 300cf19a-1e68-4eed-bf16-5dd4eb54bc5d\n\n- Topic: Fuel Adjustments for the April 2023 Billing Cycle\n- Summary: The ordinance focuses on fuel adjustments for the April 2023 billing cycle submitted by Entergy. The result of the vote is not provided in the available information.\n- Ordinance Number: UD-18-07\n- Votes Summary:\n Vote 1: Outcome not specified\n- Decision/Key Actions: Outcome not specified\n- Tags/Keywords: Entergy, fuel adjustments, billing cycle\n- UID: 300cf19a-1e68-4eed-bf16-5dd4eb54bc5d\n\n- Topic: First Quarter 2023 New Orleans Power Station Usage Report\n- Summary: This ordinance pertains to the submission of the first quarter 2023 New Orleans Power Station usage report by Entergy. The voting outcome is not mentioned in the provided details.\n- Ordinance Number: R-21-153\n- Votes Summary:\n Vote 1: Outcome not specified\n- Decision/Key Actions: Outcome not specified\n- Tags/Keywords: Entergy, power station, quarterly report\n- UID: 300cf19a-1e68-4eed-bf16-5dd4eb54bc5d\n\n- Topic: 2023 Electric and Gas Formula Rate Plan Filings\n- Summary: The ordinance relates to the 2023 electric and gas formula rate plan filings submitted by Entergy. The voting outcome is not specified in the available information.\n- Ordinance Number: UD-18-07\n- Votes Summary:\n Vote 1: Outcome not specified\n- Decision/Key Actions: Outcome not specified\n- Tags/Keywords: Entergy, electric and gas, formula rate plan\n- UID: 300cf19a-1e68-4eed-bf16-5dd4eb54bc5d\n\n- Topic: 2022 RCPS Compliance Demonstration Report\n- Summary: This ordinance concerns the 2022 RCPS compliance demonstration report submitted by Entergy. The voting outcome is not indicated in the provided data.\n- Ordinance Number: UD-19-01\n- Votes Summary:\n Vote 1: Outcome not specified\n- Decision/Key Actions: Outcome not specified\n- Tags/Keywords: Entergy, compliance report, RCPS\n- UID: 300cf19a-1e68-4eed-bf16-5dd4eb54bc5d\n\n- Topic: Reply Comments submitted by Various Organizations\n- Summary: This pertains to the submission of reply comments by various organizations, including the Alliance for Affordable Energy, the National Audubon Society, and Sierra Club, as well as a request for leniency on late filing and a resilience hubs filing by Together New Orleans. The outcome of the vote is not provided in the available information.\n- Ordinance Number: UD-22-04, UD-21-03\n- Votes Summary:\n Vote 1: Outcome not specified\n- Decision/Key Actions: Outcome not specified\n- Tags/Keywords: Reply comments, organizations, late filing, resilience hubs\n- UID: 300cf19a-1e68-4eed-bf16-5dd4eb54bc5d", + "uid": "300cf19a-1e68-4eed-bf16-5dd4eb54bc5d", + "publish_date": "5-11-2023", "page_number": 4, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "6/23/23, 5:39 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-0050569183fa matters to be received by the Council of the City of New Orleans at its meeting on March 23, 2023: | Communications from Entergy New Orleans, LLC (\"ENO\"): Will come back to this matter, reason being Cm. Thomas reqeusted the vote for Ordinance Calendar No. 34,084 be reconsider to allow him to vote. MOVED By: Moreno SECONDED BY: Green ACTION: Reconsideration of 33,084, reason being to allow Cm. Thomas to vote on the matter. YEAS: Giarrusso, Green, King, Moreno, Morrell, Thomas - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Harris - 1 RECUSED: 0 AND THE MOTION PASSED. MOVED By: Moreno SECONDED BY: Thomas ACTION: As Amended YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ", - "page_number": 5, - "part": 1 + "title": "Regular City Council Minutes 5-11-2023" }, { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. CONSENT AGENDA COMMUNICATION - FROM ERIN SPEARS - CHIEF OF STAFF & COUNSEL, COUNCIL UTILITIES REGULATORY OFFICE Brief: Submitting the transmittal document for communications related to electric and gas utility matters to be received by the Council of the City of New Orleans at its meeting on March 23, 2023: Communications from Entergy New Orleans, LLC (\"ENO\"): 1. New Orleans Power Station Louisiana Department of Environmental Quality Report, UD- 16-02 2. Final Accounting of Up-Front Financing Costs, UD-22-01 Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. Erin Spears Entergy-Courtney R. Nicholson Entergy-W. Bailey Alford II https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-00505691 83fa 5/72 \f", + "page_content": "Topic: Entergy - Broderick A. Bagert Jr\nSummary: Presentation of Independent Accountant\u2019s Report by Louisiana Utilities Restoration Corporation.\nOrdinance Number: UD-22-01\nVotes Summary:\n Vote 1: N/A\nDecision/Key Actions: Report submitted for review.\nTags/Keywords: Entergy, Accountant\u2019s Report, Louisiana Utilities Restoration Corporation\nUID: 8a6727de-185a-44ba-bac0-aef247449b6a\n\nTopic: Entergy - Courtney R. Nicholson\nSummary: FERC Transmittal Letter for ENOL FRP.\nOrdinance Number: 01 2023 0428 ENOL FRP\nVotes Summary:\n Vote 1: N/A\nDecision/Key Actions: Letter received and acknowledged.\nTags/Keywords: Entergy, FERC, Transmittal Letter\nUID: 8a6727de-185a-44ba-bac0-aef247449b6a\n\nTopic: Demolition Permit Application\nSummary: Transmission of a demolition permit application for property at 1330-1332 Touro Street, requiring City Council review and approval.\nOrdinance Number: 23-09290 - DEMO-RSF2 - Council District \"C\"\nVotes Summary:\n Vote 1: N/A\nDecision/Key Actions: Application received and hearing date set for 5/25/23.\nTags/Keywords: Demolition Permit, Application, Touro Street, City Council Review\nUID: 8a6727de-185a-44ba-bac0-aef247449b6a\n\nTopic: Proposed Agreement with Witt O\u2019Brien\u2019s, LLC\nSummary: Submission of a proposed agreement between the City of New Orleans and Witt O\u2019Brien\u2019s, LLC, along with a completed contract summary form and related Motion, pursuant to Rule 57.\nOrdinance Number: N/A\nVotes Summary:\n Vote 1: N/A\nDecision/Key Actions: Agreement received and referred to the Community Development Committee.\nTags/Keywords: Proposed Agreement, Witt O\u2019Brien\u2019s LLC, City of New Orleans\nUID: 8a6727de-185a-44ba-bac0-aef247449b6a\n\nTopic: Proposed Agreement with Ceres Environmental Services, Inc.\nSummary: Submission of a proposed agreement between the City of New Orleans and Ceres Environmental Services, Inc. (Zone 1), along with a completed contract summary form and related Motion, pursuant to Rule 57.\nOrdinance Number: N/A\nVotes Summary:\n Vote 1: N/A\nDecision/Key Actions: Agreement received and referred to the Community Development Committee.\nTags/Keywords: Proposed Agreement, Ceres Environmental Services Inc, City of New Orleans\nUID: 8a6727de-185a-44ba-bac0-aef247449b6a", + "uid": "8a6727de-185a-44ba-bac0-aef247449b6a", + "publish_date": "5-11-2023", "page_number": 5, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "6/23/23, 5:39 PM 5. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-0050569183fa SPEAKER(S): Michael Burnside COMMUNICATION \u2014 FROM W. NICHOLAS DIETZEN_ IV, DWYER, CAMBRE & SUFFERN, LAW FIRM - REPRESENTING ALEXANDRA LAND & DEVELOPMENT, LLC Brief: Requesting to appeal the Central Business District Historic District Landmarks Commission\u2019s decision of the nomination for the study as a local historic landmark and its failure to consider a staff recommended six month deferral of the nomination for property located at 1001 Howard Avenue. Annotation: RECEIVED. (Hearing Date Set For 4/6/23). W. Nicholas Dietzen IV - 1001 Howard Avenue SPEAKER(S): Michael Burnside COMMUNICATION \u2014 FROM TYRELL T. MORRIS, MBA, CPE, EXECUTIVE DIRECTOR, ORLEANS PARISH COMMUNICATION DISTRICT Brief: Submitting an update on the Alternative Dispatch Program soon to launch whic", - "page_number": 6, - "part": 1 + "title": "Regular City Council Minutes 5-11-2023" }, { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "h OPCD believes will greatly improve the quality of service to our residents struggling with mental illness. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. Tyrell T. Morris OPCD COMMUNICATION \u2014 FROM AMY B. TREPAGNIER, DIRECTOR OF PERSONNEL, CITY OF NEW ORLEANS, DEPARTMENT OF CIVIL SERVICE Brief: Submitting for Council approval Amendments to the Classified Pay Plan (Aviation Board) Hiring Rates in accordance with Article X, Section 10 of the Constitution of Louisiana as adopted by the Civil Service Commission at its meeting of March 3, 2023. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED AND REFERRED TO THE BUDGET COMMITTEE. Amy B. Trepagnier - Aviation Board COMMUNICATION \u2014 FROM AMY B. TREPAGNIER, DIRECTOR OF PERSONNEL, CITY OF NEW ORLEANS, DEPARTMENT OF CIVIL SERVICE https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-00505691 83fa 6/72 \f", + "page_content": "- Topic: Proposed Agreement between City of New Orleans and Ceres Environmental Services, Inc. (Zone 2)\n- Summary: Matt Torri, Director of City of New Orleans Department of Sanitation, submitted a proposed agreement between the City of New Orleans and Ceres Environmental Services, Inc. for Zone 2. The agreement was received and referred to the Community Development Committee.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: Agreement received and referred to the Community Development Committee\n- Tags/Keywords: Agreement, City of New Orleans, Ceres Environmental Services, Zone 2\n- UID: ebbf9a9f-d1ed-41ea-b76b-c72ad08d2a29\n\n- Topic: Proposed Agreement between City of New Orleans and Ceres Environmental Services, Inc. (Zone 3)\n- Summary: Matt Torri, Director of City of New Orleans Department of Sanitation, submitted a proposed agreement between the City of New Orleans and Ceres Environmental Services, Inc. for Zone 3. The agreement was received and referred to the Community Development Committee.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: Agreement received and referred to the Community Development Committee\n- Tags/Keywords: Agreement, City of New Orleans, Ceres Environmental Services, Zone 3\n- UID: ebbf9a9f-d1ed-41ea-b76b-c72ad08d2a29\n\n- Topic: Proposed Agreement between City of New Orleans and Unity of Greater New Orleans\n- Summary: Tyra Johnson Brown, Director of City of New Orleans Housing Policy and Office of Community Development, submitted a proposed agreement between the City of New Orleans and Unity of Greater New Orleans. The details of the outcome are not provided in the given chunk.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: Outcome details not provided in the given chunk\n- Tags/Keywords: Agreement, City of New Orleans, Unity of Greater New Orleans\n- UID: ebbf9a9f-d1ed-41ea-b76b-c72ad08d2a29", + "uid": "ebbf9a9f-d1ed-41ea-b76b-c72ad08d2a29", + "publish_date": "5-11-2023", "page_number": 6, - "part": 2 + "title": "Regular City Council Minutes 5-11-2023" }, { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "6/23/23, 5:39 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-0050569183fa Brief: Submitting for Council approval Amendments to the Classified Pay Plan (Sewerage and Water Board) New Classification in accordance with Article X, Section 10 of the Constitution of Louisiana as adopted by the Civil Service Commission at its meeting of March 3, 2023. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED AND REFERRED TO THE BUDGET COMMITTEE. Amy B. Trepagnier - SWB COMMUNICATION \u2014 FROM AMY B. TREPAGNIER, DIRECTOR OF PERSONNEL, CITY OF NEW ORLEANS, DEPARTMENT OF CIVIL SERVICE Brief: Submitting for Council approval Amendments to the Classified Pay Plan (Sewerage and Water Board) Hiring Rates (Safety Coordinator Series) in accordance with Article X, Section 10 of the Constitution of Louisiana as adopted by the Civil Service Commission at its meeting of March 3, 2023. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED AND REFERRED TO THE BUDGET COMMITTEE. Amy B. Trepagnier - SWB COMMUNIC", + "page_content": "- Topic: Loan Agreement Regulatory Agreement, Note, and Mortgage\n- Summary: Orleans, Inc. submitted three accessory documents to the Loan Agreement Regulatory Agreement, Note, and Mortgage, along with a completed contract summary form and related Motion.\n- Ordinance Number: M-23-185\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: Received and referred to the Community Development Committee\n- Tags/Keywords: Loan Agreement, Regulatory Agreement, Mortgage, Motion, Community Development Committee\n- UID: a93bf752-9cdb-4751-82c7-7c1b6426cd68\n\n- Topic: Agreement between City of New Orleans and Louisiana Department of Health\n- Summary: A proposed agreement between the City of New Orleans and Louisiana Department of Health Office of Public Health STD/HIV/Hepatitis Program (LDH SHHP) was submitted, along with a completed contract summary form and related Motion.\n- Ordinance Number: M-23-172\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: Received and referred to the Quality of Life Committee\n- Tags/Keywords: Agreement, Health Department, Quality of Life Committee\n- UID: a93bf752-9cdb-4751-82c7-7c1b6426cd68\n\n- Topic: Vieux Carr\u00e9 Commission\u2019s Decision Appeal\n- Summary: Karen Glaser Stein requested to appeal the Vieux Carr\u00e9 Commission\u2019s decision of \u201cdenial\u201d for work completed without benefit of VCC review and approval, including gallery millwork modifications.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: Hearing date set for 5/25/23\n- Tags/Keywords: Vieux Carr\u00e9 Commission, Appeal, Review, Approval\n- UID: a93bf752-9cdb-4751-82c7-7c1b6426cd68\n\n- Topic: Amendment to the Classified Pay Plan (Sewerage and Water Board)\n- Summary: Amy B. Trepagnier submitted an Amendment to the Classified Pay Plan (Sewerage and Water Board) for Council approval in accordance with the Constitution of Louisiana.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: N/A\n- Tags/Keywords: Classified Pay Plan, Amendment, Sewerage and Water Board, Constitution\n- UID: a93bf752-9cdb-4751-82c7-7c1b6426cd68", + "uid": "a93bf752-9cdb-4751-82c7-7c1b6426cd68", + "publish_date": "5-11-2023", "page_number": 7, - "part": 1 + "title": "Regular City Council Minutes 5-11-2023" }, { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "ATION \u2014 FROM AMY B. TREPAGNIER, DIRECTOR OF PERSONNEL, CITY OF NEW ORLEANS, DEPARTMENT OF CIVIL SERVICE Brief: Submitting for Council approval Amendments to the Classified Pay Plan (Finance) New Classifications and Title Change: Revenue Field Agent Series in accordance with Article X, Section 10 of the Constitution of Louisiana as adopted by the Civil Service Commission at its meeting of March 3, 2023. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED AND REFERRED TO THE BUDGET COMMITTEE. Amy B. Trepagnier Finance COMMUNICATION \u2014 FROM AMY B. TREPAGNIER, DIRECTOR OF PERSONNEL, CITY OF NEW ORLEANS, DEPARTMENT OF CIVIL SERVICE Brief: Submitting for Council approval Amendments to the Classified Pay Plan (Finance) Hiring Rates: Finance Bureau Chiefs in accordance with Article X, Section 10 of the Constitution of Louisiana as adopted by the Civil Service Commission at its meeting of March 3, 2023. Annotation: https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-00505691 83fa 7/72 \f", - "page_number": 7, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "6/23/23, 5:39 PM 10. 11. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-0050569183fa ELECTRONICALLY SUBMITTED. RECEIVED AND REFERRED TO THE BUDGET COMMITTEE. Amy B. Trepagnier Finance SPEAKER(S): E-Comment - Abrahman Mc Neil COMMUNICATION \u2014 FROM AMY B. TREPAGNIER, DIRECTOR OF PERSONNEL, CITY OF NEW ORLEANS, DEPARTMENT OF CIVIL SERVICE Brief: Submitting for Council approval Amendments to the Classified Pay Plan (Police) Pilot Special Rate of Pay: Police Recruiter Incentive Pay in accordance with Article X, Section 10 of the Constitution of Louisiana as adopted by the Civil Service Commission at its meeting of March 3, 2023. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. (See Motion No. M-23-108). Amy B. Trepagnier Police COMMUNICATION \u2014 FROM AMY B. TREPAGNIER, DIRECTOR OF PERSONNEL, CITY OF NEW ORLEANS, DEPARTMENT OF CIVIL SERVICE Brief: Submitting for Council approval Amendment to the Classified Pay Plan Option 1: Council Requested Police Hi", - "page_number": 8, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "ring Rates per Resolution 22-530 Hiring Rates: (Commissioned Officers) in accordance with Article X, Section 10 of the Constitution of Louisiana as adopted by the Civil Service Commission at its meeting of March 3, 2023. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED AND REFERRED TO THE BUDGET COMMITTEE. Amy B. Trepagnier Police COMMUNICATION \u2014 FROM AMY B. TREPAGNIER, DIRECTOR OF PERSONNEL, CITY OF NEW ORLEANS, DEPARTMENT OF CIVIL SERVICE Brief: Submitting for Council approval Amendment to the Classified Pay Plan Option 2: Council Requested Police Hiring Rates per Resolution 22-530 Hiring Rates: (Commissioned Officers) in accordance with Article X, Section 10 of the Constitution of Louisiana as adopted by the Civil Service Commission at its meeting of March 3, 2023. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED AND REFERRED TO THE BUDGET COMMITTEE. Amy B. Trepagnier Police https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-00505691 83fa 8/72 \f", + "page_content": "- Topic: Classified Pay Plan Amendments (Property Management)\n- Summary: Amy B. Trepagnier, Director of Personnel for the City of New Orleans, submitted amendments to the Classified Pay Plan (Property Management) Hiring Rates and New Special Rate of Pay in accordance with the Constitution of Louisiana.\n- Ordinance Number: M-23-182\n- Votes Summary:\n Vote 1: N/A - (Referred to the Budget Committee)\n- Decision/Key Actions: Referred to the Budget Committee\n- Tags/Keywords: Classified Pay Plan, Property Management, Budget Committee\n- UID: efbb296d-e8ca-4e98-82f4-c4d026b9d3d8\n\n- Topic: Classified Pay Plan Amendments (Safety and Permits)\n- Summary: Amy B. Trepagnier also submitted amendments to the Classified Pay Plan (Safety and Permits) Hiring Rates and New Job Classification (Zoning Administration) in accordance with the Constitution of Louisiana.\n- Ordinance Number: M-23-183\n- Votes Summary:\n Vote 1: N/A - (Referred to the Budget Committee)\n- Decision/Key Actions: Referred to the Budget Committee\n- Tags/Keywords: Classified Pay Plan, Safety and Permits, Budget Committee\n- UID: efbb296d-e8ca-4e98-82f4-c4d026b9d3d8\n\n- Topic: Classified Pay Plan Amendments (Public Safety)\n- Summary: Amy B. Trepagnier submitted amendments to the Classified Pay Plan (Public Safety) Hiring Rates, Title Changes, and New Special Rate of Pay in accordance with the Constitution of Louisiana.\n- Ordinance Number: M-23-184\n- Votes Summary:\n Vote 1: N/A - (Referred to the Budget Committee)\n- Decision/Key Actions: Referred to the Budget Committee\n- Tags/Keywords: Classified Pay Plan, Public Safety, Budget Committee\n- UID: efbb296d-e8ca-4e98-82f4-c4d026b9d3d8", + "uid": "efbb296d-e8ca-4e98-82f4-c4d026b9d3d8", + "publish_date": "5-11-2023", "page_number": 8, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "6/23/23, 5:39 PM 12. 13. 14. 15. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-0050569183fa COMMUNICATION \u2014 FROM AMY B. TREPAGNIER, DIRECTOR OF PERSONNEL, CITY OF NEW ORLEANS, DEPARTMENT OF CIVIL SERVICE Brief: Submitting for Council approval Amendments to the Classified Pay Plan (Police) Hiring Rates and New Classification (Social Services Series) in accordance with Article X, Section 10 of the Constitution of Louisiana as adopted by the Civil Service Commission at its meeting of March 3, 2023. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED AND REFERRED TO THE BUDGET COMMITTEE. Amy B. Trepagnier Police SPEAKER(S): E-Comment - Abrahman Mc Neil COMMUNICATION \u2014 FROM AMY B. TREPAGNIER, DIRECTOR OF PERSONNEL, CITY OF NEW ORLEANS, DEPARTMENT OF CIVIL SERVICE Brief: Submitting for Council approval Amendments to the Classified (Police) Police Hiring Rates: Police Academy i", - "page_number": 9, - "part": 1 + "title": "Regular City Council Minutes 5-11-2023" }, { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "n accordance with Article X, Section 10 of the Constitution of Louisiana as adopted by the Civil Service Commission at its meeting of March 3, 2023. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. (See Motion No. M-23-107). Amy B. Trepagnier Police COMMUNICATION \u2014 FROM BRUCE M. GOODWIN, ARCHITECT, ASSOCIATE PROFESSOR, SCHOOL OF ARCHITECTURE, TULANE UNIVERSITY Brief: Requesting a variance from the requirements of the University Area Off-Street Parking Interim Zoning District for permit application 23-05437-RNVS Renovation (Structural) for property located at 6301 Annunciation Street. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. (Hearing Date Set For 4/6/23). Bruce Goodwin IZD 6301 Annunication St COMMUNICATION - FROM TARA G. RICHARD, DIRECTOR OF COUNCIL RELATIONS, OFFICE OF MAYOR LATOYA CANTRELL https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-00505691 83fa 9/72 \f", + "page_content": "- Topic: Appeal Withdrawal for 6028 Benjamin Street\n- Summary: Ian F. Taylor submitted a Withdrawal Letter for the appeal of the Historic District Landmarks Commission\u2019s decision of \u201cdenial\u201d for property located at 6028 Benjamin Street.\n- Ordinance Number: M-23-181\n- Votes Summary:\n Vote 1: N/A - (Not applicable)\n- Decision/Key Actions: Appeal withdrawal submitted\n- Tags/Keywords: Appeal withdrawal, Historic District Landmarks Commission, 6028 Benjamin Street\n- UID: ffc8f062-747c-4dc9-bfaf-b518fa8d3f4d\n\n- Topic: Appeal Request for 2030 Octavia Street\n- Summary: Dennis A. Roubion, Jr. and Kathryn Roubion requested to appeal the parking requirements established by the University Area Off-Street Parking Interim Zoning District (IZD) for property located at 2030 Octavia Street.\n- Ordinance Number: Not specified\n- Votes Summary:\n Vote 1: N/A - (Not applicable)\n- Decision/Key Actions: Appeal request received, hearing date set for 5/25/23\n- Tags/Keywords: Appeal request, University Area Off-Street Parking IZD, 2030 Octavia Street\n- UID: ffc8f062-747c-4dc9-bfaf-b518fa8d3f4d\n\n- Topic: Monthly Raw Data Submission for NOPD\n- Summary: Amy B. Trepagnier, Personnel Director of the City of New Orleans, submitted the monthly raw data relative to current staffing, hiring, and applications to the New Orleans Police Department as required by City Council Ordinance No. 29130.\n- Ordinance Number: Not specified\n- Votes Summary:\n Vote 1: N/A - (Not applicable)\n- Decision/Key Actions: Raw data submission received\n- Tags/Keywords: Monthly raw data, New Orleans Police Department, City Council Ordinance No. 29130\n- UID: ffc8f062-747c-4dc9-bfaf-b518fa8d3f4d\n\n- Topic: Parking Requirement Appeal for 2030 Octavia Street\n- Summary: Brian D. Berry and Jane Carriere Berry requested to appeal the parking requirements established by the University Area Off-Street Parking Interim Zoning District (IZD) for property located at 2030 Octavia Street.\n- Ordinance Number: Not specified\n- Votes Summary:\n Vote 1: N/A - (Not applicable)\n- Decision/Key Actions: Appeal request received\n- Tags/Keywords: Parking requirement appeal, University Area Off-Street Parking IZD, 2030 Octavia Street\n- UID: ffc8f062-747c-4dc9-bfaf-b518fa8d3f4d", + "uid": "ffc8f062-747c-4dc9-bfaf-b518fa8d3f4d", + "publish_date": "5-11-2023", "page_number": 9, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "6/23/23, 5:39 PM 16. 17. 18. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-0050569183fa Brief: Submitting a proposed agreement between the City of New Orleans and Sev! Tech, LLC., a completed contract Summary Form and the related Motion, pursuant to Rule 57. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED AND REFERRED TO THE COMMUNITY DEVELOPMENT COMMITTEE. Tara G. Richard - Sevl Tech LLC COMMUNICATION - FROM TARA G. RICHARD, DIRECTOR OF COUNCIL RELATIONS, OFFICE OF MAYOR LATOYA CANTRELL Brief: Submitting a proposed agreement between the City of New Orleans and Acadian Ambulance Service, Inc., a completed contract summary form and the related Motion, pursuant to Rule 57. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED AND REFERRED TO THE COMMUNITY DEVELOPMENT COMMITTEE. Tara Richard - Contract approval -Acadian Ambulance Services COMMUNICATION - FROM TARA G. RICHARD, DIRECTOR OF COUNCIL RELATIONS, OFFICE OF MAYOR LATOYA CANTRELL Brief: Submitting a proposed agreement between the City of New Orleans and Quartech, a completed contract summary form and the related Motion, pursuant to Rule 57. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED AND REFERRED ", - "page_number": 10, - "part": 1 + "title": "Regular City Council Minutes 5-11-2023" }, { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "TO THE COMMUNITY DEVELOPMENT COMMITTEE. Tara Richard - Contract approval -Quartech COMMUNICATION - FROM DARREN P. LOMBARD, CLERK OF CRIMINAL DISTRICT COURT Brief: Submitting in collaboration with Councilmember Green the following Temporary Emergency polling location changes recommended to the City Council: Ward/ Precinct: From: To: 9/30 N.O. Baptist Theological N.O. Baptist Theological Seminary Seminary - Leavell 3939 Gentilly Blvd. Building 3939 Gentilly Blvd. (Entrance at Providence Place and Gentilly Blvd.) 9/30A N.O. Baptist Theological N.O. Baptist Theological Seminary Seminary - Leavell 3939 Gentilly Blvd. Building 3939 Gentilly Blvd. (Entrance at Providence Place and Gentilly Blvd.) 9/31 N.O. Baptist Theological N.O. Baptist Theological Seminary Seminary - Leavell 3939 Gentilly Blvd. Building 3939 Gentilly Blvd. (Entrance at Providence Place and Gentilly Blvd.) 9/31A N.O. Baptist Theological N.O. Baptist Theological Seminary Seminary - Leavell 3939 Gentilly Blvd. Building 3939 Gentilly Blvd. (Entrance at Providence Place and Gentilly Blvd.) 9/31B N.O. Baptist Theological https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-00505691 83fa 10/72 \f", + "page_content": "- Topic: University Area Off-Street Parking Interim Zoning District Appeal\n- Summary: Request to appeal the University Area Off-Street Parking Interim Zoning District requirements for the addition and renovation of a single-family dwelling at 1227 S. Carrollton Avenue.\n- Ordinance Number: 18\n- Votes Summary:\n Vote 1: N/A - (Hearing Date Set For 5/25/23)\n- Decision/Key Actions: Hearing date set for 5/25/23\n- Tags/Keywords: Zoning, Appeal, Property Renovation\n- UID: 5670bf0a-d06e-4f3b-9547-cad5c0e4d971\n\n- Topic: Historic District Landmarks Commission Appeal\n- Summary: Request to appeal the Historic District Landmarks Commission\u2019s decision of \u201cdenial\u201d of the application for demolition of more than 50% of the exterior wall structure through the increase in height for properties located at 41 Allard Boulevard and 39 Allard Boulevard.\n- Ordinance Number: 19\n- Votes Summary:\n Vote 1: N/A - (Hearing Date Set For 5/25/23)\n- Decision/Key Actions: Hearing date set for 5/25/23\n- Tags/Keywords: Historic Preservation, Demolition Appeal\n- UID: 5670bf0a-d06e-4f3b-9547-cad5c0e4d971\n\n- Topic: Agreement between City of New Orleans and Orleans Tower, LLC\n- Summary: Submission of a proposed agreement between the City of New Orleans and Orleans Tower, LLC, along with a completed contract summary form and related Motion.\n- Ordinance Number: 20\n- Votes Summary:\n Vote 1: N/A - (Received and Referred to the Criminal Justice Committee)\n- Decision/Key Actions: Referred to the Criminal Justice Committee\n- Tags/Keywords: City Contract, Orleans Tower, LLC\n- UID: 5670bf0a-d06e-4f3b-9547-cad5c0e4d971\n\n- Topic: Agreement between City of New Orleans and Global Solutions Group, Inc.\n- Summary: Submission of a proposed agreement between the City of New Orleans and Global Solutions Group, Inc., along with a completed contract summary form and related Motion.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: N/A\n- Tags/Keywords: City Contract, Global Solutions Group, Inc.\n- UID: 5670bf0a-d06e-4f3b-9547-cad5c0e4d971", + "uid": "5670bf0a-d06e-4f3b-9547-cad5c0e4d971", + "publish_date": "5-11-2023", "page_number": 10, - "part": 2 + "title": "Regular City Council Minutes 5-11-2023" }, { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "6/23/23, 5:39 PM 19. 20. 21. 22. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-0050569183fa N.O. Baptist Theological Seminary Seminary - Leavell 3939 Gentilly Blvd. Building 3939 Gentilly Blvd. (Entrance at Providence Place and Gentilly Blvd.) Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. Darren P. Lombard Polling Places REPORT - OF THE EXECUTIVE DIRECTOR OF THE CITY PLANNING COMMISSION Brief: Transmitting Zoning Docket Numbers 3/23 - Cm. Harris, 11/23 - Cm. Harris, Cn. Deadline 5/22/23. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. (Hearing Date Set For 4/6/23). CPC Transmittal letter 2-28-23 REPORT - OF ANITA CURRAN, COUNCIL RESEARCH OFFICER - NEW ORLEANS CITY COUNCIL Brief: Transmitting a demolition report for the following property: * ", + "page_content": "- Topic: Demolition Report for 1330-1332 Touro Street\n- Summary: Anita Curran, Council Research Officer, transmitted a demolition report for the properties at 1330-1332 Touro Street.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote: N/A\n- Decision/Key Actions: Received and referred to the Governmental Affairs Committee\n- Tags/Keywords: Demolition, Touro Street, Governmental Affairs Committee\n- UID: 109ae002-3e0b-461a-bbff-f3b2b6a11d41\n\n- Topic: Zoning Docket Numbers 13/23, 17/23, 23/23, 24/23, 25/23\n- Summary: The Executive Director of the City Planning Commission transmitted zoning docket numbers for various council members with a hearing date set for 5/25/23.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote: N/A\n- Decision/Key Actions: Received\n- Tags/Keywords: Zoning Docket, City Planning Commission, Hearing Date\n- UID: 109ae002-3e0b-461a-bbff-f3b2b6a11d41\n\n- Topic: Zoning Docket Numbers 18/23, 21/23, 26/23, 29/23\n- Summary: The Executive Director of the City Planning Commission transmitted additional zoning docket numbers for various council members with a hearing date set for 5/25/23.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote: N/A\n- Decision/Key Actions: Received\n- Tags/Keywords: Zoning Docket, City Planning Commission, Hearing Date\n- UID: 109ae002-3e0b-461a-bbff-f3b2b6a11d41\n\n- Topic: Appeal of Historic District Landmarks Commission's Denial\n- Summary: Deputy Director of the New Orleans Historic District Landmarks Commission submitted a report regarding an appeal of the HDLC's denial of an application to demolish properties located at 420-22 S. Galvez.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote: N/A\n- Decision/Key Actions: N/A\n- Tags/Keywords: Historic District Landmarks Commission, Demolition Appeal, S. Galvez\n- UID: 109ae002-3e0b-461a-bbff-f3b2b6a11d41", + "uid": "109ae002-3e0b-461a-bbff-f3b2b6a11d41", + "publish_date": "5-11-2023", "page_number": 11, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "2020 Calhoun Street, 23-01161- DEMO-Council District \"A\" Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. Anita Curran-Demo Report -2020 Calhoun St. REPORT \u2014 OF ANITA CURRAN, COUNCIL RESEARCH OFFICER \u2014 NEW ORLEANS CITY COUNCIL Brief: Submitting in accordance with City Code section 70-467, the annual report identifying the Council\u2019s disadvantaged business enterprise (DBE) participation goals and attainment rates for professional service contracts granted in 2022. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. Anita Curran-Report -DBE. REPORT \u2014 OF HENRIETTA BROWN, A.A.E., MBA, DEPUTY DIRECTOR \u2014 FINANCE & ADMINISTRATION, LOUIS ARMSTRONG NEW_ ORLEANS, INTERNATIONAL AIRPORT https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-00505691 83fa 11/72 \f", - "page_number": 11, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "6/23/23, 5:39 PM 23. 24. 25. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-0050569183fa Brief: Submitting in accordance with Section 22-52, the New Orlans Aviation Board (NOAB) End of Quarter Report \u2014 Financial Activity for quarters ending 12/31/22 and 3/17/23. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. Henriietta Brown CAL. NO. 34,083 - BY: COUNCILMEMBERS HARRIS AND GIARRUSSO Brief: An Ordinance to amend and reordain Articles 8, 9, 10, 11, 12, 13, 14, 15, 17, 20, 21, 22, and 26 of the Comprehensive Zoning Ordinance (Ordinance No. 4264 M.C.S., as amended by Ordinance No. 26,413 M.C.S. and subsequent amendments), to modify the Residential Short Term Rentals regulations to bring them into compliance with the decision by the United States Court of Appeals for the Fifth Circuit, which determined the homestead exemption requirement to be unconstitutional; and otherwise to provide with respect thereto. (ZONING DOCKET NO. 2/23) Annotation: ELECTRONICALLY SUBMITTED. (90 Days", - "page_number": 12, - "part": 1 + "title": "Regular City Council Minutes 5-11-2023" }, { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": ", Cn. Deadline 5/31/23). (Cn. Deadline 5/25/23). 34083 Ord. Cal. No. 34,083 is being removed from the Consent agenda, reason being it has an amendment. MOTION - NO. M-23-87 - BY: COUNCILMEMBERS GIARRUSSO AND MORRELL Brief: Ratifying, confirming and approving the reappointment of Charles David Thompson, nominee of the District A councilmember, as a member of the Industrial Development Board, effective upon approval by the Council of the City of New Orleans, for a term ending January 1, 2029. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/21/23). (Questionnaire received. Governmental Affairs Committee recommended approval). ADOPTED. M-23-87 MOTION - NO. M-23-88 - BY: COUNCILMEMBER KING (BY REQUEST) Brief: Ratifying, confirming and approving the Mayor\u2019s reappointment of Dr. Rochelle Head Dunham, as a member of the Sanford \u201cSandy\u201d Krasnoff New Orleans Criminal Justice https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-00505691 83fa 12/72 \f", + "page_content": "- Topic: HDLC Report 420-22 S. Galvez Street\n- Summary: The report pertains to an appeal of the HDLC's \"denial\" of modification of a Significant rated three-story, mixed use building, including demolition of the entire roof structure and rear service wings, and subsequent construction of a new rear addition for property located at 502 Frenchmen Street.\n- Ordinance Number: 420-22\n- Votes Summary:\n Vote 1: Not specified\n- Decision/Key Actions: Not specified\n- Tags/Keywords: HDLC, appeal, modification, demolition, construction\n- UID: b96b0968-e634-49b1-b79a-d05dd903186c\n\n- Topic: HDLC Report 502 Frenchmen Street\n- Summary: The report concerns an appeal of the HDLC's \"approval\" of the retention of demolition of the structure and a fine of $22,500 for property located at 610 David Street.\n- Ordinance Number: 502\n- Votes Summary:\n Vote 1: Not specified\n- Decision/Key Actions: Not specified\n- Tags/Keywords: HDLC, appeal, retention, demolition, fine\n- UID: b96b0968-e634-49b1-b79a-d05dd903186c\n\n- Topic: HDLC Report 610 David Street\n- Summary: The report addresses an appeal of the HDLC's \"no action vote\" for the retention of stone cladding on the front stairs for property located at 1437 St. Andrew Street.\n- Ordinance Number: 610\n- Votes Summary:\n Vote 1: Not specified\n- Decision/Key Actions: Not specified\n- Tags/Keywords: HDLC, appeal, retention, stone cladding\n- UID: b96b0968-e634-49b1-b79a-d05dd903186c", + "uid": "b96b0968-e634-49b1-b79a-d05dd903186c", + "publish_date": "5-11-2023", "page_number": 12, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "6/23/23, 5:39 PM 26. 27. 28. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-0050569183fa Council (community representative for mental health), effective upon approval by the Council of the City of New Orleans, for a term that will expire on December 31, 2023. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/21/23). (Questionnaire received. Governmental Affairs Committee recommended approval). ADOPTED. M-23-88 MOTION - NO. M-23-89 - BY: COUNCILMEMBER THOMAS Brief: Ratifying, confirming and approving the reappointment of Hunter Thomas, nominee of the District E councilmember, as a member of the Finance Authority of New Orleans, effective upon approval by the Council of the City of New Orleans, for a term ending on February 5, 2026. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/21/23). (Questionnaire received. Governmental Affairs Committee recommended approval). ADOPTED. M-23-89 MOTION - NO. M-23-90 - BY: COUNCIL", - "page_number": 13, - "part": 1 + "title": "Regular City Council Minutes 5-11-2023" }, { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "MEMBERS GIARRUSSO (BY REQUEST) AND MORRELL Brief: Ratifying, confirming and approving the Mayor\u2019s appointment of Dr. Dawn Broussard (vice Michael Cowan), representing Loyola University, as a member of the Ethics Review Board, effective upon approval by the Council of the City of New Orleans, for a term that will expire on June 30, 2029. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/21/23). (Questionnaire received. Governmental Affairs Committee recommended approval). ADOPTED. M-23-90 MOTION - NO. M-23-91 - BY: COUNCILMEMBERS GIARRUSSO (BY REQUEST) AND MORRERLL Brief: Ratifying, confirming and approving the Mayor\u2019s reappointment of Thelma French, representing Total Community Action, as a member of the Sanford \u201cSandy\u201d Krasnoff New Orleans Criminal Justice Council, effective upon approval by the Council of the City of New Orleans, for a term that will expire on December 31, 2023. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-00505691 83fa 13/72 \f", + "page_content": "- Topic: HDLC Report 1437 St Andrew Street\n- Summary: Report on appeal of the HDLC's denial of retention of a partial roof, facade, and exterior wall demolition at a contributing rated, one-story, single-family residential building without a Certificate of Appropriateness for property located at 2123 Soniat Street.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Report submitted, no specific voting outcome provided in the summary.\n- Tags/Keywords: HDLC, appeal, denial, retention, demolition\n- UID: b6ed26f0-68d0-4706-b918-8f1cad8c7b31\n\n- Topic: HDLC Report 2123 Soniat Street\n- Summary: Report on appeal of the HDLC's denial of an application to raise an existing one-story, single-family residential building to allow for the construction of conditioned space on the ground floor for property located at 2127 Esplanade Avenue.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Report submitted, no specific voting outcome provided in the summary.\n- Tags/Keywords: HDLC, appeal, denial, application, construction\n- UID: b6ed26f0-68d0-4706-b918-8f1cad8c7b31\n\n- Topic: HDLC Report 2127 Esplanade Avenue\n- Summary: Report on appeal of the HDLC's denial of the request for demolition of the structure for property located at 2516 Upperline Street.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Report submitted, no specific voting outcome provided in the summary.\n- Tags/Keywords: HDLC, appeal, denial, demolition\n- UID: b6ed26f0-68d0-4706-b918-8f1cad8c7b31", + "uid": "b6ed26f0-68d0-4706-b918-8f1cad8c7b31", + "publish_date": "5-11-2023", "page_number": 13, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "6/23/23, 5:39 PM 29. 30. 31. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-0050569183fa Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/21/23). (Questionnaire received. Governmental Affairs Committee recommended approval). ADOPTED. M-23-91 MOTION - NO. M-23-92 - BY: COUNCILMEMBER THOMAS (BY REQUEST) Brief: Ratifying, confirming and approving the Mayor\u2019s appointment of Eric Jones (vice Cleveland Spears III), as a member of the Downtown Development District, representing the Chamber of Commerce, effective upon approval by the Council of the City of New Orleans, for a term that will expire on June 30, 2027. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/21/23). (Questionnaire received. Governmental Affairs Committee recommended approval). ADOPTED. M-23-92 MOTION - NO. M-23-93 - BY: COUNCILMEMBERS GIARRUSSO AND MORRELL Brief: Ratifying, confirming and appr", - "page_number": 14, - "part": 1 + "title": "Regular City Council Minutes 5-11-2023" }, { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "oving the reappointment of Richard Cahn, nominee of the District A councilmember, as a member of the Fairgrounds Citizen Advisory Committee, effective upon approval by the Council of the City of New Orleans, for a term ending on June 30, 2026. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/21/23). (Questionnaire received. Governmental Affairs Committee recommended approval). ADOPTED. M-23-93 MOTION - NO. M-23-94 - BY: COUNCILMEMBERS GIARRUSSO AND MORRELL Brief: Ratifying, confirming and approving the reappointment of Wayne Benjamin, nominee of the District A councilmember, as a member of the Fairgrounds Citizen Advisory Committee, effective upon approval by the Council of the City of New Orleans, for a term ending on June 30, 2027. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/21/23). https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-00505691 83fa 14/72 \f", + "page_content": "- Topic: Appeal of HDLC \"denial\" for demolition at 6028 Benjamin Street\n- Summary: Report submitted regarding an appeal of the Historic District Landmarks Commission's denial of the request for demolition of more than 25% of the facade for property located at 6028 Benjamin Street.\n- Ordinance Number: 32\n- Votes Summary:\n Vote 1: Passed - (N/A)\n- Decision/Key Actions: Appeal report submitted and received.\n- UID: 33e6dc7b-9dab-4644-8607-236b66507f9e\n\n- Topic: Sewerage and Water Board Q1 Public Works Report\n- Summary: Report submitted regarding the Sewerage and Water Board\u2019s Q1 Public Works Report.\n- Ordinance Number: 33\n- Votes Summary:\n Vote 1: Passed - (N/A)\n- Decision/Key Actions: Q1 Public Works Report submitted and received.\n- UID: 33e6dc7b-9dab-4644-8607-236b66507f9e\n\n- Topic: Capital Outlay funds for Sewerage and Water Board Power Plant Project\n- Summary: Ordinance to amend the operating budget to appropriate Capital Outlay funds awarded by the State of Louisiana Facility Planning and Control to the City of New Orleans for the Sewerage and Water Board Power Plant Project.\n- Ordinance Number: 34,091\n- Votes Summary:\n Vote 1: Passed - (N/A)\n- Decision/Key Actions: Ordinance adopted and referred to the Budget Committee.\n- UID: 33e6dc7b-9dab-4644-8607-236b66507f9e\n\n- Topic: Capital Outlay funds for City of New Orleans Operating Budget\n- Summary: Ordinance to amend the operating budget to appropriate Capital Outlay funds awarded by the State of Louisiana Facility Planning and Control to the City of New Orleans for the Sewerage and Water Board Power Plant Project.\n- Ordinance Number: 34,092\n- Votes Summary:\n Vote 1: Passed - (N/A)\n- Decision/Key Actions: Ordinance adopted and referred to the Budget Committee.\n- UID: 33e6dc7b-9dab-4644-8607-236b66507f9e", + "uid": "33e6dc7b-9dab-4644-8607-236b66507f9e", + "publish_date": "5-11-2023", "page_number": 14, - "part": 2 + "title": "Regular City Council Minutes 5-11-2023" }, { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "6/23/23, 5:39 PM 32. 54. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-0050569183fa (Questionnaire received. Governmental Affairs Committee recommended approval). ADOPTED. M-23-94 MOTION - NO. M-23-95 - BY: COUNCILMEMBER GREEN (BY REQUEST) Brief: Ratifying, confirming and approving the Mayor\u2019s appointment of Edwin Murray (vice Paul Flowers), as a member of the Downtown Development District, effective upon approval by the Council of the City of New Orleans, for a term that will expire on June 30, 2027. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/21/23). (Questionnaire received. Governmental Affairs Committee recommended approval). ADOPTED. M-23-95 SPEAKER(S): E-Comment - Abrahman M", + "page_content": "- Topic: Appropriation of grant funds for West Bank Ferry Terminal Renovations\n- Summary: The ordinance aimed to amend the operating budget to appropriate grant funds for the West Bank Ferry Terminal Renovations project. The Budget/Audit/Board of Review Committee recommended approval, and the ordinance was adopted.\n- Ordinance Number: 34,093\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The ordinance was adopted after receiving approval from the Budget/Audit/Board of Review Committee.\n- Tags/Keywords: Appropriation, Grant Funds, Ferry Terminal Renovations, Budget Amendment\n- UID: 4e504c6b-34f3-43a4-b48b-ea437339eb32\n\n- Topic: Amendment of Operating Budget of Expenditures for the City of New Orleans\n- Summary: This ordinance sought to amend the operating budget of expenditures to appropriate grant funds for the West Bank Ferry Terminal Renovations project. It received approval from the Budget/Audit/Board of Review Committee and was adopted.\n- Ordinance Number: 34,094\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The ordinance was adopted after receiving approval from the Budget/Audit/Board of Review Committee.\n- Tags/Keywords: Operating Budget, Expenditure Amendment, Grant Funds, Ferry Terminal Renovations\n- UID: 4e504c6b-34f3-43a4-b48b-ea437339eb32", + "uid": "4e504c6b-34f3-43a4-b48b-ea437339eb32", + "publish_date": "5-11-2023", "page_number": 15, - "part": 1 + "title": "Regular City Council Minutes 5-11-2023" }, { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "c Neil (Items #8 and #12); Michael Burmside (Items #1 and #2) MOTION TO ADOPT CONSENT AGENDA AND REFER OTHER MATTERS TO THE PROPER AGENCY. MOVED By: Green SECONDED BY: Moreno ACTION: Adopt YEAS: Green, Harris, King, Moreno, Morrell, Thomas - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Giarrusso - 1 RECUSED: 0 AND THE MOTION PASSED. AND THE CONSENT AGENDA WAS ADOPTED. RESOLUTION \u2014 NO. R-23-119 \u2014 BY: COUNCILMEMBER GREEN Brief: Approving and adopting the Locally Preferred Alternative for the BRT East-West Bank Corridor Project, set forth in the RTA Board report. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/21/23). R-23-119 https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-00505691 83fa 15/72 \f", - "page_number": 15, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "6/23/23, 5:39 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-0050569183fa SPEAKER(S): Leah LaBlanc, Robert Mersereau, Michael Burnside, Ailene Laspina, Maxwell Ciardullo, Nellie Catzell, Y. Frank Southall (Spoke after the Read into the record E-Comments), Darrell King (Did not speak)l - E-Comments: Lang Le, Tyler Antrup, Bob Payne, Caroline Lutkewitte, Susie Trenka, Jennifer Larino, Julie Pfeffer, David Wadleigh, Tiffany French, Melanie Munsey, Devin A. Foil, Layne Poplin, Courtney French, Frank Rabalais, Robert Mersereau, Betty DiMarco, Bailey Bullock, Zachary Gillespie, Alice Kracke, Thomas Smith, Brad Ott; E-Comments (Not Heard) - Dr. Georgia M. Bryant, Jessica Bantum, Talia Bromberg, Miriam Isabel Barrios, Naomi Jones, Jibran Kutik, Carlos Stich, Isaac MacDonald, Lisa Benefield, Rebecca Dudley, Carolyn Leftwich, Carrie Craven, Sarra Gould, Erika Zucker, Jackson Kimbrell, Abraham McNeil, Angelle Bradford, Katie Jane Fernelius, Philip Kiefer MOVED By: Green SECONDED BY: Thomas ACTION: Adopt YEAS: Giarru", - "page_number": 16, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "sso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. REGULAR AGENDA 1. LEGISLATIVE GROUPING la. COMMUNICATION - FROM TARA G. RICHARD, DIRECTOR OF COUNCIL RELATIONS, OFFICE OF MAYOR LATOYA CANTRELL Brief: Submitting a proposed agreement between the City of New Orleans and Microsoft, a completed contract Summary Form and the related Motion, pursuant to Rule 57. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. Tara Richard - Contract approval - Microsoft 1b. MOTION \u2014 NO. M-23-96 \u2014 BY: COUNCILMEMBER KING (BY REQUEST) Brief: Adding the President of the Council as a signatory to the contract between the City of New Orleans and Microsoft, and authorizing the President of the Council to sign the contract between the City of New Orleans and Microsoft. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/21/23). (MICROSOFT \u2014 ENROLLMENT AGREEMENT). https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-00505691 83fa 16/72 \f", + "page_content": "- Topic: Appropriation of Donated Funds for Police Equipment and Supplies\n- Summary: This ordinance aimed to amend the operating budget to allocate donated funds from CLB Investments to the Department of Police for the purchase of equipment and supplies. The Budget/Audit/Board of Review Committee recommended approval, and the ordinance was adopted.\n- Ordinance Number: 34095-29431 MCS\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The ordinance was adopted to allocate donated funds to the Department of Police for equipment and supplies.\n- Tags/Keywords: Budget, Police Equipment, Donated Funds\n- UID: ef6aa92a-4226-4f9f-ac72-679cbfbc0c9b\n\n- Topic: Appropriation of Donated Funds for Police Equipment and Supplies\n- Summary: Similar to the previous ordinance, this ordinance aimed to amend the operating budget to allocate donated funds from CLB Investments to the Department of Police for the purchase of equipment and supplies. The Budget/Audit/Board of Review Committee recommended approval, and the ordinance was adopted.\n- Ordinance Number: 34096-29432 MCS\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The ordinance was adopted to allocate donated funds to the Department of Police for equipment and supplies.\n- Tags/Keywords: Budget, Police Equipment, Donated Funds\n- UID: ef6aa92a-4226-4f9f-ac72-679cbfbc0c9b\n\n- Topic: Appropriation of Grant Funds for Workforce Development\n- Summary: This ordinance aimed to amend the operating budget to appropriate grant funds from the U.S. Department of Labor to the Office of Workforce Development for the purpose of assisting job seekers and employers with career and training services. The ordinance was electronically submitted and referred to the Budget Committee. The postponement deadline was set for 7/21/23.\n- Ordinance Number: 34096-29432 MCS\n- Votes Summary:\n Vote 1: N/A - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The ordinance was referred to the Budget Committee for further consideration.\n- Tags/Keywords: Budget, Grant Funds, Workforce Development\n- UID: ef6aa92a-4226-4f9f-ac72-679cbfbc0c9b", + "uid": "ef6aa92a-4226-4f9f-ac72-679cbfbc0c9b", + "publish_date": "5-11-2023", "page_number": 16, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "6/23/23, 5:39 PM 2a. 2b. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-0050569183fa M-23-96 - Contract MOVED By: King SECONDED BY: Harris ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. LEGISLATIVE GROUPING COMMUNICATION - FROM TARA G. RICHARD, DIRECTOR OF COUNCIL RELATIONS, OFFICE OF MAYOR LATOYA CANTRELL Brief: Submitting a proposed agreement between the City of New Orleans and Microsoft, a completed contract Summary Form and the related Motion, pursuant to Rule 57. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. Tara Richard - Contract approval - Microsoft MOTION \u2014 NO. M-23-97 \u2014", - "page_number": 17, - "part": 1 + "title": "Regular City Council Minutes 5-11-2023" }, { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": " BY: COUNCILMEMBER KING (BY REQUEST) Brief: Adding the President of the Council as a signatory to the contract between the City of New Orleans and Microsoft, and authorizing the President of the Council to sign the contract between the City of New Orleans and Microsoft. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/21/23). (MICROSOFT \u2014 SERVER & CLOUD ENROLLMENT AGREEMENT). M-23-97 - Contract MOVED By: Morrell SECONDED BY: _ King ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-00505691 83fa 17/72 \f", + "page_content": "- Topic: Appropriation of grant funds from US Department of Labor to the Office of Workforce Development\n- Summary: The ordinance aims to amend the operating budget of expenditures for the City of New Orleans for the year 2023 to appropriate grant funds from the US Department of Labor to the Office of Workforce Development to assist job seekers and employers by providing career and training services.\n- Ordinance Number: 34117-29433 MCS\n- Votes Summary:\n Vote 1: ADOPTED - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The Budget/Audit/Board of Review Committee recommended approval, and the ordinance was adopted.\n- UID: 379a350f-00b4-47d0-99df-297fcccd08fc\n\n- Topic: Amendment of Capital Budget for the Year 2022\n- Summary: The ordinance aims to amend and re-ordain the capital budget for the year 2022 in accordance with the provisions of the Home Rule Charter of the City of New Orleans.\n- Ordinance Number: 34118-29434 MCS\n- Votes Summary:\n Vote 1: ADOPTED - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The Budget/Audit/Board of Review Committee recommended approval, and the ordinance was adopted.\n- UID: 379a350f-00b4-47d0-99df-297fcccd08fc\n\n- Topic: Amendment of Operating Budget of Expenditures for the City of New Orleans for the Year 2023\n- Summary: The ordinance aims to amend the operating budget of expenditures for the City of New Orleans for the year 2023.\n- Ordinance Number: 34119-29435 MCS\n- Votes Summary:\n Vote 1: ADOPTED - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The Budget/Audit/Board of Review Committee recommended approval, and the ordinance was adopted.\n- UID: 379a350f-00b4-47d0-99df-297fcccd08fc", + "uid": "379a350f-00b4-47d0-99df-297fcccd08fc", + "publish_date": "5-11-2023", "page_number": 17, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "6/23/23, 5:39 PM A. la. 1b. 2a. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-0050569183fa LAND USE MATTERS ALL LAND USE ARE SCHEDULED TO COMMENCE AT 11:00 A.M. OR THEREAFTER. All public comments on land use items are subject to City Council Rule 10.1B, whereby each land use matter is limited to a maximum public comment LEGISLATIVE GROUPING DEMOLITION REQUEST \u2014 OF ANGELA RACHAL Brief: Transmitting the application documents for a demolition permit requiring City Council review and approval for the following property: * 2126 Mandeville Street, 23-03269 - DEMO-RSFD - Council District \u201cD\u201d Annotation: ELECTRONICALLY SUBMITTED. (Cm. Green, District D, Cn. Deadline 4/17/23). (Communication received at the me", - "page_number": 18, - "part": 1 + "title": "Regular City Council Minutes 5-11-2023" }, { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "eting of 2/16/23). (Report received at the meeting of 3/9/23). HEARING HELD. Angela Rachal - 2126 Mandeville Street Anita Curran Demo Report - 2126 Mandeville St MOTION - NO. M-23-114 - BY: COUNCILMEMBER GREEN Brief: Approving the demolition permit for the property located at 2126 Mandeville Street. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/21/23). M-23-114 MOVED By: Green SECONDED BY: Morrell ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. LEGISLATIVE GROUPING DEMOLITION REQUEST \u2014 OF LOYOLA UNIVERSITY https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-00505691 83fa 18/72 \f", + "page_content": "- Topic: Zoning Change and Conditional Use\n- Summary: The ordinance sought to effect a zoning change from an HU-RD1 Historic Urban Two-Family Residential District to an HU-B1 Historic Urban Neighborhood Business District and a conditional use to permit a reception facility. It was approved.\n- Ordinance Number: CAL. NO. 34,126\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The zoning change and conditional use were approved.\n- Tags/Keywords: Zoning, Conditional Use, Historic District\n- UID: cc467be4-a569-4c10-9447-09c33ca6a401\n\n- Topic: Conditional Use for Bed and Breakfast\n- Summary: The ordinance aimed to establish a conditional use to permit a principal bed and breakfast in an HMR-2 Historic Marigny/Trem\u00e9/Bywater Residential District. It was approved.\n- Ordinance Number: CAL. NO. 34,127\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The conditional use for the bed and breakfast was approved.\n- Tags/Keywords: Conditional Use, Bed and Breakfast, Historic District\n- UID: cc467be4-a569-4c10-9447-09c33ca6a401", + "uid": "cc467be4-a569-4c10-9447-09c33ca6a401", + "publish_date": "5-11-2023", "page_number": 18, - "part": 2 + "title": "Regular City Council Minutes 5-11-2023" }, { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "6/23/23, 5:39 PM 2b. 3a. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-0050569183fa Brief: Transmitting the application documents for a demolition permit requiring City Council review and approval for the following property: * 2020 Calhoun Street, 23-01161-DEMO \u2014 Council District \u201cA\u201d Annotation: ELECTRONICALLY SUBMITTED. (Cm. Giarrusso, District A, Cn. Deadline 5/8/23). (Communication received at the meeting of 3/9/23). HEARING HELD. Loyola University DEMO - 2020 Calhoun Street Anita Curran-Demo Report -2020 Calhoun St. MOTION \u2014 NO. M-23-104 \u2014 BY: COUNCILMEMBER GIARRUSSO Brief: Approving the demolition permit for the property located at 2020 Calhoun Street. Annotation: ELECTRONICALLY SUBMITTED. (Co", + "page_content": "- Topic: Amendment of Operating Budget for City of New Orleans\n- Summary: The council voted to amend Ordinance No. 29265 M.C.S. to appropriate grant funds for the Alternative Dispatch Behavioral Crisis Response Program and to implement a Crisis Call Center Management Software System. Additionally, one-time grant funds were appropriated to expand COVID-19 health center services for the Healthcare for the Homeless Program.\n- Ordinance Number: 34135-29441 MCS, 34136-29442 MCS, 34137-29443 MCS\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n Vote 2: Passed - (N/A, N/A, N/A, N/A)\n Vote 3: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: Appropriation of grant funds for behavioral crisis response and COVID-19 health center services.\n- Tags/Keywords: Budget amendment, grant funds, crisis response, COVID-19 services\n- UID: 179e9f60-07c2-4eab-b807-42a3580e498e", + "uid": "179e9f60-07c2-4eab-b807-42a3580e498e", + "publish_date": "5-11-2023", "page_number": 19, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "uncil Rule 34. Postponement Deadline 7/21/23). M-23-104 MOVED By: Giarrusso SECONDED BY: Moreno ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. LEGISLATIVE GROUPING HDLC APPEAL - OF STEPHANIE NEVAREZ \u201d ROOFING SOLUTIONS OFFICE MANAGER Brief: Requesting to appeal the Historic District Landmarks Commission's decision of \"de-facto denial\" for property located at 900 South Peters Street. Annotation: (Cm. Harris, District B, Cn. Deadline 4/2/23). (Report received at the meeting of 3/9/23). (Applicant submitted letter requesting to Withdraw). https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-00505691 83fa 19/72 \f", - "page_number": 19, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "6/23/23, 5:39 PM 3b. Sa. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-0050569183fa ON DEADLINE. WITHDRAWN. (At the applicant's request). Stephanie Nevarez HDLC Appeal 900 South Peters St HDLC REport - 900 S Peters St HDLC appeal 900 S Peters St. WD-Ltr MOTION (LYING OVER) \u2014 NO. M-23-L\u2014 BY: COUNCILMEMBER HARRIS Brief: Denying the applicant\u2019s request to appeal the decision of de-facto denial for property located at 900 S. Peters Street. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/7/23). WITHDRAWN. M-23-L LO VCC APPEAL \u2014 OF NIKKI SZALWINSKI Brief: Requesting to appeal the Vieux Carr\u00e9 Commission\u2019s decision of \u201capproval\u201d on January 18, 2023, for the shed and generator plan loc", - "page_number": 20, - "part": 1 + "title": "Regular City Council Minutes 5-11-2023" }, { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "ation and size of shed due to safety and structural concerns for property located at 1009 Burgundy Street. Annotation: ELECTRONICALLY SUBMITTED. (Cm. King, District CB, Cn. Deadline 4/23/23). CONTINUED TO THE MEETING OF 4/20/23. LEGISLATIVE GROUPING UNIVERSITY AREA PARKING INTERIM ZONING DISTRICT APPEAL \u2014 OF ZACH SMITH, OWNER, ZACH SMITH CONSULTING & DESIGN Brief: Requesting to appeal the University Area Off-Street Parking Interim Zoning District for property located at 2616 Joliet Street. Annotation: ELECTRONICALLY SUBMITTED. (Cm. Giarrusso, District A, Cn. Deadline N/A). (Communication received at the meeting of 3/9/23). HEARING HELD. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-00505691 83fa 20/72 \f", + "page_content": "- Topic: Amendment of Operating Budget for Healthcare for the Homeless Program\n- Summary: The ordinance aimed to amend the operating budget to appropriate one-time grant funds for expanding COVID-19 health center services for the Healthcare for the Homeless Program. The ordinance was recommended for approval by the Budget/Audit/Board of Review Committee and was adopted.\n- Ordinance Number: 34137-29443 MCS\n- Votes Summary:\n - Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The ordinance was adopted.\n- Tags/Keywords: Operating Budget, Healthcare for the Homeless Program, COVID-19, Grant Funds\n- UID: 20fb2c92-2077-418e-92af-bf3114b00474\n\n- Topic: Amendment of Operating Budget for Lower Ninth Ward Energy Resilience Project\n- Summary: This ordinance sought to amend the operating budget to appropriate grant funds for the Lower Ninth Ward Energy Resilience Building Resilient Infrastructure and Communities Scoping Project. The ordinance received approval from the Budget/Audit/Board of Review Committee and was adopted.\n- Ordinance Number: 34138-29444 MCS\n- Votes Summary:\n - Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The ordinance was adopted.\n- Tags/Keywords: Operating Budget, Lower Ninth Ward, Energy Resilience, Grant Funds, FEMA\n- UID: 20fb2c92-2077-418e-92af-bf3114b00474\n\n- Topic: Amendment of Operating Budget for Lower Ninth Ward Energy Resilience Project\n- Summary: This ordinance was a duplicate of the previous one, amending the operating budget to appropriate grant funds for the Lower Ninth Ward Energy Resilience Building Resilient Infrastructure and Communities Scoping Project. The ordinance was recommended for approval by the Budget/Audit/Board of Review Committee and was adopted.\n- Ordinance Number: 34139-29445 MCS\n- Votes Summary:\n - Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The ordinance was adopted.\n- Tags/Keywords: Operating Budget, Lower Ninth Ward, Energy Resilience, Grant Funds, FEMA\n- UID: 20fb2c92-2077-418e-92af-bf3114b00474", + "uid": "20fb2c92-2077-418e-92af-bf3114b00474", + "publish_date": "5-11-2023", "page_number": 20, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "6/23/23, 5:39 PM 5b. 6a. 6b. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-0050569183fa Zach Smith - Appeal Letter - 2616 Joliet Street MOTION \u2014 NO. M-23-109 \u2014 BY: COUNCILMEMBER GIARRUSSO Brief: Approving and granting the applicant\u2019s request appealing the parking requirement of the University Area Interim Off-Street Parking Zoning District for property located at 2616 Joliet Street. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/21/23). M-23-109 MOVED By: Giarrusso SECONDED BY: Harris ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Thomas - 5 NAYS: 0 ABSTAIN: 0 ABSENT: Moreno, Morrell - 2 RECUSED: 0 AND THE MOTION PASSED. LEGISLATIVE GROUPING UNIVERSITY AREA PARKING INTERIM ZONING D", - "page_number": 21, - "part": 1 + "title": "Regular City Council Minutes 5-11-2023" }, { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "ISTRICT APPEAL \u2014 OF CHRISTIAN POKORN, POKORN CONSTRUCTION, INC. Brief: Requesting to appeal the University Area Parking Interim Zoning District for property located at 3025 Delachaise Street. Annotation: ELECTRONICALLY SUBMITTED. (Cm. Harris, District B, Cn. Deadline N/A). (Communication received at the meeting of 3/9/23). HEARING HELD. Christian Pokorn - Appeal Letter - 3025 Delachaise Street MOTION \u2014 NO. M-23-100 \u2014 BY: COUNCILMEMBER HARRIS Brief: Approving and granting the applicant\u2019s request appealing the parking requirement of the University Area Interim Off-Street Parking Zoning District for property located at 3025 Delachaise Street. Annotation: https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-00505691 83fa 21/72 \f", + "page_content": "- Topic: Conditional Use for Small Childcare Center in S-RD Suburban Two-Family Residential District\n- Summary: The ordinance aims to establish a conditional use to permit a small childcare center in a specific residential district. The ordinance was referred to the Budget Committee and recommended for approval by the Budget/Audit/Board of Review Committee. It was ultimately adopted.\n- Ordinance Number: 34140-29446 MCS\n- Votes Summary:\n - Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The ordinance was adopted.\n- UID: 109e71fa-fb49-44a6-a5ba-11021e71e4b7\n\n- Topic: Conditional Use for Wine Shop in HU-B1 Historic Urban Neighborhood Business District\n- Summary: This ordinance sought to establish a conditional use to permit a wine shop in a specific historic urban neighborhood business district. It was adopted after being submitted electronically within the specified deadline.\n- Ordinance Number: 34147-29447 MCS\n- Votes Summary:\n - Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The ordinance was adopted.\n- UID: 109e71fa-fb49-44a6-a5ba-11021e71e4b7\n\n- Topic: Conditional Use for Standard Restaurant in HU-B1 Historic Urban Residential Business District\n- Summary: This ordinance aimed to establish a conditional use to permit a standard restaurant in a specific historic urban residential business district. It was adopted after being submitted electronically within the specified deadline.\n- Ordinance Number: 34152-29448 MCS\n- Votes Summary:\n - Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The ordinance was adopted.\n- UID: 109e71fa-fb49-44a6-a5ba-11021e71e4b7", + "uid": "109e71fa-fb49-44a6-a5ba-11021e71e4b7", + "publish_date": "5-11-2023", "page_number": 21, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "6/23/23, 5:39 PM 7a. 7b. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-0050569183fa ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/21/23). M-23-100 MOVED By: Harris SECONDED BY: _ King ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Morrell, Thomas - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Moreno - 1 RECUSED: 0 AND THE MOTION PASSED. LEGISLATIVE GROUPING UNIVERSITY AREA PARKING INTERIM ZONING DISTRICT APPEAL \u2014 OF CHRISTIAN POKORN, POKORN CONSTRUCTION, INC. Brief: Requesting to appeal the University Area Parking Interim Zoning District for property located at 3027 Delachaise Street. Annotation: ELECTRONICALLY SUBMITTED. (Cm. Harris, District B, Cn. Deadline N/A). (Comm", - "page_number": 22, - "part": 1 + "title": "Regular City Council Minutes 5-11-2023" }, { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "unication received at the meeting of 3/9/23). HEARING HELD. Christian Pokorn - Appeal Letter - 3027 Delachaise Street MOTION \u2014 NO. M-23-101 \u2014 BY: COUNCILMEMBER HARRIS Brief: Approving and granting the applicant\u2019s request appealing the parking requirement of the University Area Interim Off-Street Parking Zoning District for property located at 3027 Delachaise Street. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/21/23). M-23-101 MOVED By: Harris SECONDED BY: Morrell ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Morrell, Thomas - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Moreno - 1 https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-00505691 83fa 22/72 \f", + "page_content": "- Topic: Amendment of Zoning Docket 069/08 for Square 844, Lots 21-A and 22-A\n- Summary: The ordinance grants an amendment to allow the property to be used as a community center in an HU-RD2 Historic Urban Two-Family Residential District, replacing the previous conditional use for a large childcare center.\n- Ordinance Number: 34153-29449 MCS\n- Votes Summary:\n Vote 1: ADOPTED - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The ordinance was adopted, allowing the property to be used as a community center.\n- UID: 81fc6b72-ba53-4458-b41f-35fa3b9916c1\n\n- Topic: Establishment of Residential Short Term Rental Interim Zoning District\n- Summary: The ordinance aims to establish a new Interim Zoning District to temporarily prohibit Residential Short Term Rental (STR) uses citywide and prevent the issuance of new Residential Short Term Rental permits or licenses.\n- Ordinance Number: 34159-29452 MCS\n- Votes Summary:\n Vote 1: ADOPTED - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The ordinance was adopted, implementing a temporary prohibition of Residential Short Term Rental uses.\n- UID: 81fc6b72-ba53-4458-b41f-35fa3b9916c1\n\n- Topic: Amendment of Article 19 of the Comprehensive Zoning Ordinance\n- Summary: The ordinance seeks to amend and reordain Article 19 to establish a new Interim Zoning District named the Residential Short Term Rental Interim Zoning District, and to prevent any issuance of new Residential Short Term Rental permits or licenses.\n- Ordinance Number: 34160-29453 MCS\n- Votes Summary:\n Vote 1: ADOPTED - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The ordinance was adopted, implementing the new Interim Zoning District and prohibiting new Residential Short Term Rental permits or licenses.\n- UID: 81fc6b72-ba53-4458-b41f-35fa3b9916c1", + "uid": "81fc6b72-ba53-4458-b41f-35fa3b9916c1", + "publish_date": "5-11-2023", "page_number": 22, - "part": 2 + "title": "Regular City Council Minutes 5-11-2023" }, { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "6/23/23, 5:39 PM 8a. 8b. 9a. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-0050569183fa RECUSED: 0 AND THE MOTION PASSED. LEGISLATIVE GROUPING UNIVERSITY AREA OFF-STREET PARKING INTERIM ZONING DISTRICT APPEAL = OF GREGORY J. HACKENBERG, AIA NCARB Brief: Requesting a variance from the requirements of the University Area Off-Street Parking Interim Zoning District. The Zoning Department has determined that the renovation and addition proposed for the single-family residence will require two additional parking spaces for property located at 8325 Willow Street. Annotation: ELECTRONICALLY SUBMITTED. (Cm. Giarrusso, District A, Cn. Deadline N/A). (Communication received at the meeting of 3/9/23). HEARING HELD. Gregory J Hackenberg - IZD Appeal Lette", + "page_content": "- Topic: University Area Off-Street Parking Interim Zoning District\n- Summary: The ordinance aims to require off-street vehicular parking for any increase in the number of existing bedrooms in the designated area. It was adopted later on the Regular agenda with an Amendment.\n- Ordinance Number: ZONING DOCKET NO. 100/22\n- Votes Summary:\n Vote 1: Adopted - (Number of YEAS, Number of NAYS, Number of ABSTAIN, Number of ABSENT)\n- Decision/Key Actions: The ordinance was adopted with an Amendment.\n- Tags/Keywords: Zoning, Off-Street Parking, Amendment\n- UID: 9014945c-51cb-4fe8-909b-85899dc7c691\n\n- Topic: Appropriation of Grant Funds for Emergency Medical Services\n- Summary: The ordinance seeks to appropriate grant funds to the Health Department for Emergency Medical Services to purchase rescue equipment. It was adopted.\n- Ordinance Number: 34163-29456 MCS\n- Votes Summary:\n Vote 1: Adopted - (Number of YEAS, Number of NAYS, Number of ABSTAIN, Number of ABSENT)\n- Decision/Key Actions: The ordinance was adopted.\n- Tags/Keywords: Grant Funds, Emergency Medical Services, Appropriation\n- UID: 9014945c-51cb-4fe8-909b-85899dc7c691\n\n- Topic: Appropriation of Grant Funds for Emergency Medical Services\n- Summary: Similar to the previous ordinance, this one also aims to appropriate grant funds to the Health Department for Emergency Medical Services to purchase rescue equipment. It was adopted.\n- Ordinance Number: 34,164\n- Votes Summary:\n Vote 1: Adopted - (Number of YEAS, Number of NAYS, Number of ABSTAIN, Number of ABSENT)\n- Decision/Key Actions: The ordinance was adopted.\n- Tags/Keywords: Grant Funds, Emergency Medical Services, Appropriation\n- UID: 9014945c-51cb-4fe8-909b-85899dc7c691", + "uid": "9014945c-51cb-4fe8-909b-85899dc7c691", + "publish_date": "5-11-2023", "page_number": 23, - "part": 1 + "title": "Regular City Council Minutes 5-11-2023" }, { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "r - 8325 Willow Street MOTION \u2014 NO. M-23-110 \u2014 BY: COUNCILMEMBER GIARRUSSO Brief: Approving and granting the applicant\u2019s request appealing the parking requirement of the University Area Interim Off-Street Parking Zoning District for property located at 8325 Willow Street. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/21/23). M-23-110 MOVED By: Giarrusso SECONDED BY: Thomas ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Morrell, Thomas - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Moreno - 1 RECUSED: 0 AND THE MOTION PASSED. LEGISLATIVE GROUPING UNIVERSITY AREA PARKING INTERIM ZONING DISTRICT APPEAL \u2014 OF ZACH SMITH, OWNER, ZACH SMITH CONSULTING & DESIGN https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-00505691 83fa 23/72 \f", - "page_number": 23, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "6/23/23, 5:39 PM 9b. 11. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-0050569183fa Brief: Requesting to appeal the University Area Off-Street Parking Interim Zoning District for property located at 2505 Leonidas Street. Annotation: ELECTRONICALLY SUBMITTED. (Cm. Giarrusso, District A, Cn. Deadline N/A). (Communication received at the meeting of 3/9/23). HEARING HELD. Zach Smith - Appeal Letter - 2505 Leonidas Street MOTION \u2014 NO. M-23-111 \u2014 BY: COUNCILMEMBER GIARRUSSO Brief: Approving and granting the applicant\u2019s request appealing the parking requirement of the University Area Interim Off-Street Parking Zoning District for property located at 2505 Leonidas Street. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/21/23). M-23-111 MOVED BY: Giarrusso SECONDED BY: Thomas ACTION: Adopt YEAS: Giarrusso, Green, Harris, Morrell, Thomas - 5 NAYS: 0 ABSTAIN: 0 ABSENT: King, Moreno - 2 RECUSED: 0 AND THE MOTION PASSED. ZONING DOCKET NO. 100/22 \u2014 CITY COUNCIL MOTION NO. M-22-449 Brief: Requesting an Amendment to the text of the Comprehensiv", - "page_number": 24, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "e Zoning Ordinance to amend Article 19 to re-establish the University Area Off-Street Parking Interim Zoning District, the intent of which is to require off-street vehicular parking for any increase in the number of existing bedrooms. The proposed text changes would affect properties located in the area generally bounded by Cecil Street, a straight line connecting Cecil Street to Monticello Avenue, Monticello Avenue, to Leake Avenue, to River Drive, to Riverview Drive, to East Drive, to Tchoupitoulas Street, turning north on Jefferson Avenue, turning east on South Claiborne Avenue, turning north on Toledano Street, connecting to Washington Avenue, turning east on Earhart Boulevard, turning north on South Carrollton Avenue, turning east on Tulane Avenue/Airline Highway connecting to Palmetto Street, to Northline Street, to Monticello Avenue, to Cecil Street (Municipal Addresses: Multiple). The recommendation of the City Planning Commission being \u201cFOR MODIFIED APPROVAL\u201d. Annotation: ELECTRONICALLY SUBMITTED. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-00505691 83fa 24/72 \f", + "page_content": "- Topic: Appropriation of additional funds for the Jackson Barracks Project unit within the Department of Mosquito, Termite & Rodent Control for the purchase of motor vehicles.\n- Summary: The council voted to amend the operating budget of revenues and expenditures for the City of New Orleans to appropriate additional funds to the Jackson Barracks Project unit for the purchase of motor vehicles. The Budget/Audit/Board of Review Committee recommended approval, and the ordinance was adopted.\n- Ordinance Number: 34164-29457 MCS\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: Additional funds were appropriated for the Jackson Barracks Project unit for the purchase of motor vehicles.\n- Tags/Keywords: Budget, Appropriation, Operating Budget, Motor Vehicles\n- UID: 9e501ad7-2df6-46fc-9bfd-db67b01fe9fd\n\n- Topic: Appropriation of additional funds for the Jackson Barracks Project unit within the Department of Mosquito, Termite & Rodent Control for the purchase of motor vehicles.\n- Summary: The council also voted to amend the operating budget of expenditures for the City of New Orleans to appropriate additional funds to the Jackson Barracks Project unit for the purchase of motor vehicles. The Budget/Audit/Board of Review Committee recommended approval, and the ordinance was adopted.\n- Ordinance Number: 34165-29458 MCS\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: Additional funds were appropriated for the Jackson Barracks Project unit for the purchase of motor vehicles.\n- Tags/Keywords: Budget, Appropriation, Operating Budget, Motor Vehicles\n- UID: 9e501ad7-2df6-46fc-9bfd-db67b01fe9fd\n\n- Topic: Appropriation of unspent grant funds to the Department of Workforce Development.\n- Summary: The council voted to amend the operating budget of revenues for the City of New Orleans to appropriate unspent grant funds to the Department of Workforce Development. The ordinance was adopted.\n- Ordinance Number: 34166-29459 MCS\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: Unspent grant funds were appropriated to the Department of Workforce Development.\n- Tags/Keywords: Budget, Appropriation, Grant Funds, Workforce Development\n- UID: 9e501ad7-2df6-46fc-9bfd-db67b01fe9fd", + "uid": "9e501ad7-2df6-46fc-9bfd-db67b01fe9fd", + "publish_date": "5-11-2023", "page_number": 24, - "part": 2 + "title": "Regular City Council Minutes 5-11-2023" }, { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "6/23/23, 5:39 PM 12. 13. 13a. 13b. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-0050569183fa (Cms. Giarrusso, District A and Harris, District B, Cn. Deadline 4/17/23). CONTINUED TO THE MEETING OF 4/6/23. ZD NO. 100-22 Final Report with attachments ZONING DOCKET NO. 5/23 \u2014 CITY COUNCIL MOTION NO. M-22-447 Brief: Requesting a Planned Development in an HU-RD2 Historic Urban Two-Family Residential District and an HUC Historic Urban Corridor Use Restriction Overlay District to allow the adaptive re-use of an existing institutional structure as a multiple-family residence, on Square 682, Lots 16-19, in the First Municipal District, bounded by South Rendon Street, Cleveland Avenue, Palmyra Street, and Jefferson Davis Parkway (Municipal Addresses: 217 South Rendon Street and 3300 Cleveland Avenue). The recommendation of the City Planning Commission being \u201cFOR DENIAL\u201d. Annotation: ELECTRONICALLY SUBMITTED. (Cm. Harris, District B, Cn. Deadline 5/8/23). CONTINUED TO THE MEETING OF 4/6/23. ZD NO 5-23 Final LEGISLATIVE G", + "page_content": "- Topic: Amendment of Operating Budget for the City of New Orleans\n- Summary: The ordinance aimed to amend the operating budget of the city to appropriate unspent grant funds to the Department of Workforce Development. The ordinance was recommended for approval by the Budget/Audit/Board of Review Committee and was adopted.\n- Ordinance Number: CAL. NO, 34,168\n- Votes Summary:\n Vote 1: Passed - (N/A)\n- Decision/Key Actions: The unspent grant funds were appropriated to the Department of Workforce Development.\n- Tags/Keywords: Operating Budget, Grant Funds, Department of Workforce Development\n- UID: 5990a428-4f2b-43d6-a9a6-54ba2bd33d7c\n\n- Topic: Establishment of Fees for Zoning Administration Applications\n- Summary: This ordinance aimed to establish fees for certain applications to the zoning administration of the Department of Safety and Permits. It was recommended for approval by the Budget/Audit/Board of Review Committee and was adopted.\n- Ordinance Number: CAL. NO. 34,169\n- Votes Summary:\n Vote 1: Passed - (N/A)\n- Decision/Key Actions: Fees for certain zoning administration applications were established.\n- Tags/Keywords: Zoning Administration, Fees, Department of Safety and Permits\n- UID: 5990a428-4f2b-43d6-a9a6-54ba2bd33d7c\n\n- Topic: Amendments to the Classified Pay Plan (Aviation Board)\n- Summary: The motion sought Council approval for amendments to the Classified Pay Plan (Aviation Board) in accordance with the Civil Service Commission's meeting of March 3, 2023. The motion was adopted.\n- Ordinance Number: NO. M-23-173\n- Votes Summary:\n Vote 1: Passed - (N/A)\n- Decision/Key Actions: Amendments to the Classified Pay Plan (Aviation Board) were approved.\n- Tags/Keywords: Classified Pay Plan, Aviation Board, Civil Service Commission\n- UID: 5990a428-4f2b-43d6-a9a6-54ba2bd33d7c", + "uid": "5990a428-4f2b-43d6-a9a6-54ba2bd33d7c", + "publish_date": "5-11-2023", "page_number": 25, - "part": 1 + "title": "Regular City Council Minutes 5-11-2023" }, { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "ROUPING ZONING DOCKET NO. 7/23 \u2014 HOLY ANOINTED HOUSE OF PRAYER Brief: Requesting a Conditional Use to permit a small childcare center in an S-RD Suburban Two- Family Residential District, on Square 2873, Lots 7 and 8, in the Third Municipal District, bounded by Senate Street, Alfred Street, Harrison Avenue, and Jumonville Street (Municipal Addresses: 1373-1377 Senate Street), The recommendation of the City Planning Commission being \u201cFOR APPROVAL\u201d, subject to four (4) waivers and six (6) provisos. Annotation: ELECTRONICALLY SUBMITTED. (Cm. Green, District D, Cn. Deadline 4/17/23). HEARING HELD. ZD NO. 7-23 Final Staff Report MOTION \u2014 NO. M-23-115 \u2014 BY: COUNCILMEMBER GREEN Brief: Approving the applicant\u2019s request for properties located at 1373-1377 Senate Street, subject to four (4) waivers and six (6) provisos recommended by the City Planning Commission. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/21/23). https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-00505691 83fa 25/72 \f", - "page_number": 25, - "part": 2 + "page_content": "- Topic: Amendment to the Classified Pay Plan (Sewerage and Water Board)\n- Summary: The council approved the amendment to the Classified Pay Plan for the Sewerage and Water Board, including new classifications and hiring rates, as recommended by the Budget/Audit/Board of Review Committee.\n- Ordinance Number: M-23-173, M-23-174, M-23-175, M-23-176\n- Votes Summary:\n Vote 1: Passed - (N/A)\n Vote 2: Passed - (N/A)\n Vote 3: Passed - (N/A)\n Vote 4: Passed - (N/A)\n- Decision/Key Actions: The amendments to the Classified Pay Plan were adopted.\n- Tags/Keywords: Classified Pay Plan, Sewerage and Water Board, Budget/Audit/Board of Review Committee\n- UID: 63dbb81e-6509-4463-892e-4e4b9dc72823", + "uid": "63dbb81e-6509-4463-892e-4e4b9dc72823", + "publish_date": "5-11-2023", + "page_number": 26, + "title": "Regular City Council Minutes 5-11-2023" }, { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "6/23/23, 5:39 PM 14. 14a. 14b. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-0050569183fa M-23-115 MOVED By: Green SECONDED BY: Harris ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Morrell, Thomas - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Moreno - 1 RECUSED: 0 AND THE MOTION PASSED. LEGISLATIVE GROUPING ZONING DOCKET NO. 8/23 \u2014 CITY COUNCIL MOTION NO. M-22-534 Brief: Requesting a Zoning Change from an HU-RD1 Historic Urban Two-Family Residential District to an HU-B1 Historic Urban Neighborhood Business District and a conditional use to permit a reception facility, on Square 15, Lots 14, 70, 71, and 72, in the Fifth Municipal District, bounded by Pace Boulevard, Wall Boulevard, Elizardi Boulevard, and the Magellan Canal (Municipal Addresses: 1784 Pace Boulevard and 1778 Elizardi Boulev", - "page_number": 26, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "ard). The recommendation of the City Planning Commission being \u201cFOR APPROVAL\u201d, subject to three (3) provisos. Annotation: ELECTRONICALLY SUBMITTED. (Cm. King, District C, Cn. Deadline 5/8/23). HEARING HELD. ZD NO 8-23 Final Staff Report MOTION \u2014 NO. M-23-122 \u2014 BY: COUNCILMEMBER KING Brief: Approving the applicant\u2019s request for properties located at 1784 Pace Boulevard and 1778 Elizardi Boulevard, subject to three (3) provisos recommended by the City Planning Commission. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/21/23). M-23-122 MOVED By: King SECONDED BY: Thomas ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-00505691 83fa 26/72 \f", - "page_number": 26, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "6/23/23, 5:39 PM 15. 16. 16a. 16b. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-0050569183fa RECUSED: 0 AND THE MOTION PASSED. ZONING DOCKET NO. 9/23 \u2014 N&B INVESTMENT GROUP, LLC Brief: Requesting an Amendment to Ordinance No. 23,346 MCS (Zoning Docket 069/08, which granted a conditional use to permit a large childcare center) to now authorize the use of the property as a community center in an HU-RD2 Historic Urban Two-Family Residential District, on Square 844, Lots 21-A and 22-A, in the Third Municipal District, bounded by Lizardi Street, Forstall Street, North Prieur Street, and North Roman Street (Municipal Address: 1804 Lizardi Street). The recommendation of the City Planning Commission being \u201cFOR APPROVAL\u201d, subject to three (3) provisos. Annotation: ELECTRONICALLY SUBMITTED. (Cm. Thomas, District E, Cn. Deadline 5/8/23). CONTINUED TO THE MEETING OF 4/6/23. ZD NO 9-23 Final Report LEGISLATIVE GROUPING ZONING DOCKET NO. 10/23 \u2014 ", - "page_number": 27, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "FRENCH QUARTER LANAUX MANSION, LLC Brief: Requesting a Conditional Use to permit a principal bed and breakfast in an HMR-2 Historic Marigny/Trem\u00e9/Bywater Residential District, on Square 5, Lot 5, in the Third Municipal District, bounded by Esplanade Avenue, Chartres Street, Decatur Street, and Frenchmen Street (Municipal Address: 547 Esplanade Avenue). The recommendation of the City Planning Commission being \u201cFOR APPROVAL\u201d, subject to two (2) provisos. Annotation: ELECTRONICALLY SUBMITTED. (Cm. King, District C, Cn. Deadline 5/8/23). HEARING HELD. ZD NO 10-23 Final MOTION \u2014 NO. M-23-121 \u2014 BY: COUNCILMEMBER KING Brief: Approving the applicant\u2019s request for property located at 547 Esplanade Avenue, subject to two (2) provisos recommended by the City Planning Commission. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/21/23). M-23-121 https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-00505691 83fa 27/72 \f", + "page_content": "- Topic: Amendments to Classified Pay Plan (Finance Bureau Chiefs)\n- Summary: The motion was submitted for Council approval to amend the Classified Pay Plan for Finance Bureau Chiefs, in accordance with the Constitution of Louisiana. The motion was recommended for approval by the Budget/Audit/Board of Review Committee and was adopted.\n- Ordinance Number: M-23-177\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The amendments to the Classified Pay Plan for Finance Bureau Chiefs were approved.\n- UID: e0cf0c1f-325c-42c6-8f6c-744b05c355ed\n\n- Topic: Amendments to Classified Pay Plan (Police) and New Classification (Social Services Series)\n- Summary: The motion was submitted for Council approval to amend the Classified Pay Plan for Police, including hiring rates and new classification for Social Services Series, in accordance with the Constitution of Louisiana. The motion was recommended for approval by the Budget/Audit/Board of Review Committee and was adopted.\n- Ordinance Number: M-23-178\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The amendments to the Classified Pay Plan for Police and the new classification for Social Services Series were approved.\n- UID: e0cf0c1f-325c-42c6-8f6c-744b05c355ed\n\n- Topic: Amendments to Classified Pay Plan (Public Safety) and New Special Rate of Pay\n- Summary: The motion was submitted for Council approval to amend the Classified Pay Plan for Public Safety, including hiring rates, title changes, and new special rate of pay, in accordance with the Constitution of Louisiana. The motion was recommended for approval by the Budget/Audit/Board of Review Committee and was adopted.\n- Ordinance Number: M-23-181\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The amendments to the Classified Pay Plan for Public Safety and the new special rate of pay were approved.\n- UID: e0cf0c1f-325c-42c6-8f6c-744b05c355ed", + "uid": "e0cf0c1f-325c-42c6-8f6c-744b05c355ed", + "publish_date": "5-11-2023", "page_number": 27, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "6/23/23, 5:39 PM 17. 17a. 17b. 18. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-0050569183fa MOVED By: King SECONDED BY: Thomas ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. LEGISLATIVE GROUPING STREET NAME CHANGE 5/22 \u2014SUNO KNIGHTS DRIVE Brief: Requesting the reconsideration of the renaming of Press Drive from Emmett W Bashful Boulevard through the intersection with Leon C. Simon Drive to the end of the public and/or private drive as SUNO Knights Drive. The recommendation of the City Planning Commission being \u201cFOR APPROVAL\u201d. Annotation: ELECTRONICALLY SUBMITTED. (Cm. Green, District ", - "page_number": 28, - "part": 1 + "title": "Regular City Council Minutes 5-11-2023" }, { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "D, Cn. Deadline N/A). HEARING HELD. SNC 5-22 SUNO Knights Drive Reconsideration MOTION \u2014 NO. M-23-116 \u2014 BY: COUNCILMEMBER GREEN Brief: Approving the renaming of Press Drive from Emmett W. Bashful Boulevard through the intersection with Leon C. Simon Drive to the end of the public and/or private drive as SUNO Knights Drive. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/21/23). M-23-116 MOVED By: Morrell SECONDED BY: Moreno ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. LEGISLATIVE GROUPING https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-00505691 83fa 28/72 \f", + "page_content": "- Topic: Amendment to the Classified Pay Plan (Sewerage and Water Board)\n- Summary: The council approved the amendment to the Classified Pay Plan for the Sewerage and Water Board, with a recommended effective date of May 14, 2023.\n- Ordinance Number: M-23-182\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The Budget/Audit/Board of Review Committee recommended approval.\n- UID: 6f1a62bd-62ab-45f1-b430-c4c80fa2c054\n\n- Topic: Amendments to the Classified Pay Plan (Property Management)\n- Summary: The council approved the amendments to the Classified Pay Plan for Property Management, including hiring rates and a new special rate of pay, with a recommended effective date of May 14, 2023.\n- Ordinance Number: M-23-183\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The Budget/Audit/Board of Review Committee recommended approval.\n- UID: 6f1a62bd-62ab-45f1-b430-c4c80fa2c054\n\n- Topic: Amendments to the Classified Pay Plan (Safety and Permits)\n- Summary: The council approved the amendments to the Classified Pay Plan for Safety and Permits, including hiring rates and a new job classification for Zoning Administration, with a recommended effective date of May 14, 2023.\n- Ordinance Number: M-23-184\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The Budget/Audit/Board of Review Committee recommended approval.\n- UID: 6f1a62bd-62ab-45f1-b430-c4c80fa2c054", + "uid": "6f1a62bd-62ab-45f1-b430-c4c80fa2c054", + "publish_date": "5-11-2023", "page_number": 28, - "part": 2 + "title": "Regular City Council Minutes 5-11-2023" }, { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "6/23/23, 5:39 PM 18a. 18b. 19. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-0050569183fa STREET NAME CHANGE 6/22 \u2014 RONEAGLE WAY Brief: Requesting the consideration of renaming Cadillac Street from I-610 to Park Island Drive as Roneagle Way. The recommendation of the City Planning Commission being \u201cFOR DENIAL\u201d. Annotation: ELECTRONICALLY SUBMITTED. (Cm. Green, District D, Cn. Deadline N/A). HEARING HELD. SNC 6-22 Roneagle Way MOTION \u2014 NO. M-23-117\u2014 BY: COUNCILMEMBER GREEN Brief: Approving the renaming of Cadillac Street between I-610 and Park Island Drive to Roneagle Way. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/21/23). M-23-117 MOVED By: Morrell SECONDED BY: T", + "page_content": "- Topic: Authorization of American Rescue Plan funds for utility arrearages\n- Summary: The ordinance aims to authorize the Mayor to enter into a Subrecipient Agreement to utilize $1,300,000.00 in American Rescue Plan funds to provide assistance to constituents with utility arrearages incurred during the COVID-19 pandemic. The ordinance was deferred until later in the meeting.\n- Ordinance Number: CAL. NO. 34,170\n- Votes Summary:\n Vote 1: Deferred - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: Deferred until later in the meeting\n- Tags/Keywords: American Rescue Plan funds, utility arrearages, COVID-19 pandemic\n- UID: 82cafb3e-9a22-45c3-b4ea-c85c90b31055\n\n- Topic: Appeal of Historic District Landmarks Commission's decision\n- Summary: The communication requested to appeal the Historic District Landmarks Commission's decision of \"denial\" to levy a fine for $20,000.00 for properties located at 2123 Soniat Street. The council voted to suspend the rules.\n- Votes Summary:\n Vote 1: Passed - (5, 0, 0, 2)\n- Decision/Key Actions: Suspend the rules\n- Tags/Keywords: Appeal, Historic District Landmarks Commission, fine, property\n- UID: 82cafb3e-9a22-45c3-b4ea-c85c90b31055", + "uid": "82cafb3e-9a22-45c3-b4ea-c85c90b31055", + "publish_date": "5-11-2023", "page_number": 29, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "homas ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. STREET NAME CHANGE 7/22 \u2014 SHIRLEY TAYLOR WAY Brief: Requesting consideration of the renaming of the entirety of N. Rocheblave Street between Jourdan Avenue and Dubreuil Street as Shirley Taylor Way. The recommendation of the City Planning Commission being \u201cFOR MODIFIED APPROVAL\u201d to Shirley Taylor Street. Annotation: ELECTRONICALLY SUBMITTED. (Cm. Thomas, District E, Cn. Deadline N/A). HEARING HELD. SNC 7-22 Shirley Taylor Street 56d. MOTION - NO. M-23-126 - BY: COUNCILMEMBER THOMAS https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-00505691 83fa 29/72 \f", - "page_number": 29, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "6/23/23, 5:39 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-0050569183fa Brief: Granting the applicant\u2019s request for consideration of the renaming of the entirety of N. Rocheblave Street between Jourdan Avenue and Dubreuil Street as Shirley Taylor Way, as modified in the City Planning Commission\u2019s report on STREET NAME CHANGE NO. NO. 7/22. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/21/23). MOVED BY: Thomas SECONDED BY: _ Harris ACTION: Suspend the Rules to Receive the foregoing Motion. YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. MOVED BY: Thomas SECONDED BY: Morrell ACTION: Suspend the Rules to Add the foregoing Motion to the Council's agenda. YEAS: Giarrusso, Green, Harris, King, Moreno, ", - "page_number": 30, - "part": 1 + "title": "Regular City Council Minutes 5-11-2023" }, { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. SPEAKER(S): Darryl King MOVED BY: Thomas SECONDED BY: Green ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. 20. CAL. NO. 33,893 - BY: COUNCILMEMBER HARRIS Brief: An Ordinance to ordain Section 70-10 of the Code of the City of New Orleans to establish reporting requirements applicable to the Department of Finance, including both a statement to be issued alongside each payment the City of New Orleans provides to a security and improvement district, and an annual financial report to be transmitted to the City Council, and otherwise to provide with respect thereto. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-00505691 83fa 30/72 \f", + "page_content": "- Topic: Suspend the Rules to Receive Communication from Darren P. Lombard, Clerk of Criminal District Court and Chief Elections Officer\n- Summary: The council voted to suspend the rules to receive a communication from Darren P. Lombard, Clerk of Criminal District Court and Chief Elections Officer, submitting the results from the April 29, 2023 Proposition Election.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n Vote 2: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n Vote 3: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The communication was added to the council's agenda.\n- Tags/Keywords: Communication, Proposition Election, Suspension of Rules\n- UID: 715986c0-39af-48f3-93ca-4e8afb98c4cb", + "uid": "715986c0-39af-48f3-93ca-4e8afb98c4cb", + "publish_date": "5-11-2023", "page_number": 30, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "6/23/23, 5:39 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-0050569183fa Annotation: ELECTRONICALLY SUBMITTED. CONTINUED TO THE MEETING OF 4/6/23. 33893 21. CAL. NO. 34,017 - BY: COUNCILMEMBER MORRELL Brief: An Ordinance to amend and reordain section 34-1.1 of the Code of the City of New Orleans to require annual reporting to City Council of the mayor?s Mardi Gras advisory council's recommendations; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 5/5/23). (Referred to the Governmental Affairs Committee). CONTINUED TO THE MEETING OF 4/20/23. 34017 25. CAL. NO. 34,085 - BY: COUNCILMEMBER KING (BY REQUEST) Brief: An Ordinance to authorize the Mayor of the City of New Orleans to enter into a three-year Cooperative Endeavor Agreement (\u201cCEA\u201d) with Elaine P. Nunez Community College (", - "page_number": 31, - "part": 1 + "title": "Regular City Council Minutes 5-11-2023" }, { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "\u201cNunez\u201d) to establish a course designed to prepare and train students as emergency medical technicians, subject to examination and approval by the National Registry of Emergency Medical Technicians (the \u201cBoard\u2019\u2019), as more fully set forth in the form attached hereto as Exhibit \u201c1\u201d and made a part hereof; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/7/23). 34085-29384 M.C:S. MOVED By: King SECONDED BY: Thomas ACTION: Adopt YEAS: Green, Harris, King, Moreno, Morrell, Thomas - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Giarrusso - 1 RECUSED: 0 AND THE MOTION PASSED. 26. CAL. NO. 34,086 - BY: COUNCILMEMBER KING (BY REQUEST) Brief: An Ordinance to authorize the Mayor of the City of New Orleans to enter into an Amendment https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-00505691 83fa 31/72 \f", + "page_content": "- Topic: Restoration Tax Abatement Application #2018-0489, 3425-27 & 3427A S. Liberty Street\n- Summary: Mayor's Office of Economic Development recommended approval and requested a public hearing for the RTA application. Resolution R-23-203 was passed, approving the application.\n- Ordinance Number: RTA #2018-0489\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: Resolution R-23-203 was adopted, approving the RTA application.\n- Tags/Keywords: Restoration Tax Abatement, Approval, Public Hearing, Resolution\n- UID: ad1bbea7-ae12-4c52-af95-5e017398ca86\n\n- Topic: Restoration Tax Abatement Application #2021-0106, 705 Common Street\n- Summary: Mayor's Office of Economic Development made no recommendation and requested a public hearing for the RTA application.\n- Ordinance Number: RTA #2021-0106\n- Votes Summary: N/A\n- Decision/Key Actions: N/A\n- Tags/Keywords: Restoration Tax Abatement, Public Hearing, Recommendation\n- UID: ad1bbea7-ae12-4c52-af95-5e017398ca86", + "uid": "ad1bbea7-ae12-4c52-af95-5e017398ca86", + "publish_date": "5-11-2023", "page_number": 31, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "6/23/23, 5:39 PM 27. 28. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-0050569183fa to the Cooperative Endeavor Agreement (\u201cCEA\u201d) between the Mosquito, Termite, & Rodent Control Board and the Algiers Development District to extend the CEA\u2019s term for one year, as more fully set forth in the form attached hereto as Exhibit \u201c1\u201d and made a part hereof; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/7/23). 34086-29385 M.C.S. MOVED By: King SECONDED BY: Thomas ACTION: Adopt YEAS: Green, Harris, King, Moreno, Morrell, Thomas - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Giarrusso - 1 RECUSED: 0 AND THE MOTION PASSED. CAL. NO. 34,087 - BY: COUNCILMEMBER THOMAS (BY REQUEST) Brief: An Ordinance to authorize the Mayor of the City of New Orleans to enter into an Amendment to the Intergovernmental Agency Agreement (\u201cIGA\u201d) between the Mosquito, Termite, & Rodent Control Board and the State of Louisiana Military De", - "page_number": 32, - "part": 1 + "title": "Regular City Council Minutes 5-11-2023" }, { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "partment (\u201cLMD\u201d\u2019) to extend the IGA\u2019s term for one year, as more fully set forth in the form attached hereto as Exhibit \u201c1\u201d and made a part hereof; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/7/23). 34087-29386 M.C.S. MOVED By: Morrell SECONDED BY: Thomas ACTION: Adopt YEAS: Green, Harris, King, Moreno, Morrell, Thomas - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Giarrusso - 1 RECUSED: 0 AND THE MOTION PASSED. CAL. NO. 34,088 - BY: COUNCILMEMBER THOMAS (BY REQUEST) Brief: An Ordinance to authorize the Mayor of the City of New Orleans to enter into an Amendment to the Cooperative Endeavor Agreement (?CEA?) between the Mosquito, Termite, & Rodent Control Board and Texas A&M AgriLife Extension Service to extend the CEA?s term for two (2) years, as more fully set forth in the form attached hereto as Exhibit ?1? and made a part https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-00505691 83fa 32/72 \f", + "page_content": "- Topic: RTA Application #2021-0106, 705 Common Street, NS Hotel Partners \u2014 MSY LLC\n- Summary: Resolution R-23-204, introduced by Councilmember Harris, approved the RTA application for 705 Common Street.\n- Ordinance Number: R-23-204\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The resolution was adopted.\n- Tags/Keywords: RTA, Resolution, Approval\n- UID: 9d363ae0-df7e-4d38-ae85-b0965ef2f359\n\n- Topic: HDLC Appeal of Heather Cooper, ATA, NCARB, Rozas Ward Architects\n- Summary: The appeal concerns the proposed renovation of a mixed-use building at 502 Frenchmen Street, and it was continued to the meeting of 5/25/23.\n- Ordinance Number: Not applicable\n- Votes Summary: Not applicable\n- Decision/Key Actions: The appeal was continued to a later meeting.\n- Tags/Keywords: HDLC Appeal, Renovation, Historic District Landmarks Commission\n- UID: 9d363ae0-df7e-4d38-ae85-b0965ef2f359", + "uid": "9d363ae0-df7e-4d38-ae85-b0965ef2f359", + "publish_date": "5-11-2023", "page_number": 32, - "part": 2 + "title": "Regular City Council Minutes 5-11-2023" }, { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "6/23/23, 5:39 PM 29. 30. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-0050569183fa hereof; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/7/23). 34088-29387 MCS MOVED By: Thomas SECONDED BY: Morrell ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. CAL. NO. 34,090 - BY: COUNCILMEMBER MORENO (BY REQUEST) Brief: An Ordinance authorizing the Mayor of the City of New Orleans to enter into a Cooperative Endeavor Agreement between the City of New Orleans (the \u201cCity\u201d), and Greater New Orleans, Inc. (\u201cGNO, Inc.\u201d), for a term greater than one year, for the public purpose of promoting economic growth and prosperity in the city for all its citizens in the City of New Orleans, as more fully detailed in the Cooperative Endeavor Agreement form attached hereto as Exhibit \u201cA", + "page_content": "- Topic: HDLC Appeal for 502 Frenchmen Street\n- Summary: The ordinance pertained to granting the applicant\u2019s request for property located at 502 Frenchmen Street. The meeting was continued to 5/25/23, and multiple speakers were listed.\n- Ordinance Number: M-23-202\n- Votes Summary:\n Vote 1: N/A - (Did not speak, continued to 5/25/23)\n- Decision/Key Actions: Meeting continued to 5/25/23\n- UID: e304bb4c-01a6-4ba6-a722-1bfc469ca152\n\n- Topic: HDLC Appeal for 2516 Upperline Street\n- Summary: The ordinance involved appealing the Historic District Landmarks Commission's decision of \"denial\" of the full demolition for property located at 2516 Upperline Street. The meeting was continued to 5/25/23, and it was electronically submitted.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A - (Continued to 5/25/23)\n- Decision/Key Actions: Meeting continued to 5/25/23\n- UID: e304bb4c-01a6-4ba6-a722-1bfc469ca152\n\n- Topic: HDLC Appeal for 6028 Benjamin Street\n- Summary: The ordinance involved appealing the Historic District Landmarks Commission\u2019s decision of \u201cdenial\u201d of demolition of more than 25% of the primary fa\u00e7ade on a residential building. The appeal was withdrawn at the request of the applicant.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A - (Withdrawn)\n- Decision/Key Actions: Appeal was withdrawn\n- UID: e304bb4c-01a6-4ba6-a722-1bfc469ca152", + "uid": "e304bb4c-01a6-4ba6-a722-1bfc469ca152", + "publish_date": "5-11-2023", "page_number": 33, - "part": 1 + "title": "Regular City Council Minutes 5-11-2023" }, { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "\u201d; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/7/23). 34090-29388 MCS MOVED By: King SECONDED BY: Morrell ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. CAL. NO. 34,091 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29,265 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Revenues for the City of New Orleans for the Year 2023\u201d, to appropriate Capital Outlay funds awarded by the State of Louisiana Facility Planning and Control (\u201cFP&C\u2019\u2019) to the City of New Orleans for the Sewerage and Water Board Power Plant, Planning and Construction Project (No. 50-ML3-18-02); and otherwise to provide with https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-00505691 83fa 33/72 \f", - "page_number": 33, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "6/23/23, 5:39 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-0050569183fa respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/7/23). (Fiscal Note received). CONTINUED TO THE MEETING OF 4/6/23. 34091 SPEAKER(S): Deferred to 4/6/23 Michael Burnside 31. CAL. NO. 34,092 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29,266 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023\u201d, to appropriate Capital Outlay funds awarded by the State of Louisiana Facility Planning and Control (\u201cFP&C\u201d) to the City of New Orleans for the Sewerage and Water Board Power Plant, Planning and Construction Project (No. 50-ML3-18-02); and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34.", - "page_number": 34, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": " Postponement Deadline 7/7/23). (Fiscal Note received). CONTINUED TO THE MEETING OF 4/6/23. 34092 32. CAL. NO. 34,093 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN, THOMAS AND KING (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29,265 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Revenues for the City of New Orleans for the Year 2023\u201d, to appropriate grants funds awarded to the City of New Orleans for the West Bank Ferry Terminal Renovations, Planning and Construction Project (No. 50-ML3-15-05); and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/7/23). (Fiscal Note received). CONTINUED TO THE MEETING OF 4/6/23. 34093 33. CAL. NO. 34,094 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN, THOMAS AND KING (BY REQUEST) https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-00505691 83fa 34/72 \f", + "page_content": "- Topic: HDLC Appeal for 1437 St. Andrew Street\n- Summary: The appeal was to retain stone cladding on the front stairs for the property located at 1437 St. Andrew Street. The council granted the applicant\u2019s request for the property.\n- Ordinance Number: M-23-205\n- Votes Summary:\n - Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The council granted the appeal for the property located at 1437 St. Andrew Street.\n- Tags/Keywords: HDLC Appeal, Historic District Landmarks Commission, Property Appeal, Stone Cladding, 1437 St. Andrew Street\n- UID: 80d47a44-2a39-4132-a3f6-6c007af6c154\n\n- Topic: HDLC Appeal for 420 S. Galvez Street\n- Summary: The appeal was to appeal the Historic District Landmarks Commission\u2019s decision of \u201cdenial\u201d for demolition to grade for the property located at 420 S. Galvez Street.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: N/A\n- Tags/Keywords: HDLC Appeal, Historic District Landmarks Commission, Property Appeal, Demolition, 420 S. Galvez Street\n- UID: 80d47a44-2a39-4132-a3f6-6c007af6c154", + "uid": "80d47a44-2a39-4132-a3f6-6c007af6c154", + "publish_date": "5-11-2023", "page_number": 34, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "6/23/23, 5:39 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-0050569183fa Brief: An Ordinance to amend Ordinance No. 29,266 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023\u201d, to appropriate grant funds awarded to the City of New Orleans for the West Bank Ferry Terminal Renovations, Planning and Construction Project (No. 50-ML3-15-05); and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/7/23). (Fiscal Note received). CONTINUED TO THE MEETING OF 4/6/23. 34094 34. CAL. NO. 34,095 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29,265 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Revenues for the City of New Orleans for the Year 2023\u201d, to appropriate donated funds received from CLB investments to The Department of Pol", - "page_number": 35, - "part": 1 + "title": "Regular City Council Minutes 5-11-2023" }, { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "ice to purchase equipment and supplies; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/7/23). (Fiscal Note received). CONTINUED TO THE MEETING OF 4/6/23. 34095 35. CAL. NO. 34,096 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29,266 M.C.S., as amended, entitled ?An Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023?, to appropriate donated funds received from CLB Investments to The Department of Police to purchase equipment and supplies; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/7/23). (Fiscal Note Received). CONTINUED TO THE MEETING OF 4/6/23. 34096 36. CAL. NO. 34,097 - BY: COUNCILMEMBER THOMAS (BY REQUEST) https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-00505691 83fa 35/72 \f", + "page_content": "- Topic: HDLC Appeal for 420 S. Galvez Street\n- Summary: The council voted to grant the applicant's request for the property located at 420 S. Galvez Street.\n- Ordinance Number: M-23-206\n- Votes Summary:\n - Vote 1: Adopt - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The applicant's request for the property located at 420 S. Galvez Street was granted.\n- Tags/Keywords: HDLC Appeal, Property Grant, 420 S. Galvez Street\n- UID: 1e42e277-a74b-44ce-aa0e-16075ea2d886\n\n- Topic: HDLC Appeal for 610 David Street\n- Summary: The council considered the appeal of the Historic District Landmarks Commission's decision regarding the retention of a collapsed building and the imposition of a fine for unpermitted demolition.\n- Ordinance Number: M-23-191\n- Votes Summary:\n - Vote 1: N/A\n- Decision/Key Actions: The outcome of the appeal was not mentioned in the provided text.\n- Tags/Keywords: HDLC Appeal, Historic Preservation, 610 David Street\n- UID: 1e42e277-a74b-44ce-aa0e-16075ea2d886", + "uid": "1e42e277-a74b-44ce-aa0e-16075ea2d886", + "publish_date": "5-11-2023", "page_number": 35, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "6/23/23, 5:39 PM 22. 22a. 22b. 1) cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-0050569183fa Brief: An Ordinance to authorize the Mayor of the City of New Orleans to enter into Amendment No. | to a previously executed Cooperative Endeavor Agreement (\u201cthe CEA\u201d) between the City of New Orleans (the \u201cCity\u201d), Capital Area Corporate Recycling Council (\u201c\u201cCACRC\u2019\u2019), and Comp-U-Dopt, Inc. (\u201cComp-U-Dopt\u2019\u201d) for the valuable public purpose of providing electronic waste removal and recycling services, reducing dumping fees, reducing electronic waste in landfills, and providing greater access to technology, to extend the term thereof for one (1) year, and to increase the maximum aggregate amount of compensation, as more fully set forth in the Amendment No. 1 form attached hereto as Exhibit 1 and made a part hereof; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/7/23). 34097-29389 MCS MOVED By: Thomas SECONDED BY: _ King ACTION: Adopt YEAS: Giarrusso, Green, Harris, King", - "page_number": 36, - "part": 1 + "title": "Regular City Council Minutes 5-11-2023" }, { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": ", Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. LEGISLATIVE GROUPING CAL. NO. 34,082 - BY: COUNCILMEMBER MORENO Brief: An Ordinance to amend and reordain Sections 26-613, 26-614, 26-615, 26-616, 26-617, 26- 618, 26-619, 26-620, 26-623, 26-624, 26-625, 26-628, and 26-629 of the Code of the City of New Orleans and to ordain Section 26-630 of the Code of the City of New Orleans relative to short-term rentals, to establish application procedures, permit types and fees, operating regulations, enforcement parameters, penalties, and to provide for an effective date; and to provide otherwise with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 6/30/23). 34082-29381 MCS AMENDMENT NUMBER 1 TO ORDINANCE CALENDAR NO. 34,082 - BY: COUNCILMEMBER MORENO Brief: 66 99 On page 1, lines 7 and 9, delete after the article and section numbers, respectively, and insert \u201c\u2014\u2019 in lieu thereof. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-00505691 83fa 36/72 \f", + "page_content": "- Topic: Denial of Appeal Request for Property at 610 David Street\n- Summary: The council denied the applicant\u2019s appeal request for property located at 610 David Street.\n- Ordinance Number: M-23-191\n- Votes Summary:\n - Vote 1: Adopt - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The denial of the appeal request was adopted by the council.\n- Tags/Keywords: Property appeal, Denial, Council Vote\n- UID: 9ccf304e-a7ee-4772-b8b5-9f36877fc352\n\n- Topic: HDLC Appeal of Zachary Smith, Owner, Zach Smith, Consulting & Design\n- Summary: The council discussed an appeal regarding the renovation of a residential building located at 2127 Esplanade Avenue.\n- Ordinance Number: M-23-211\n- Votes Summary:\n - Vote 1: Granting the applicant\u2019s request - (Vote details not provided)\n- Decision/Key Actions: The council granted the applicant\u2019s request for the property located at 2127 Esplanade Avenue.\n- Tags/Keywords: HDLC appeal, Renovation, Property request\n- UID: 9ccf304e-a7ee-4772-b8b5-9f36877fc352", + "uid": "9ccf304e-a7ee-4772-b8b5-9f36877fc352", + "publish_date": "5-11-2023", "page_number": 36, - "part": 2 + "title": "Regular City Council Minutes 5-11-2023" }, { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "6/23/23, 5:39 PM 2) 3) 4) 5) 6) 7) 8) 9) 10) 11) 12) 13) 14) cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-0050569183fa 66 99 oo 99 On page 2, line 24, delete \u201c-\u201d after the section number and insert in lieu thereof. On page 2, after line 33, insert the following: \u201cNoise monitoring device means a device capable of all of the following (i) monitoring noise levels (ii) detecting exposure to noise levels that exceed an acceptable level for more than a continuous five-minute period (iii) sending real-time alerts to the subject short-term rental owner and operator, and (iv) being programmed to receive real-time alerts if noise levels continuously exceed an acceptable level for the five-minute period. The noise monitoring device must comply with all laws, rules and regulations regarding privacy.\u201d On page 3, line 36, insert the following after \u201crentals.\u201d: \u201cThe term owner shall not include a person holding only a usufruct or leasehold interest in the property.\u201d 66 99 oo 99 On page 3, line 46, delete \u2018\u201c-\u201d after the section number and insert in lieu thereof. On page 4, line 59, delete \u201cnon-transferable.\u201d and insert the following in lieu thereof: \u201cstrictly personal and may not be transferred or assigned.\u201d On page 4, line 60, delete \u201cAny change in ownership requires a new short-term rental owner permit.\u201d and insert the following in lieu thereof: \u201cIn the event the holder of a short-term rental owner\u2019s permit ceases to own the property or fails to ren", + "page_content": "- Topic: Authorization of American Rescue Plan funds for utility arrearages\n- Summary: The ordinance authorizes the Mayor of the City of New Orleans to enter into a Subrecipient Agreement to utilize $1,300,000.00 in American Rescue Plan funds to address economic hardship related to the COVID-19 pandemic by providing assistance to constituents with utility arrearages. The ordinance passed after being amended.\n- Ordinance Number: CAL. NO. 34,170\n- Votes Summary:\n - Amendment: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n - As Amended: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance was amended and ultimately passed.\n- UID: 71d4f032-44ea-46e9-8bea-4ebf54e89f25\n\n- Topic: Authorization of American Rescue Plan funds for economic hardship related to the COVID-19 pandemic\n- Summary: The ordinance authorizes the Mayor of the City of New Orleans to enter into a Subrecipient Agreement to utilize $1,300,000.00 in American Rescue Plan funds for the valuable public purpose of addressing economic hardship related to the COVID-19 pandemic by providing assistance to constituents with utility arrearages. The ordinance passed after being amended.\n- Ordinance Number: CAL. NO. 34,171\n- Votes Summary:\n - Not available\n- Decision/Key Actions: The ordinance was not available for voting outcomes.\n- UID: 71d4f032-44ea-46e9-8bea-4ebf54e89f25", + "uid": "71d4f032-44ea-46e9-8bea-4ebf54e89f25", + "publish_date": "5-11-2023", "page_number": 37, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "ew the permit timely, the permit shall be immediately void, and short-term rental use shall be prohibited on the property. Except as provided in subsection (f), any subsequent application for a short-term rental owner\u2019s permit on the property shall be subject to the lottery/equitable distribution provisions set forth in Sec. 26-617(g).\u201d On page 4, after line 60, insert the following: ?(f) Property that is identified as co-owned in the initial application for a short-term rental owner?s permit shall not be subject to the lottery/equitable distribution provisions set forth in Sec. 26-617(g) when the holder of a short-term rental owner?s permit ceases to own the property, provided that one of the co- owners identified on the initial application submits an application for a short-term rental owner permit within 60 days of termination of co-ownership.? On page 4, line 61, delete \u201c(f)\u201d and insert the following in lieu thereof: \u201c(g)\u201d 66 99 oo 99 On page 4, line 64, delete \u201c-\u201d after the section number and insert in lieu thereof. On page 4, line 76, delete \u201c$1,000.00.\u201d and insert the following in lieu thereof: \u201c$1,000\u201d On page 4, after line 76, insert the following: \u201cc. Operator card replacement fee: $25\u201d On page 4, line 79, delete ?$1,000.00.? and insert the following in lieu thereof: ?$1,000? On page 5, line 80, delete \u201c$10,000.00.\u201d and insert the following in lieu thereof: \u201c$10,000\u201d https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-00505691 83fa 37/72 \f", - "page_number": 37, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "6/23/23, 5:39 PM 15) 16) 17) 18) 19) 20) 21) 22) 23) 24) 25) 26) 27) cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-0050569183fa On page 5, lines 84 and 85, delete \u201c-\u201d after the division and section numbers, respectively, and insert \u201c\u2014\u201d in lieu thereof. On page 6, delete lines 114-116 in their entirety, and insert the following in lieu thereof: \u201c(10) The owner or resident of a dwelling unit required to be affordable by the Mandatory Inclusionary Zoning, Voluntary Inclusionary Zoning, Affordable Housing Planned Development, or Small Multifamily Affordable Housing provisions of the Comprehensive Zoning Ordinance shall not be eligible for a short-term rental permit for that dwelling unit.\u201d On page 7, lines 138-139, delete \u201cany which is reserved exclusively for use by the resident operator in a non-commercial short-term rental;\u201d and insert the following in lieu thereof: \u201c, and for non-commercial short-term rentals, the bedroom reserved exclusively for the use of the operator;\u201d On page 8, line 150, delete \u201csystem.\u201d And insert the following in lieu thereof: \u201cdevice. Non- commercial short-term rental operators shall not be required to include a noise monitoring device as part of their noise abatement plans.\u201d On page 9, after line 178, insert the following: \u201c(d) The department shall deny any short- term rental a", - "page_number": 38, - "part": 1 + "title": "Regular City Council Minutes 5-11-2023" }, { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "pplication that does not contain all of the information listed in Sec. 26-617(b) and (c).\u201d On page 9, line 179, delete \u201c(d)\u201d and insert the following in lieu thereof:\u201c(e)\u201d On page 9, line 191, delete \u201c(e)\u201d and insert the following in lieu thereof: \u201c(f)\u201d On page 10, line 200, delete \u201c\u2018and\u201d\u2019. On page 10, line 201, after \u201crental\u201d insert the following: \u201c; and\u201d On page 10, after line 201, insert the following: \u201cd. Any IRS Forms 1099 or other financial reports or documents provided to owners or operators by any platform related to rental activity on each platform used.\u201d On page 10, line 212, delete \u201c(f)\u201d and insert the following in lieu thereof: \u201c(g)\u201d On page 11, line 217, after the word \u201cdepartment.\u201d Insert the following: \u201cThe duration of a permit may be reduced, and all corresponding fees prorated, to facilitate the implementation of the lottery/equitable distribution system.\u201d On page 11, after line 217, insert the following: \u2018\u201c(h) For co-owned property, only one owner\u2019s permit shall be required, provided that the applicant certifies to the department that all owners independently meet the requirements for an owner\u2019s permit and that the applicant has secured all necessary approvals from the other owners to obtain a short-term rental permit.\u201d https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-00505691 83fa 38/72 \f", + "page_content": "- Topic: Appropriation of Funds for Cultural Economy Initiatives\n- Summary: An ordinance to amend the operating budget to appropriate funds to the Office of Cultural Economy for Mardi Gras, Jazz Fest, and Bayou Classic events, as well as embrace Culture Economic Initiatives & Partnerships.\n- Ordinance Number: 34171-29464 MCS\n- Votes Summary:\n Vote 1: Adopt - (5 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT, 1 RECUSED)\n- Decision/Key Actions: The ordinance was adopted with 5 in favor and 1 absent council member.\n- Tags/Keywords: Budget, Cultural Economy, Appropriation, Events\n- UID: 940ac87e-0e3f-4b01-8d67-e50292c41117\n\n- Topic: University Area Off-Street Parking Interim Zoning District Appeal\n- Summary: An appeal request for the University Area Off-Street Parking Interim Zoning District for the property located at 7465-7467 Pitt Street.\n- Ordinance Number: M-23-188\n- Votes Summary:\n Vote 1: Grant Appeal - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The appeal request for the property located at 7465-7467 Pitt Street was approved and granted.\n- Tags/Keywords: Zoning District, Appeal, Property\n- UID: 940ac87e-0e3f-4b01-8d67-e50292c41117", + "uid": "940ac87e-0e3f-4b01-8d67-e50292c41117", + "publish_date": "5-11-2023", "page_number": 38, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "6/23/23, 5:39 PM 28) 29) 30) 31) 32) 33) 34) 35) 36) 37) 38) 39) cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-0050569183fa Co 99 On page 11, line 218, delete \u201c\u2018-\u201d after the section number and insert in lieu thereof. On page 11, line 222, delete ?$1,000,000.00? and insert the following in lieu thereof: ? $1,000,000? On page 17, after line 354, insert the following: \u2018\u201c(18) Advertising more than one dwelling unit for short-term rental in a single advertisement or listing.\u201d On page 17, lines 361 and 362, delete \u2018\u201c-\u201d after the division and section numbers, respectively, and insert \u201c\u2014\u201d in lieu thereof. On page 18, line 375, delete \u201csuch other\u201d and insert the following in lieu thereof: \u201cat least two other forms of\u201d On page 18, lines 375-376, delete ?as the department may reasonably require,? and insert the following in lieu thereof: ?with a matching address, including without limitation a utility bill, driver?s license or state ID, or bank or credit card statement,? On page 18, after line 384, insert the following: ?(c) The department shall deny any short- term r", - "page_number": 39, - "part": 1 + "title": "Regular City Council Minutes 5-11-2023" }, { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "ental operator application that does not contain all of the information listed in Sec. 26- 619(a) and (b).? On page 18, line 385, delete ?(c)? and insert the following in lieu thereof: ?(d)? On page 18, line 391, delete \u201c(d)\u201d and insert the following in lieu thereof: \u201c(e)\u201d oo 99 On page 19, line 397, delete \u201c-\u201d after the section number and insert in lieu thereof. On page 23, lines 494 and 496, delete \u2018\u201c-\u201d after the division and section numbers, respectively, and insert \u201c\u2014\u201d in lieu thereof. On page 24, after line 513, insert the following: \u201c(e) The platform submits to the department, every month, a report, in a form approved by the department, that contains the following information about each of the short-term rentals listed through platform during the applicable reporting period: (1) The total number of short-term rentals listed on the platform during the applicable reporting period. (2) The permit number of each short-term rental listed on the platform during the applicable reporting period. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-00505691 83fa 39/72 \f", + "page_content": "- Topic: Conditional Use Extension Request for Southern Recycling, L.L.C\n- Summary: The council voted to grant a one-year extension, from June 6, 2023 to June 6, 2024, for the Conditional Use in Calendar No. 32404 \u2014 Ord. No. 27893 M.C.S., ZD NO. 91/18 for property located at 4201 France Road.\n- Ordinance Number: M-23-213\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The motion to grant the extension was passed with 5 council members voting in favor.\n- Tags/Keywords: Conditional Use, Extension Request, Property, Council Vote\n- UID: ae6002d5-384c-4a50-85d5-ce9ece8320ac\n\n- Topic: Zoning Docket No. 3/23 - 604 Julia Street Project, LLC\n- Summary: The council discussed and voted on the zoning docket for the 604 Julia Street Project, LLC.\n- Ordinance Number: Not specified\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The motion to approve the zoning docket for the 604 Julia Street Project, LLC was passed with 7 council members voting in favor.\n- Tags/Keywords: Zoning Docket, 604 Julia Street Project, Council Vote\n- UID: ae6002d5-384c-4a50-85d5-ce9ece8320ac", + "uid": "ae6002d5-384c-4a50-85d5-ce9ece8320ac", + "publish_date": "5-11-2023", "page_number": 39, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "6/23/23, 5:39 PM 40) 41) 42) 43) 44) cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-0050569183fa (3) The address, including the unit number if applicable, of each short-term rental listed on the platform during the applicable reporting period. (4) The Universal Resource Locator (URL) links of each short-term rental listed on the platform. (5) Whether the short-term rental is for an entire or partial unit. (6) The exact number of nights that each short-term rental listed on the platform was rented to guests during the applicable reporting period. (7) The amount of rent paid by guests in connection with the rental of each short-term rental listed on the platform during the applicable reporting period. (8) The total amount of taxes and fees paid by the platform to the city under Sec. 26-622.1 in connection with the rental of each short-term rental listed on the platform during the applicable reporting period. (9) A cumulative tally to date of the number of nights that each short-term rental listed on the platform is booked for rental during the remaining months of the applicable calendar year.\u201d On ", - "page_number": 40, - "part": 1 + "title": "Regular City Council Minutes 5-11-2023" }, { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "page 24, lines 517 and 519, delete \u2018\u201c-\u201d after the division and section numbers, respectively, and insert \u201c\u2014\u201d in lieu thereof. On page 26, delete lines 572-573 in their entirety, and insert the following in lieu thereof: \u201c(g) Enforcement. (1) The department shall prioritize the enforcement and adjudication of violations of Sec. 26-618(b)(1) - (7) and (17) and Sec. 26-620(b)(1) - (7), (15) and (17) and take all available steps to adjudicate said violations immediately upon receiving evidence of the violation from a platform or otherwise. (2) The department shall not be responsible for the enforcement of correlating taxation provisions dictated by Chapter 150 of the Code of the City of New Orleans.\u201d On page 27, line 579, delete \u201capplications,\u201d and insert the following in lieu thereof: \u201capplications; owner and operator permits with photo ID cards;\u201d On page 27, line 579, after ?platform,? insert the following: ?if available;? On page 27, line 581, after ?indicate the? insert the following: ?number of adjudications per week and the? https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-00505691 83fa 40/72 \f", + "page_content": "- Topic: Conditional Use for Hotel in CBD-5 Urban Core Neighborhood\n- Summary: The request for a Conditional Use to permit a hotel in a CBD-5 Urban Core Neighborhood Lower Intensity Mixed-Use District was withdrawn at the request of the applicant. The City Planning Commission recommended \"FOR DENIAL\".\n- Ordinance Number: ZD NO. 3-23\n- Votes Summary:\n Vote 1: Withdrawn\n Vote 2: Withdrawn\n- Decision/Key Actions: The Conditional Use request was withdrawn at the request of the applicant.\n- Tags/Keywords: Conditional Use, Hotel, CBD-5, Urban Core Neighborhood, Withdrawn\n- UID: 3d4e15fd-814f-43d5-a2f1-c981ead6a7da\n\n- Topic: Non-Exclusive Franchise for Telepak Networks, Inc.\n- Summary: An ordinance granting a non-exclusive franchise to Telepak Networks, Inc. to construct, maintain, and operate a Wireline Telecommunications System was continued to the meeting of 8/10/23.\n- Ordinance Number: CAL. NO. 33,183\n- Votes Summary:\n Vote 1: Continued to 8/10/23\n- Decision/Key Actions: The ordinance was continued to the meeting of 8/10/23.\n- Tags/Keywords: Franchise, Telepak Networks, Wireline Telecommunications System, Continued\n- UID: 3d4e15fd-814f-43d5-a2f1-c981ead6a7da\n\n- Topic: Reporting Requirements for Department of Finance\n- Summary: An ordinance to establish reporting requirements applicable to the Department of Finance was discussed but no voting outcome was mentioned in the provided summary.\n- Ordinance Number: CAL. NO. 33,893\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: No specific voting outcome mentioned in the provided summary.\n- Tags/Keywords: Reporting Requirements, Department of Finance, Ordinance\n- UID: 3d4e15fd-814f-43d5-a2f1-c981ead6a7da", + "uid": "3d4e15fd-814f-43d5-a2f1-c981ead6a7da", + "publish_date": "5-11-2023", "page_number": 40, - "part": 2 + "title": "Regular City Council Minutes 5-11-2023" }, { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "6/23/23, 5:39 PM 45) 46) 47) 48) 49) 50) il. ill. Iv. Vi. Vil. Vill. 1x. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-0050569183fa On page 27, line 582, delete ?four? and insert the following in lieu thereof: ?five? oo 99 On page 27, line 584, delete \u201c-\u201d after the section number and insert in lieu thereof. On page 27, delete lines 595-597 in their entirety, and insert the following in lieu thereof: (5) There are open violations on the subject property related to any of the following: Electrical or mechanical code violations; Work without permits; or The provisions of this Article. (6) The applicant had a short-term rental permit that was revoked or suspended for a term that has not yet expired.? oo 99 On page 28, line 604, ", + "page_content": "- Topic: Subpoena and investigatory responsibilities of the Orleans Independent Police Monitor\n- Summary: The ordinance aimed to ordain section 2-1122 of the Code of the City of New Orleans to provide for subpoena and investigatory responsibilities of the Orleans Independent Police Monitor. The ordinance was withdrawn.\n- Ordinance Number: 33950\n- Votes Summary:\n Vote 1: N/A - (Withdrawn)\n- Decision/Key Actions: Ordinance was withdrawn\n- Tags/Keywords: Orleans Independent Police Monitor, subpoena, investigatory responsibilities\n- UID: 5fe6a52e-9a9d-43dd-a1bd-fa957dd56186\n\n- Topic: Inspections of multi-family housing units after violent crime incidents\n- Summary: The ordinance aimed to establish section 26-80 of the Code of the City of New Orleans relative to inspections of multi-family housing units of ten units or more when there is a violent crime incident on the premises. The ordinance was amended and passed.\n- Ordinance Number: 34046\n- Votes Summary:\n Vote 1: Amendment - (YEAS: 6, NAYS: 0, ABSTAIN: 0, ABSENT: 1)\n Vote 2: As Amended - (YEAS: 7, NAYS: 0, ABSTAIN: 0, ABSENT: 0)\n- Decision/Key Actions: Ordinance was amended and passed\n- Tags/Keywords: Multi-family housing units, inspections, violent crime incidents\n- UID: 5fe6a52e-9a9d-43dd-a1bd-fa957dd56186", + "uid": "5fe6a52e-9a9d-43dd-a1bd-fa957dd56186", + "publish_date": "5-11-2023", "page_number": 41, - "part": 1 + "title": "Regular City Council Minutes 5-11-2023" }, { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "delete \u201c-\u201d after the section number and insert in lieu thereof. On page 28, line 607, delete \u201cone year\u201d and insert the following in lieu thereof: \u201cfive years\u201d On pages 28-29, delete lines 616-627 in their entirety, and insert the following in lieu thereof: \u201ci. The owner violated section 26-618(a)(3). The owner violated section 26-618(a)(4). The owner violated section 26-618(a)(7). The owner violated section 26-618(a)(8). The owner violated section 26-618(b)(1). The owner violated section 26-618(b)(2). The owner violated section 26-618(b)(3). The owner violated section 26-618(b)(4). The owner violated section 26-618(b)(5). The owner violated section 26-618(b)(6). https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-00505691 83fa 41/72 \f", - "page_number": 41, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "6/23/23, 5:39 PM X1. Xi. Xill, XIV. XV. XVI. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-0050569183fa The owner violated section 26-618(b)(7). The owner violated section 26-618(b)(8). The owner violated section 26-618(b)(14). The owner violated section 26-618(b)(17). The owner made false, misleading or fraudulent statement(s) in the permit application, or misrepresented material facts in the permit application, or used any scheme or subterfuge for the purp", - "page_number": 42, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "ose of evading any requirement of this Article. Any three separate violations of any of the following sections have occurred during a twelve-month period: (a) 26-618(a)(1) (b) 26-618(a)(2) (c) 26-618(a)(5) (d) 26-618(a)(6) (c) 26-618(a)(9) (f) 26-618(a)(10) (g) 26-618(a)(11) (h) 26-618(a)(12) (i) 26-618(b)(9) (j) 26-618(b)(10) (k) 26-618(b)(11) (1) 26-618(b)(12) (m) 26-618(b)(13) https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-00505691 83fa 42/72 \f", + "page_content": "- Topic: Revocation of dedication to public use and sale of certain portion of ground\n- Summary: The ordinance revokes the dedication to public use and authorizes the sale at public auction of a portion of Leake Avenue in Burtheville, New Orleans, which is no longer needed for public purposes.\n- Ordinance Number: CAL. NO. 34,131\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance was adopted without any amendments.\n- Tags/Keywords: Revocation, Public Use, Sale, New Orleans\n- UID: 35ccaed8-a5ec-4760-bc80-192cdb9b11f4\n\n- Topic: Amendment of Section 154-232 of the City Code\n- Summary: The ordinance seeks to amend and reordain Section 154-232 of the Code of the City of New Orleans related to the city traffic engineer's authority to designate crosswalks, establish safety zones, and designate school zones.\n- Ordinance Number: CAL. NO. 34,133\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance was recommended for approval by the Transportation Committee.\n- Tags/Keywords: Amendment, City Code, Traffic Engineer, Safety Zones\n- UID: 35ccaed8-a5ec-4760-bc80-192cdb9b11f4", + "uid": "35ccaed8-a5ec-4760-bc80-192cdb9b11f4", + "publish_date": "5-11-2023", "page_number": 42, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "6/23/23, 5:39 PM 51) il. ill. iv. Vi. Vil. Vill. 1x. X1. Xi. Xill, XIV. XV. XVI. xvii. Any three separate violations of any of the following sections have occurred during a https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-00505691 83fa cityofno.granicus.com/MinutesViewer.php?view_id=42&clip _ (n) 26-618(b)(15) (0) 26-618(b)(16)\u201d On page 29, delete lines 630-641 in their entirety, and insert the following in lieu thereof: \u201c7, The operator violated section 26-620(a)(3). The operator violated section 26-620(a)(4). The operator violated section 26-620(a)(7). The operator violated section 26-620(a)(8). The operator violated section 26-618(b)(1). The operator violated sec", - "page_number": 43, - "part": 1 + "title": "Regular City Council Minutes 5-11-2023" }, { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "tion 26-618(b)(2). The operator violated section 26-618(b)(3). The operator violated section 26-618(b)(4). The operator violated section 26-618(b)(5). The operator violated section 26-618(b)(6). The operator violated section 26-618(b)(7). The operator violated section 26-620(b)(8). The operator violated section 26-620(b)(14). The operator violated section 26-620(b)(15). The operator violated section 26-620(b)(18). The operator made false, misleading or fraudulent statement(s) in the permit application, or misrepresented material facts in the permit application, or used any scheme or subterfuge for the purpose of evading any requirement of this Article. twelve-month period: id=4474&doc_id=0a731667-d243-11ed-95dd-0050569183fa 43/72 \f", + "page_content": "- Topic: Roadwork.nola.gov Contact Information Augmentation\n- Summary: The ordinance requires augmentation of the contact information on the Roadwork website to provide the public with information about FEMA-funded JIRR projects. The amendment was passed, as well as the motion as amended.\n- Ordinance Number: CAL. NO. 34,143\n- Votes Summary:\n - Amendment: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n - Motion as Amended: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance was passed with amendments to require the inclusion of additional contact information on the Roadwork website.\n- Tags/Keywords: Roadwork, FEMA, JIRR, Contact Information, Augmentation\n- UID: cd0921c3-78bc-409b-a4f7-864a222a1873\n\n- Topic: Department of Public Works Report Requirement\n- Summary: The ordinance required the Department of Public Works to report on the implementation of the Joint Infrastructure Recovery Request 30 Day Assessment Report. The ordinance was withdrawn.\n- Ordinance Number: CAL. NO. 34,144\n- Votes Summary: N/A\n- Decision/Key Actions: The ordinance was withdrawn, and no vote was taken.\n- Tags/Keywords: Department of Public Works, Report Requirement, Joint Infrastructure Recovery, Withdrawn\n- UID: cd0921c3-78bc-409b-a4f7-864a222a1873", + "uid": "cd0921c3-78bc-409b-a4f7-864a222a1873", + "publish_date": "5-11-2023", "page_number": 43, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "6/23/23, 5:39 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-0050569183fa (a) 26-620(a)(1) (b) 26-620(a)(2) (c) 26-620(a)(5) (d) 26-620(a)(6) (c) 26-620(a)(9) (f) 26-620(a)(10) (g) 26-620(b)(9) (h) 26-620(b)(10) (i) 26-620(b)(11) (j) 26-620(b)(12) (k) 26-620(b)(13) (1) 26-620(b)(16) (m) 26-620(b)(17) (n) 26-620(b)(19)\u201d 52) On page 29, line 644, delete \u201cA\u201d and insert the following in lieu thereof: \u201cWhen an owner or operator permit is revoked under Sec. 26-628(d)(1) or Sec. 26-628(d)(2), a\u201d 53) On pages 29-30, lines 645-648, delete ?four years when there have been sustained violations c", - "page_number": 44, - "part": 1 + "title": "Regular City Council Minutes 5-11-2023" }, { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "ases, regardless of whether the violations are presented in the same or different hearings, or when the hearing officer determines by a preponderance of the evidence that there was a violation of section 26-618(b)(17).? And insert the following in lieu thereof: ?five years.? 54) On page 30, line 651, delete \u201cfour\u201d and insert the following in lieu thereof: \u201cfive\u201d 55) On page 30, line 665, delete ?one year? and insert the following in lieu thereof: ?five years? Co 99 56) On page 31, line 4, after the section number insert \u2018\u201c\u2014\u201d. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-00505691 83fa 44/72 \f", + "page_content": "- Topic: Smoke Free Air Act Amendments\n- Summary: The ordinance aims to amend and reordain specific sections of the Smoke Free Air Act to create operating health and safety regulations for cigar bars. The discussion was postponed to the meeting of 5/25/23, and no speakers addressed the ordinance.\n- Ordinance Number: 34,150\n- Votes Summary:\n Vote 1: Continued to 5/25/23 - (Did not speak)\n- Decision/Key Actions: Postponement to 5/25/23\n- Tags/Keywords: Smoke Free Air Act, health and safety regulations, cigar bars\n- UID: 0e9f44e9-ff10-1led-95dd-0050569183fa\n\n- Topic: Classified Pay Plan Amendments for Emergency Management Services\n- Summary: The ordinance directs the Department of City Civil Service to evaluate and provide recommendations to amend the Classified Pay Plan for the Emergency Management Services job series. The motion was adopted with 6 YEAS and 0 NAYS.\n- Ordinance Number: 34,154\n- Votes Summary:\n Vote 1: Adopt - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: Adoption of the motion\n- Tags/Keywords: Classified Pay Plan, Emergency Management Services, salary increase\n- UID: 29450\n\n- Topic: Waiver of Fees and Permit Requirements for Lyons Recreation Center\n- Summary: The ordinance seeks to temporarily waive certain fees, permit fees, and requirements within and around the Lyons Recreation Center. The motion passed with no opposition, and the details can be found at the provided URL.\n- Ordinance Number: 34,155\n- Votes Summary:\n Vote 1: Passed - (Unanimous)\n- Decision/Key Actions: Approval of the motion\n- Tags/Keywords: Lyons Recreation Center, fee waivers, permit requirements\n- UID: fff70cbf-933b-4b23-90d1-33620ef4315c", + "uid": "fff70cbf-933b-4b23-90d1-33620ef4315c", + "publish_date": "5-11-2023", "page_number": 44, - "part": 2 + "title": "Regular City Council Minutes 5-11-2023" }, { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "6/23/23, 5:39 PM 57) 22\u00a2. 22d. 2) cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-0050569183fa On page 32, after line 2, insert the following: \u201cSECTION 4. THE COUNCIL OF THE CITY OF NEW ORLEANS FURTHER ORDAINS, That upon the effectiveness of this Ordinance, existing Sections 26-630, 26-631, 26-632, 26-633, 26-634, 26-635, 26-636, 26- 637, and 26-638 in Article XII of Chapter 26 of the Code are hereby renumbered as Sections 26-640, 26-641, 26-642, 26-643, 26-644, 26-645, 26-646, 26-647, and 26-648, respectively.\u201d Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/21/23). 34082 Amendment 1 AMENDMENT NUMBER 2 TO ORDINANCE CALENDAR NO. 34,082 - BY: COUNCILMEMBER HARRIS Brief: On page 10, line 213, remove the words \u201clottery or other mechanism\u201d and insert the following in lieu thereof: \u201cfirst come, first served mechanism, whereby completed applications are reviewed in the order they are received,\u201d On page 10, line 214, after the word \u201cpermits.\u201d and before the word \u201cThe\u201d, insert the following n", + "page_content": "- Topic: Allocation of Venue for Eleventh Annual Cohen and Fortier Alumni Classic Event\n- Summary: The ordinance pertains to the allocation of the Lyons Recreation Center and the Rosenwald Recreation Center for the Eleventh Annual Cohen and Fortier Alumni Classic event. The motion was adopted with 7 YEAS and 0 NAYS.\n- Ordinance Number: Not specified\n- Votes Summary:\n Vote 1: Adopt - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The motion to allocate the recreation centers for the event was passed.\n- Tags/Keywords: Recreation Centers, Event Allocation, Annual Alumni Classic\n- UID: 713d6b29-3a5a-4eac-857a-e9aeb7fc2d41\n\n- Topic: Executive Session for Litigation Discussion\n- Summary: The ordinance concerns the convening of an executive session during the May 11, 2023, regular meeting to discuss the litigation involving Alexandra Land and Development, L.L.C. and Pinnacle Towers Asset Holding LLC v. City of New Orleans. The motion to enter the executive session was passed with 5 YEAS and 0 NAYS.\n- Ordinance Number: Not specified\n- Votes Summary:\n Vote 1: Enter Executive Session - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The motion to enter the executive session for litigation discussion was passed.\n- Tags/Keywords: Executive Session, Litigation, Alexandra Land and Development, Pinnacle Towers Asset Holding\n- UID: 713d6b29-3a5a-4eac-857a-e9aeb7fc2d41", + "uid": "713d6b29-3a5a-4eac-857a-e9aeb7fc2d41", + "publish_date": "5-11-2023", "page_number": 45, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "ew sentence: \u201cThe first such application which is determined to be complete, and which meets all applicable requirements herein and in the Comprehensive Zoning Ordinance, shall be awarded the owner permit.\u201d On page 11, lines 216 and 217, remove all existing text and insert the following in lieu thereof: \u201cprocedure.\u201d Annotation: ELECTRONICALLY SUBMITTED (Council Rule 34. Postponement Deadline 7/21/23). WITHDRAWN. 34082 Amendment 2 AMENDMENT NUMBER _ 3 TO ORDINANCE CALENDAR NO. 34,082 - BY: COUNCILMEMBER HARRIS Brief: On page 9, after \u201c(ADA).\u201d on line 178 and before \u201c(d) Every short-term rental\u201d on line 179, insert the following new provision: \u201c(9) Proof of completion of a short-term rental course, to be provided by the department and made available virtually.\u201d On page 10, after ?inspection.? on line 211 and before ?(f) The award of owner? on line 212, insert the following new provision: ?(6) Proof of completion of a short-term rental course, https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-00505691 83fa 45/72 \f", - "page_number": 45, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "6/23/23, 5:39 PM 3) 4) 22e. 22f. 23. 23. 1. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-0050569183fa to be provided by the department and made available virtually, within the previous permit year.? On page 18, after \u201crental.\u201d on line 384 and before \u201c(c) Renewals shall\u201d on line 385, insert the following new provision: \u201c(6) Proof of completion of a short-term rental course, to be provided by the department and made available virtually.\u201d On page 18, after \u201capplicable.\u201d on line 390 and before \u201c(d) The operator\u201d on line 391, insert the following new provision: \u201c(3) Proof of completion of a short-term rental course, to be provided by the department and made available virtually, within the previous permit year.\u201d Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/21/23). 34082 Amendment 3 AMENDMENT NUMBER _ 4 TO ORDINANCE CALENDAR NO. 34,082 - BY: COUNCILMEMBER HARRIS 34082 Amendment 4 AMENDMENT NUMBER _5_ TO ORDINANCE CALENDAR NO. 34,082 - BY: COUNCILMEMBER KING 34082 Amend", - "page_number": 46, - "part": 1 + "title": "Regular City Council Minutes 5-11-2023" }, { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "ment 5 Cm K CAL. NO. 34,083 - BY: COUNCILMEMBERS HARRIS AND GIARRUSSO Brief: An Ordinance to amend and reordain Articles 8, 9, 10, 11, 12, 13, 14, 15, 17, 20, 21, 22, and 26 of the Comprehensive Zoning Ordinance (Ordinance No. 4264 M.C.S., as amended by Ordinance No. 26,413 M.C.S. and subsequent amendments), to modify the Residential Short Term Rentals regulations to bring them into compliance with the decision by the United States Court of Appeals for the Fifth Circuit, which determined the homestead exemption requirement to be unconstitutional; and otherwise to provide with respect thereto. (ZONING DOCKET NO. 2/23) Annotation: ELECTRONICALLY SUBMITTED. (90 Days, Cn. Deadline 5/31/23).Cn. Deadline 5/25/23). AMENDMENT TO ORDINANCE CALENDAR NO. 34,083 - BY: COUNCILMEMBER HARRIS Brief: On page 17, after the word \u201crequirements\u201d in line 27, insert the following: \u201cand limitations, including all restrictions on transfer or assignment,\u201d https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-00505691 83fa 46/72 \f", + "page_content": "- Topic: Motion M-23-210\n- Summary: The motion directed the Office of Code Enforcement and other members of the Administration to provide the Council with a plan of action to address Plaza Tower\u2019s public health and safety risks and outstanding violations of the Minimum Property Code, including appropriate enforcement action.\n- Ordinance Number: M-23-210\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The motion was adopted, with 7 members voting in favor.\n- Tags/Keywords: Plaza Tower, public health, safety risks, code enforcement\n- UID: c6952a9d-8a4e-4d6b-bdf0-ed4bcef8aad0\n\n- Topic: Motion M-23-201\n- Summary: The motion directed the Office of Code Enforcement to hold a hearing to assess any expenses incurred by the City of New Orleans for street closures related to Plaza Tower.\n- Ordinance Number: M-23-201\n- Votes Summary:\n Vote 1: (Vote outcome not provided in the provided information)\n- Decision/Key Actions: The outcome of the vote for this motion is not provided in the given text.\n- Tags/Keywords: Plaza Tower, street closures, code enforcement\n- UID: c6952a9d-8a4e-4d6b-bdf0-ed4bcef8aad0", + "uid": "c6952a9d-8a4e-4d6b-bdf0-ed4bcef8aad0", + "publish_date": "5-11-2023", "page_number": 46, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "6/23/23, 5:39 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-0050569183fa On page 17, in line 30, delete the word \u201crentals\u201d and insert \u201crental\u201d in its place. On page 18, on line 51, insert \u201c, if the operator is not the owner\u201d after \u201cagreement\u201d On page 18, on line 58, delete \u201cfrom the City\u201d On page 22, insert the following after line 25: \u201cSECTION 14. THE COUNCIL OF THE CITY OF NEW ORLEANS HEREBY ORDAINS, That the changes to the Comprehensive Zoning Ordinance implemented herein shall become effective July 1, 2023.\u201d Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/21/23). 34083 Amendment 23b. AMENDMENT NUMBER 2. TO ORDINANCE CALENDAR NO. 34,083 - BY: COUNCILMEMBER HARRIS 34083 Amendment 2 23c. AMENDMENT NUMBER 3 TO ORDINANCE CALENDAR NO. 34,083 - BY: COUNCILMEMBER HARRIS 34083 Amendment 3 23d. AMENDMENT NUMBER 4 TO ORDINANCE CALENDAR NO. 34,083 - BY: COUNCILMEMBER KING SPEAKER(S): Dana Dolder, Cindy White, Jeff Bostich, Grace Lewis, Marc Lewis, Stephen Keighery, Benj Brubaker, Devrim Hayes, Carolyn Broussard, Mary Jacobs, Alex Axon, Kim Blanche Hunter, Arsene Delay, Calvin Lopez, Trevor McQueen, Tina MarQuardt, Michael Burnside, Laila Griffin, Jasper Putman, Henry Lipkis, Israel Heller, Elizbeth Bushnell, Carson Cruse, Adam Sebn, Sam Cabrera, Genesis Crespo, Lincoln", - "page_number": 47, - "part": 1 + "title": "Regular City Council Minutes 5-11-2023" }, { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": " Bostian, Naima Bayles, Page Touzet, Brandi Todd, Xiomara Blanco, Tiffany Asraf, Delaney Nolan, Nicole Strobel, Colin Myers, Kim Diaz, Dan Cross, Y. Frank Southall, Alex Robinson, Myrrhia Reed, Maha Thomas, Maxwell Ciardullo, Melanie Powers, Haley Turk, Ed Abraham, Neil Shah, Clementine Hartman, Sofia I. L. Santiago, Daniel Burton, Lindsay Ellison, Nellie Catzen, Jessica Govea, Ally Noyes, Jalen Dillusa, Allen Johnson, Kirk Leonard, Ivona Leonard, Roane Babington, Alleshia Fink, Allison Rehn, Richard Pollak, Jim Goodwin; Speaker Cards Not Heard Olivia Gowen, Kristin Hanley, Maggie Lanphere, jessica Govea, Janette Jurado, Cameron Mclaren, Daiqniri Jones, Wash Fields, Madisdon Burnstein, Bianca Galindo, Gregory Jean, Emily Mikesell, Robin Sherman, Kristin Hamliton, Raphnel Zimmerman, Rye Bonfanti, Pam Nath, Angelique Theriot, Klotsha, Williams, Marcus Steinfields, Rochelle Lee, Alexandra Taylor, Jeffrey Sutton, Hannah Makarovich, Robert Burvant, Colleen Simmons, Camila Sobral, B. Hebert, Lily Moore, Lovrdes Inez, Misha Neil, Matt Young, John Renshaw, Brian Alexander, Y. Frank Southall, Margaret Walker, Cheryl Elaine Vallery, Karen Lodrig, Austin Hogans, Terrerll Corley, Angie (Paternostro) Blalock, Stephen James Menold, Angela Owezarek, https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-00505691 83fa 47/72 \f", + "page_content": "- Topic: Plaza Tower Code Enforcement Litigation Resolution\n- Summary: The ordinance requests the Department of Law to prioritize and expedite a favorable resolution of the Plaza Tower Code Enforcement litigation between Alexandra Land and Development, L.L.C. and Pinnacle Towers Asset Holding LLC v. City of New Orleans, Case No. 2021-09939.\n- Ordinance Number: M-23-180\n- Votes Summary:\n Vote 1: Adopt - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n Vote 2: Suspend the Rules to Receive the foregoing Motion - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n Vote 3: Add Item to Agenda - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance was adopted, and the Council members voted to suspend the rules to receive the motion and add it to the agenda.\n- UID: 4af0982f-4b09-4dcc-bd12-1b8af2893a9b", + "uid": "4af0982f-4b09-4dcc-bd12-1b8af2893a9b", + "publish_date": "5-11-2023", "page_number": 47, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "6/23/23, 5:39 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-0050569183fa Taylor Balkissoon, Mark Schettler, Erin Holmes, Georgios, Joe Heeren-Mueller, Britain Forsyth, Jenna Burke, Bret Bodin, Marcia McWilliams, Dawn Hebert, Nichols Yeth, Stephen F. Armbrustev, Nathan Lott, Jack Delisio, Ida Floreak, Bria Williams, John Reed, Christiana Illarmo, Jo A. Fleming Bradley, Anna Cerretani, Julia Jones, Danielle Small, Katie Lyon-Hart, KD Minor, Sandra Gerhold, Kourtney Keller, Saiya Miller, M. Shaughessy, Gretchen Bradford, Bojana Pasha Jovanovic, Patrick Daurio, Lisa Greene, Jeffrey Thomas, Byne E. Hancock, Jeffrey Seymour, Irma B. McManus, Amy Stelly, Armandt Digant, Diane Rigoux, Rebecca Jostes, Nikki Sovinski, Breiton LeFiore, Brittany Nichlolas, Alex Papai, Joe Rochelle, Tracy Parker, Nia Starr, Jay Boyd; E-Comments - Michael Sammartino, Kevin Fitzpatrick, Zachary Gillespie, Adrian Rocha, Benjamin Perley, Gabriella Trujillo, Janette Lyn Strickland, Jamie Allen, Patrick Kemmerly, Andrew Lyman, Page Comeaux, Mathilde Lemann, Mark Schroeder, Emery Tillman, Scott Peterson, Allie Beth, G.R. LaNasa, Senn Kerr, Corey Webb, Amanda Bonam, Shoshana Madick, Zoe Johnson, Adrienne Morrow; E- Comments Not Heard - from list 34083 - Nora Winsryg-Karasik, Devin Regan, Marc Weller, Hannah Makarovich, Nicole Bonneau, Paul Caboche, Lydia Cutrer, Andrew, Ryan Bell, Chanelle Batiste, Zoe Perret, Harley King, Stephen Bonnaffons, Mary Mysing-Gubala, Chloe Bernert, Tate Sheppard, Polly Burns, Stephanie Tokarz, Thomas Smith, Vann Joines, Anastasia Pelias, Betsy Rayner, Thaddeus Jordan, Alessandra Nutt, Jemila Dunham, Corinna Chaney, Zachary Fly, Michael DeLashmet, Carson Cruse, Susie Trenka, Dean Mazzanti, Matt Dircksen, Camille Hardin, Jasper Putnam, Ada McMahon, Joshua Smi", - "page_number": 48, - "part": 1 + "title": "Regular City Council Minutes 5-11-2023" }, { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "th, Theodora Eliezer, Jalissa Taylor, Julia Marshall, Isaac MacDonald, Gina Bak, Layla Annashay, Andrea Kuban, Chris Quast, Denise Barbarin, Patrick Daurio, Neha Nimmagudda, Adam Mayer, Beth Ann Lambert, Matthew Lambert, Jessica Borne, Max Perret; from list 34082 - Keith Marszalek, Jacob Germain, Kerem Ozkan, Ida Floreak, Konstantin Ginzburg, Allie Beth, Sandra Gerhold, Ben Kspprl, Joshua Capdeville, Emily Capdeville, Sonia Gasparini, Ryan Hamilton, Susie Trenka, Rebecca Ohler, Camille Hardin, Patricia Lamoza, Wendy Vaughn, Thomas Thayer, Erika Zucker, Michele Johnson, Kristen Albrecht, Michael Brueggen, Rachel Salansky, Ronnie LaNasa, Gerald LaNasa, Giancarlo Molinaro, Angie Paternostro Blalock, Katrina Turillo, Michele Johnson; 34083 Amendment - Angelique Theriot, Ida Floreak, Alexis Erkert, Meredith Mullins, Mauren Akumuo, Mary Simmons, Abbigail Thurmon, Kathryn Conti, Shashana Madick, Giancarlo Molinaro, Jamar Waiters, Hope Phelps, Dave Lanser, Charlie Bini, Ruth Mascelli, Sherry Parfait, Cecilia Russell, Mary Alexander, Elaine Leyda, Pamela Otibu, Elaine Leyda, Geoffrey Gauchet, Marilyn Alexander, Alison Fly, Margaret Walker, Talia Bromberg, Jibran Kutik, Dr. Kate Kokontis, Gretchen Bradford, Maggie Zambolla, Maizy Stell, Desha Greely, Sarah Hollows, Sarah Hollows, Eric Greely, Terrence Jacobs, Brooke Schueller, Linda Citty Cisneros, Abraham McNeil, Nick Payne, George Siejka, Lindsey Tubbs, Frank Barret SPEAKERS END 22. 33,082 AND 23 33,083 - ADOPTED AMENDMENTS MOVED By: Harris SECONDED BY: Giarrusso ACTION: Amendment YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. MOVED By: Harris https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-00505691 83fa 48/72 \f", + "page_content": "- Topic: Appropriating unassigned fund balance for budget shortfalls\n- Summary: The ordinance aims to amend the operating budget of revenues for the City of New Orleans for the year 2023 to provide for anticipated budget shortfalls after the first quarter budget hearings. The ordinance was continued to the meeting of 5/25/23.\n- Ordinance Number: 34,156\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance was continued to the meeting of 5/25/23.\n- Tags/Keywords: Budget, Fund Balance, Amendment\n- UID: 66d7f6ed-7a65-4e11-ae43-10f27e43b768\n\n- Topic: Utilizing fund balance for budget shortfalls\n- Summary: This ordinance aims to amend the operating budget of expenditures for the City of New Orleans for the year 2023 to utilize fund balance to provide for anticipated budget shortfalls after the first quarter budget hearings. The ordinance was continued to the meeting of 5/25/23.\n- Ordinance Number: 34,157\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: The ordinance was continued to the meeting of 5/25/23.\n- Tags/Keywords: Budget, Fund Balance, Amendment\n- UID: 66d7f6ed-7a65-4e11-ae43-10f27e43b768\n\n- Topic: Reappropriation of funds for specific departments and projects\n- Summary: This ordinance aims to amend the operating budget of expenditures for the City of New Orleans for the year 2023 to reappropriate funds from the American Rescue Plan Act to support specific departments and projects. The ordinance was continued to the meeting of 5/25/23.\n- Ordinance Number: 34,158\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: The ordinance was continued to the meeting of 5/25/23.\n- Tags/Keywords: Budget, Fund Reappropriation, American Rescue Plan Act\n- UID: 66d7f6ed-7a65-4e11-ae43-10f27e43b768", + "uid": "66d7f6ed-7a65-4e11-ae43-10f27e43b768", + "publish_date": "5-11-2023", "page_number": 48, - "part": 2 + "title": "Regular City Council Minutes 5-11-2023" }, { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "6/23/23, 5:39 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-0050569183fa SECONDED BY: _ Giarrusso ACTION: Amendment YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. The foregoing vote for Amendment No. 2 Moved by Cm. Harris seconded by Cm. Giarrusso is Null and Void, and the following Roll Call vote moved by Cm. Harris seconded by Cm. Thomas is for Amendment No. 2. MOVED By: Harris SECONDED BY: Thomas ACTION: Amendment YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. MOVED By: Harris SECONDED BY: Giarrusso ACTION:", + "page_content": "- Topic: Amendment to University Area Off-Street Parking Interim Zoning District\n- Summary: The ordinance aimed to amend and re-establish the University Area Off-Street Parking Interim Zoning District to require off-street vehicular parking for any increase in the number of existing bedrooms. The ordinance was moved by Councilmembers Giarrusso and Harris.\n- Ordinance Number: CAL. NO. 34,161\n- Votes Summary:\n - Vote 1: Passed - 6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT\n- Decision/Key Actions: The ordinance was passed as amended.\n- UID: 19b127f1-5d4a-4fb0-8fef-94a488a63c2a", + "uid": "19b127f1-5d4a-4fb0-8fef-94a488a63c2a", + "publish_date": "5-11-2023", "page_number": 49, - "part": 1 + "title": "Regular City Council Minutes 5-11-2023" }, { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": " Amendment YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. Amendment No. 4 by Cm. King, has an amendment to this amendment by Cms. Morrell and King. MOVED By: Morrell SECONDED BY: _ King ACTION: ACTION: Amendment to Amendment No. 4. YEAS: Giarrusso, Harris, King, Moreno, Morrell - 5 NAYS: Green, Thomas - 2 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. MOVED By: King SECONDED BY: Morrell ACTION: As Amended YEAS: Giarrusso, Harris, King, Moreno, Morrell - 5 NAYS: Green, Thomas - 2 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-00505691 83fa 49/72 \f", - "page_number": 49, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "6/23/23, 5:39 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-0050569183fa AND THE MOTION PASSED. 34083 Amendment 4 As Amended MOVED By: Giarrusso SECONDED BY: Morrell ACTION: As Amended YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. 34083 AS AM 22a. CAL. NO. 34,082 - BY: COUNCILMEMBER MORENO Brief: An Ordinance to amend and reordain Sections 26-613, 26-614, 26-615, 26-616, 26-617, 26- 618, 26-619, 26-620, 26-623, 26-624, 26-625, 26-628, and 26-629 of the Code of the City of New Orleans and to ordain Section 26-630 of the Code of the City of New Orleans relative to short-term rentals, to establish application procedures, permit types and fees, operating regulations, enforcement", - "page_number": 50, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": " parameters, penalties, and to provide for an effective date; and to provide otherwise with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 6/30/23). MOVED By: Moreno SECONDED BY: Morrell ACTION: Amendment YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. Amendment No. 2 to 34,082 by Cm. Harris was WITHDRAWN as well as Cm. Green amendment offered to Cm. Moreno\u2019s Amendment. MOVED By: Harris SECONDED BY: Morrell ACTION: Amendment YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-00505691 83fa 50/72 \f", + "page_content": "- Topic: Amendment to Ordinance Cal. No. 34,161\n- Summary: Amendment to replace \"A common room is any\" with \"A common room is any unenclosed.\"\n- Ordinance Number: 34161 Amendment\n- Votes Summary:\n Vote 1: Amendment - Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: Amendment to the amendment was passed with 6 YEAS.\n- Tags/Keywords: Amendment, Ordinance, Cal. No. 34,161, Unenclosed\n- UID: 66048cad-1bd3-43b5-ba66-ef89b47b50d3", + "uid": "66048cad-1bd3-43b5-ba66-ef89b47b50d3", + "publish_date": "5-11-2023", "page_number": 50, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "6/23/23, 5:39 PM 10. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-0050569183fa MOVED By: Harris SECONDED BY: Morrell ACTION: Amendment YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. MOVED By: King SECONDED BY: Giarrusso ACTION: Amendment YEAS: Giarrusso, Harris, King, Moreno, Morrell - 5 NAYS: Green, Thomas - 2 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. MOVED By: Moreno SECONDED BY: Morrell ACTION: As Amended YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell - 6 NAYS: Thomas - 1 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. 34082 AS AM ZONING DOCKET NO. 95/22 - CITY COUNCIL MOTION M-22-467 Brief: Requesting a Text Amendment to Article 19 of the Comprehensive Zoning Ordinance (CZO) to establish ", - "page_number": 51, - "part": 1 + "title": "Regular City Council Minutes 5-11-2023" }, { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "a new Interim Zoning District (IZD) to be named the Residential Short Term Rental Interim Zoning District. The intent of the IZD is to establish a temporary prohibition of Residential Short Term Rental (STR) uses citywide and to prevent any issuance of new Residential Short Term Rental permits or licenses. The three prohibited use categories include: Residential Short Term Rental, Small; Residential Short Term Rental, Large; and Residential Short Term Rental, Partial Unit. The proposed Text Amendment would affect properties citywide. The recommendation of the City Planning Commission being \u201cFOR MODIFIED APPROVAL\u201d. Annotation: ELECTRONICALLY SUBMITTED. (All Cms., Citywide, Cn. Deadline 4/3/23). ON DEADLINE. HEARING HELD. ZD NO. 95-22 - Attachments 1 https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-00505691 83fa 51/72 \f", + "page_content": "- Topic: Amendment to Cooperative Endeavor Agreement with CACRC\n- Summary: The ordinance authorizes the Mayor to enter into an amendment to extend the term of a Cooperative Endeavor Agreement with the Capital Area Corporate Recycling Council for electronic waste removal and recycling services. The maximum compensation amount is reaffirmed at $0.\n- Ordinance Number: CAL. NO. 34,162\n- Votes Summary:\n - Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance passed without amendment.\n- Tags/Keywords: Cooperative Endeavor Agreement, electronic waste removal, recycling services, extension\n- UID: f9aa60ae-f1fa-41dd-a552-c8cd84cdab9e\n\n- Topic: Appropriation of funds to the Office of Cultural Economy\n- Summary: This ordinance seeks to amend the Operating Budget of Expenditures for the City of New Orleans to appropriate funds to the Office of Cultural Economy for Mardi Gras and Jazz Fest.\n- Ordinance Number: CAL. NO. 34,172\n- Votes Summary:\n - Vote 1: Not mentioned\n- Decision/Key Actions: Further details on the outcome of the vote and any amendments are not available in the provided information.\n- Tags/Keywords: Budget appropriation, Office of Cultural Economy, Mardi Gras, Jazz Fest\n- UID: f9aa60ae-f1fa-41dd-a552-c8cd84cdab9e", + "uid": "f9aa60ae-f1fa-41dd-a552-c8cd84cdab9e", + "publish_date": "5-11-2023", "page_number": 51, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "6/23/23, 5:39 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-0050569183fa ZD NO. 95-22 - Attachments 2 ZD NO. 95-22 Final Staff Report 56c. MOTION \u2014 NO. M-23-125 \u2014 BY: COUNCILMEMBER MORRELL Brief: Approving and granting the applicant\u2019s request for a Text Amendment to Article 19 of the Comprehensive Zoning Ordinance to establish a new Interim Zoning District (IZD) to be named the Residential Short Term Rental Interim Zoning District, as modified by the City Planning Commission, ZD NO. 95/22. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/21/23). SPEAKER(S): Was Not Heard E-Comments - Louis David, Kelly Gismondi, Victoria Boyd, Nathaniel Fennell, Jennifer Soto Perque, Tracy Parker, Kris Embry, Virginia Baker, Ranh Nunez, Donna Robertson MOV", - "page_number": 52, - "part": 1 + "title": "Regular City Council Minutes 5-11-2023" }, { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "ED By: Morrell SECONDED BY: Thomas ACTION: Suspend the Rules to Receive Motion No. M-23-125. YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. MOVED By: Morrell SECONDED BY: Thomas ACTION: Suspend the Rules to Add Motion No. M-23-125 to the agenda. YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. MOVED By: Morrell SECONDED BY: Thomas ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. 47. MOTION - NO. M-23-105 - BY: COUNCILMEMBER HARRIS https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-00505691 83fa 52/72 \f", + "page_content": "- Topic: Bayou Classic events and Cultural Economic Initiatives & Partnerships\n- Summary: The ordinance aims to appropriate funds to the Office of Cultural Economy for marketing materials, international exchanges, memberships, subscriptions, and events, and to embrace Bayou Classic events and Cultural Economic Initiatives & Partnerships.\n- Ordinance Number: CAL. NO. 34,172\n- Votes Summary:\n Vote 1: Adopt - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance was adopted with 6 YEAS and 0 NAYS.\n- Tags/Keywords: Bayou Classic, Cultural Economic Initiatives, Appropriation of Funds\n- UID: be0d3aa4-cba7-4019-92b3-58ba5c7aaed1\n\n- Topic: Appropriation of Funds to the Office of Cultural Economy\n- Summary: This ordinance seeks to amend the operating budget of expenditures for the City of New Orleans for the year 2023, to appropriate funds to the Office of Cultural Economy for marketing materials, international exchanges, memberships, subscriptions, and events.\n- Ordinance Number: CAL. NO. 34,174\n- Votes Summary:\n Vote 1: Adopt - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance was adopted with 6 YEAS and 0 NAYS.\n- Tags/Keywords: Appropriation of Funds, Office of Cultural Economy, Operating Budget\n- UID: be0d3aa4-cba7-4019-92b3-58ba5c7aaed1", + "uid": "be0d3aa4-cba7-4019-92b3-58ba5c7aaed1", + "publish_date": "5-11-2023", "page_number": 52, - "part": 2 + "title": "Regular City Council Minutes 5-11-2023" }, { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "6/23/23, 5:39 PM 55. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-0050569183fa Brief: Directing the City Planning Commission to conduct a public hearing to consider amending and reordaining Ordinance No. 4264 M.C.S., amended by Ordinance No. 26,413 M.C.S., as amended, the Comprehensive Zoning Ordinance (CZO) of the City of New Orleans, to establish within Article 18 the Brown\u2019s Dairy Neighborhood District, bounded by Erato Street, Baronne Street, Martin Luther King, Jr. Boulevard, and Carondelet Street, to maintain and create affordable housing opportunities for long-term residency. For all lots within the boundaries, the following use restrictions shall apply, in addition to the use and design restrictions provided by the CZO for each base zoning district and other overlay district, and in a conflict the heightened restrictions shall prevail. The following uses are prohibited: Bed and Breakfast (accessory and principal); Hostel; Hotel/Motel; and Short Term Rental (commerci", + "page_content": "- Topic: Amendment of Operating Budget for the Office of Cultural Economy\n- Summary: The ordinance aimed to amend the operating budget for the Office of Cultural Economy to appropriate funds for business development, memberships, subscriptions, marketing, and events. It passed with unanimous support.\n- Ordinance Number: CAL. NO. 34,175\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance was adopted, allowing the appropriation of funds for the specified purposes.\n- Tags/Keywords: Operating budget, Office of Cultural Economy, appropriation of funds\n- UID: 4563e268-ea12-429e-b4a9-bba8de7f747c\n\n- Topic: Amendment of Operating Budget Expenditures for the Office of Cultural Economy\n- Summary: This ordinance sought to amend the operating budget of expenditures for the Office of Cultural Economy to allocate funds for business development, memberships, subscriptions, marketing, and events. It also passed with unanimous support.\n- Ordinance Number: CAL. NO. 34,176\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance was adopted, allowing the allocation of funds for the specified purposes.\n- Tags/Keywords: Operating budget expenditures, Office of Cultural Economy, allocation of funds\n- UID: 4563e268-ea12-429e-b4a9-bba8de7f747c", + "uid": "4563e268-ea12-429e-b4a9-bba8de7f747c", + "publish_date": "5-11-2023", "page_number": 53, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "al and non-commercial). Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/21/23). M-23-105 SPEAKER(S): Michael Burnside Maxwell Ciardullo MOVED By: Harris SECONDED BY: Moreno ACTION: Adopt YEAS: Green, Harris, King, Moreno, Morrell - 5 NAYS: 0 ABSTAIN: 0 ABSENT: Giarrusso, Thomas - 2 RECUSED: 0 AND THE MOTION PASSED. MOTION - NO. M-23-120 - BY: COUNCILMEMBER HARRIS Brief: Directing the City Planning Commission to conduct a study to determine the impacts and recommend updated regulations of Commercial Short Term Rentals, as defined in the Comprehensive Zoning Ordinance Article 20.3.LLL.2. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/21/23). M-23-120 SPEAKER(S): Michael Burnside, Maxwell Ciardullo, Allen Johnson; E-Comments - Was not heard - Ida Floreak, Caroline Lutkewitte MOVED By: Harris SECONDED BY: King ACTION: Adopt https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-00505691 83fa 53/72 \f", - "page_number": 53, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "6/23/23, 5:39 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-0050569183fa YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. 37. CAL. NO. 34,098 - BY: COUNCILMEMBER HARRIS Brief: An Ordinance authorizing the execution of a cooperative endeavor agreement by and among the City of New Orleans, State of Louisiana; Broad Street Sports Entertainment and Dining Economic Development District, State of Louisiana; and Five O Fore Golf LLC, related to the collection, use, and expenditure of a two percent (2%) sales and use tax to be levied in said district, and providing for other matters in connection therewith. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/7/23). 34098-29390 MCS SPEAKER(S): Michael Burnside MOVED By: Harris SECONDED BY: _ King ACTION: Adopt ", - "page_number": 54, - "part": 1 + "title": "Regular City Council Minutes 5-11-2023" }, { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "YEAS: Giarrusso, Green, Harris, King, Thomas - 5 NAYS: 0 ABSTAIN: 0 ABSENT: Moreno, Morrell - 2 RECUSED: 0 AND THE MOTION PASSED. 38. OLD BUSINESS - RECONSIDERATION \u2014 MOTION \u2014 NO. M-23-A - BY: AND GREEN (BY REQUEST) Brief: Reconsideration of Motion M-23-A, adding the President of the Council as a signatory to the Release between the City and Richard\u2019s Disposal, Inc. (RDI) and authorizing the President of the Council to sign the Release between the City and RDI. The Motion passed on March 9, 2023 appended an incorrect version of the contract. Reconsideration is sought so that the correct version of the instrument may be approved. Annotation: ELECTRONICALLY SUBMITTED. MOVED By: Giarrusso SECONDED BY: Thomas ACTION: Reconsider YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-00505691 83fa 54/72 \f", + "page_content": "- Topic: Resolution establishing a task force between the City of New Orleans and the Bureau of Alcohol, Tobacco, Firearms, and Explosives (ATF) to address crime\n- Summary: The resolution aimed to create a task force to address crime in collaboration with the ATF.\n- Ordinance Number: R-23-13\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The resolution was adopted with 6 in favor and 1 absent.\n- Tags/Keywords: Task force, crime, ATF, collaboration\n- UID: 089aaf34-cf4d-44d6-a05e-ad18cde761ab\n\n- Topic: Resolution in support of utilizing the Law Enforcement Management District of Orleans Parish to increase police presence and response times for non-violent service calls\n- Summary: The resolution aimed to support the use of the Law Enforcement Management District to enhance police presence and response times for non-violent service calls.\n- Ordinance Number: R-23-17\n- Votes Summary:\n Vote 1: Withdrawn\n- Decision/Key Actions: The resolution was withdrawn before a vote could take place.\n- Tags/Keywords: Law Enforcement Management District, police presence, response times, non-violent service calls\n- UID: 089aaf34-cf4d-44d6-a05e-ad18cde761ab", + "uid": "089aaf34-cf4d-44d6-a05e-ad18cde761ab", + "publish_date": "5-11-2023", "page_number": 54, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "6/23/23, 5:39 PM 39. 40. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-0050569183fa NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. MOVED BY: Giarrusso SECONDED BY: Harris ACTION: Motion to Substitute the corrected contract with the one previously issued. YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. MOVED BY: Giarrusso SECONDED BY: Harris ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. M-23-A Reconsiderationi RESOLUTION (LYING OVER) - NO. R-23-70 - BY: COUNCILMEMBER GREEN Brief: Approving and adopting the Lo", - "page_number": 55, - "part": 1 + "title": "Regular City Council Minutes 5-11-2023" }, { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "cally Preferred Alternative for BRT East-West Bank Corridor Project, set forth in the RTA Board report. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 6/16/23). WITHDRAWN. R-23-70 LO SPEAKER(S): Did not speak W/D Michael Burnside MOTION (LYING OVER) - NO. M-23-J - BY: COUNCILMEMBER GREEN Brief: Directing City Planning Commission to conduct a study to determine the impacts and implementation of using the geographical boundaries identified in the City Planning Commission\u2019s Neighborhood Classification System to provide for ballot voting on short-term rental allowances and restrictions in individual neighborhoods. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-00505691 83fa 55/72 \f", + "page_content": "- Topic: Cooperative Endeavor Agreement for French Quarter Pedestrian Malls\n- Summary: Resolution in support of a cooperative endeavor agreement between the City of New Orleans and the French Quarter Management District to manage and maintain the Royal Street Pedestrian Mall and Bourbon Street Pedestrian Mall in the French Quarter.\n- Ordinance Number: R-23-W\n- Votes Summary:\n Vote 1: Continued to the meeting of 7/13/23 - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The resolution was continued to the next meeting for further discussion and decision.\n- Tags/Keywords: Cooperative Endeavor Agreement, French Quarter, Pedestrian Malls\n- UID: a17f6f99-4376-4f31-9dc9-6fbdd018c555\n\n- Topic: Briefing Requirement for Legal Filings\n- Summary: Motion stating that the Department of Law shall brief the Council on the City\u2019s position before any substantive filing is made in specific court cases.\n- Ordinance Number: M-23-164\n- Votes Summary:\n Vote 1: Suspend the Rules - (6, 0, 1, 0)\n- Decision/Key Actions: The motion to suspend the rules and proceed with the briefing requirement was passed.\n- Tags/Keywords: Legal Filings, Department of Law, Briefing Requirement\n- UID: a17f6f99-4376-4f31-9dc9-6fbdd018c555\n\n- Topic: Contract Signing Authority\n- Summary: Motion to add the President of the Council as a signatory to a contract between the City of New Orleans and Louisiana Department of Health Office of Public Health STD/HIV/Hepatitis Program.\n- Ordinance Number: M-23-172\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The motion to authorize the President of the Council to sign the contract was passed.\n- Tags/Keywords: Contract Signing, President of the Council, Louisiana Department of Health\n- UID: a17f6f99-4376-4f31-9dc9-6fbdd018c555", + "uid": "a17f6f99-4376-4f31-9dc9-6fbdd018c555", + "publish_date": "5-11-2023", "page_number": 55, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "6/23/23, 5:39 PM 4l. 42. 43. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-0050569183fa Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/7/23). WITHDRAWN. M-23-J LO SPEAKER(S): Did not speak W/D Michael Burnside MOTION (LYING OVER) - NO. M-23-Z - BY: COUNCILMEMBERS MORRELL AND KING Brief: Directing City Planning Commission is directed to conduct a public hearing to consider amendments to Ordinance No. 4,264 M.C.S., amended by Ordinance No. 26,413 M.C.S., as amended, the Comprehensive Zoning Ordinance of the City of New Orleans, to amend Article 9 Historic Core Neighborhoods Residential Districts to create a new zoning classification, VCR-3, and to make associated zoning map changes to effectuate the new zoning district. The purpose of VCR-3 is to allow a mix of primarily residential uses, limited to singles, doubles, educational, and cultural uses. When compared to VCR-1 and VCR-2, VCR-3 is intended to promote educational and cultural uses that are compatible with residential use. Annotation:", - "page_number": 56, - "part": 1 + "title": "Regular City Council Minutes 5-11-2023" }, { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": " ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/7/23). CONTINUED TO THE MEETING OF 4/6/23. M-23-Z LO MOTION (LYING OVER) - NO. M-23-AA - BY: COUNCILMEMBERS MORRELL AND KING Brief: Directing City Planning Commission to conduct a public hearing to consider a zoning change from VCR-1 Vieux Carre Residential District to VCR-3 Vieux Carre Residential District, on the entirety of Square 56, Lots 16, 18, 19, 20, 21, Lot A Pt Lot 1, Lot B, Pt Lot 1, and Lot C Pt 1, in the Second Municipal District, bounded by Saint Philip Street, Bourbon Street, Ursulines Street, and Royal Street (municipal addresses are 721 Saint Philip Street and 1014 Bourbon Street). Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/7/23). CONTINUED TO THE MEETING OF 4/6/23. M-23-AA LO MOTION - NO. M-23-98 - BY: COUNCILMEMBERS MORENO AND HARRIS Brief: Directing City Planning Commission to conduct a public hearing to consider amending the https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-00505691 83fa 56/72 \f", + "page_content": "- Topic: Loan Agreement Signatory Addition\n- Summary: The ordinance aimed to add the President of the Council as a signatory to the Loan Agreement between the City of New Orleans and Unity of Greater New Orleans, Inc. and authorize the President of the Council to sign the Loan Agreement.\n- Ordinance Number: M-23-185\n- Votes Summary:\n - Vote 1: Adopt - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The motion passed, and the President of the Council was authorized to sign the Loan Agreement.\n- Tags/Keywords: Loan Agreement, President of the Council, Unity of Greater New Orleans, Inc., Authorization\n- UID: b24587e4-b25f-4da9-8c54-05759e42cfc1\n\n- Topic: Sewerage & Water Board Appearance Request\n- Summary: Councilmember Thomas requested that the Sewerage & Water Board of New Orleans appear before the Council to address their failure to submit a required quarterly construction report.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: The Sewerage & Water Board of New Orleans is required to appear before the Council to explain their failure to submit the report.\n- Tags/Keywords: Sewerage & Water Board, Appearance Request, Quarterly Construction Report\n- UID: b24587e4-b25f-4da9-8c54-05759e42cfc1", + "uid": "b24587e4-b25f-4da9-8c54-05759e42cfc1", + "publish_date": "5-11-2023", "page_number": 56, - "part": 2 + "title": "Regular City Council Minutes 5-11-2023" }, { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "6/23/23, 5:39 PM 44. 45. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-0050569183fa text of the Comprehensive Zoning Ordinance to create a definition and use standards for \u201celectric vehicle (EV) charging stations (principal use)\u201d to reduce zoning barriers for EV charging stations. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/21/23). M-23-98 MOVED By: Morrell SECONDED BY: Thomas ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. MOTION - NO. M-23-99 - BY: COUNCILMEMBERS HARRIS AND MORRELL Brief: Directing the City Planning Commission (\u201cCPC\u201d) to conduct a public hearing to consider amending the text of the Comprehensive Zoning Ordinance to require security measures and crime mitigation efforts at Parking Structures and Parking Lots (principal uses), specifically within the use standards at Article 20.3.00, 20.3.00.1, and 20.3.00.2, as well any related ", + "page_content": "- Topic: Audit of Sewerage and Water Board of New Orleans\n- Summary: The ordinance encourages the Legislative Auditor to conduct an audit of the Sewerage and Water Board of New Orleans to ensure compliance with federal, state, and local laws.\n- Ordinance Number: R-23-167\n- Votes Summary:\n - Vote 1: Adopt - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance was adopted without opposition.\n- Tags/Keywords: Sewerage and Water Board, audit, compliance\n- UID: 7973eb08-5260-4b68-aed9-08dd1f855d5d\n\n- Topic: Support of House Bill on Billing Practices\n- Summary: The ordinance expresses support for House Bill Number 225 by Representative Stephanie Hilferty concerning billing practices of the Sewerage and Water Board of New Orleans.\n- Ordinance Number: R-23-168\n- Votes Summary:\n - Vote 1: Adopt - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance was adopted without opposition.\n- Tags/Keywords: House Bill 225, billing practices, support\n- UID: 7973eb08-5260-4b68-aed9-08dd1f855d5d", + "uid": "7973eb08-5260-4b68-aed9-08dd1f855d5d", + "publish_date": "5-11-2023", "page_number": 57, - "part": 1 + "title": "Regular City Council Minutes 5-11-2023" }, { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "regulations, including Article 21.5. Possible security measures and crime mitigation efforts for CPC\u2019s consideration include, but are not limited to, required on-site employees and parking lot attendants; adequate lighting; and the installation of panic buttons, emergency call boxes, and security cameras. CPC is also directed to consider whether certain Parking Structures and Parking Lots (principal uses) should be exempt, including those that are not open to the public; those that are locked or gated; and those below a certain number of parking spots or square footage. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/21/23). M-23-99 MOVED By: Harris SECONDED BY: Giarrusso ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. MOTION - NO. M-23-102 - BY: COUNCILMEMBERS HARRIS AND MORRELL https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-00505691 83fa 57/72 \f", - "page_number": 57, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "6/23/23, 5:39 PM 46. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-0050569183fa Brief: Directing the City Planning Commission to conduct a public hearing to consider amending the text of the Comprehensive Zoning Ordinance to create standards for affordable homeownership opportunities by amending Article 5, Article 26, and/or Article 28, and any related articles according to the City Planning Commission, and to consider the community land trust model to define and create standards for Affordable Homeownership Development. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/21/23). M-23-102 SPEAKER(S): Romy LaCour Michael Burnside MOVED By: Harris SECONDED BY: Thomas ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. MOTION - NO. M-23-103 - BY: COUNCILMEMBER MORRELL Brief: Motion stating that Rule 54 of the Council\u2019s Rules and Regulations is amended and restated to read as follows: Except as otherwise expressly provi", - "page_number": 58, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "ded herein, Chief Administrative Office Policy Memorandum 9(R) \u2014 Travel and Business Expenses \u2014 pertaining to travel shall apply to all employees of the Council except in instances where payment for travel is executed through a Council-issued credit card, in which event Rule 53 shall govern. Individual councilmember travel shall not require Chief Administrative Office approval; however, a completed \u201cTravel Authorization Form\u201d shall be submitted to the Council Chief of Staff before incurring any travel-related expenditures. Council Chief of Staff shall provide a quarterly report of all travel by councilmembers to the Mayor and the Council. Upon request, all details of transportation and lodging for approved travel shall be made available within three (3) business days and all receipts for such travel within fourteen (14) business days of the completion of such travel. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/21/23). M-23-103 https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-00505691 83fa 58/72 \f", + "page_content": "- Topic: Resolution on SWBNO Rate Increase\n- Summary: Resolution stating that the Council will not introduce an instrument to increase Sewerage and Water Board of New Orleans\u2019 (SWBNO) rates until the utility demonstrates compliance with local laws governing its billing practices.\n- Ordinance Number: R-23-169\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The resolution passed, indicating the Council's decision to hold off on introducing any rate increase until SWBNO complies with billing laws.\n- Tags/Keywords: SWBNO, rate increase, compliance, billing practices\n- UID: 8b0c8f9c-860e-4e67-9e84-ca450a266497\n\n- Topic: Inspector General Audit of SWBNO\n- Summary: Resolution encouraging the Office of Inspector General to conduct an audit of the Sewerage and Water Board of New Orleans for compliance with federal, state, and local laws and organizational policies.\n- Ordinance Number: R-23-170\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The resolution passed, indicating the Council's support for an audit of SWBNO's compliance with relevant laws and policies.\n- Tags/Keywords: Inspector General, audit, compliance, organizational policies\n- UID: 8b0c8f9c-860e-4e67-9e84-ca450a266497", + "uid": "8b0c8f9c-860e-4e67-9e84-ca450a266497", + "publish_date": "5-11-2023", "page_number": 58, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "6/23/23, 5:39 PM 48. 49. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-0050569183fa MOVED By: Morrell SECONDED BY: Harris ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. MOTION - NO. M-23-106 - BY: COUNCILMEMBER HARRIS Brief: Waiving fifty percent (50%) of the NORDC facility rental fee for the Love Covers a Multitude of Sins Easter Fest event on Saturday, April 8, 2023 from 11:00 a.m. to 2:00 p.m. at A.L. Davis Playground located at 2600 LaSalle Street, New Orleans, Louisiana. The fee waiver authorized by this Motion shall not include any direct costs to the City. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/21/23). M-23-106 SPEAK", - "page_number": 59, - "part": 1 + "title": "Regular City Council Minutes 5-11-2023" }, { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "ER(S): Michael Burnside Did not speak MOVED By: Harris SECONDED BY: Moreno ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. MOTION - NO. M-23-107 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, MORRELL, GREEN AND THOMAS Brief: Approving the Amendment to the Classified Pay Plan (Police) - Police Hiring Rates: Police Academy in accordance with Article X, Section 10 of the Constitution of Louisiana as adopted by the Civil Service Commission at its meeting of March 3, 2023. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/21/23). MOVED By: Moreno SECONDED BY: Giarrusso ACTION: Adopt https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-00505691 83fa 59/72 \f", + "page_content": "- Topic: SWBNO Compliance Motion\n- Summary: Motion stating that the Sewerage and Water Board of New Orleans (SWBNO) shall have ten (10) days to provide evidence of compliance with all aspects of the ordinances adopted by the Council.\n- Ordinance Number: M-23-171\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: SWBNO given 10 days to comply with ordinances\n- Tags/Keywords: SWBNO, compliance, motion\n- UID: 1e592dfa-2095-4040-9bee-3308f02d10c2\n\n- Topic: Lake Willow Subdivision Election Resolution\n- Summary: A Resolution calling an election in the Lake Willow Subdivision Improvement District for Saturday, October 14, 2023.\n- Ordinance Number: R-23-186\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: Election scheduled for Lake Willow Subdivision Improvement District\n- Tags/Keywords: election, Lake Willow Subdivision, resolution\n- UID: 1e592dfa-2095-4040-9bee-3308f02d10c2\n\n- Topic: President of the Council Lease Motion\n- Summary: Adding the President of the Council as a signatory to the lease between the City of New Orleans and a party.\n- Ordinance Number: M-23-187\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: N/A\n- Tags/Keywords: lease, President of the Council, motion\n- UID: 1e592dfa-2095-4040-9bee-3308f02d10c2", + "uid": "1e592dfa-2095-4040-9bee-3308f02d10c2", + "publish_date": "5-11-2023", "page_number": 59, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "6/23/23, 5:39 PM 50. 51. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-0050569183fa YEAS: Giarrusso, Green, King, Moreno, Morrell, Thomas - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Harris - 1 RECUSED: 0 AND THE MOTION PASSED. M-23-107 MOTION - NO. M-23-108 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, MORRELL, GREEN AND THOMAS Brief: Approving the Amendment to the Classified Pay Plan - Pilot Special Rate of Pay: Police Recruiter Incentive Pay in accordance with Article X, Section 10 of the Constitution of Louisiana as adopted by the Civil Service Commission at its meeting of March 3, 2023. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/21/23). M-23-108 MOVED By: Moreno ", - "page_number": 60, - "part": 1 + "title": "Regular City Council Minutes 5-11-2023" }, { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": " SECONDED BY: Harris ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. RESOLUTION - NO. R-23-112_ - BY: _ COUNCILMEMBER GIARRUSSO_ (BY REQUEST) Brief: Approving the completed Louisiana Compliance Questionnaire prepared by the Department of Finance as part of the 2021 annual audit. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/21/23). R-23-112 MOVED By: Giarrusso SECONDED BY: Moreno ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-00505691 83fa 60/72 \f", + "page_content": "- Topic: Lease Agreement Between City of New Orleans and Orleans Tower, LLC\n- Summary: The council voted to authorize the President of the Council to sign the lease between the City of New Orleans and Orleans Tower, LLC. The Criminal Justice Committee recommended approval.\n- Ordinance Number: M-23-187\n- Votes Summary:\n Vote 1: Adopt - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: Authorization for the President of the Council to sign the lease\n- Tags/Keywords: Lease Agreement, Orleans Tower, LLC, Authorization, Council President\n- UID: d32adbbe-461d-414b-98f5-0c92ab45bc82\n\n- Topic: Amendment to Rule 15.A of the Council\u2019s Rules and Regulations\n- Summary: This motion proposed an amendment to Rule 15.A regarding the appointment process for boards, commissions, or public agencies requiring Council approval. The motion was referred to the Governmental Affairs Committee and continued to the meeting of 5/25/23.\n- Ordinance Number: M-23-189\n- Votes Summary: Not applicable\n- Decision/Key Actions: Referral to the Governmental Affairs Committee\n- Tags/Keywords: Rule Amendment, Appointment Process, Governmental Affairs Committee\n- UID: d32adbbe-461d-414b-98f5-0c92ab45bc82\n\n- Topic: Amendment to Rule 35.B of the Council\u2019s Rules and Regulations\n- Summary: This motion proposed an amendment to Rule 35.B, specifying that amendments cannot alter or nullify the original purpose of the motion, resolution, or ordinance. The motion was made by Councilmember Giarrusso.\n- Ordinance Number: M-23-190\n- Votes Summary: Not applicable\n- Decision/Key Actions: Amendment to Rule 35.B\n- Tags/Keywords: Rule Amendment, Amendment Purpose, Councilmember Giarrusso\n- UID: d32adbbe-461d-414b-98f5-0c92ab45bc82", + "uid": "d32adbbe-461d-414b-98f5-0c92ab45bc82", + "publish_date": "5-11-2023", "page_number": 60, - "part": 2 + "title": "Regular City Council Minutes 5-11-2023" }, { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "6/23/23, 5:39 PM 52. 53. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-0050569183fa RECUSED: 0 AND THE MOTION PASSED. RESOLUTION - NO. R-23-113 - BY: COUNCILMEMBER GIARRUSSO_ (BY REQUEST) Brief: Approving the completed Louisiana Compliance Questionnaire prepared by the Department of Finance as part of the 2022 annual audit. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/21/23). R-23-113 MOVED By: Giarrusso SECONDED BY: King ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. MOTION \u2014 NO. M-23-118 \u2014 BY: COUNCILMEMBER GREEN Brief: Establishing the following polling location, shown under the \u201cNew Site\u201d as the temporary polling location for the identified precincts within the Parish of Orleans for", + "page_content": "- Topic: Rezoning of Residential Plots in Lake Terrace and Lake Oaks\n- Summary: The motion directed the City Planning Commission to conduct a public hearing to consider rezoning residential plots in Lake Terrace and Lake Oaks from S-RS Suburban Single-Family Residential District to S-LRS2 Lake Vista and Lake Shore Single-Family Residential District.\n- Ordinance Number: M-23-192\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The motion passed, and Rule 57 was suspended as the Council did not vote on the matter at the Committee meeting.\n- Tags/Keywords: Rezoning, Residential Plots, Lake Terrace, Lake Oaks\n- UID: 97647e41-9a7d-4db1-b867-b976e757f354\n\n- Topic: Addition of the President of the Council as a Signatory to a Professional Services Agreement\n- Summary: The motion sought to add the President of the Council as a signatory to a Professional Services Agreement.\n- Ordinance Number: M-23-193\n- Votes Summary:\n Vote 1: Not Applicable\n- Decision/Key Actions: Information on the outcome of the vote is not provided in the summary.\n- Tags/Keywords: Professional Services Agreement, Signatory, Council President\n- UID: 97647e41-9a7d-4db1-b867-b976e757f354", + "uid": "97647e41-9a7d-4db1-b867-b976e757f354", + "publish_date": "5-11-2023", "page_number": 61, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": " the upcoming March 25, 2023 municipal primary/special general election: Ward/ Precinct Original Site New Site: 9/30 N.O. Baptist Theological N.O. Baptist Theological Seminary Seminary \u2014 Leavell 3939 Gentilly Blvd. Building 3939 Gentilly Blvd. (Entrance at Providence Place and Gentilly Blvd.) 9/30A N.O. Baptist Theological N.O. Baptist Theological Seminary Seminary \u2014 Leavell 3939 Gentilly Blvd. Building 3939 Gentilly Blvd. (Entrance at Providence Place and Gentilly Blvd.) 9/31 N.O. Baptist Theological N.O. Baptist Theological Seminary Seminary \u2014 Leavell 3939 Gentilly Blvd. Building 3939 Gentilly Blvd. (Entrance at Providence Place and Gentilly Blvd.) 9/31A N.O. Baptist Theological N.O. Baptist Theological Seminary Seminary \u2014 Leavell 3939 Gentilly Blvd. Building https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-00505691 83fa 61/72 \f", - "page_number": 61, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "6/23/23, 5:39 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-0050569183fa 3939 Gentilly Blvd. (Entrance at Providence Place and Gentilly Blvd.) 9/31B N.O. Baptist Theological N.O. Baptist Theological Seminary Seminary \u2014 Leavell 3939 Gentilly Blvd. Building 3939 Gentilly Blvd. (Entrance at Providence Place and Gentilly Blvd.) Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/21/23). M-23-118 MOVED By: Green SECONDED BY: Morrell ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Thomas - 1 RECUSED: 0 AND THE MOTION PASSED. 56b. MOTION \u2014 NO. M-23-124 \u2014 BY: COUNCILMEMBER MORRELL Brief: Extending the interim appointment of Michelle Woodfork as Superintende", - "page_number": 62, - "part": 1 + "title": "Regular City Council Minutes 5-11-2023" }, { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "nt of the New Orleans Police Department for a period of six months from the date on which this instrument is adopted. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/21/23). MOVED By: Morrell SECONDED BY: Green ACTION: ACTION: Suspend the Rules to Receive the foregoing Motion. YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Thomas - 1 RECUSED: 0 AND THE MOTION PASSED. MOVED BY: Moreno SECONDED BY: Morrell ACTION: ACTION: Suspend the Rules to Add the foregoing Motion to the Council's agenda. YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Thomas - 1 https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-00505691 83fa 62/72 \f", + "page_content": "- Topic: Professional Services Agreement with Acadian Ambulance Service, Inc.\n- Summary: The ordinance involved authorizing the President of the Council to sign a Professional Services Agreement between the City and Acadian Ambulance Service, Inc. \n- Ordinance Number: M-23-193\n- Votes Summary:\n Vote 1: Adopt - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The motion passed.\n- UID: a41e5884-97f6-44c3-a8e0-31c27683b1eb\n\n- Topic: Application Deadlines for Community Support Grants\n- Summary: The resolution stated the application deadlines for Harrah\u2019s Community Support Grant and the City Council/Cox Communications Louisiana\u2019s Community Grant.\n- Ordinance Number: R-23-198\n- Votes Summary:\n Vote 1: Adopt - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The motion passed.\n- UID: a41e5884-97f6-44c3-a8e0-31c27683b1eb\n\n- Topic: Support for Reproductive Rights\n- Summary: The resolution recognized the city's unwavering belief in human rights, particularly in the context of reproductive rights and access to timely and appropriate reproductive health care.\n- Ordinance Number: R-23-199\n- Votes Summary:\n Vote 1: Adopt - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The motion passed.\n- Tags/Keywords: Reproductive rights, human rights, access to healthcare\n- UID: a41e5884-97f6-44c3-a8e0-31c27683b1eb", + "uid": "a41e5884-97f6-44c3-a8e0-31c27683b1eb", + "publish_date": "5-11-2023", "page_number": 62, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "6/23/23, 5:39 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-0050569183fa RECUSED: 0 AND THE MOTION PASSED. MOVED By: Morrell SECONDED BY: _ King ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Thomas - 1 RECUSED: 0 AND THE MOTION PASSED. M-23-124 MOVED BY: Moreno SECONDED BY: Morrell ACTION: ACTION: Suspend the Rules to Introduce Ordinances on First Reading. YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Thomas - 1 RECUSED: 0 AND THE MOTION PASSED. 57. QRDINANCES ON FIRST READING CALENDAR NUMBERS 34,099 THRU 34,124. INTRODUCED AND LAID OVER AS REQUIRED BY LAW. 3-23-2023 Ist Reading 57a. CAL. NO. 34,099 - BY: COUNCILMEMBER KING (BY REQUEST) Brief: An Ordinanceto authorize the Mayor of the Cit", - "page_number": 63, - "part": 1 + "title": "Regular City Council Minutes 5-11-2023" }, { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "y of New Orleans to enter into a Cooperative Endeavor Agreement between the City of New Orleans (the \u201cCity\u201d) and the Regional Transit Authority (\u201cRTA\u201d) and the Audubon Commission (\u201cAudubon\u201d) to allow and facilitate the maintenance of various improvements made at and in the vicinity of the Canal Street Ferry Terminal, as more fully set forth in the Cooperative Endeavor Agreement form attached hereto as \u201cExhibit A\u201d and made a part hereof; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/21/23). 34099 57b. CAL. NO. 34,100 - BY: COUNCILMEMBER KING (BY REQUEST) Brief: An Ordinance to authorize the Mayor of the City of New Orleans to enter into the First https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-00505691 83fa 63/72 \f", + "page_content": "- Topic: Reaffirming Commitment to Equality and Safety for Transgender and Gender Non-Conforming Individuals\n- Summary: The City Council reaffirmed its commitment to the equality and safety of all individuals, including transgender and gender non-conforming individuals, in all institutions.\n- Ordinance Number: R-23-200\n- Votes Summary:\n Vote 1: Adopt - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The motion to adopt the ordinance passed.\n- Tags/Keywords: Equality, Safety, Transgender Rights, Gender Non-Conforming, Human Rights\n- UID: 6730b672-52b9-48ce-bedc-d628117bebf9\n\n- Topic: Urging Reinstatement of Irish Channel Air Monitoring Site\n- Summary: The City Council urged the Louisiana Governor's Office and U.S. EPA to exercise oversight authority and compel the LDEQ to reinstate the Irish Channel Air Monitoring Site.\n- Ordinance Number: R-23-207\n- Votes Summary:\n Vote 1: Adopt - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The motion to adopt the urging of reinstatement of the monitoring site passed.\n- Tags/Keywords: Air Quality, Environmental Protection, Oversight, Monitoring Site\n- UID: 6730b672-52b9-48ce-bedc-d628117bebf9", + "uid": "6730b672-52b9-48ce-bedc-d628117bebf9", + "publish_date": "5-11-2023", "page_number": 63, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "6/23/23, 5:39 PM 57c. 57d. 57e. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-0050569183fa Amendment (\u201cAmendment\u201d) to a previously executed Cooperative Endeavor Agreement (\u201cCEA\u201d) between the City of New Orleans (the \u201cCity\u2019\u2019), and the New Orleans Redevelopment Authority, represented herein by Brenda M. Breaux, Executive Director (\u201cNORA\u201d or the \u201cContractor\u201d\u2019), relative to a property acquisition and market analysis fund, to modify the provisions thereof and extend the term thereof for an additional year, effective as of the date this amendment is adopted, as more fully set forth in the Amendment form attached hereto as Exhibit \u201c1\u201d and made a part hereof; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/21/23). 34100 CAL. NO. 34,101 - BY: COUNCILMEMBER KING (BY REQUEST) Brief: An Ordinance authorizing the Mayor of the City of New Orleans to enter into a Cooperative Endeavor Agreement between the City of New Orleans (the \u201cCity\u201d) and Agenda for Children for a term of one year, for the public purpose of providing wage enhancements to childcare workers in the City of New Orleans, as more fully detailed in the Cooperative Endeavor Agreement", - "page_number": 64, - "part": 1 + "title": "Regular City Council Minutes 5-11-2023" }, { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": " form attached hereto as Exhibit \u201cA\u201d; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/21/23). 34101 CAL. NO. 34,102 - BY: COUNCILMEMBER THOMAS (BY REQUEST) Brief: An Ordinance to authorize the Mayor of the City of New Orleans to enter into a First Amendment to the Cooperative Endeavor Agreement (\u201cAmendment\u201d) to amend _ the Cooperative Endeavor Agreement (\u201cAgreement\u201d) between the City of New Orleans (the \u201cCity\u201d) and Ubuntu Village Nola (the \u201cContractor\u201d\u2019) relative to the Contractor providing services to parents involved in the juvenile justice system, in order to extend the Agreement for an additional one (1) year; to increase the maximum aggregate amount of compensation; to amend the rate of compensation; and to add, modify, or reaffirm certain terms and conditions, as more fully set forth in the Amendment attached hereto as Exhibit \u201c1\u201d and incorporated and made a part hereof; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/21/23). 34102 CAL. NO. 34,103 - BY: COUNCILMEMBER MORENO https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-00505691 83fa 64/72 \f", + "page_content": "- Topic: Suspension of BWC Harvey's air permit and permit review process\n- Summary: The ordinance aims to suspend BWC Harvey's air permit and institute a permit review process that accounts for noxious emissions from BWC Harvey's entire operations, including those at the recently-purchased IMTT Gretna.\n- Ordinance Number: R-23-207\n- Votes Summary:\n Vote 1: Continued to the meeting of 6/22/23\n- Decision/Key Actions: The ordinance was continued to the meeting of 6/22/23.\n- UID: 4e4bf1a5-e734-48bc-91b6-2185b27f0180\n\n- Topic: Amendment of the Comprehensive Zoning Ordinance to establish a new Interim Zoning District\n- Summary: This ordinance directs the City Planning Commission to conduct a public hearing to amend the Comprehensive Zoning Ordinance and establish a new Interim Zoning District to prohibit certain types of rentals and accommodations citywide.\n- Ordinance Number: M-23-208\n- Votes Summary:\n Vote 1: Continued to the meeting of 5/25/23\n- Decision/Key Actions: The ordinance was continued to the meeting of 5/25/23.\n- UID: 4e4bf1a5-e734-48bc-91b6-2185b27f0180\n\n- Topic: Selection of the official journal for the City of New Orleans\n- Summary: This motion selects the Times-Picayune/The New Orleans Advocate as the official journal for the City of New Orleans for a specific period.\n- Ordinance Number: M-23-209\n- Votes Summary:\n Vote 1: Adopted - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The motion was adopted.\n- UID: 4e4bf1a5-e734-48bc-91b6-2185b27f0180", + "uid": "4e4bf1a5-e734-48bc-91b6-2185b27f0180", + "publish_date": "5-11-2023", "page_number": 64, - "part": 2 + "title": "Regular City Council Minutes 5-11-2023" }, { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "6/23/23, 5:39 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-0050569183fa Brief: An Ordinance to amend and reordain Sections 6-32 and 6-39 of the Code of the City of New Orleans to provide relative to administrative adjudication of Code violations involving permitted and unpermitted short-term rentals and by short-term rental owners and operators. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/21/23). 34103 57f. CAL. NO. 34,104 - BY: COUNCILMEMBER MORRELL Brief: An Ordinance to provide for the prorating of interim and residential short-term rental permit fees, and to provide a termination date for all residential short-term rental permits. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/21/23). 34104 57g. CAL. NO. 34,105 - BY: COUNCILMEMBER HARRIS (BY REQUEST) Brief: An Ordinance authorizing the Mayor of the City of New Orleans to enter into a Cooperative Endeavor Agreement (\u201cCEA\u201d) between the City of New Orleans (the \u201cCity", + "page_content": "- Topic: Cooperative Endeavor Agreement for Public Health Workforce\n- Summary: The ordinance authorizes the Mayor to enter into a Cooperative Endeavor Agreement with the Louisiana Department of Health to provide grant funds for strengthening the public health workforce of the New Orleans Health Department. The ordinance was introduced by Councilmember Moreno.\n- Ordinance Number: CAL. NO. 34,177\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance passed, allowing the Mayor to enter into the Cooperative Endeavor Agreement for the public health workforce.\n- Tags/Keywords: Cooperative Endeavor Agreement, Public Health Workforce, Grant Funds\n- UID: f4bc1cc3-c58d-4635-b7ba-40fbe96360bb\n\n- Topic: Amendment to Cooperative Endeavor Agreement for Infrastructure Restoration\n- Summary: The ordinance authorizes the Mayor to enter into an amendment to a previously executed Cooperative Endeavor Agreement with the University of New Orleans for the restoration of the City's infrastructure damaged by Hurricane Katrina. The ordinance was introduced by Councilmembers Green and Thomas.\n- Ordinance Number: CAL. NO. 34,178\n- Votes Summary:\n Vote 1: Not available\n- Decision/Key Actions: The outcome of the vote is not available in the provided summary.\n- Tags/Keywords: Cooperative Endeavor Agreement, Infrastructure Restoration, Amendment\n- UID: f4bc1cc3-c58d-4635-b7ba-40fbe96360bb\n\n- Topic: Cooperative Endeavor Agreement for Infrastructure Restoration\n- Summary: The ordinance authorizes the Mayor to enter into an amendment to a previously executed Cooperative Endeavor Agreement with the University of New Orleans for the restoration of the City's infrastructure damaged by Hurricane Katrina. The ordinance was introduced by Councilmember Moreno.\n- Ordinance Number: CAL. NO. 34,179\n- Votes Summary:\n Vote 1: Not available\n- Decision/Key Actions: The outcome of the vote is not available in the provided summary.\n- Tags/Keywords: Cooperative Endeavor Agreement, Infrastructure Restoration, Amendment\n- UID: f4bc1cc3-c58d-4635-b7ba-40fbe96360bb", + "uid": "f4bc1cc3-c58d-4635-b7ba-40fbe96360bb", + "publish_date": "5-11-2023", "page_number": 65, - "part": 1 + "title": "Regular City Council Minutes 5-11-2023" }, { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "\u201d) and Ozanam Inn (\u201cContractor\u201d), for a term greater than one year, for the public purpose of entering into referral relationships to help provide shelter and medical services to homeless persons in the City of New Orleans, as more fully detailed in the CEA form attached ereto as Exhibit \u201cA\u201d; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. Council Rule 34. Postponement Deadline 7/21/23). 34105 57h. CAL. NO. 34,106 - BY: COUNCILMEMBER HARRIS Brief: An Ordinance to temporarily waive certain fees, permit fees, and requirements within and around A.L. Davis Playground located at 2600 LaSalle Street, New Orleans, Louisiana, in conjunction with the Love Covers a Multitude of Sins Easter Fest on Saturday, April 8, 2023 from 11:00 a.m. to 2:00 p.m.; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/21/23). 34106 https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-00505691 83fa 65/72 \f", - "page_number": 65, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "6/23/23, 5:39 PM S71. 57j. 57k. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-0050569183fa CAL. NO. 34,107 - BY: COUNCILMEMBER KING (BY REQUEST) Brief: An Ordinance authorizing the Mayor of the City of New Orleans to enter into a Cooperative Endeavor Agreement (\u201cCEA\u201d) between the City of New Orleans (the \u201cCity\u201d) and Louisiana Department of Veterans Affairs (\u201cContractor\u201d), for a term greater than one year, for the public purpose of locating and contacting veterans or dependents to process and develop claims to determine their eligibility for Veteran\u2019s benefits, as more fully detailed in the CEA form attached hereto and made a part hereof; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/21/23). 34107 CAL. NO. 34,108 - BY: COUNCILMEMBER KING (BY REQUEST) Brief: An Ordinance authorizing the Mayor of the City of New Orleans to enter into a Cooperative Endeavor Agreement (\u201cCEA\u201d) between the City of New Orleans (the \u201cCity) and the LSU AgCenter, for a term greater than one year, for the public purpose of improving the lives and economic well-being of New Orleans residents by providing innovative research-based educational programs in the City of New Orleans, as more fully de", - "page_number": 66, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "tailed in the CEA form attached hereto as Exhibit \u201cA\u201d; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/21/23). 34108 CAL. NO. 34,109 - BY: COUNCILMEMBER GIARRUSSO (BY REQUEST) Brief: An Ordinance to ratify the execution and delivery by the New Orleans Municipal Yacht Harbor Management Corporation (\u201cMYHMC\u201d) of Amendment No. 1 to Lease between the New Orleans Municipal Yacht Harbor Management Corporation and the Southern Yacht Club, which is attached hereto as Exhibit \u201cA\u2019(the \u201cAmendment\u201d), and which amends the Lease dated May 6, 2002 the (\u201c\u201cSYC Lease\u2019), pursuant to which the City of New Orleans (the \u201cCity\u201d) leased to Southern Yacht Club (\u201cSYC\u2019) certain premises adjacent to property owned by SYC, which premises is known as Area A, according to Drawing J-79-001-06 by J.J. Krebs & Sons, Inc. Civil Engineers and Surveyors, dated December 28, 1984, and which consists of three parcels labeled Parcels \u201cA-1\u201d, \u201cA-2\u201d and \u201cA-3\u201d on said drawing (the \u201cDemised Premises\u201d\u2019); and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/21/23). 34109 https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-00505691 83fa 66/72 \f", + "page_content": "- Topic: Amendment to Section 102-115 of the Code of the City of New Orleans\n- Summary: The ordinance aimed to expand the harm-reduction-related exception for fentanyl testing strips to include other forms of drug testing equipment. \n- Ordinance Number: 34179\n- Votes Summary:\n Vote 1: Passed - (8 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The amendment passed without opposition, expanding the exception for drug testing equipment.\n- Tags/Keywords: Harm reduction, drug testing, amendment\n- UID: e39dd969-393d-4fad-a7d3-3a9c525266b0\n\n- Topic: Establishment of Youth Fare Transportation Fund\n- Summary: The ordinance aimed to establish the Youth Fare Transportation Fund as a new division within the city code, providing for Sections 70-415.322 through 70-415.326.\n- Ordinance Number: 34180\n- Votes Summary:\n Vote 1: Passed - (8 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed without opposition, establishing the new fund within the city code.\n- Tags/Keywords: Youth transportation, fare fund, city code\n- UID: e39dd969-393d-4fad-a7d3-3a9c525266b0\n\n- Topic: Conditional Use for Curb Cut along Convention Center Boulevard\n- Summary: The ordinance aimed to establish a conditional use to permit a curb cut along Convention Center Boulevard in a specific area.\n- Ordinance Number: 34181\n- Votes Summary:\n Vote 1: Passed - (8 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed without opposition, allowing for the establishment of the curb cut in the designated area.\n- Tags/Keywords: Conditional use, curb cut, public right-of-way\n- UID: e39dd969-393d-4fad-a7d3-3a9c525266b0\n\n- Topic: Amendment to Section 70-101 of the City Code\n- Summary: The ordinance aimed to amend Section 70-101 to increase the amount of petty cash available to the Chief Administrative Office\u2019s Equipment Maintenance Division.\n- Ordinance Number: 34182\n- Votes Summary:\n Vote 1: Passed - (8 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed without opposition, increasing the petty cash available to the Equipment Maintenance Division.\n- Tags/Keywords: City code amendment, petty cash, administrative office\n- UID: e39dd969-393d-4fad-a7d3-3a9c525266b0", + "uid": "e39dd969-393d-4fad-a7d3-3a9c525266b0", + "publish_date": "5-11-2023", "page_number": 66, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "6/23/23, 5:39 PM 571. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-0050569183fa CAL. NO. 34,110- BY: COUNCILMEMBER MORENO Brief: An Ordinance to authorize the Mayor of the City of New Orleans to enter into a Subrecipient Agreement (the \u201cAgreement\u2019\u2019) by and between the City of New Orleans (the \u201cCity\u201d) and Total Community Action (\u201cSubrecipient\u201d), to utilize $3,200,000.00 in American Rescue Plan funds for the valuable public purpose of addressing economic hardship related to the COVID-19 pandemic by providing assistance to constituents with utility arrearages incurred during the pandemic (the \u201cPublic Purpose\u201d), as more fully set forth in the Agreement, attached hereto as Exhibit 1 and made a part hereof; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/21/23). 34110 57m. CAL. NO.34,111 - BY: COUNCILMEMBER HARRIS (BY REQUEST) 57n. Brief: An Ordinance authorizing the Mayor of the City of New Orleans to enter into a Cooperative Endeavor Agreement (\u201cCEA\u201d) between the City of New Orleans (the \u201cCity\u2019\u2019) and the State of Louisiana, Department of Public Safety and Corrections, Public Safety Services, Office of State Police, Crime Laboratory (the \u201cLSPC", - "page_number": 67, - "part": 1 + "title": "Regular City Council Minutes 5-11-2023" }, { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "L\u201d), represented by Colonel Lamar A. Davis, Superintendent, for a term greater than one year, for the public purpose of establishing a forensic science partnership by providing funding for the outsourcing of DNA cases submitted by the New Orleans Police Department (\u201cNOPD\u201d) to the LSCPL for the purpose of analyzing DNA evidence from crimes that occur in the City of New Orleans, as more fully detailed in the CEA form attached hereto as Exhibit \u201cA\u201d; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/21/23). 34111 CAL. NO. 34,112 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, MORRELL, HARRIS, KING, GREEN AND THOMAS Brief: An Ordinance to amend and reordain the Unclassified Pay Plan for officers and employees in the unclassified service of the City of New Orleans in accordance with Section 3-118 and 4- 206(g) of the Home Rule Charter of the City of New Orleans to establish the salary range for the position of Superintendent of Police (U?0138); and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/21/23). 34112 https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-00505691 83fa 67/72 \f", + "page_content": "- Topic: Authorization of LEAD program management services\n- Summary: The ordinance authorizes the Mayor of New Orleans to enter into a Cooperative Endeavor Agreement with NAMI New Orleans for thirteen months to provide Law Enforcement Assisted Diversion program management services.\n- Ordinance Number: CAL. NO. 34,183\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed with unanimous approval.\n- Tags/Keywords: LEAD program, Cooperative Endeavor Agreement, NAMI New Orleans\n- UID: c2500abf-21be-4675-b2dd-0a27c7d17ab9\n\n- Topic: Establishment of Affordable and Workforce Housing Gap Financing Fund\n- Summary: The ordinance aims to establish the Affordable and Workforce Housing Gap Financing Fund as Division 52 of Article III in Chapter 70 of the Code of the City of New Orleans.\n- Ordinance Number: CAL. NO. 34,184\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed with unanimous approval.\n- Tags/Keywords: Affordable housing, Workforce housing, Financing Fund\n- UID: c2500abf-21be-4675-b2dd-0a27c7d17ab9\n\n- Topic: Appropriation of unassigned fund balance and ARPA funds for city projects and operations\n- Summary: The ordinance seeks to amend the Operating Budget of Revenues for the City of New Orleans for the Year 2023 to appropriate unassigned fund balance and American Rescue Plan Act (ARPA) funds for various city projects and operations.\n- Ordinance Number: CAL. NO. 34,185\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed with unanimous approval.\n- Tags/Keywords: Operating Budget, American Rescue Plan Act, City projects\n- UID: c2500abf-21be-4675-b2dd-0a27c7d17ab9", + "uid": "c2500abf-21be-4675-b2dd-0a27c7d17ab9", + "publish_date": "5-11-2023", "page_number": 67, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "6/23/23, 5:39 PM 57o. 57p. 574q. 57r. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-0050569183fa CAL. NO. 34,113 - BY: COUNCILMEMBER MORRELL Brief: An Ordinance to amend and reordain Sections 159-3 and 159-5, and to ordain Section 159-6 of the Code of the City of New Orleans, to adjust the number of billing cycles before the Sewerage and Water Board of New Orleans forfeits the bill, require notice of meter reading, require deferred payment arrangement; to provide that the Council Utilities Regulatory Office review appeals for completeness; and to establish enforcement procedures of the judgments for the Sewerage and Water Board of New Orleans billing appeals, respectively. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/21/23). 34113 CAL. NO. 34,114 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, MORRELL, GREEN AND THOMAS Brief: An Ordinance to amend Ordinance No. 29265 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Revenues for the City of New Orleans for the Year 2023,\u201d to ", - "page_number": 68, - "part": 1 + "title": "Regular City Council Minutes 5-11-2023" }, { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "appropriate money to the Infrastructure Maintenance Fund to make a payment to the New Orleans Sewerage and Water Board related to the Fair Share Agreement; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/21/23). 34114 CAL. NO. 34,115 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, MORRELL, GREEN AND THOMAS Brief: An Ordinance to amend Ordinance No. 29266 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023,\u201d to appropriate money to the Department of Public Works to fund a payment to the New Orleans Sewerage and Water Board related to the Fair Share Agreement; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/21/23). (Fiscal Note received). 34115 CAL. NO. 34,116 - BY: COUNCILMEMBERS GIARRUSSO, THOMAS, GREEN AND MORENO (BY REQUEST) https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-00505691 83fa 68/72 \f", + "page_content": "- Topic: Appropriation of Funds for Various City Departments\n- Summary: The ordinance aimed to amend the operating budget for the City of New Orleans for the year 2023 to appropriate unassigned fund balance and American Rescue Plan Act (ARPA) funds for various city departments. \n- Ordinance Number: 34185\n- Votes Summary:\n Vote 1: Passed - (9 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed without amendments.\n- UID: 0e9f44e9-ff10-1led-95dd-0050569183fa\n\n- Topic: Temporary Prohibition of Prosecution and Permit Regulations\n- Summary: This ordinance sought to temporarily prohibit the prosecution of any violation(s) or prevention of the issuance or renewal of any permit and to make amendments to permit regulations related to the Vieux Carr\u00e9 Commission (VCC).\n- Ordinance Number: 34186\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 2 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed with a majority vote.\n- UID: 0e9f44e9-ff10-1led-95dd-0050569183fa\n\n- Topic: Establishment of Temporary Alcoholic Beverage Permit\n- Summary: This ordinance aimed to establish a temporary alcoholic beverage permit and to establish a procedure for the issuance of a temporary renewal permit pending appeal of denial of renewal application to the alcoholic beverage control board.\n- Ordinance Number: 34187\n- Votes Summary:\n Vote 1: Passed - (8 YEAS, 1 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed with a majority vote.\n- UID: 0e9f44e9-ff10-1led-95dd-0050569183fa", + "uid": "283fde9e-2a54-4a6c-b9dc-6e999ba44b18", + "publish_date": "5-11-2023", "page_number": 68, - "part": 2 + "title": "Regular City Council Minutes 5-11-2023" }, { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "6/23/23, 5:39 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-0050569183fa Brief: An Ordinance to amend and re-ordain Ordinance No. 29,272 M.C.S., entitled \u201cAn Ordinance Providing a Capital Budget for the Year 2023\u201d, to effect the following change to the 2023 Capital Budget: to de-appropriate funds from the Chief Administrative Office, the Department of Human Services, the Department of Property Management, the Department of Public Works, the New Orleans Fire Department, the New Orleans Health Department, the New Orleans Police Department, the New Orleans Public Library, and the New Orleans Recreation Development Commission; to appropriate funds to the Chief Administrative Office, the Department of Parks and Parkways, the Department of Property Management, the Department of Public Works, and the New Orleans Recreation Development Commission; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/21/23). 34116 57s. CAL. NO. 34,117 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29265 M.C.S., as amended", + "page_content": "- Topic: Cooperative Endeavor Agreement between City of New Orleans and Greater New Orleans, Inc.\n- Summary: The ordinance authorizes the Mayor of the City of New Orleans to enter into a Cooperative Endeavor Agreement with Greater New Orleans, Inc. for the purpose of promoting economic growth and prosperity in the city. \n- Ordinance Number: CAL. NO. 34,189\n- Votes Summary:\n - Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The ordinance passed with 5 yeas and 0 nays.\n- UID: 19a92ae9-1fd3-4274-a8c2-f223a4d5427e", + "uid": "19a92ae9-1fd3-4274-a8c2-f223a4d5427e", + "publish_date": "5-11-2023", "page_number": 69, - "part": 1 + "title": "Regular City Council Minutes 5-11-2023" }, { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": ", entitled \u201cAn Ordinance Providing an Operating Budget of Revenues for the City of New Orleans for the Year 2023\u201d, to appropriate grant funds from the U.S. Department of Labor to the Office of Workforce Development to assist job seekers and employers by providing career and training services; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/21/23). (Fiscal Note received). 34117 57t. CAL. NO. 34,118 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29266 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023\u201d, to appropriate grant funds from US Department of Labor to the Office of Workforce Development to assist job seekers and employers by providing career and training services; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/21/23). (Fiscal Note received). 34118 https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-00505691 83fa 69/72 \f", - "page_number": 69, - "part": 2 + "page_content": "- Topic: Council Meeting Roll Call\n- Summary: The roll call was conducted to establish the presence of council members. Council members Giarrusso, Green, King, Moreno (Vice President), and Thomas were present, while council member Harris was absent.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: Roll call conducted to establish presence or absence of council members\n- Tags/Keywords: Roll call, presence, absence\n- UID: f9d1f16a-0497-4de9-9fda-9c64c1bf8aeb", + "uid": "f9d1f16a-0497-4de9-9fda-9c64c1bf8aeb", + "publish_date": "11-16-2023", + "page_number": 1, + "title": "Regular City Council Minutes 11-16-2023" }, { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "6/23/23, 5:39 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-0050569183fa 57u. CAL. NO. 34,119 - BY: COUNCILMEMBERS GIARRUSSO, GREEN, MORENO AND THOMAS (BY REQUEST) Brief: An Ordinance to amend and re-ordain Ordinance No. 28,869 M.C.S., entitled \u201cAn Ordinance Providing a Capital Budget for the Year 2022\u201d in accordance with the provisions of Sections 3-117 and 4-206(1)(f) of the Home Rule Charter of the City of New Orleans; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/21/23). 34119 57v. CAL. NO. 34,120 - BY: COUNCILMEMBER KING (BY REQUEST) Brief: An Ordinance to authorize the Mayor of the City of New Orleans to enter into a Cooperative Endeavor Agreement between the City of New Orleans (the \u201cCity\u201d) and the Audubon Commission (the \u201cAudubon\u201d) for the design and construction of improvements to the Audubon Riverview, Audubon Park and Woldenberg Park. And where the specifics of those improvements are more fully set forth in the Cooperative Endeavor Agreement form attac", - "page_number": 70, - "part": 1 + "page_content": "- Topic: Honoring Prominent Journalists\n- Summary: The council honored five prominent New Orleans journalists for their outstanding contributions to the city and surrounding parishes, recognizing their work in the fight for justice and equality.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: Recognition and homage paid to the journalists for their accomplishments and decades of work.\n- Tags/Keywords: New Orleans, journalists, recognition, contributions\n- UID: ec723537-f452-4da1-8ac4-66d129eec8ce\n\n- Topic: Amistad Research Center Presentation\n- Summary: The council received a presentation on the work of the Amistad Research Center and introduced Kathe Hambrick as its new executive director.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: Introduction of new executive director and presentation on the center's work.\n- Tags/Keywords: Amistad Research Center, presentation, new executive director\n- UID: ec723537-f452-4da1-8ac4-66d129eec8ce", + "uid": "ec723537-f452-4da1-8ac4-66d129eec8ce", + "publish_date": "11-16-2023", + "page_number": 2, + "title": "Regular City Council Minutes 11-16-2023" }, { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "hed hereto as \u201cExhibit A\u201d and made a part hereof; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/21/23). 34120 57w. CAL. NO. 34,121 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29266 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023\u201d, to transfer funds from the Department of Health to the Mayor\u2019s Office, Office of Homeless Programs & Strategy; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/21/23).(Fiscal Note received). 34121 57x. CAL.NO. 34,122 - BY: COUNCILMEMBER HARRIS (BY REQUEST) Brief: An Ordinance to authorize the Mayor of the City of New Orleans to enter into Amendment No. | to a previously executed Cooperative Endeavor Agreement (\u201cCEA\u201d) between the City https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-00505691 83fa 70/72 \f", - "page_number": 70, - "part": 2 + "page_content": "- Topic: Amending Operating Budget of Revenues for the City of New Orleans for 2023\n- Summary: This ordinance sought to appropriate funds to various departments for Other Operating expenses. The motion was adopted with 5 YEAS and 0 NAYS.\n- Ordinance Number: CAL. NO. 34,476\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: Amendment to Operating Budget of Revenues for the City of New Orleans for 2023 was approved.\n- UID: 4774fe6c-ce88-432d-9d84-da48621b96a1\n\n- Topic: Amending Operating Budget of Expenditures for the City of New Orleans for 2023\n- Summary: This ordinance aimed to amend the operating budget of expenditures for the City of New Orleans for the year 2023. The motion was adopted with 5 YEAS and 0 NAYS.\n- Ordinance Number: CAL. NO. 34,477\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: Amendment to Operating Budget of Expenditures for the City of New Orleans for 2023 was approved.\n- UID: 4774fe6c-ce88-432d-9d84-da48621b96a1", + "uid": "4774fe6c-ce88-432d-9d84-da48621b96a1", + "publish_date": "11-16-2023", + "page_number": 3, + "title": "Regular City Council Minutes 11-16-2023" }, { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "6/23/23, 5:39 PM S7y. 57z. 58. 59. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-0050569183fa of New Orleans (the \u201cCity\u201d) and Family Center of Hope, Inc., relative to the operation of the Evening Reporting Center program to provide individualized supervision alternative to secure detention for youth pending adjudication, to modify the provisions thereof and extend the term thereof for an additional twelve (12) months as more fully set forth in the Amendment No. 1 form attached hereto as Exhibit \u201c1\u201d and made a part hereof; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/21/23). 34122 CAL. NO. 34,123 - BY: COUNCILMEMBER THOMAS (BY REQUEST) Brief: An Ordinance to authorize the Mayor of the City of New Orleans to enter into Amendment No. | to a previously executed Cooperative Endeavor Agreement (\u201cCEA\u201d) between the City of New Orleans (the \u201cCity\u201d) and the Orleans Parish Criminal District Court, relative to the operation of the Pretrial Services Program ", - "page_number": 71, - "part": 1 + "page_content": "- Topic: Appropriation of Funds for Other Operating Expenses\n- Summary: The ordinance aimed to appropriate funds to various departments for Other Operating expenses. It passed with 5 YEAS and 0 NAYS.\n- Ordinance Number: 34,472\n- Votes Summary:\n Vote 1: Adopt - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: Funds were appropriated to various departments for Other Operating expenses.\n- Tags/Keywords: Appropriation, Funds, Operating Expenses\n- UID: 4ebdaad4-b4c7-42ca-93a2-b142c10165ec\n\n- Topic: Appropriation of Grant Funds for New Orleans Community Violence Intervention Program\n- Summary: The ordinance aimed to appropriate grant funds to the Department of Health for the New Orleans Community Violence Intervention Program. It passed with 5 YEAS and 0 NAYS.\n- Ordinance Number: 34,473\n- Votes Summary:\n Vote 1: Adopt - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: Grant funds were appropriated to the Department of Health for the New Orleans Community Violence Intervention Program.\n- Tags/Keywords: Grant Funds, Violence Intervention Program, Department of Health\n- UID: 4ebdaad4-b4c7-42ca-93a2-b142c10165ec\n\n- Topic: Appropriation of Grant Funds for New Orleans Community Violence Intervention Program\n- Summary: The ordinance aimed to appropriate grant funds to the Department of Health for the New Orleans Community Violence Intervention Program. It passed with 5 YEAS and 0 NAYS.\n- Ordinance Number: 34,474\n- Votes Summary:\n Vote 1: Adopt - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: Grant funds were appropriated to the Department of Health for the New Orleans Community Violence Intervention Program.\n- Tags/Keywords: Grant Funds, Violence Intervention Program, Department of Health\n- UID: 4ebdaad4-b4c7-42ca-93a2-b142c10165ec", + "uid": "4ebdaad4-b4c7-42ca-93a2-b142c10165ec", + "publish_date": "11-16-2023", + "page_number": 4, + "title": "Regular City Council Minutes 11-16-2023" }, { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "to modify the provisions thereof for an additional 1 year, as more fully set forth in the Amendment No. 1 form attached hereto as Exhibit \u201c1\u201d and made a part hereof; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/21/23). 34123 CAL. NO. 34,124 - BY: COUNCILMEMBER MORENO Brief: An Ordinance to ordain Sections 114-400, 114-401, 114-402, 114-403, 114-404, 114-405, 114-406, 114-407, 114-408, 114-409, 114-410, 114-411, 114-412, 114-413, 114-414, 114-415, and 114-416 of the Code of the City of New Orleans to establish definitions, procedures, and rights relevant to the collective bargaining for employees of the City of New Orleans; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/21/23). 34124 E-COMMENTS AC E-Mail March 23, 2023E-Public Comment Form(1-202) MOTION TO ADJOURN @_5:25 P.M. MOVED By: Giarrusso https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-00505691 83fa 71/72 \f", - "page_number": 71, - "part": 2 + "page_content": "- Topic: Amendment of Mobile Food Vendors in Vieux Carr\u00e9\n- Summary: The ordinance aims to permit certain mobile food vendors to operate in non-residential zoning districts of the Vieux Carr\u00e9. The ordinance was adopted.\n- Ordinance Number: 34474 - 29730 M.C.S.\n- Votes Summary:\n - Vote: Adopt - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The ordinance was adopted with 5 council members in favor and 2 absent.\n- Tags/Keywords: Mobile food vendors, Vieux Carr\u00e9, non-residential zoning districts\n- UID: da171291-cdec-47cf-ab94-d6c983cbd59b\n\n- Topic: Waiver of Fees for Promyse Ordon Repast Event\n- Summary: The ordinance seeks to temporarily waive certain fees, permit fees, and requirements for the Promyse Ordon Repast event at Morris F.X. Jeff, Sr. Recreation Center. The ordinance was adopted.\n- Ordinance Number: 34466 - 29726 M.C.S.\n- Votes Summary:\n - Vote: Adopt - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The ordinance was adopted with 5 council members in favor and 2 absent.\n- Tags/Keywords: Fee waiver, Morris F.X. Jeff, Sr. Recreation Center, Promyse Ordon Repast event\n- UID: da171291-cdec-47cf-ab94-d6c983cbd59b", + "uid": "da171291-cdec-47cf-ab94-d6c983cbd59b", + "publish_date": "11-16-2023", + "page_number": 5, + "title": "Regular City Council Minutes 11-16-2023" }, { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "6/23/23, 5:39 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-0050569183fa SECONDED BY: King ACTION: Adjourn YEAS: Giarrusso, Green, Harris, King, Moreno, Mo", - "page_number": 72, - "part": 1 + "page_content": "- Topic: HDLC Appeal - Michael D. Ballard, Jr - 8500 Spruce Street\n- Summary: The ordinance pertains to the appeal of the Historic District Landmarks Commission's decision to deny the application to demolish 100% of the roof for the property located at 8500 Spruce Street.\n- Ordinance Number: M-23-531\n- Votes Summary:\n Vote 1: Adopt - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The council granted and approved the applicant's request for the property located at 8500 Spruce Street.\n- Tags/Keywords: HDLC Appeal, Historic District Landmarks Commission, Property Demolition, 8500 Spruce Street\n- UID: 54f08a4a-e890-47fe-833a-4bb47826cc9d", + "uid": "54f08a4a-e890-47fe-833a-4bb47826cc9d", + "publish_date": "11-16-2023", + "page_number": 6, + "title": "Regular City Council Minutes 11-16-2023" }, { - "title": "Regular CIty Council Meeting 3-23-2023.pdf", - "page_content": "rrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4474&doc_id=0a731667-d243-11ed-95dd-00505691 83fa 72/72 \f", - "page_number": 72, - "part": 2 + "page_content": "- Topic: VCC Appeal - Daniel E Davillier - 625 Dauphine Street\n- Summary: Daniel E. Davillier of Davillier Law Group, LLC appealed the Vieux Carr\u00e9 Commission\u2019s decision of denial of applications for permits for gas lighting and copper cap flashings for property located at 625 Dauphine Street.\n- Ordinance Number: N/A\n- Votes Summary:\n - Vote 1: Adopted - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The appeal was adopted with 5 council members voting in favor and none opposed.\n- Tags/Keywords: VCC Appeal, Davillier Law Group, Vieux Carr\u00e9 Commission, 625 Dauphine Street\n- UID: aae2d726-a68f-4aa3-9d52-ec2b295adc84\n\n- Topic: University IZD Appeal - Erroll Jerome - 8829-31 Palm Street\n- Summary: Erroll Jerome of Interface Construction Services, LLC appealed the parking requirements of the University Area Off-Street Parking Interim Zoning District (IZD) for property located at 8829-31 Palm Street.\n- Ordinance Number: M-23-532\n- Votes Summary:\n - Vote 1: Passed - (N/A details)\n- Decision/Key Actions: The council approved the applicant\u2019s request for the property located at 8829-31 Palm Street.\n- Tags/Keywords: University IZD Appeal, Erroll Jerome, Interface Construction Services, 8829-31 Palm Street\n- UID: aae2d726-a68f-4aa3-9d52-ec2b295adc84", + "uid": "aae2d726-a68f-4aa3-9d52-ec2b295adc84", + "publish_date": "11-16-2023", + "page_number": 7, + "title": "Regular City Council Minutes 11-16-2023" }, { - "title": "Regular CIty Council Meeting 4-20-2023.pdf", - "page_content": "6/23/23, 5:38 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4512&doc_id=cf529a12-e38f-11ed-95dd-0050569 1 83fa THE COUNCIL City of New Orleans HELENA MORENO JP MORRELL Councilmember-At-Large Councilmember-At-Large JOSEPH I. LESLI D. FREDDIE EUGENE J. OLIVER M. GIARRUSSO HARRIS KING ITI GREEN, JR. THOMAS, JR. Wi Councilmember Councilmember Councilmember Councilmember Councilmember District B District C District D District E District A MINUTES Regular City Council Meeting held in City Hall Council Chamber on Thursday, April", - "page_number": 1, - "part": 1 + "page_content": "- Topic: University Area Off-Street Parking Interim Zoning District Appeal\n- Summary: Zachary Smith, owner of Zach Smith Consulting & Design, appealed the University Area Off-Street Parking Interim Zoning District for property located at 7510 Hurst Street.\n- Ordinance Number: M-23-532\n- Votes Summary:\n Vote 1: Adopt - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The council approved the appeal for the property located at 7510 Hurst Street.\n- UID: 01a56651-f4a2-4085-b27a-85ed7e29ffba\n\n- Topic: University IZD - Zachary Smith - 7510 Hurst Street\n- Summary: The council granted and approved the applicant's request for the property located at 7510 Hurst Street.\n- Ordinance Number: M-23-535\n- Votes Summary:\n Vote 1: Adopt - (5 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The council approved the request for the property located at 7510 Hurst Street.\n- UID: 01a56651-f4a2-4085-b27a-85ed7e29ffba", + "uid": "01a56651-f4a2-4085-b27a-85ed7e29ffba", + "publish_date": "11-16-2023", + "page_number": 8, + "title": "Regular City Council Minutes 11-16-2023" }, { - "title": "Regular CIty Council Meeting 4-20-2023.pdf", - "page_content": " 20, 2023 at 10:20 A.M. PRESIDENT VICE PRESIDENT JP MORRELL HELENA MORENO Councilmember-At-Large Councilmember-At-Large 1. ROLL CALL - LORA W. JOHNSON, CLERK OF COUNCIL On calling the roll, the following members answered to their names: PRESENT: Green, Harris, King, Moreno, Morrell, Thomas - 6 ABSENT: Giarrusso - 1 SIX MEMBERS PRESENT, CONSTITUTING A QUORUM. Councilmember Giarrusso arrived later in the meeting. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4512&doc_id=cf529a12-e38f-11ed-95dd-0050569183fa 1/47 \f", - "page_number": 1, - "part": 2 + "page_content": "- Topic: Zoning Docket No. 65/23 - City Council Motion No. M-23-Z\n- Summary: Request to amend the Comprehensive Zoning Ordinance to create a new zoning classification, VCR-3, allowing primarily residential, educational, and cultural uses. The City Planning Commission recommended denial.\n- Ordinance Number: ZD NO. 65/23\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, 2 ABSENT)\n- Decision/Key Actions: Motion passed with 2 council members absent.\n- Tags/Keywords: Zoning, Amendment, Residential, Educational, Cultural\n- UID: 49cb367b-ab5d-4b5e-94e6-51518ce06a47\n\n- Topic: Zoning Docket No. 70/23 - Peter Trapolin et al.\n- Summary: Request for Conditional Use to permit retail sale of packaged alcoholic beverages in a specific district, recommended for approval by the City Planning Commission.\n- Ordinance Number: ZD NO. 70/23\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Hearing held, no specific voting outcome provided.\n- Tags/Keywords: Conditional Use, Alcohol Sales, Urban Core\n- UID: 49cb367b-ab5d-4b5e-94e6-51518ce06a47\n\n- Topic: Motion (Lying Over) - No. M-23-516 - By: Councilmembers Harris and King\n- Summary: Overruling and denying the applicant's Conditional Use request on ZD NO. 70/23.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Denial of the Conditional Use request.\n- Tags/Keywords: Conditional Use, Denial, Motion\n- UID: 49cb367b-ab5d-4b5e-94e6-51518ce06a47", + "uid": "49cb367b-ab5d-4b5e-94e6-51518ce06a47", + "publish_date": "11-16-2023", + "page_number": 9, + "title": "Regular City Council Minutes 11-16-2023" }, { - "title": "Regular CIty Council Meeting 4-20-2023.pdf", - "page_content": "6/23/23, 5:38 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4512&doc_id=cf529a12-e38f-11ed-95dd-0050569 1 83fa 2. INVOCATION - DR. SARA AL-DAHIR, XAVIER UNIVERSITY OF LOUISIANA 3. PLEDGE OF ALLEGIANCE - JP MORRELL, COUNCILMEMBER-AT-LARGE 4. NATIONAL ANTHEM A. SPECIAL ORDERS OF BUSINESS 1. FIRST ORDER OF BUSINESS - PRESENTATION - VETERANS\u2019 ORGANIZATION, BASTION COMMUNITY OF RESILIENCE, JACKSON SMITH, EXECUTIVE DIRECTOR; ALLISON TEBBE, PROGRAM DIRECTOR; AND SOME VETERAN AMBASSADORS Brief: Bastion Community of Resilience is a veterans community located in New Orleans that provides affordable housing; services including occupational therapy, counseling, support groups; and supportive neighbors for veterans and their families, promoting healing and resilience. It is the only such community in the U.S. and is delivering impactful results. Annotation: EL", - "page_number": 2, - "part": 1 + "page_content": "- Topic: Zoning Docket No. 73/23 - Carrollton & Willow, LLC\n- Summary: Requesting a Conditional Use to permit a gas station in a Historic Urban Neighborhood Business District and Historic Urban Corridor Use Restriction Overlay District. The City Planning Commission recommended \"FOR APPROVAL subject to three (3) waivers and eight (8) provisos.\"\n- Ordinance Number: ZD NO. 73/23\n- Votes Summary:\n - Vote: Adopt - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The motion to adopt the ordinance passed with 5 YEAS and 2 members absent.\n- Tags/Keywords: Zoning, Gas Station, Conditional Use, City Planning Commission Recommendation\n- UID: 1972230b-2db9-4724-be72-febbe699065a\n\n- Topic: Motion No. M-23-533 by Councilmember Giarrusso\n- Summary: Content of the motion not provided in the summary.\n- Ordinance Number: M-23-533\n- Votes Summary:\n - Vote: N/A\n- Decision/Key Actions: No information provided on the outcome of the motion.\n- Tags/Keywords: Motion, Councilmember Giarrusso\n- UID: 1972230b-2db9-4724-be72-febbe699065a", + "uid": "1972230b-2db9-4724-be72-febbe699065a", + "publish_date": "11-16-2023", + "page_number": 10, + "title": "Regular City Council Minutes 11-16-2023" }, { - "title": "Regular CIty Council Meeting 4-20-2023.pdf", - "page_content": "ECTRONICALLY SUBMITTED. (At-Large Div. 1, Cm. Moreno). APPEARED. On calling the roll, the following members answered to their names: PRESENT: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 ABSENT: 0 SEVEN MEMBERS PRESENT, CONSTITUTING A QUORUM. 2. SECOND ORDER OF BUSINESS - PRESENTATION - DELTA SIGMA THETA SORORITY, INC., NEW ORLEANS ALUMNAE CHAPTER - RITA B. WEARY, ACTION CHAIR; AND HATTIE BROUSSARD, PARLIAMENTARIAN Brief: Celebrating Delta Sigma Theta Sorority, Inc., New Orleans Alumnae Chapter Annual Red and White Day with the New Orleans City Council. Annotation: ELECTRONICALLY SUBMITTED. (District E, Cm. Thomas). APPEARED. 3. THIRD ORDER OF BUSINESS \u2014 PRESENTATION \u2014 NATALIA GONZALEZ, EXECUTIVE DIRECTOR, WRBH READING RADIO https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4512&doc_id=cf529a12-e38f-11ed-95dd-0050569183fa 2/47 \f", - "page_number": 2, - "part": 2 + "page_content": "- Topic: Conditional Use Request for Property at 1400 South Carrollton Avenue\n- Summary: The ordinance was to approve and grant the applicant\u2019s Conditional Use request for the property located at 1400 South Carrollton Avenue, subject to eight provisos and three waivers contained in the City Planning Commission\u2019s report. The motion was adopted with 5 YEAS and 0 NAYS.\n- Ordinance Number: ZD NO. 73/23\n- Votes Summary:\n - Vote 1: Adopt - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: Conditional Use request approved with provisos and waivers\n- Tags/Keywords: Conditional Use, Property, City Planning Commission, Zoning Docket\n- UID: 9ed6a12b-a54d-4ee8-8ca1-a9b6b1569651\n\n- Topic: Conditional Use Request for Liberty Street Cottages, LLC\n- Summary: The ordinance was a request for a Conditional Use to permit established multi-family dwellings in an HU-RD2 Historic Urban Two-Family Residential District. The recommendation of the City Planning Commission was \"FOR APPROVAL\", subject to four provisos. The motion was continued to the meeting of 12/1/23.\n- Ordinance Number: ZD NO. 77/23\n- Votes Summary: Not applicable\n- Decision/Key Actions: Conditional Use request continued to a future meeting\n- Tags/Keywords: Conditional Use, Multi-family Dwellings, City Planning Commission, Zoning Docket\n- UID: 9ed6a12b-a54d-4ee8-8ca1-a9b6b1569651\n\n- Topic: Street Name Change to Firefighter Way\n- Summary: The ordinance requested the consideration of renaming Kenilworth Street south of Interstate 610 between an unnamed alley and Orleans Avenue as Firefighter Way. The recommendation of the City Planning Commission was \"FOR MODIFIED APPROVAL\".\n- Ordinance Number: 3/23 \u2013 Firefighters Way\n- Votes Summary: Not applicable\n- Decision/Key Actions: Consideration for street name change requested\n- Tags/Keywords: Street Name Change, Firefighter Way, City Planning Commission, Legislative Grouping\n- UID: 9ed6a12b-a54d-4ee8-8ca1-a9b6b1569651", + "uid": "9ed6a12b-a54d-4ee8-8ca1-a9b6b1569651", + "publish_date": "11-16-2023", + "page_number": 11, + "title": "Regular City Council Minutes 11-16-2023" }, { - "title": "Regular CIty Council Meeting 4-20-2023.pdf", - "page_content": "6/23/23, 5:38 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4512&doc_id=cf529a12-e38f-11ed-95dd-0050569 1 83fa Brief: Recognizing the Outstanding Contributions of WRBH Reading Radio. Annotation: ELECTRONICALLY SUBMITTED. (District B, Cm. Harris). APPEARED. 23. LEGISLATIVE GROUPING 23a. CAL. NO. 34,125 - BY: COUNCILMEMBER MORRELL Brief: An Ordinance to amend and reordain Section 2-930 of the Code of the City of New Orleans; to provide relative to residential occupancy of City-owned property by City employees and elected officials; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement", - "page_number": 3, - "part": 1 + "page_content": "- Topic: Renaming of Kenilworth Street\n- Summary: The council overruled and granted the applicant\u2019s request for renaming the 11 blocks of Kenilworth Street as Firefighter Way. The motion was adopted with 5 YEAS and 0 NAYS.\n- Ordinance Number: M-23-534\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The renaming request was approved and adopted.\n- Tags/Keywords: Street renaming, M-23-534, Firefighter Way\n- UID: 61fa33cc-25be-470f-bcbb-942c9d692d57\n\n- Topic: Amendment to Chapter 130 of the City Code\n- Summary: An ordinance was introduced to amend Chapter 130 of the City Code by providing restrictions on payments to sellers of nonferrous materials. The ordinance was continued to the meeting of 12/1/23.\n- Ordinance Number: 34,277\n- Votes Summary: N/A\n- Decision/Key Actions: The ordinance was continued to the next meeting for further discussion or action.\n- Tags/Keywords: City Code amendment, 34,277, nonferrous materials\n- UID: 61fa33cc-25be-470f-bcbb-942c9d692d57\n\n- Topic: Additional Legislative Grouping\n- Summary: A legislative grouping was introduced by council members Green, Thomas, and King, but further details were not provided in the summary.\n- Ordinance Number: 34,308\n- Votes Summary: N/A\n- Decision/Key Actions: N/A\n- Tags/Keywords: Legislative grouping, 34,308\n- UID: 61fa33cc-25be-470f-bcbb-942c9d692d57", + "uid": "61fa33cc-25be-470f-bcbb-942c9d692d57", + "publish_date": "11-16-2023", + "page_number": 12, + "title": "Regular City Council Minutes 11-16-2023" }, { - "title": "Regular CIty Council Meeting 4-20-2023.pdf", - "page_content": " Deadline 8/4/23). SPEAKER CARD: Michael Burnside - Oppose 34125 - 29414 M.C.S. MOVED By: Thomas SECONDED BY: Green ACTION: Amendment YEAS: Giarrusso, Green, Harris, King, Moreno, Thomas - 6 NAYS: Morrell - 1 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. 34125 Substitute Amendment MOVED By: Morrell SECONDED BY: Moreno ACTION: As Amended YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. 23b. MOTION - NO. M-23-160 - BY: COUNCILMEMBER MORRELL https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4512&doc_id=cf529a12-e38f-11ed-95dd-0050569183fa 3/47 \f", - "page_number": 3, - "part": 2 + "page_content": "- Topic: Amendment to Ordinance Cal. No. 34,308\n- Summary: The amendment aims to insert a warning citation for the first offense and replace the penalty for each subsequent offense.\n- Ordinance Number: 34308 Amendment\n- Votes Summary:\n Vote 1: Continued to the meeting of 12/1/23\n- Decision/Key Actions: The amendment was continued to the next meeting for further discussion and consideration.\n- UID: 63a90d15-5ca9-4c9a-87fa-9f4f638d6c3d\n\n- Topic: Amendment to Ordinance Cal. No. 34,314\n- Summary: The ordinance aimed to amend permit standards and fees for parklet permits.\n- Ordinance Number: 34314\n- Votes Summary: Withdrawn\n- Decision/Key Actions: The ordinance was withdrawn from consideration.\n- UID: 63a90d15-5ca9-4c9a-87fa-9f4f638d6c3d\n\n- Topic: Amendment to Ordinance Cal. No. 34,347\n- Summary: The ordinance aimed to set the date for the fee waiver for the right-of-way usage fees associated with parklet permits.\n- Ordinance Number: 34347\n- Votes Summary: N/A\n- Decision/Key Actions: No specific voting outcome mentioned.\n- UID: 63a90d15-5ca9-4c9a-87fa-9f4f638d6c3d", + "uid": "63a90d15-5ca9-4c9a-87fa-9f4f638d6c3d", + "publish_date": "11-16-2023", + "page_number": 13, + "title": "Regular City Council Minutes 11-16-2023" }, { - "title": "Regular CIty Council Meeting 4-20-2023.pdf", - "page_content": "6/23/23, 5:38 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4512&doc_id=cf529a12-e38f-11ed-95dd-0050569 1 83fa Brief: Directing all relevant City departments, including without limitation the Law Department, the Department of Property Management; and the Office of the Mayor, are directed to take all necessary steps to transfer the management and control of Unit 530B in the Upper Pontalba Building to the French Market Corporation so that the unit may be leased for fair-market rent. Annotation: (Council Rule 34. Postponement Deadline 8/18/23). WITHDRAWN. M-23-160 EXEUCTIVE SESSION Brief: NOTICE IS HEREBY GIVEN THAT PURSUANT TO LOUISIANA REVISED STATUTE 42:16 AND 42:17(A)(2), THE COUNCIL OF THE CITY OF NEW ORLEANS MAY CONVENE IN EXECUTIVE SESSION DURING ITS APRIL 20, 2023 REGULAR MEETING FOR THE PURPOSE OF DISCUSSING THE FOLLOWING LITIGATIONS: 1. Lashawn Jones, et al v. Marlin Gusman, et al; Civil Action No. 12-859 Sect", - "page_number": 4, - "part": 1 + "page_content": "- Topic: Amendment to New Orleans Tourism and Cultural Fund legislation\n- Summary: The ordinance aimed to impose a local participation goal for any program submitted by the Corporation, and other related provisions. The ordinance was continued to the meeting of 12/1/23.\n- Ordinance Number: 34,347\n- Votes Summary:\n - Vote 1: N/A - (Continued to the meeting of 12/1/23)\n- Decision/Key Actions: Continued to the meeting of 12/1/23\n- Tags/Keywords: New Orleans Tourism and Cultural Fund, local participation goal, ordinance\n- UID: 5f4ede4e-ca0a-417d-b52c-2fb7e1b369fc\n\n- Topic: Regulation of short-term rentals\n- Summary: The ordinance aimed to amend sections of the Code of the City of New Orleans related to the regulation of short-term rentals. The ordinance was continued to the meeting of 12/1/23.\n- Ordinance Number: 34,385\n- Votes Summary:\n - Vote 1: N/A - (Continued to the meeting of 12/1/23)\n- Decision/Key Actions: Continued to the meeting of 12/1/23\n- Tags/Keywords: short-term rentals, regulation, Code of the City of New Orleans\n- UID: 5f4ede4e-ca0a-417d-b52c-2fb7e1b369fc\n\n- Topic: Amendment to the Comprehensive Zoning Ordinance\n- Summary: The motion directed the City Planning Commission to conduct a public hearing to consider amendments to the Comprehensive Zoning Ordinance of the City of New Orleans related to short-term rentals. The motion was continued to the meeting of 12/1/23.\n- Ordinance Number: M-23-426\n- Votes Summary:\n - Vote 1: N/A - (Continued to the meeting of 12/1/23)\n- Decision/Key Actions: Continued to the meeting of 12/1/23\n- Tags/Keywords: Comprehensive Zoning Ordinance, City Planning Commission, public hearing\n- UID: 5f4ede4e-ca0a-417d-b52c-2fb7e1b369fc", + "uid": "5f4ede4e-ca0a-417d-b52c-2fb7e1b369fc", + "publish_date": "11-16-2023", + "page_number": 14, + "title": "Regular City Council Minutes 11-16-2023" }, { - "title": "Regular CIty Council Meeting 4-20-2023.pdf", - "page_content": "ion I, Division 1, United States District Court for the Eastern District of Louisiana, Judge Lance M. Africk, Magistrate Judge North; and 2. United States of America v. City of New Orleans; Civil Action No. 12-CV-01924, Section I, Division 2, United States District Court for the Eastern District of Louisiana, Judge Susie Morgan. Annotation: ELECTRONICALLY SUBMITTED. SESSION HELD. Executive Session Public Notice april 20 2023 Meeting MOVED By: Green SECONDED BY: Harris ACTION: Enter Executive Session YEAS: Giarrusso, Green, Harris, King, Moreno - 5 NAYS: 0 ABSTAIN: 0 ABSENT: Morrell, Thomas - 2 RECUSED: 0 AND THE MOTION PASSED. ROLL CALL TO RE-ESTABLISH QUORUM On calling the roll, the following members answered to their names: PRESENT: Giarrusso, Green, Harris, Morrell, Thomas - 5 ABSENT: King, Moreno - 2 https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4512&doc_id=cf529a12-e38f-11ed-95dd-0050569183fa 4/47 \f", - "page_number": 4, - "part": 2 + "page_content": "- Topic: Establishment of Non-Commercial Short-Term Rental Interim Zoning District\n- Summary: The ordinance directs the City Planning Commission to conduct a public hearing to establish a new Interim Zoning District to prohibit non-commercial short-term rentals within all areas of the City of New Orleans. The ordinance was continued to the meeting of 12/1/23.\n- Ordinance Number: LO M-23-427\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Continued to the meeting of 12/1/23\n- Tags/Keywords: Zoning, Short-Term Rentals, City Planning Commission\n- UID: eb8d055f-0105-4ea9-b147-97f450f7878f\n\n- Topic: Monthly Report Requirement on Contracts in Progress\n- Summary: This ordinance proposes adding a new section to the City Code to require the Law Department to produce and transmit a monthly report regarding contracts in progress. The ordinance was continued to the meeting of 12/1/23.\n- Ordinance Number: 34,393\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Continued to the meeting of 12/1/23\n- Tags/Keywords: Law Department, Contracts, Reporting Requirements\n- UID: eb8d055f-0105-4ea9-b147-97f450f7878f\n\n- Topic: Prohibition of Expenditure or Transfer of Moneys without Budget Ordinance Authorization\n- Summary: This ordinance seeks to amend a section of the City Code to prohibit the expenditure or transfer of moneys from or between city funds without express authorization by a budget ordinance. The ordinance was continued to the meeting of 12/1/23.\n- Ordinance Number: 34,446\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Continued to the meeting of 12/1/23\n- Tags/Keywords: Expenditure Prohibition, Budget Ordinance, City Funds\n- UID: eb8d055f-0105-4ea9-b147-97f450f7878f", + "uid": "eb8d055f-0105-4ea9-b147-97f450f7878f", + "publish_date": "11-16-2023", + "page_number": 15, + "title": "Regular City Council Minutes 11-16-2023" }, { - "title": "Regular CIty Council Meeting 4-20-2023.pdf", - "page_content": "6/23/23, 5:38 PM 55. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4512&doc_id=cf529a12-e38f-11ed-95dd-0050569 1 83fa FIVE MEMBERS PRESENT, CONSTITUTING A QUORUM. RESOLUTION - NO. R-23-166 - BY: COUNCILMEMBERS GREEN, MORRELL, MORENO, GIARRUSSO, HARRIS, KING AND THOMAS Brief: Encouraging the State Legislature to authorize reimbursement of the $6.8 million paid by Road Home program recipients and encouraging the State to stop any further collection of funds from recipients who entered into payment plan agreements. Annotation: (Council Rule 34. Postponement Deadline 8/18/23). R-23-166 MOVED BY: Green SECONDED BY: Harris ACTION: Adopt YEAS: Giarrusso, Green, Harris, Moreno, Morrell, Thomas - 6 NAYS: 0 ABSTAIN: 0 ABSENT: King - 1 RECUSED: 0 AND THE MOTION PASSED. CONSENT AGENDA COMMUNICATION - FROM ERIN SPEARS - CHIEF O", - "page_number": 5, - "part": 1 + "page_content": "- Topic: Levy of Ad Valorem Taxes for 2024\n- Summary: The ordinance aims to levy ad valorem taxes on all property in the City of New Orleans for the year 2024, including property located in special development and security districts. It also seeks to adjust millage rates for 2024 and reallocate tax receipts for a state millage. The ordinance was continued to the meeting of 12/1/23.\n- Ordinance Number: CAL. NO. 34,451\n- Votes Summary:\n Vote 1: N/A - (Continued to the meeting of 12/1/23)\n- Decision/Key Actions: Continued to the meeting of 12/1/23\n- Tags/Keywords: Ad Valorem Taxes, Special Development Districts, Millage Rates\n- UID: 31e43fc2-4eab-45bc-885b-da9b42c4702c\n\n- Topic: Levy of Fees on Property in Special Taxing Districts\n- Summary: This ordinance aims to levy fees on property located in special security and improvement taxing districts in the City of New Orleans for the year 2024. It was referred to the Budget Committee and continued to the meeting of 12/1/23.\n- Ordinance Number: CAL. NO. 34,453\n- Votes Summary:\n Vote 1: N/A - (Referred to the Budget Committee and continued to the meeting of 12/1/23)\n- Decision/Key Actions: Referred to the Budget Committee and continued to the meeting of 12/1/23\n- Tags/Keywords: Property Fees, Special Taxing Districts, Budget Committee\n- UID: 31e43fc2-4eab-45bc-885b-da9b42c4702c\n\n- Topic: Amendment of Notarial Service Fees\n- Summary: This ordinance seeks to amend and reordain Section 2-1103 of the Code of the City of New Orleans, setting fees for notarial services and related costs. It was continued to the meeting of 12/1/23.\n- Ordinance Number: CAL. NO. 34,454\n- Votes Summary:\n Vote 1: N/A - (Continued to the meeting of 12/1/23)\n- Decision/Key Actions: Continued to the meeting of 12/1/23\n- Tags/Keywords: Notarial Services, Fee Amendment\n- UID: 31e43fc2-4eab-45bc-885b-da9b42c4702c\n\n- Topic: Rescinding of Ordinance for Street Dedication Signage\n- Summary: This ordinance aims to rescind Ordinance No. 29,670 M.C.S. to correct an unintentional error in the recitals and to re-authorize the placement of honorary street dedication signage for Henry \u201cProfessor Longhair\u201d Roeland Byrd. It was electronically submitted.\n- Ordinance Number: CAL. NO. 34,462\n- Votes Summary:\n Vote 1: N/A - (Electronically submitted)\n- Decision/Key Actions: Electronically submitted\n- Tags/Keywords: Street Dedication, Rescinding Ordinance\n- UID: 31e43fc2-4eab-45bc-885b-da9b42c4702c", + "uid": "31e43fc2-4eab-45bc-885b-da9b42c4702c", + "publish_date": "11-16-2023", + "page_number": 16, + "title": "Regular City Council Minutes 11-16-2023" }, { - "title": "Regular CIty Council Meeting 4-20-2023.pdf", - "page_content": "F STAFF & COUNSEL, COUNCIL UTILITIES REGULATORY OFFICE Brief: Submitting the transmittal document for communications related to electric and gas utility matters to be received by the Council of the City of New Orleans at its meeting on April 20, 2023: Erin Spears - Electric Gas Communications Memo Communications from Entergy New Orleans, LLC (\u201cENO\u201d) New Orleans Power Station Louisiana Department of Environmental Quality Report, UD- 16-02 ENTERGY - 2022-04-07 ENO Transm Ltr & NOPS LDEQ Reports - Courtney R. Nicholson Capital and Operations & Maintenance Expenditures Compliance Submission, UD-17-04 ENTERGY - 2023-04-14 ENO Capital and O M expenditures Compliance Submission - Public Version - Lacresha Wilkerson https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4512&doc_id=cf529a12-e38f-11ed-95dd-0050569183fa 5/47 \f", - "page_number": 5, - "part": 2 + "page_content": "- Topic: Cooperative Endeavor Agreement for Comprehensive Safety Plan\n- Summary: The ordinance authorizes the Mayor to enter into a Cooperative Endeavor Agreement with the USDOT to develop a Comprehensive Safety Plan for traffic safety in the City of New Orleans.\n- Ordinance Number: 34462\n- Votes Summary:\n Vote 1: Adopt - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The ordinance was adopted with 5 in favor and 2 absent.\n- Tags/Keywords: Cooperative Endeavor Agreement, Traffic Safety, USDOT, Mayor, City of New Orleans\n- UID: 2e52ac59-7aa3-42c1-89ac-2811b2520b78\n\n- Topic: Designation of Clean Zones for Public Events\n- Summary: The ordinance provides for the temporary designation of public property in specified areas of the City of New Orleans as \"Clean Zones\" during the 2024 French Quarter Festival and Satchmo SummerFest, with provisions for prohibitions and fines for violations.\n- Ordinance Number: 34463\n- Votes Summary:\n Vote 1: Adopt - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The ordinance was adopted with 5 in favor and 2 absent.\n- Tags/Keywords: Clean Zones, Public Property, French Quarter Festival, Satchmo SummerFest, Prohibitions, Fines\n- UID: 2e52ac59-7aa3-42c1-89ac-2811b2520b78", + "uid": "2e52ac59-7aa3-42c1-89ac-2811b2520b78", + "publish_date": "11-16-2023", + "page_number": 17, + "title": "Regular City Council Minutes 11-16-2023" }, { - "title": "Regular CIty Council Meeting 4-20-2023.pdf", - "page_content": "6/23/23, 5:38 PM 3. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4512&doc_id=cf529a12-e38f-11ed-95dd-0050569 1 83fa Semi-Annual Securitized Storm Recovery Rider II Filing, UD-22-01 Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. SPEAKER CARD: Michael Burnside - Info. Only ENTERGY - 2023-04-14 ENO SSCRII Rider Filing - Courtney R. Nicholson COMMUNICATION - FROM WILLIAM T. SALMERON, CHIEF OF NEW ORLEANS EMERGENCY MEDICAL SERVICES (EMS), CITY OF NEW ORLEANS Brief: Submitting a proposed agreement between the City of New Orleans and Acadian Ambulance Service, Inc., a completed contract summary form, and the related Motion and accompanying documents, pursuant to Rule 57. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED AND REFERRED TO THE COMMUNITY DEVELOPMENT COMMITTEE. William T. Salmeron COMMUNICATION - FROM HEATHER COOPER, AJA, NCARB, ROZAS WARD ARCHITECTS Brief: ", - "page_number": 6, - "part": 1 + "page_content": "- Topic: Authorization of Cooperative Endeavor Agreement for Claiborne Corridor Cultural Innovation District\n- Summary: The ordinance authorizes the Mayor to enter into a Cooperative Endeavor Agreement with Ujamaa Economic Development Corporation, Inc. for the establishment of the Claiborne Corridor Cultural Innovation District in the City of New Orleans. The agreement is in accordance with the 2018 CCID Master Plan.\n- Ordinance Number: 34465\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The ordinance was adopted by the council with 5 members voting in favor.\n- Tags/Keywords: Cooperative Endeavor Agreement, Claiborne Corridor Cultural Innovation District, Ujamaa Economic Development Corporation, 2018 CCID Master Plan\n- UID: b1f4fbc2-7314-4e20-bd67-64a5e5269b8a\n\n- Topic: Appropriation of State Act funds for Fresh Stop Market initiative\n- Summary: The ordinance seeks to amend an existing ordinance to appropriate State Act funds to the Office of Economic Development for the Fresh Stop Market initiative dedicated to healthy food access and education in the Lower Ninth Ward Community.\n- Ordinance Number: 34471\n- Votes Summary:\n Vote 1: Not voted on (postponed)\n- Decision/Key Actions: The ordinance was continued to the meeting of 12/1/23 for further consideration.\n- Tags/Keywords: State Act funds, Fresh Stop Market initiative, Lower Ninth Ward Community\n- UID: b1f4fbc2-7314-4e20-bd67-64a5e5269b8a", + "uid": "b1f4fbc2-7314-4e20-bd67-64a5e5269b8a", + "publish_date": "11-16-2023", + "page_number": 18, + "title": "Regular City Council Minutes 11-16-2023" }, { - "title": "Regular CIty Council Meeting 4-20-2023.pdf", - "page_content": "Requesting to appeal the Historic District Landmarks Commission's decision of \"denial\" regarding the proposed renovation of an existing Significant rated three-story, mixed use building including demolition of the roof structure and construction of new rear addition for property located at 502 Frenchmen Street. Annotation: RECEIVED. (Suggested Hearing Date Set For 5/11/23). HDLC APPEAL - Heather Cooper - 502 Frenchmen Street COMMUNICATION - FROM ZACHARY SMITH, OWNER, ZACH SMITH, CONSULTING & DESIGN Brief: Requesting to appeal the Historic District Landmarks Commission's decision of \"denial\" of the full demolition for property located at 2516 Upperline Street. Annotation: RECEIVED. (Hearing Date Set For 5/11/23). HDLC APPEAL - Zachary Smith - 2516 Upperline Street https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4512&doc_id=cf529a12-e38f-11ed-95dd-0050569183fa 6/47 \f", - "page_number": 6, - "part": 2 + "page_content": "- Topic: Appropriation of State Act funds for Fresh Stop Market initiative in Lower Ninth Ward Community\n- Summary: The ordinance aims to amend the operating budget to appropriate State Act funds for the Fresh Stop Market initiative in the Lower Ninth Ward Community, dedicated to healthy food access and education. The ordinance was continued to the meeting of 12/1/23.\n- Ordinance Number: 34472\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The ordinance was passed and continued to the next meeting.\n- Tags/Keywords: Budget Committee, State Act funds, Fresh Stop Market, Lower Ninth Ward Community\n- UID: 5df3a44f-a234-45c4-b794-448425dd00b2\n\n- Topic: Temporary waiver of fees and requirements for Big Easy Bicycle Fest\n- Summary: The ordinance seeks to temporarily waive certain fees, permit fees, and requirements for the Big Easy Bicycle Fest at Lemann Park on the Lafitte Greenway. The ordinance was adopted with 5 YEAS and no NAYS.\n- Ordinance Number: 34475\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The ordinance was adopted for the temporary waiver of fees and requirements for the event.\n- Tags/Keywords: Lemann Park, Lafitte Greenway, Big Easy Bicycle Fest, fee waiver\n- UID: 5df3a44f-a234-45c4-b794-448425dd00b2", + "uid": "5df3a44f-a234-45c4-b794-448425dd00b2", + "publish_date": "11-16-2023", + "page_number": 19, + "title": "Regular City Council Minutes 11-16-2023" }, { - "title": "Regular CIty Council Meeting 4-20-2023.pdf", - "page_content": "6/23/23, 5:38 PM 5. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4512&doc_id=cf529a12-e38f-11ed-95dd-0050569 1 83fa COMMUNICATION \u2014 FROM IAN F. TAYLOR Brief: Requesting to appeal the Historic District Landmarks Commission\u2019s decision of \u201cdenial\u201d of demolition of more than 25% of the primary facade on a contributing two-story, two-family residential building for property located at 6028 Benjamin Street. Annotation: RECEIVED. (Hearing Date Set For 5/11/23). HDLC APPEAL - Jan F. Taylor - 6028 Benjamin Street COMMUNICATION - FROM ELIZABETH HOLMAN, DIRECTOR OF LAND USE, COUNCILMEMBER LESLI HARRIS, DISTRICT \"B\" Brief: Transmitting the Mayor's Office of Economic Development's recommendation of approval, and requesting the scheduling of a public hearing, for the following Restoration Tax Abatement application: * RTA #2018-0489, 3425-27 & 3427A S. Liberty Street, Liberty Street Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. (Hearing Da", - "page_number": 7, - "part": 1 + "page_content": "- Topic: Amendment No. 7 to the contract between the City of New Orleans and the New Orleans Convention Company, Inc.\n- Summary: The motion was to add the President of the Council as a signatory to the Amendment No. 7 to the contract between the City of New Orleans and the New Orleans Convention Company, Inc., and authorize the President of the Council to sign the Amendment No. 7 to the contract.\n- Ordinance Number: M-23-530\n- Votes Summary:\n Vote 1: Suspend the Rules - Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n Vote 2: Adopt - Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The motion to add the President of the Council as a signatory to the contract and authorize the President of the Council to sign the Amendment No. 7 to the contract passed.\n- UID: 2670826b-5545-413e-b174-a8a109ea66b6", + "uid": "2670826b-5545-413e-b174-a8a109ea66b6", + "publish_date": "11-16-2023", + "page_number": 20, + "title": "Regular City Council Minutes 11-16-2023" }, { - "title": "Regular CIty Council Meeting 4-20-2023.pdf", - "page_content": "te Set For 5/11/23). RTA - Communication - Elizabeth Holman - 3425-27 S. Liberty Street COMMUNICATION - FROM ELIZABETH HOLMAN, DIRECTOR OF LAND USE, COUNCILMEMBER LESLI HARRIS, DISTRICT \"B\" Brief: Transmitting the Mayor's Office of Economic Development's no recommendation, and requesting the scheduling of a public hearing, for the following Restoration Tax Abatement application: * RTA #2021-0106, 705 Common Street, NS Hotel Partners - MSY LLC Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. (Hearing Date Set For 5/11/23). RTA - Communication - Elizabeth Holman - 705 Common Street COMMUNICATION \u2014 FROM NICOLE WEBRE, WEBRE CONSULTING Brief: Requesting to appeal the Historic District Landmarks Commission\u2019s decision of \u201cdenial\u201d for the retention of stone cladding on the front stairs for property located at 1437 St. Andrew Street. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4512&doc_id=cf529a12-e38f-11ed-95dd-0050569183fa 7/47 \f", - "page_number": 7, - "part": 2 + "page_content": "- Topic: New Orleans Power Station 3rd Quarter 2023 Usage Report\n- Summary: Entergy New Orleans, LLC submitted the usage report as required by Resolution R-21-153. The report was electronically submitted and received by the Council.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Report submitted and received\n- Tags/Keywords: Entergy, usage report, electric, gas\n- UID: 82bf66a0-2092-46fe-81d9-aa5babb02e68\n\n- Topic: October 2023 Encampment Clean-Up Documentation\n- Summary: The Director of Health Department, City of New Orleans, submitted the documentation of all encampment clean-up efforts as required by Section 82-703. The documentation was electronically submitted and received by the Council.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Documentation submitted and received\n- Tags/Keywords: Encampment clean-up, documentation, health department\n- UID: 82bf66a0-2092-46fe-81d9-aa5babb02e68\n\n- Topic: Monthly Raw Data for New Orleans Police Department Staffing\n- Summary: The Director of Personnel, City of New Orleans, Department of Civil Service, submitted the monthly raw data relative to current staffing, hiring, and applications to the New Orleans Police Department as required by City Council Ordinance No. 29130. The data was electronically submitted and received by the Council.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Data submitted and received\n- Tags/Keywords: Police department, staffing, raw data, civil service\n- UID: 82bf66a0-2092-46fe-81d9-aa5babb02e68\n\n- Topic: Chief Administrative Office Report for City Fleet Electric Vehicle Transition Plan\n- Summary: The Chief of Staff to the Chief Administrative Officer, City of New Orleans, submitted the report for the City fleet electric vehicle transition plan in accordance with Section 3 of Ordinance No. 28930 M.C.S. The report was electronically submitted and received by the Council.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Report submitted and received\n- Tags/Keywords: Chief administrative office, fleet, electric vehicle, transition plan\n- UID: 82bf66a0-2092-46fe-81d9-aa5babb02e68", + "uid": "82bf66a0-2092-46fe-81d9-aa5babb02e68", + "publish_date": "11-16-2023", + "page_number": 21, + "title": "Regular City Council Minutes 11-16-2023" }, { - "title": "Regular CIty Council Meeting 4-20-2023.pdf", - "page_content": "6/23/23, 5:38 PM 10. 11. 12. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4512&doc_id=cf529a12-e38f-11ed-95dd-0050569 1 83fa Annotation: RECEIVED. (Hearing Date Set For 5/11/23). HDLC APPEAL - Nicole Webre - 1437 St. Andrew COMMUNICATION \u2014 FROM NICOLE WEBRE, WEBRE CONSULTING Brief: Requesting to appeal the Historic District Landmarks Commission\u2019s decision of \u201cdenial\u201d for demolition to grade for property located at 420 S. Galvez Street. Annotation: RECEIVED. (Hearing Date Set For 5/11/23). HDLC APPEAL - Nicole Webre - 420 S. Galvez COMMUNICATION \u2014 FROM RICARDO A. RIVERA, ROCK MANAGEMENT LLC Brief: Requesting to appeal the Historic District Landmarks Commission\u2019s decision of \u201capproval\u201d of retention of the collapsed building and levy a fine of $22,500 for the unpermitted demolition for property located at 610 David Street. Annotation: RECEIVED. (Hearing Date Set For 5/", - "page_number": 8, - "part": 1 + "page_content": "- Topic: Request to discuss first mortgage loans made with tax-exempt bond proceeds\n- Summary: The Chief of Staff to the Chief Administrative Officer and the Director of the Capital Area Finance Authority requested to appear before the New Orleans City Council to discuss first mortgage loans made with tax-exempt bond proceeds to qualifying low- and moderate-income homebuyers.\n- Ordinance Number: N/A\n- Votes Summary:\n N/A\n- Decision/Key Actions: Referred to the Community Development Committee\n- Tags/Keywords: Mortgage loans, tax-exempt bond proceeds, low- and moderate-income homebuyers\n- UID: ff18d570-f79d-4b74-8613-dbfac6e46304\n\n- Topic: Proposed agreement between the City of New Orleans and New Orleans Convention Company, Inc.\n- Summary: The Director of the Office of Cultural Economy submitted a proposed agreement between the City of New Orleans and New Orleans Convention Company, Inc. for review and consideration by the City Council.\n- Ordinance Number: Motion No. M-23-530\n- Votes Summary:\n N/A\n- Decision/Key Actions: Referred to the Community Development Committee\n- Tags/Keywords: Agreement, New Orleans Convention Company, Inc., cultural economy\n- UID: ff18d570-f79d-4b74-8613-dbfac6e46304\n\n- Topic: Report for the month of October from the Independent Police Monitor\n- Summary: The Independent Police Monitor submitted a report for the month of October in accordance with Ordinance No. 29130, providing the Council with relevant data.\n- Ordinance Number: N/A\n- Votes Summary:\n N/A\n- Decision/Key Actions: Report received\n- Tags/Keywords: Police monitor, report, data\n- UID: ff18d570-f79d-4b74-8613-dbfac6e46304\n\n- Topic: Report from the Executive Director of the City Planning Commission\n- Summary: The Executive Director of the City Planning Commission submitted a report for review and consideration by the City Council.\n- Ordinance Number: N/A\n- Votes Summary:\n N/A\n- Decision/Key Actions: Report received\n- Tags/Keywords: City Planning Commission, report\n- UID: ff18d570-f79d-4b74-8613-dbfac6e46304", + "uid": "ff18d570-f79d-4b74-8613-dbfac6e46304", + "publish_date": "11-16-2023", + "page_number": 22, + "title": "Regular City Council Minutes 11-16-2023" }, { - "title": "Regular CIty Council Meeting 4-20-2023.pdf", - "page_content": "11/23). HDLC APPEAL - Ricardo A. Rivera - 610 David Street_Letter of Appeal REPORT - OF STELLA CZIMENT, INDEPENDENT POLICE MONITOR, OFFICE OF THE INDEPENDENT MONITOR (OIPM) Brief: Submitting reports for the month of February 2023 and March 2023 providing the Council with the data in accordance with Ordinance No. 29130 (Calendar No. 33,818). Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. Stella Cziment - Cover Letter for OIPM Report Stella Cziment - OIPM Monthly Report February 2023 Stella Cziment - OIPM Monthly Report March 2023 RESOLUTION - NO. R-23-150 - BY: COUNCILMEMBERS MORRELL, MORENO, GIARRUSSO, HARRIS, KING, GREEN AND THOMAS Brief: IN RE: DIRECTING ENTERGY NEW ORLEANS, INC TO INVESTIGATE AND REMEDIATE ELECTRIC SERVICE DISRUPTIONS AND COMPLAINTS AND TO https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4512&doc_id=cf529a12-e38f-11ed-95dd-0050569183fa 8/47 \f", - "page_number": 8, - "part": 2 + "page_content": "- Topic: Zoning Docket Numbers 72/23, 75/23, 76/23, 79/23, 81/23\n - Summary: The ordinance proposes the consideration of property acquisition by the City of New Orleans in specific areas within the First Municipal District. It also includes the consideration of property disposition by the New Orleans Building Corporation in designated areas within the First Municipal District, as well as the Downtown Development District 2024 Budget & Work Plan.\n - Ordinance Number: N/A\n - Votes Summary:\n Vote 1: N/A\n - Decision/Key Actions: The City Planning Commission recommended \"FOR APPROVAL\" with certain provisos for the property acquisition and disposition. The Downtown Development District 2024 Budget & Work Plan was for information purposes only.\n - Tags/Keywords: Property acquisition, Property disposition, City Planning Commission, Downtown Development District\n - UID: 7da27aab-9d4a-4832-b827-b1e87166f126\n\n- Topic: Conditional Use for a Bar in C-2 and SC Districts\n - Summary: This ordinance aims to establish a conditional use to permit a bar in specific districts located in the Fifth Municipal District. \n - Ordinance Number: CAL. NO. 34,439\n - Votes Summary:\n Vote 1: ADOPTED - (N/A, N/A, N/A, N/A)\n - Decision/Key Actions: The ordinance was adopted.\n - Tags/Keywords: Conditional use, Bar establishment, Zoning Docket\n - UID: 7da27aab-9d4a-4832-b827-b1e87166f126", + "uid": "7da27aab-9d4a-4832-b827-b1e87166f126", + "publish_date": "11-16-2023", + "page_number": 23, + "title": "Regular City Council Minutes 11-16-2023" }, { - "title": "Regular CIty Council Meeting 4-20-2023.pdf", - "page_content": "6/23/23, 5:38 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4512&doc_id=cf529a12-e38f-11ed-95dd-0050569 1 83fa ESTABLISH MINIMUM ELECTRIC RELIABILITY PERFORMANCE STANDARDS AND FINANCIAL PENALTY MECHANISMS A RESOLUTION ESTABLISHING A PROCEDURAL SCHEDULE TO ALLOW FOR THE SUBMISSION OF ADDITIONAL EVIDENCE REGARDING THE PENALTY IMPOSED BY THE COUNCIL IN RESOLUTION R-19-442 PURSUANT TO THE ORDER ON MOTION FOR REMAND BY CIVIL DISTRICT COURT, PARISH OF ORLEANS, CASE NO. 2019-12654, DIVISION \u201cB-5\u201d R-23-150 D. DOCKET NO. UD-17-04 Annotation: (Joint Utility, Cable, Telecommunications and Technology Committee, Public Works, Sanitation and Environmental Committees recommended approval). (Council Rule 34. Postponement Deadline 8/18/23). 13. RESOLUTION - NO. R-23-151 - BY: COUNCILMEMBERS MORRELL, MORENO, GIARRUSSO, HARRIS, KING, GREEN AND THOMAS Brief: A RESOLUTION AND ORDER AUTHORIZING ENTERGY NEW ORLEANS, LLC TO HEDGE A PORTION OF ITS 2023-2024 WINTER HEATING SEASON DISTRIBUTION SYSTEM NATURAL GAS REQUIREMENTS Annotation: (Jo", - "page_number": 9, - "part": 1 + "page_content": "- Topic: Amendment to University Area Off-Street Parking Overlay District\n- Summary: The ordinance aims to amend and reordain the Comprehensive Zoning Ordinance to require off-street vehicular parking for certain increases in the number of existing bedrooms and bathrooms, expand the area of applicability to include additional neighborhoods, redefine \"bedroom\" and \"full bathroom,\" and more. The ordinance was electronically submitted and continued to the meeting of 12/1/23.\n- Ordinance Number: 34,441\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: Continued to the meeting of 12/1/23\n- Tags/Keywords: Zoning, Off-Street Parking, Amendment\n- UID: 748c0874-4615-4c54-ad8f-47d2e60beb83\n\n- Topic: Conditional Use for Small Childcare Center\n- Summary: This ordinance aims to establish a conditional use to permit a small childcare center in an S-RS Suburban Single-Family Residential District in Saint Claire Garden. The ordinance was electronically submitted and has a deadline of 1/3/24.\n- Ordinance Number: 34,442\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: Pending with a deadline of 1/3/24\n- Tags/Keywords: Childcare Center, Conditional Use, Zoning\n- UID: 748c0874-4615-4c54-ad8f-47d2e60beb83", + "uid": "748c0874-4615-4c54-ad8f-47d2e60beb83", + "publish_date": "11-16-2023", + "page_number": 24, + "title": "Regular City Council Minutes 11-16-2023" }, { - "title": "Regular CIty Council Meeting 4-20-2023.pdf", - "page_content": "int Utility, Cable, Telecommunications and Technology Committee, Public Works, Sanitation and Environmental Committee recommended approval). (Council Rule 34. Postponement Deadline 8/18/23). ADOPTED. R-23-151 14. MOTION - NO. M-23-152 - BY: COUNCILMEMBERS MORRELL, MORENO, GIARRUSSO, HARRIS, KING, GREEN AND THOMAS Brief: Authorizing the President of the Council to sign an appropriate contract or contract amendment with the law firm Dentons US LLP, to provide for the continuation of electric and/or natural gas legal consulting services to the Council in electric and gas utility regulatory matters through the end of calendar year 2023 for a maximum compensation of $4,537,500.00 for said year. Annotation: (Joint Utility, Cable, Telecommunications and Technology Committee, Public Works, Sanitation and Environmental Committee recommended approval). (Council Rule 34. Postponement Deadline 8/18/23). ADOPTED. M-23-152 https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4512&doc_id=cf529a12-e38f-11ed-95dd-0050569183fa 9/47 \f", - "page_number": 9, - "part": 2 + "page_content": "- Topic: Zoning Change from S-B2 to RRE\n- Summary: The ordinance aims to change the zoning of a 15.83 acre parcel from S-B2 Suburban Pedestrian-Oriented Corridor Business District to RRE Rural Residential Estate District, located in the Fifth Municipal District. The ordinance was adopted.\n- Ordinance Number: 34442 - 29722 M.C.S.\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The zoning change from S-B2 to RRE was approved.\n- Tags/Keywords: Zoning, Land Use, Rural Residential, Suburban District, Pedestrian-Oriented, Municipal District\n- UID: ef20f8a6-70af-4924-8eaf-10a378b3023f\n\n- Topic: Conditional Use for Mardi Gras Den\n- Summary: The ordinance seeks to establish a conditional use to permit a Mardi Gras den in a C-1 General Commercial District located on specific squares and streets. The ordinance was adopted.\n- Ordinance Number: 34443 - 29723 M.C.S.\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The conditional use for the Mardi Gras den in the specified area was approved.\n- Tags/Keywords: Conditional Use, Mardi Gras Den, Commercial District, Municipal Addresses\n- UID: ef20f8a6-70af-4924-8eaf-10a378b3023f\n\n- Topic: Motion to Adopt Consent Agenda\n- Summary: The motion to adopt the consent agenda and refer other matters to the proper agency was passed with 5 YEAS and 0 NAYS.\n- Ordinance Number: 34444 - 29724 M.C.S.\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The motion to adopt the consent agenda was approved.\n- Tags/Keywords: Consent Agenda, Motion, Proper Agency, Council Meeting\n- UID: ef20f8a6-70af-4924-8eaf-10a378b3023f", + "uid": "ef20f8a6-70af-4924-8eaf-10a378b3023f", + "publish_date": "11-16-2023", + "page_number": 25, + "title": "Regular City Council Minutes 11-16-2023" }, { - "title": "Regular CIty Council Meeting 4-20-2023.pdf", - "page_content": "6/23/23, 5:38 PM 15. 16. G. H. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4512&doc_id=cf529a12-e38f-11ed-95dd-0050569 1 83fa RESOLUTION - NO. R-23-153 - BY: COUNCILMEMBERS MORRELL, MORENO, GIARRUSSO, HARRIS, KING, GREEN AND THOMAS Brief: A RESOLUTION AND ORDER APPOINTING HEARING OFFICER IN DOCKET NO. UD-20-01 STREAMLINE ENTERGY NEW ORLEANS REPORTING REQUIREMENTS TO THE NEW ORLEANS CITY COUNCIL R-23-153 DOCKET NO. UD-20-01 Annotation: (Joint Utility, Cable, Telecommunications and Technology Committee, Public Works, Sanitation and Environmental Committee recommended approval). (Council Rule 34. Postponement Deadline 8/18/23). ADOPTED. MOTION - NO. M-23-154 - BY: COUNCILMEMBERS THOMAS, MORRELL, MORENO, GIARRUSSO, HARRIS, KING AND GREEN Brief: Directing Sewerage and Water Board of New Orleans (SWBNO) to file al", - "page_number": 10, - "part": 1 + "page_content": "- Topic: Cooperative Endeavor Agreement with New Orleans African American Museum\n- Summary: The ordinance seeks to authorize the Mayor to enter into a Cooperative Endeavor Agreement with the New Orleans African American Museum for beautification, human services, and education purposes. The motion was introduced on first reading and passed with 5 YEAS and 0 NAYS.\n- Ordinance Number: CAL. NO. 34,478\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The ordinance was introduced on first reading and passed.\n- UID: 3d3b389e-bfa5-451b-bbf5-441e85bc2832\n\n- Topic: Cooperative Endeavor Agreement with Preservation Hall Foundation, Inc.\n- Summary: This ordinance aims to authorize the Mayor to enter into a Cooperative Endeavor Agreement with Preservation Hall Foundation, Inc. for recreation, beautification, human services, and education purposes. The motion was introduced on first reading, and further details are available in the provided link.\n- Ordinance Number: CAL. NO. 34,479\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: The ordinance was introduced on first reading.\n- UID: 3d3b389e-bfa5-451b-bbf5-441e85bc2832\n\n- Topic: Cooperative Endeavor Agreement by Councilmember Giarrusso\n- Summary: Councilmember Giarrusso introduced an ordinance to authorize the Mayor to enter into a Cooperative Endeavor Agreement for specific public purposes in the City of New Orleans. Further details are available in the provided link.\n- Ordinance Number: CAL. NO. 34,480\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: The ordinance was introduced for consideration.\n- UID: 3d3b389e-bfa5-451b-bbf5-441e85bc2832", + "uid": "3d3b389e-bfa5-451b-bbf5-441e85bc2832", + "publish_date": "11-16-2023", + "page_number": 26, + "title": "Regular City Council Minutes 11-16-2023" }, { - "title": "Regular CIty Council Meeting 4-20-2023.pdf", - "page_content": "l reports required under LA RS \u00a7 33:4091 to the Clerk of Council for formal receipt on the City Council agenda, with an electronic copy to the Council Utilities Regulatory Office. Annotation: (Joint Utility, Cable, Telecommunications and Technology Committee, Public Works, Sanitation and Environmental Committee recommended approval). (Council Rule 34. Postponement Deadline 8/18/23). ADOPTED. M-23-154 MOTION TO ADOPT CONSENT AGENDA AND REFER OTHER MATTERS TO THE PROPER AGENCY. MOVED By: Morrell SECONDED BY: Moreno ACTION: Adopt YEAS: Giarrusso, Harris, Moreno, Morrell, Thomas - 5 NAYS: 0 ABSTAIN: 0 ABSENT: Green, King - 2 RECUSED: 0 AND THE MOTION PASSED. AND THE CONSENT AGENDA WAS ADOPTED. REGULAR AGENDA https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4512&doc_id=cf529a12-e38f-11ed-95dd-0050569183fa 10/47 \f", - "page_number": 10, - "part": 2 + "page_content": "- Topic: Amendment to Comprehensive Zoning Ordinance\n- Summary: The ordinance aims to disallow certain residential uses in the S-LM Lake Area Marina District and make related amendments. \n- Ordinance Number: 34480\n- Votes Summary:\n Vote 1: Passed - (8 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance was passed with unanimous support from the council members.\n- Tags/Keywords: Zoning, Residential Uses, Lake Area Marina District, Amendments\n- UID: 03ac497e-cee6-468a-b9c5-bda047223b31\n\n- Topic: Lease Agreement at Louis Armstrong New Orleans International Airport\n- Summary: The ordinance seeks to approve a Lease Agreement at the airport with CHAINSAW CHUCK, LLC.\n- Ordinance Number: 34481\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: The voting outcome is not provided in the summary.\n- Tags/Keywords: Lease Agreement, Louis Armstrong New Orleans International Airport, CHAINSAW CHUCK, LLC\n- UID: 03ac497e-cee6-468a-b9c5-bda047223b31\n\n- Topic: Amendment to Cooperative Endeavor Agreement for COVID-19 Public Health Information\n- Summary: The ordinance aims to authorize the Mayor to enter into an amendment to increase the availability and use of COVID-19 public health information and services in the City of New Orleans.\n- Ordinance Number: 34482\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: The voting outcome is not provided in the summary.\n- Tags/Keywords: COVID-19, Public Health Information, Cooperative Endeavor Agreement, Amendment\n- UID: 03ac497e-cee6-468a-b9c5-bda047223b31\n\n- Topic: Second Amendment to Cooperative Endeavor Agreement for COVID-19 Public Health Information\n- Summary: The ordinance seeks to authorize the Mayor to enter into a second amendment to the Cooperative Endeavor Agreement for COVID-19 public health information and services.\n- Ordinance Number: 34483\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: The voting outcome is not provided in the summary.\n- Tags/Keywords: COVID-19, Public Health Information, Cooperative Endeavor Agreement, Amendment\n- UID: 03ac497e-cee6-468a-b9c5-bda047223b31", + "uid": "03ac497e-cee6-468a-b9c5-bda047223b31", + "publish_date": "11-16-2023", + "page_number": 27, + "title": "Regular City Council Minutes 11-16-2023" }, { - "title": "Regular CIty Council Meeting 4-20-2023.pdf", - "page_content": "6/23/23, 5:38 PM la. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4512&doc_id=cf529a12-e38f-11ed-95dd-0050569 1 83fa MOTION TO SUSPEND THE RULES TO RECEIVED A COMMUNICATION FROM ZACHARY SMITH MOVED By: Morrell SECONDED BY: Thomas ACTION: Suspend the Rules YEAS: Green, Harris, Moreno, Morrell, Thomas - 5 NAYS: 0 ABSTAIN: 0 ABSENT: Giarrusso, King - 2 RECUSED: 0 AND THE MOTION PASSED. HDLC APPEAL - Zachary Smith - 2127 Esplanade Avenue MOTION TO SUSPEND THE RULES TO ADD A COMMUNICATION FROM ZACHARY SMITH MOVED By: Morrell SECONDED BY: Thomas ACTION: Suspend the Rules YEAS: Green, Harris, Moreno, Morrell, Thomas - 5 NAYS: 0 ABSTAIN: 0 ABSENT: Giarrusso, King - 2 RECUSED: 0 AND THE MOTION PASSED. LEGISLATIVE GROUPING COMMUNICATION - FROM ELIZABETH", - "page_number": 11, - "part": 1 + "page_content": "- Topic: Amendment to Increase Availability of COVID-19 Public Health Information and Services\n- Summary: The ordinance aims to increase the availability, acceptability, and use of COVID-19 public health information and services by racial and ethnic minorities and other vulnerable populations in Orleans Parish. The term of the agreement is proposed to be extended for an additional 1 year. \n- Ordinance Number: CAL. NO. 34,483\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance was passed without amendments.\n- Tags/Keywords: COVID-19, public health, racial minorities, vulnerable populations\n- UID: 7b0a2f4e-c57f-4f34-9441-b6dd3eb802cb\n\n- Topic: Budget Submission and Monitoring Requirements for Agencies in the Criminal Legal System\n- Summary: This ordinance seeks to impose budget submission and monitoring requirements on certain agencies involved in the criminal legal system and funded by City funds. \n- Ordinance Number: CAL. NO. 34,484\n- Votes Summary:\n Vote 1: Not voted on - (N/A)\n- Decision/Key Actions: The ordinance was not voted on and remains pending.\n- Tags/Keywords: Budget, criminal legal system, monitoring requirements, City funds\n- UID: 7b0a2f4e-c57f-4f34-9441-b6dd3eb802cb\n\n- Topic: Revocation of Tax Exemptions for Nonprofit Residential Occupancy\n- Summary: This ordinance aims to establish \"Division 3 - Revocation of Tax Exemptions\" in Chapter 150, Article II and \"Division 6 - Department of Code Enforcement\" in Chapter 2, Article VI of the City Code to provide relative to the revocation and reinstatement of ad valorem tax exemptions for certain residential occupancy owned by nonprofit corporations or associations. \n- Ordinance Number: CAL. NO. 34,485\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance was passed without amendments.\n- Tags/Keywords: Tax exemptions, nonprofit residential occupancy, code enforcement\n- UID: 7b0a2f4e-c57f-4f34-9441-b6dd3eb802cb\n\n- Topic: Waiver of Fees for Event at Lyons Recreation Center\n- Summary: This ordinance proposes to temporarily waive certain fees, permit fees, and requirements within and around the Lyons Recreation Center for an event in conjunction with the Wild Tchoupitoulas Indians Holiday Party for Austerlitz Street Baptist Church Seniors. \n- Ordinance Number: CAL. NO. 34,486\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance was passed without amendments.\n- Tags/Keywords: Fee waivers, event permits, community event\n- UID: 7b0a2f4e-c57f-4f34-9441-b6dd3eb802cb", + "uid": "7b0a2f4e-c57f-4f34-9441-b6dd3eb802cb", + "publish_date": "11-16-2023", + "page_number": 28, + "title": "Regular City Council Minutes 11-16-2023" }, { - "title": "Regular CIty Council Meeting 4-20-2023.pdf", - "page_content": " HOLMAN, DIRECTOR OF LAND USE, COUNCILMEMBER LESLI HARRIS, DISTRICT \"B\" Brief: Transmitting the Mayor's Office of Economic Development's recommendation of approval, and requesting the scheduling of a public hearing, for the following Tax Exemption application: * RTA #2020-0213, 2740 St. Louis Street, NORF 2 St. Louis LLC * RTA #2023-0002, 2515 Canal Street, CrescentCare MidCity LLC Annotation: ELECTRONICALLY SUBMITTED. (Communication received at the meeting of 4/6/23). HEARING HELD. RTA Report - 2740 St. Louis Street - Attachment to Communication from Elizabeth Holman RTA Report - 2515 Canal Street - Attachment to Communication from Elizabeth Holman https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4512&doc_id=cf529a12-e38f-11ed-95dd-0050569183fa 11/47 \f", - "page_number": 11, - "part": 2 + "page_content": "- Topic: Temporary Waiver of Fees for A.L. Davis Playground\n- Summary: Councilmember Harris introduced an ordinance to temporarily waive certain fees, permit fees, and requirements for the Love Covers a Multitude of Sins Holiday Giveaway at A.L. Davis Playground. The ordinance was submitted electronically, and the postponement deadline is 3/15/24.\n- Ordinance Number: 34486\n- Votes Summary:\n Vote 1: Passed - (8 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance to waive fees for the holiday giveaway at A.L. Davis Playground passed.\n- Tags/Keywords: Fee Waiver, A.L. Davis Playground, Councilmember Harris\n- UID: 28590c90-b2d8-4af6-8d31-0b496abf0bf5\n\n- Topic: Street Renaming and Honorary Intersection Dedication\n- Summary: Councilmember Harris introduced an ordinance to amend and re-ordain Article XII of Chapter 146 of the Code of the City of New Orleans to simplify the procedure for the dedication of honorary intersections. The ordinance was submitted electronically, and the postponement deadline is 3/15/24.\n- Ordinance Number: 34487\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 1 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance to amend street renaming and simplify honorary intersection dedication procedures passed.\n- Tags/Keywords: Street Renaming, Honorary Intersection, Councilmember Harris\n- UID: 28590c90-b2d8-4af6-8d31-0b496abf0bf5\n\n- Topic: Legal Services Contracts Provision\n- Summary: Councilmember Morrell introduced an ordinance to require provisions relative to the Council in certain contracts for legal services. The ordinance was submitted electronically, and the postponement deadline is 3/15/24.\n- Ordinance Number: 34488\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 2 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance to require provisions in legal services contracts passed.\n- Tags/Keywords: Legal Services, Contracts, Councilmember Morrell\n- UID: 28590c90-b2d8-4af6-8d31-0b496abf0bf5\n\n- Topic: Amendments to City Code Sections\n- Summary: Councilmember Giarrusso introduced an ordinance to amend and reordain multiple sections of the City Code related to various regulations. The ordinance was submitted electronically, and the postponement deadline is 3/15/24.\n- Ordinance Number: 34489\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 1 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance to amend and reordain City Code sections related to various regulations passed.\n- Tags/Keywords: City Code, Regulations, Councilmember Giarrusso\n- UID: 28590c90-b2d8-4af6-8d31-0b496abf0bf5", + "uid": "28590c90-b2d8-4af6-8d31-0b496abf0bf5", + "publish_date": "11-16-2023", + "page_number": 29, + "title": "Regular City Council Minutes 11-16-2023" }, { - "title": "Regular CIty Council Meeting 4-20-2023.pdf", - "page_content": "6/23/23, 5:38 PM 1b. lc. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4512&doc_id=cf529a12-e38f-11ed-95dd-0050569 1 83fa RESOLUTION \u2014 NO. R-23-156 \u2014 BY: COUNCILMEMBER HARRIS Brief: A resolution Approving RTA Application #2020-0213 for 2740 St. Louis Street, NORF 2 St. Louis LLC. Annotation: (Council Rule 34. Postponement Deadline 8/18/23). R-23-156 MOVED By: Harris SECONDED BY: Giarrusso ACTION: Adopt YEAS: Giarrusso, Green, Harris, Moreno, Morrell, Thomas - 6 NAYS: 0 ABSTAIN: 0 ABSENT: King - 1 RECUSED: 0 AND THE MOTION PASSED. RESOLUTION - NO. R-23-157 - BY: COUNCILMEMBER HARRIS Brief: A resolution Approving RTA Application #2023-0002 for 2515 Canal Street, CrescentCare MidCity LLC. Annotation:", - "page_number": 12, - "part": 1 + "page_content": "- Topic: Cooperative Endeavor Agreement for Economic Development Project\n- Summary: The ordinance authorizes the Mayor to enter into a Cooperative Endeavor Agreement between the City of New Orleans, River District Neighborhood Investors, LLC, and other parties for a large-scale economic development project. The project aims to create mixed-income housing, retail, sports, entertainment venues, and more to promote inclusive economic growth and mobility.\n- Ordinance Number: 34490\n- Votes Summary:\n Vote 1: Passed - (8 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance was passed, allowing the Mayor to enter into the Cooperative Endeavor Agreement for the economic development project.\n- Tags/Keywords: Economic development, Cooperative Endeavor Agreement, Mixed-use project\n- UID: 96efedf0-631e-45fa-a61a-3f663d459aaa\n\n- Topic: Amendment of Mobile Food Vending Regulations\n- Summary: This ordinance proposes amendments to sections of the Code of the City of New Orleans related to mobile food vending. The changes include reducing available permits, specific display requirements, expanded operation hours, and other regulations aimed at improving the vending environment.\n- Ordinance Number: 34491\n- Votes Summary:\n Vote 1: Passed - (8 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance was passed, implementing the proposed amendments to mobile food vending regulations.\n- Tags/Keywords: Mobile food vending, Permit regulations, Vending hours\n- UID: 96efedf0-631e-45fa-a61a-3f663d459aaa\n\n- Topic: Regulation of Foot, Pushcart, and Animal Drawn Food Vending\n- Summary: This ordinance aims to amend and reordain sections of the Code of the City of New Orleans regarding foot, pushcart, and animal drawn food vending. The changes include reducing available permits, specific display requirements, expanded operation hours, and other regulations to improve the vending environment.\n- Ordinance Number: 34492\n- Votes Summary:\n Vote 1: Passed - (8 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance was passed, implementing the proposed amendments to food vending regulations.\n- Tags/Keywords: Food vending, Permit regulations, Vending hours\n- UID: 96efedf0-631e-45fa-a61a-3f663d459aaa", + "uid": "96efedf0-631e-45fa-a61a-3f663d459aaa", + "publish_date": "11-16-2023", + "page_number": 30, + "title": "Regular City Council Minutes 11-16-2023" }, { - "title": "Regular CIty Council Meeting 4-20-2023.pdf", - "page_content": " (Council Rule 34. Postponement Deadline 8/18/23). R-23-157 MOVED By: Harris SECONDED BY: Moreno ACTION: Adopt YEAS: Giarrusso, Green, Harris, Moreno, Morrell, Thomas - 6 NAYS: 0 ABSTAIN: 0 ABSENT: King - 1 RECUSED: 0 AND THE MOTION PASSED. VCC APPEAL \u2014 OF NIKKI SZALWINSKI Brief: Requesting to appeal the Vieux Carr\u00e9 Commission\u2019s decision of \u201capproval\u201d on January 18, 2023, for the shed and generator plan location and size of shed due to safety and structural concerns for property located at 1009 Burgundy Street. Annotation: ELECTRONICALLY SUBMITTED. (Cm. King, District C, Cn. Deadline 4/23/23). https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4512&doc_id=cf529a12-e38f-11ed-95dd-0050569183fa 12/47 \f", - "page_number": 12, - "part": 2 + "page_content": "- Topic: Authorization for Amendment No. 2 to Cooperative Endeavor Agreement with New Orleans Family Justice Center\n- Summary: An ordinance authorizing the Mayor to enter into Amendment No. 2 to a Cooperative Endeavor Agreement with the New Orleans Family Justice Center, extending the term for an additional 5 years and modifying its provisions.\n- Ordinance Number: 34493\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The ordinance passed with 5 council members in favor and 2 absent. The Amendment No. 2 to the Cooperative Endeavor Agreement was authorized.\n- Tags/Keywords: Cooperative Endeavor Agreement, New Orleans Family Justice Center, Authorization\n- UID: 13614e47-ff2d-468d-9381-c8e7b8aa8746", + "uid": "13614e47-ff2d-468d-9381-c8e7b8aa8746", + "publish_date": "11-16-2023", + "page_number": 31, + "title": "Regular City Council Minutes 11-16-2023" }, { - "title": "Regular CIty Council Meeting 4-20-2023.pdf", - "page_content": "6/23/23, 5:38 PM 3. 3a. 3b. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4512&doc_id=cf529a12-e38f-11ed-95dd-0050569 1 83fa (Communication received at the meeting of 3/9/23). (Report received at the meeting of 4/6/23). WITHDRAWN. (At the applicant's request). Nikki Szalwinski - VCC Appeal - 1009 Burgundy Street - Withdrawal Letter UNIVERSITY AREA OFF-STREET PARKING INTERIM ZONING DISTRICT APPEAL - OF ZACHARY SMITH, OWNER, ZACH SMITH, CONSULTING & DESIGN Brief: Requesting to appeal the University Area Off-Street Parking Interim Zoning District for the property located at 7465-7467 Pitt Street. Annotation: ELECTRONICALLY SUBMITTED. (Cm. Giarrusso, District A, Cn. Deadline N/A). (Communication received at the meeting of 4/6/23). CONTINUED TO THE MEETING OF 5/11/23. Zachary Smith - IZD - 7465-7467 Pitt Street LEGISLATIVE GROUPING ZONING DOCKET NO. 3/23 - 6", - "page_number": 13, - "part": 1 + "page_content": "- Topic: Roll Call\n- Summary: Roll call was conducted with five members present, constituting a quorum. Two members arrived later in the meeting.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: Quorum was established for the meeting to proceed.\n- Tags/Keywords: Roll Call, Quorum, Council Meeting\n- UID: 097027e5-f4d6-4733-bd66-a2bc86530a30", + "uid": "097027e5-f4d6-4733-bd66-a2bc86530a30", + "publish_date": "11-2-2023", + "page_number": 1, + "title": "Regular City Council Minutes 11-2-2023" }, { - "title": "Regular CIty Council Meeting 4-20-2023.pdf", - "page_content": "04 JULIA STREET PROJECT, LLC Brief: Requesting a Conditional Use to permit a hotel in a CBD-5 Urban Core Neighborhood Lower Intensity Mixed-Use District, located on the rear portion of Lot 2 or 39, Square 181, in the First Municipal District, bounded by Julia Street, Camp Street, Saint Charles Avenue, and Saint Joseph Street (Municipal Address: 604 Julia Street). The recommendation of the City Planning Commission being \u201cFOR DENIAL\u201d. Annotation: ELECTRONICALLY SUBMITTED. (Cm. Harris, District B, Cn. Deadline 5/22/23). CONTINUED TO THE MEETING OF 5/11/23. ON-LINE SPEAKERS: Scott Cassandra Sharpe ZD NO. 3-23 MOTION (LYING OVER) - NO. M-23-138 - BY: COUNCILMEMBER HARRIS Brief: Denying the applicant's Conditional Use request on ZD NO. 3/23. Annotation: https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4512&doc_id=cf529a12-e38f-11ed-95dd-0050569183fa 13/47 \f", - "page_number": 13, - "part": 2 + "page_content": "- Topic: Approval of Meeting Minutes\n- Summary: The council approved the meeting minutes from several previous meetings.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: Approved - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: Meeting minutes from previous meetings were approved.\n- UID: b1550755-02e9-4fef-8d12-af246fb9b718\n\n- Topic: Presentation Honoring Terius \"Juvenile\" Gray\n- Summary: The council honored Terius \"Juvenile\" Gray for his accomplishments in the music industry and contributions to the New Orleans hip-hop scene.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: Terius \"Juvenile\" Gray was recognized for his achievements.\n- UID: b1550755-02e9-4fef-8d12-af246fb9b718\n\n- Topic: Point of Personal Privilege Acknowledging Sarah T. Reed School\n- Summary: Councilmember Thomas acknowledged Sarah T. Reed School.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: Councilmember Thomas acknowledged Sarah T. Reed School.\n- UID: b1550755-02e9-4fef-8d12-af246fb9b718", + "uid": "b1550755-02e9-4fef-8d12-af246fb9b718", + "publish_date": "11-2-2023", + "page_number": 2, + "title": "Regular City Council Minutes 11-2-2023" }, { - "title": "Regular CIty Council Meeting 4-20-2023.pdf", - "page_content": "6/23/23, 5:38 PM Sa. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4512&doc_id=cf529a12-e38f-11ed-95dd-0050569 1 83fa (Council Rule 34. Postponement Deadline 8/4/23). CONTINUED TO THE MEETING OF 5/11/23. M-23-138 Lying Over ZONING DOCKET NO. 5/23 \u2014 CITY COUNCIL MOTION NO. M-22-447 Brief: Requesting a Planned Development in an HU-RD2 Historic Urban Two-Family Residential District and an HUC Historic Urban Corridor Use Restriction Overlay District to allow the adaptive re-use of an existing institutional structure as a multiple-family residence, on Square 682, Lots 16-19, in the First Municipal District, bounded by South Rendon Street, Cleveland Avenue, Palmyra Street, and Jefferson Davis Parkway (Municipal Addresses: 217 South Rendon Street and 3300 Cleveland Avenue). The recommendation of the City Planning Commission being \u201cFOR DENIAL\u201d. Annotation: ELECTRONICALLY SUBMITTED. (Cm. Harris, District B, Cn. Deadline 5/8/23). ON DEADLINE. WITHDRAWN. (At the", - "page_number": 14, - "part": 1 + "page_content": "- Topic: A'sani Heartbeat Foundation Presentation\n- Summary: The A'sani Heartbeat Foundation presented their mission to advance reproductive justice for maternal, paternal, and family support, particularly focusing on addressing systemic racism against BIPOC women and high rates of maternal deaths and infant mortality in Louisiana.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: The City Council acknowledged the significant impact of the A'sani Heartbeat Foundation in advancing reproductive justice and empowering the community.\n- Tags/Keywords: Reproductive justice, maternal mortality, BIPOC women, community empowerment\n- UID: 0656cbc8-0bfe-42b2-84c2-320d661b5eec\n\n- Topic: New Orleans Center for Dance Presentation\n- Summary: The New Orleans Center for Dance provided updates, including information about the 2023 Nutcracker performances.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: N/A\n- Tags/Keywords: New Orleans Center for Dance, Nutcracker performances\n- UID: 0656cbc8-0bfe-42b2-84c2-320d661b5eec\n\n- Topic: Appointment of Wilmer Jacobs to the Audubon Commission\n- Summary: The Mayor's appointment of Wilmer Jacobs to the Audubon Commission was ratified, confirmed, and approved by the City Council.\n- Ordinance Number: M-23-464\n- Votes Summary:\n - Vote 1: Passed - (YEAS: 7, NAYS: 0, ABSTAIN: 0, ABSENT: 0)\n- Decision/Key Actions: The appointment of Wilmer Jacobs as a member of the Audubon Commission was approved for a term expiring on June 30, 2028.\n- Tags/Keywords: Audubon Commission, appointment, Wilmer Jacobs\n- UID: 0656cbc8-0bfe-42b2-84c2-320d661b5eec", + "uid": "0656cbc8-0bfe-42b2-84c2-320d661b5eec", + "publish_date": "11-2-2023", + "page_number": 3, + "title": "Regular City Council Minutes 11-2-2023" }, { - "title": "Regular CIty Council Meeting 4-20-2023.pdf", - "page_content": " applicant's request). ON-LINE SPEAKERS: Haylee Vieregg Kim M. Loubat Mary Mysing-Gubala Michelle Schlafly ZD NO. 5-23 LEGISLATIVE GROUPING ZONING DOCKET NO. 16/23 \u2014 NOLA LODGING GROUP, LLC Brief: Requesting a Conditional Use to permit a curb cut along Convention Center Boulevard in a Multi-Modal/Pedestrian Corridor Overlay. The public right-of-way adjacent to Square 27, Lot B-2, in the First Municipal District, bounded by Convention Center Boulevard, Calliope Street, Gaiennie Street, and South Peters Street (Municipal Address: 351 Calliope Street). The recommendation of the City Planning Commission being \u201cFOR APPROVAL\u201d, subject to two (2) provisos. Annotation: ELECTRONICALLY SUBMITTED. (Cm. Harris, District B, Cn. Deadline 6/5/23). HEARING HELD. SPEAKER CARDS: Michael Burnside - Oppose Mary Gilmore - Info. Only ZD NO. 16-23 Staff Report https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4512&doc_id=cf529a12-e38f-11ed-95dd-0050569183fa 14/47 \f", - "page_number": 14, - "part": 2 + "page_content": "- Topic: Adding President of the Council as a signatory to Professional Services Agreement with IV Waste, LLC\n- Summary: The ordinance aimed to add the President of the Council as a signatory to the Professional Services Agreement between the City of New Orleans and IV Waste, LLC. The voting outcome resulted in the ordinance being adopted.\n- Ordinance Number: M-23-523\n- Votes Summary:\n Vote 1: Suspend Rule 57 - Passed - (YEAS: 7, NAYS: 0, ABSTAIN: 0, ABSENT: 0)\n Vote 2: Adopt - Passed - (YEAS: 6, NAYS: 1, ABSTAIN: 0, ABSENT: 0)\n- Decision/Key Actions: The President of the Council was authorized to sign the Agreement between the City of New Orleans and IV Waste, LLC.\n- UID: dba3517a-ac45-442c-b4f1-2750600abac8", + "uid": "dba3517a-ac45-442c-b4f1-2750600abac8", + "publish_date": "11-2-2023", + "page_number": 4, + "title": "Regular City Council Minutes 11-2-2023" }, { - "title": "Regular CIty Council Meeting 4-20-2023.pdf", - "page_content": "6/23/23, 5:38 PM 5b. 6a. 6b. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4512&doc_id=cf529a12-e38f-11ed-95dd-0050569 1 83fa MOTION \u2014 NO. M-23-158 \u2014 BY: COUNCILMEMBER HARRIS Brief: Granting the applicant\u2019s Conditional Use request on ZD NO. 16/23, subject to two (2) provisos set forth by the City Planning Commission. Annotation: (Council Rule 34. Postponement Deadline 8/18/23). M-23-158 MOVED By: Harris SECONDED BY: Giarrusso ACTION: Adopt YEAS: Giarrusso, Green, Harris, Morrell, Thomas - 5 NAYS: 0 ABSTAIN: 0 ABSENT: King, Moreno - 2 RECUSED: 0 AND THE MOTION PASSED. LEGISLATIVE GROUPING ZONING DOCKET NO. 20/23 \u2014 OLD HOUSE INVESTMENTS, LLC Brief: Requesting a Conditional Use to permit a wine shop in an HU-B1 Historic Urban Neighborhood Business District, on Squa", - "page_number": 15, - "part": 1 + "page_content": "- Topic: Directing the City Planning Commission to amend the Comprehensive Zoning Ordinance for early child care and education (ECE) providers\n- Summary: The council motioned to direct the City Planning Commission to conduct a public hearing to consider amending the Comprehensive Zoning Ordinance to address regulatory and administrative barriers experienced by ECE providers and expedite the expansion of ECE facilities in New Orleans.\n- Ordinance Number: M-23-525\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The motion passed, and the City Planning Commission will conduct a public hearing to consider the amendments.\n- Tags/Keywords: City Planning Commission, Comprehensive Zoning Ordinance, ECE providers\n- UID: e841774e-8f20-411b-bc44-9c59f7306da9\n\n- Topic: Directing the Law Department to intervene in a legal case on behalf of the City of New Orleans\n- Summary: The council motioned to direct the Law Department to intervene as a Plaintiff in a specific legal case on behalf of the City of New Orleans and in concert with the City Council.\n- Ordinance Number: M-23-529\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 0 NAYS)\n- Decision/Key Actions: The motion passed, and the Law Department will intervene in the specified legal case.\n- Tags/Keywords: Law Department, legal intervention, City of New Orleans\n- UID: e841774e-8f20-411b-bc44-9c59f7306da9", + "uid": "e841774e-8f20-411b-bc44-9c59f7306da9", + "publish_date": "11-2-2023", + "page_number": 5, + "title": "Regular City Council Minutes 11-2-2023" }, { - "title": "Regular CIty Council Meeting 4-20-2023.pdf", - "page_content": "re 213, Lot A, in the Sixth Municipal District, bounded by Magazine Street, Aline Street, Foucher Street, and Constance Street (Municipal Addresses: 3500-3502 Magazine Street). The recommendation of the City Planning Commission being \u201cFOR APPROVAL\u201d, subject to three (3) provisos. Annotation: ELECTRONICALLY SUBMITTED. (Cm. Harris, District B, Cn. Deadline 6/5/23). HEARING HELD. ZD NO. 20-23 Staff Report MOTION \u2014 NO. M-23-159 \u2014 BY: COUNCILMEMBER HARRIS Brief: Granting the applicant\u2019s Conditional Use request on ZD NO. 20/23, subject to three (3) provisos set forth by the City Planning Commission. Annotation: (Council Rule 34. Postponement Deadline 8/18/23). M-23-159 https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4512&doc_id=cf529a12-e38f-11ed-95dd-0050569183fa 15/47 \f", - "page_number": 15, - "part": 2 + "page_content": "- Topic: RESOLUTION - Ninth Supplemental Sewerage Service Revenue Bond\n - Summary: This resolution approves the issuance of not exceeding $31,525,000 Sewerage Service Revenue Bonds of the City of New Orleans, Louisiana, and provides for other matters in connection with the foregoing.\n - Ordinance Number: R-23-510\n - Votes Summary:\n Vote 1: Adopt - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n - Decision/Key Actions: The resolution was adopted without any objection.\n - Tags/Keywords: Sewerage Service Revenue Bond, City of New Orleans, Louisiana\n - UID: 17f94dfb-cf71-4587-83ab-ea48a55e1464\n\n- Topic: MOTION - No. M-23-511\n - Summary: This motion, introduced by Councilmember Thomas, aims to address a specific issue, but the details are not provided in the meeting minutes.\n - Ordinance Number: M-23-511\n - Votes Summary:\n Vote 1: N/A - (N/A)\n - Decision/Key Actions: No specific decision or action is mentioned in the meeting minutes for this motion.\n - Tags/Keywords: Motion, Councilmember Thomas\n - UID: 17f94dfb-cf71-4587-83ab-ea48a55e1464", + "uid": "17f94dfb-cf71-4587-83ab-ea48a55e1464", + "publish_date": "11-2-2023", + "page_number": 6, + "title": "Regular City Council Minutes 11-2-2023" }, { - "title": "Regular CIty Council Meeting 4-20-2023.pdf", - "page_content": "6/23/23, 5:38 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4512&doc_id=cf529a12-e38f-11ed-95dd-0050569 1 83fa MOVED By: Harris SECONDED BY: Giarrusso ACTION: Adopt YEAS: Giarrusso, Green, Harris, Morrell, Thomas - 5 NAYS: 0 ABSTAIN: 0 ABSENT: King, Moreno - 2 RECUSED: 0 AND THE MOTION PASSED. CAL. NO. 33,893 - BY: COUNCILMEMBER HARRIS Brief: An Ordinance to ordain Section 70-10 of the Code of the City of New Orleans to establish reporting requirements applicable to the Department of Finance, including both a statement to be issued alongside each payment the City of New Orleans provides to a security and improvement district, and an annual financial report to be transmitted to the City Council, and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. CONTINUED TO THE MEETING OF 5/11/23. 33893 CAL. NO. 34,017 - BY: COUNCILMEMBER MORRELL Brief: An Ordinance to amend and reordain section 34-1.1 of the Code ", - "page_number": 16, - "part": 1 + "page_content": "- Topic: Loan Agreement between Office of Community Development and SBP L9 II, LLC\n- Summary: Adding the President of the Council as a signatory to the Loan Agreement and authorizing the President of the Council to sign the Loan Agreement.\n- Ordinance Number: M-23-511\n- Votes Summary:\n Vote 1: Suspend Rule 57 - Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n Vote 2: Adopt - Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The President of the Council is authorized to sign the Loan Agreement.\n- Tags/Keywords: Loan Agreement, Community Development, SBP L9 II, Council President\n- UID: e6f10990-52ad-4c47-9b69-c10e391d6626\n\n- Topic: Communication from Erin Spears - Chief of Staff & Counsel, Council Utilities Regulatory Office\n- Summary: Submitting transmittal document for communications related to electric and gas utility matters to be received by the Council, including adjustments for the November 2023 Billing Cycle from Entergy New Orleans, LLC.\n- Ordinance Number: 7144\n- Votes Summary: N/A\n- Decision/Key Actions: Communications related to electric and gas utility matters to be received by the Council.\n- Tags/Keywords: Erin Spears, Utilities Regulatory Office, Entergy New Orleans, Billing Cycle\n- UID: e6f10990-52ad-4c47-9b69-c10e391d6626", + "uid": "e6f10990-52ad-4c47-9b69-c10e391d6626", + "publish_date": "11-2-2023", + "page_number": 7, + "title": "Regular City Council Minutes 11-2-2023" }, { - "title": "Regular CIty Council Meeting 4-20-2023.pdf", - "page_content": "of the City of New Orleans to require annual reporting to City Council of the mayor\u2019s Mardi Gras advisory council\u2019s recommendations; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 5/5/23). (Referred to the Governmental Affairs Committee). CONTINUED TO THE MEETING OF 6/22/23. 34017 CAL. NO. 34,046 - BY: COUNCILMEMBER MORRELL Brief: An Ordinance to establish section 26-80 of the Code of the City of New Orleans relative to inspections of multi-family housing units of ten units or more when there is a violent crime incident on the premises; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 6/2/23). CONTINUED TO THE MEETING OF 5/11/23 AND REFERRED TO THE COMMUNITY DEVELOPMENT COMMITTEE. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4512&doc_id=cf529a12-e38f-11ed-95dd-0050569183fa 16/47 \f", - "page_number": 16, - "part": 2 + "page_content": "- Topic: Purchased Power Cost Recovery Adjustments for November 2023 Billing Cycle\n- Summary: Entergy - Scott - PPCR and Fuel Adjustments for November 2023 Billing Cycle, UD-18-07. Independent Accountant\u2019s Report submitted by the Louisiana Utilities Restoration Corporation, UD-22-01.\n- Ordinance Number: UD-18-07, UD-22-01\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The ordinance for Purchased Power Cost Recovery Adjustments and Fuel Adjustments for the November 2023 Billing Cycle passed with 7 YEAS.\n- Tags/Keywords: Entergy, Purchased Power Cost Recovery, Fuel Adjustments, Louisiana Utilities Restoration Corporation\n- UID: 1f551b49-d774-4e05-98cb-9a33f1913deb\n\n- Topic: Appeal of Parking Requirement in University Area Off-Street Parking Interim Zoning District\n- Summary: Request to appeal the parking requirement of the University Area Off-Street Parking Interim Zoning District for property located at 8829-31 Palm Street by Erroll Jerome. Request to appeal the same zoning district for property located at 7510 Hurst Street by Zachary Smith.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: Hearing dates set for 11/16/23 for both appeals.\n- Tags/Keywords: Appeal, University Area Off-Street Parking Interim Zoning District, Erroll Jerome, Zachary Smith\n- UID: 1f551b49-d774-4e05-98cb-9a33f1913deb", + "uid": "1f551b49-d774-4e05-98cb-9a33f1913deb", + "publish_date": "11-2-2023", + "page_number": 8, + "title": "Regular City Council Minutes 11-2-2023" }, { - "title": "Regular CIty Council Meeting 4-20-2023.pdf", - "page_content": "6/23/23, 5:38 PM 10. 11. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4512&doc_id=cf529a12-e38f-11ed-95dd-0050569 1 83fa 34046 CAL. NO. 34,057 - BY: COUNCILMEMBER MORRELL Brief: An Ordinance to ordain Article XV of Chapter 2 of the Code of the City of New Orleans, consisting of Section 2-1200; to provide relative to emergency declarations; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 6/2/23). (Referred to the Governmental Affairs Committee). 34057 - 29411 M.CS. 34057 AMENDMENT MOVED By: Morrell SECONDED BY: Moreno ACTION: Amendment YEAS: Giarrusso, Green, Harris, Moreno, Morrell, Thomas - 6 NAYS: 0 ABSTAIN: 0 ABSENT: King - 1 RECUSED: 0 AND THE MOTION PASSED. 34057 Amendmen", - "page_number": 17, - "part": 1 + "page_content": "- Topic: Proposed Agreement between City of New Orleans and United States Army Training and Doctrine Command\n- Summary: Cuong Vu, accountant for the New Orleans Police Department, submitted a proposed agreement between the City of New Orleans and the United States Army Training and Doctrine Command, along with a completed contract summary form. The communication was electronically submitted and referred to the Community Development Committee.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: Referred to the Community Development Committee\n- Tags/Keywords: City of New Orleans, United States Army Training and Doctrine Command, Community Development Committee\n- UID: 5573669c-7a6b- | lee-852f-0050569183fa\n\n- Topic: Appeal of Vieux Carr\u00e9 Commission's Decision\n- Summary: Daniel E. Davillier of Davillier Law Group, LLC, requested to appeal the Vieux Carr\u00e9 Commission\u2019s decision of \u201cdenial\u201d of applications for permits for gas lighting and copper cap flashings for property located at 625 Dauphine Street. The communication was electronically submitted and a hearing date was set for 11/16/23.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: Hearing date set for 11/16/23\n- Tags/Keywords: Vieux Carr\u00e9 Commission, appeal, Davillier Law Group, LLC\n- UID: f698c6d8-d397-49c3-80cf-aec03b9dc3bd\n\n- Topic: Results from October 14, 2023 Proposition Election\n- Summary: Darren P. Lombard, Clerk of Criminal District Court and Chief Elections Officer, submitted the results from the October 14, 2023 Proposition Election.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: N/A\n- Tags/Keywords: Proposition Election, Darren P. Lombard, Criminal District Court\n- UID: f698c6d8-d397-49c3-80cf-aec03b9dc3bd\n\n- Topic: Proposed Agreement between City of New Orleans and SBP L9 II LLC\n- Summary: Tyra Johnson Brown, Director of Housing Policy and Office of Community Development, submitted a proposed agreement between the City of New Orleans and SBP L9 II LLC, along with four accessory documents to the Loan Agreement. The communication was electronically submitted and referred to the Governmental Affairs Committee.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: Referred to the Governmental Affairs Committee\n- Tags/Keywords: City of New Orleans, SBP L9 II LLC, Governmental Affairs Committee\n- UID: f698c6d8-d397-49c3-80cf-aec03b9dc3bd", + "uid": "f698c6d8-d397-49c3-80cf-aec03b9dc3bd", + "publish_date": "11-2-2023", + "page_number": 9, + "title": "Regular City Council Minutes 11-2-2023" }, { - "title": "Regular CIty Council Meeting 4-20-2023.pdf", - "page_content": "t 34057 AS AMENDED MOVED By: Morrell SECONDED BY: Moreno ACTION: As Amended YEAS: Giarrusso, Green, Harris, Moreno, Morrell, Thomas - 6 NAYS: 0 ABSTAIN: 0 ABSENT: King - 1 RECUSED: 0 AND THE MOTION PASSED. CAL. NO. 34,091 - BY: COUNCILMEMBERS GIARRUSSO, MORENO,GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29,265 M.C.S., as amended, entitled \"An Ordinance Providing an Operating Budget of Revenues for the City of New Orleans for the Year 2023\", to appropriate Capital Outlay funds awarded by the State of Louisiana Facility Planning and Control (\"FP&C\") to the City of New Orleans for the Sewerage and Water Board Power Plant, https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4512&doc_id=cf529a12-e38f-11ed-95dd-0050569183fa 17/47 \f", - "page_number": 17, - "part": 2 + "page_content": "- Topic: Proposed Covenant between City of New Orleans, Finance Authority of New Orleans, and H3C, LLC\n- Summary: Tyra Johnson Brown, Director of Housing Policy and Office of Community Development, submitted a proposed covenant between the City of New Orleans, the Finance Authority of New Orleans, and H3C, LLC, along with a completed contract summary form and related motion. The communication was electronically submitted and referred to the Community Development Committee.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Referred to the Community Development Committee\n- Tags/Keywords: Covenant, City of New Orleans, Finance Authority, H3C LLC\n- UID: 2ee31f85-57ea-4fe6-99a7-726f1abad395\n\n- Topic: Proposed Covenant between City of New Orleans, Finance Authority of New Orleans, and 1300 OCH, LLC\n- Summary: Tyra Johnson Brown also submitted a proposed covenant between the City of New Orleans, the Finance Authority of New Orleans, and 1300 OCH, LLC, along with a completed contract summary form and related motion. The communication was electronically submitted and referred to the Community Development Committee.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Referred to the Community Development Committee\n- Tags/Keywords: Covenant, City of New Orleans, Finance Authority, 1300 OCH LLC\n- UID: 2ee31f85-57ea-4fe6-99a7-726f1abad395\n\n- Topic: Appeal of Historic District Landmarks Commission's Decision\n- Summary: The Deputy Director of the New Orleans Historic District Landmarks Commission submitted a report regarding an appeal of the HDLC's decision to deny the application for the installation of proposed doors at a historic building on Pelican Avenue. The report was received.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Report received\n- Tags/Keywords: Historic District Landmarks Commission, Appeal, Pelican Avenue\n- UID: 2ee31f85-57ea-4fe6-99a7-726f1abad395", + "uid": "2ee31f85-57ea-4fe6-99a7-726f1abad395", + "publish_date": "11-2-2023", + "page_number": 10, + "title": "Regular City Council Minutes 11-2-2023" }, { - "title": "Regular CIty Council Meeting 4-20-2023.pdf", - "page_content": "6/23/23, 5:38 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4512&doc_id=cf529a12-e38f-11ed-95dd-0050569 1 83fa Planning and Construction Project (No. 50-ML3-18-02); and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/7/23). (Fiscal Note received). (Referred to the Budget Committee). CONTINUED TO THE MEETION OF 5/11/23 AND REFERRED TO THE BUDGET COMMITTEE. 34091 12. CAL. NO. 34,092 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29,266 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023\u201d, to appropriate Capital Outlay funds awarded by the State of Louisiana Facility Planning and Control (\u201cFP&C\u201d) to the City of New Orleans for the Sewerage and Water Board Power Plant, Planning and Construction Project (No. 50-ML3-18-02); and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY S", - "page_number": 18, - "part": 1 + "page_content": "- Topic: Appeal of HDLC's decision for 8500 Spruce Street\n- Summary: Report regarding an appeal of the HDLC's decision to approve more than 50% roof demolition for the property at 8500 Spruce Street.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 2 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The appeal was passed with 7 YEAS, allowing the demolition with the proviso that it begins at least 24' back from the edge of the building's chamfered corner.\n- Tags/Keywords: HDLC, appeal, roof demolition, 8500 Spruce Street\n- UID: eb209b49-4990-47a4-ba41-e72b9bf4cd6f\n\n- Topic: Appeal of lack of action for 332 South Diamond Street\n- Summary: Report regarding an appeal of the lack of action taken on an application to remove existing street-facing wood windows for replacement with new clad-wood windows at 332 South Diamond Street.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 3 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The appeal was passed with 6 YEAS, allowing the replacement of the windows at the specified property.\n- Tags/Keywords: HDLC, appeal, window replacement, 332 South Diamond Street\n- UID: eb209b49-4990-47a4-ba41-e72b9bf4cd6f\n\n- Topic: Appeal of lack of action for 1040-60 Magazine Street\n- Summary: Report regarding an appeal of the lack of action taken on an application to demolish a Contributing rated warehouse for the construction of a new building at 1040-60 Magazine Street.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 4 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The appeal was passed with 5 YEAS, allowing the demolition of the warehouse for the new construction.\n- Tags/Keywords: HDLC, appeal, warehouse demolition, 1040-60 Magazine Street\n- UID: eb209b49-4990-47a4-ba41-e72b9bf4cd6f\n\n- Topic: Zoning Docket Numbers\n- Summary: Transmitting Zoning Docket Numbers 65/23, 73/23, and 77/23, along with a Street Name Change docket for informational purposes only.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: Provided for informational purposes.\n- Tags/Keywords: Zoning, docket numbers, street name change\n- UID: eb209b49-4990-47a4-ba41-e72b9bf4cd6f", + "uid": "eb209b49-4990-47a4-ba41-e72b9bf4cd6f", + "publish_date": "11-2-2023", + "page_number": 11, + "title": "Regular City Council Minutes 11-2-2023" }, { - "title": "Regular CIty Council Meeting 4-20-2023.pdf", - "page_content": "UBMITTED. (Council Rule 34. Postponement Deadline 7/7/23). (Fiscal Note received). (Referred to the Budget Committee). CONTINUED TO THE MEETING OF 5/11/23 AND REFERRED TO THE BUDGET COMMITTEE. 34092 13. CAL. NO. 34,093 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN, THOMAS AND KING (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29,265 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Revenues for the City of New Orleans for the Year 2023\u201d, to appropriate grants funds awarded to the City of New Orleans for the West Bank Ferry Terminal Renovations, Planning and Construction Project (No. 50-ML3-15-05); and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/7/23). (Fiscal Note received). (Referred to the Budget Committee). CONTINUED TO THE MEETING OF 5/11/23 AND REFERRED TO THE BUDGET COMMITTEE. 34093 https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4512&doc_id=cf529a12-e38f-11ed-95dd-0050569183fa 18/47 \f", - "page_number": 18, - "part": 2 + "page_content": "- Topic: Amendment to establish a new Interim Zoning District to prohibit Short-Term Rental, Commercial, and Hostels\n- Summary: The ordinance aimed to amend the Comprehensive Zoning Ordinance to establish a new Interim Zoning District to prohibit certain types of rental and limit the development of Timeshares. The ordinance was adopted.\n- Ordinance Number: CAL. NO. 34,420\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The ordinance was adopted with a vote of 7 YEAS.\n- Tags/Keywords: Zoning, Short-Term Rental, Timeshares\n- UID: 2321a973-6d29-4779-a16b-d4d79daf2ce0\n\n- Topic: Amendment to permit \"Domestic Protection Shelter\" and \"Emergency Shelter\" as institutional uses in zoning districts\n- Summary: The ordinance sought to amend the use tables in the Zoning Ordinance to permit specific shelters as institutional uses in various zoning districts. The ordinance was adopted.\n- Ordinance Number: CAL. NO. 34,421\n- Votes Summary:\n Vote 1: Passed - (8 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance was adopted with a vote of 8 YEAS.\n- Tags/Keywords: Shelters, Zoning, Institutional Uses\n- UID: 2321a973-6d29-4779-a16b-d4d79daf2ce0", + "uid": "2321a973-6d29-4779-a16b-d4d79daf2ce0", + "publish_date": "11-2-2023", + "page_number": 12, + "title": "Regular City Council Minutes 11-2-2023" }, { - "title": "Regular CIty Council Meeting 4-20-2023.pdf", - "page_content": "6/23/23, 5:38 PM 14. 15. 16. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4512&doc_id=cf529a12-e38f-11ed-95dd-0050569 1 83fa CAL. NO. 34,094 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN, THOMAS AND KING (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29,266 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023\u201d, to appropriate grant funds awarded to the City of New Orleans for the West Bank Ferry Terminal Renovations, Planning and Construction Project (No. 50-ML3-15-05); and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/7/23). (Fiscal Note received). (Referred to the Budget Committee). CONTINUED TO THE MEETING OF 5/11/23 AND REFERRED TO THE BUDGET COMMITTEE. 34094 CAL. NO. 34,095 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29,265 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Revenues for the C", - "page_number": 19, - "part": 1 + "page_content": "- Topic: Conditional use for neighborhood commercial establishment in HU-RM1 Historic Urban Multi-Family Residential District\n- Summary: The ordinance aims to establish a conditional use permit for a neighborhood commercial establishment in a specific residential district. The ordinance was adopted.\n- Ordinance Number: CAL. NO. 34,422\n- Votes Summary:\n Vote 1: Passed - (YEA: N/A, NAY: N/A, ABSTAIN: N/A, ABSENT: N/A)\n- Decision/Key Actions: The ordinance was adopted.\n- Tags/Keywords: Conditional use, neighborhood commercial establishment, residential district\n- UID: 8a6a1e67-eb00-44c9-8ea4-f5b17da8424a\n\n- Topic: Zoning change from S-RS Suburban Single-Family Residential District to S-B1 Suburban Business District\n- Summary: The ordinance seeks to effect a zoning change from a suburban single-family residential district to a suburban business district. The ordinance was adopted.\n- Ordinance Number: CAL. NO. 34,423\n- Votes Summary:\n Vote 1: Passed - (YEA: N/A, NAY: N/A, ABSTAIN: N/A, ABSENT: N/A)\n- Decision/Key Actions: The ordinance was adopted.\n- Tags/Keywords: Zoning change, suburban business district, residential district\n- UID: 8a6a1e67-eb00-44c9-8ea4-f5b17da8424a\n\n- Topic: Conditional use for community center in HU-RD2 Historic Urban Two-Family Residential District\n- Summary: The ordinance aims to establish a conditional use permit for a community center in a specific residential district. The ordinance was adopted.\n- Ordinance Number: CAL. NO. 34,424\n- Votes Summary:\n Vote 1: Passed - (YEA: N/A, NAY: N/A, ABSTAIN: N/A, ABSENT: N/A)\n- Decision/Key Actions: The ordinance was adopted.\n- Tags/Keywords: Conditional use, community center, residential district\n- UID: 8a6a1e67-eb00-44c9-8ea4-f5b17da8424a", + "uid": "8a6a1e67-eb00-44c9-8ea4-f5b17da8424a", + "publish_date": "11-2-2023", + "page_number": 13, + "title": "Regular City Council Minutes 11-2-2023" }, { - "title": "Regular CIty Council Meeting 4-20-2023.pdf", - "page_content": "ity of New Orleans for the Year 2023\u201d, to appropriate donated funds received from CLB investments to The Department of Police to purchase equipment and supplies; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/7/23). (Fiscal Note received). (Referred to the Budget Committee). CONTINUED TO THE MEETING OF 5/11/23 AND REFERRED TO THE BUDGET COMMITTEE. 34095 CAL. NO. 34,096 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29,266 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023\u201d, to appropriate donated funds received from CLB Investments to The Department of Police to purchase equipment and supplies; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/7/23). https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4512&doc_id=cf529a12-e38f-11ed-95dd-0050569183fa 19/47 \f", - "page_number": 19, - "part": 2 + "page_content": "- Topic: Data Use Agreement between City of New Orleans and Tulane Educational Fund\n- Summary: Adding the President of the Council as a signatory to the data use agreement and authorizing the President of the Council to sign the agreement.\n- Ordinance Number: M-23-495\n- Votes Summary:\n Vote 1: ADOPTED - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The President of the Council was authorized to sign the data use agreement.\n- Tags/Keywords: Data use agreement, Tulane Educational Fund, signatory, authorization\n- UID: bf4d7ff8-9fc6-4930-939c-1b747443a7e3\n\n- Topic: Professional Services Agreement between City of New Orleans and Richard\u2019s Disposal, Inc.\n- Summary: Adding the President of the Council as a signatory to the Professional Services Agreement and authorizing the President of the Council to sign the agreement.\n- Ordinance Number: M-23-496\n- Votes Summary:\n Vote 1: ADOPTED - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The President of the Council was authorized to sign the Professional Services Agreement.\n- Tags/Keywords: Professional Services Agreement, Richard\u2019s Disposal, Inc., signatory, authorization\n- UID: bf4d7ff8-9fc6-4930-939c-1b747443a7e3\n\n- Topic: Request for an independent monitor for Council Utilities Regulatory Office\n- Summary: Directing the Council Utilities Regulatory Office to issue and advertise an RFQ for an independent monitor.\n- Ordinance Number: M-23-506\n- Votes Summary:\n Vote 1: ADOPTED - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The Council Utilities Regulatory Office was directed to issue and advertise an RFQ for an independent monitor.\n- Tags/Keywords: Independent monitor, RFQ, Council Utilities Regulatory Office\n- UID: bf4d7ff8-9fc6-4930-939c-1b747443a7e3", + "uid": "bf4d7ff8-9fc6-4930-939c-1b747443a7e3", + "publish_date": "11-2-2023", + "page_number": 14, + "title": "Regular City Council Minutes 11-2-2023" }, { - "title": "Regular CIty Council Meeting 4-20-2023.pdf", - "page_content": "6/23/23, 5:38 PM 17. 18. 18a. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4512&doc_id=cf529a12-e38f-11ed-95dd-0050569 1 83fa (Fiscal Note Received). (Referred to the Budget Committee). CONTINUED TO THE MEETING OF 5/11/23 AND REFERRED TO THE BUDGET COMMITTEE. 34096 CAL. NO. 34,109 - BY: COUNCILMEMBER GIARRUSSO (BY REQUEST) Brief: An Ordinance to ratify the execution and delivery by the New Orleans Municipal Yacht Harbor Management Corporation (\u201cMYHMC\u201d) of Amendment No. 1 to Lease between the New Orleans Municipal Yacht Harbor Management Corporation and the Southern Yacht Club, which is attached hereto as Exhibit \u201cA\u201d (the \u201cAmendment\u201d), and which amends the Lease dated May 6, 2002 the (\u201cSYC Lease\u201d), pursuant to which the City of New Orleans (the \u201cCity\u201d) leased to Southern Yacht Club (\u201cSYC\u2019) certain premises adjacent to property owned by SYC, which premises is known as Area A, according to Drawing J-79-001-06 by J.J. Krebs & Sons, Inc. Civil Engineers and Surveyors, dated December 28, 1984, and which consists of three parcels labeled Parcels \u201cA-1\u201d, \u201cA-2\u201d and \u201cA-3\u201d on said drawing (the \u201cDemised Premises\u201d\u2019); and otherwise", - "page_number": 20, - "part": 1 + "page_content": "- Topic: Resolution related to Madison Energy Investments, Inc. community solar rules\n- Summary: Resolution and order related to amending community solar rules for Madison Energy Investments, Inc.\n- Ordinance Number: R-23-507\n- Votes Summary:\n Vote 1: Passed - (Unanimous approval)\n- Decision/Key Actions: The resolution was adopted, with unanimous approval from the council members. The Climate Change and Sustainability Committee recommended approval.\n- Tags/Keywords: Madison Energy Investments, community solar, resolution, amendment\n- UID: 2063d67e-177e-4ba1-828d-e67fc33f0ae4\n\n- Topic: Maintenance Covenant between City of New Orleans, H3C, LLC, and Finance Authority\n- Summary: Motion to add the President of the Council as a signatory to the Maintenance Covenant and authorize signing between City of New Orleans, H3C, LLC, and the Finance Authority of New Orleans.\n- Ordinance Number: M-23-508\n- Votes Summary:\n Vote 1: Passed - (Unanimous approval)\n- Decision/Key Actions: The motion was adopted with unanimous approval. The Quality of Life Committee recommended approval.\n- Tags/Keywords: Maintenance Covenant, City of New Orleans, H3C, LLC, Finance Authority, motion\n- UID: 2063d67e-177e-4ba1-828d-e67fc33f0ae4\n\n- Topic: Maintenance Covenant between City of New Orleans, 1300 OCH, LLC, and Finance Authority\n- Summary: Motion to add the President of the Council as a signatory to the Maintenance Covenant and authorize signing between City of New Orleans, 1300 OCH, LLC, and the Finance Authority of New Orleans.\n- Ordinance Number: M-23-509\n- Votes Summary:\n Vote 1: Passed - (Unanimous approval)\n- Decision/Key Actions: The motion was adopted with unanimous approval. The Quality of Life Committee recommended approval.\n- Tags/Keywords: Maintenance Covenant, City of New Orleans, 1300 OCH, LLC, Finance Authority, motion\n- UID: 2063d67e-177e-4ba1-828d-e67fc33f0ae4", + "uid": "2063d67e-177e-4ba1-828d-e67fc33f0ae4", + "publish_date": "11-2-2023", + "page_number": 15, + "title": "Regular City Council Minutes 11-2-2023" }, { - "title": "Regular CIty Council Meeting 4-20-2023.pdf", - "page_content": " to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/21/23). 34109 - 29412 M.CS. MOVED By: Giarrusso SECONDED BY: Green ACTION: Adopt YEAS: Giarrusso, Green, Harris, Moreno, Morrell, Thomas - 6 NAYS: 0 ABSTAIN: 0 ABSENT: King - 1 RECUSED: 0 AND THE MOTION PASSED. LEGISLATIVE GROUPING CAL. NO. 34,113 - BY: COUNCILMEMBER MORRELL Brief: An Ordinance to amend and reordain Sections 159-3 and 159-5, and to ordain Section 159-6 of the Code of the City of New Orleans, to adjust the number of billing cycles before the Sewerage and Water Board of New Orleans forfeits the bill, require notice of meter reading, require deferred payment arrangement; to provide that the Council Utilities Regulatory Office review appeals for completeness; and to establish enforcement procedures of the judgments for the Sewerage and Water Board of New Orleans billing appeals, respectively. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/21/23). https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4512&doc_id=cf529a12-e38f-11ed-95dd-0050569183fa 20/47 \f", - "page_number": 20, - "part": 2 + "page_content": "- Topic: Appointment of Director of Public Works\n- Summary: The council received a communication regarding the appointment of Clinton R. Hathaway as Director of Public Works.\n- Ordinance Number: N/A\n- Votes Summary:\n - Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n - Vote 2: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The council unanimously approved the appointment of Clinton R. Hathaway as Director of Public Works.\n- Tags/Keywords: Appointment, Director of Public Works, Communication, City Council\n- UID: d474a03c-6ba4-4ba4-ae5f-58457f6f756d\n\n- Topic: Land Use Matters\n- Summary: Land use matters were scheduled to commence at 11:00 AM or thereafter, with specific rules for public comments.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: The council provided specific guidelines for the public comments on land use matters, adhering to City Council Rule 10.1B.\n- Tags/Keywords: Land Use, Public Comments, City Council Rules\n- UID: d474a03c-6ba4-4ba4-ae5f-58457f6f756d", + "uid": "d474a03c-6ba4-4ba4-ae5f-58457f6f756d", + "publish_date": "11-2-2023", + "page_number": 16, + "title": "Regular City Council Minutes 11-2-2023" }, { - "title": "Regular CIty Council Meeting 4-20-2023.pdf", - "page_content": "6/23/23, 5:38 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4512&doc_id=cf529a12-e38f-11ed-95dd-0050569 1 83fa (Referred to the Joint Public Works and Utility Committee). (Joint Utility, Cable, Telecommunications and Technology Committee, Public Works, Sanitation and Environmental Committee recommended approval). (Council Rule 34. Postponement Deadline 8/18/23). SPEAKER CARD: Michael Burnside - Info. Only 34113 - 29413 M.CS. 18b. AMENDMENT TO ORDINANCE CAL. NO. 34,113 - BY: COUNCILMEMBERS MORRELL, GIARRUSSO AND THOMAS Brief: 34113 Amendment MOVED By: Morrell SECONDED BY: Giarrusso ACTION: Amendment YEAS: Giarrusso, Green, Harris, Moreno, Morrell, Thomas - 6 NAYS: 0 ABSTAIN: 0 ABSENT: King - 1 RECUSED: 0 AND THE MOTION PASSED. MOVED By: Morrell SECONDED BY: Giarrusso", - "page_number": 21, - "part": 1 + "page_content": "- Topic: HDLC Appeal of Shantel Hebert-Magee\n- Summary: Appeal of the Historic District Landmarks Commission\u2019s decision to deny the installation of proposed doors at the corner entry of the building for property located at 302 Pelican Avenue.\n- Ordinance Number: M-23-527\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The council overruled the HDLC\u2019s decision and granted the applicant\u2019s request for the property located at 300-302 Pelican Avenue.\n- Tags/Keywords: HDLC, Appeal, Decision, Property\n- UID: 05aa17c2-6096-4b82-bb1f-1129579643b2\n\n- Topic: HDLC Appeal of John Garner, Attorney, Hale Devall\n- Summary: Appeal of the Historic District Landmarks Commission\u2019s decision to deny the application to remove existing street-facing wood windows for replacement with new clad-wood windows at a contributing rated, three-story residential building for property located at [URL].\n- Ordinance Number: N/A\n- Votes Summary: Not provided\n- Decision/Key Actions: Not provided\n- Tags/Keywords: HDLC, Appeal, Decision, Windows\n- UID: 05aa17c2-6096-4b82-bb1f-1129579643b2", + "uid": "05aa17c2-6096-4b82-bb1f-1129579643b2", + "publish_date": "11-2-2023", + "page_number": 17, + "title": "Regular City Council Minutes 11-2-2023" }, { - "title": "Regular CIty Council Meeting 4-20-2023.pdf", - "page_content": " ACTION: As Amended YEAS: Giarrusso, Green, Harris, Moreno, Morrell, Thomas - 6 NAYS: 0 ABSTAIN: 0 ABSENT: King - 1 RECUSED: 0 AND THE MOTION PASSED. 1) On page 2, Section 1, line 32, after the word \u201cRegulatory\u201d and before the abbreviation (CURO) insert \u201cOffice\u201d. 2) On page 3, Section 1, line 34, delete the word \u201cout-of-time\u201d and insert the word \u201cuntimely\u201d in lieu thereof. 3) Onpage 3, Section 1, line 46, insert a line break after the period, and insert the following: (5) CURO shall transmit the Council\u2019s decision on an appeal in writing to SWBNO within 15 calendar days of the Council motion or deemed acceptance of consultant\u2019s recommendation, as the case may be. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4512&doc_id=cf529a12-e38f-11ed-95dd-0050569183fa 21/47 \f", - "page_number": 21, - "part": 2 + "page_content": "- Topic: Overruling the HDLC\u2019s decision for 332 South Diamond Street\n- Summary: The ordinance addressed the overruling of the HDLC\u2019s decision and granting the applicant\u2019s request for the property located at 332 South Diamond Street. The motion was adopted with 5 YEAS and 0 NAYS.\n- Ordinance Number: M-23-519\n- Votes Summary:\n Vote 1: Adopt - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The motion to overrule the HDLC\u2019s decision was passed.\n- Tags/Keywords: HDLC, property decision, overrule, 332 South Diamond Street\n- UID: aaf1dd5d-918e-4626-945e-418304b1125a\n\n- Topic: HDLC Appeal for 8500 Spruce Street\n- Summary: The ordinance addressed the appeal of the Historic District Landmarks Commission\u2019s decision to deny the application to demolish 100% of the roof for the property located at 8500 Spruce Street. The item was continued to the meeting of 11/16/23.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: The appeal was continued to the meeting of 11/16/23.\n- Tags/Keywords: HDLC Appeal, 8500 Spruce Street, demolition, appeal continuation\n- UID: aaf1dd5d-918e-4626-945e-418304b1125a", + "uid": "aaf1dd5d-918e-4626-945e-418304b1125a", + "publish_date": "11-2-2023", + "page_number": 18, + "title": "Regular City Council Minutes 11-2-2023" }, { - "title": "Regular CIty Council Meeting 4-20-2023.pdf", - "page_content": "6/23/23, 5:38 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4512&doc_id=cf529a12-e38f-11ed-95dd-0050569 1 83fa 4) On page 3, Section 2, line 7, after the phrase \u201clater than the second billing cycle after\u2019 insert the phrase \u201cthe date of the issuance of the judgment of\u201d. 5) On page 3, Section 2, line 7, after the word \u201chearing\u201d and before the period insert the word \u201cofficer\u201d. 6) Onpage 4, Section 2, line 12, after the word \u201cappeals\u201d insert the phrase \u201cthe judgment of\u201d. 7) On page 4, Section 2, line 12, delete the word \u201cjudgment\u201d and insert the word \u201cofficer\u201d in lieu thereof. 8) On page 4, Section 2, line 15, after the phrase \u201cwithin 60 days of\u201d insert the phrase \u201cthe date of the issuance of the judgment of\u201d. 9) On page 4, Section 2, line 15, delete the word \u201cdate\u201d and insert the word \u201cofficer\u201d in lieu thereof. 10) On page 4, Section 2, line 16, after the phrase \u201cwithin 60 days of\u201d insert the phrase \u201cthe date of the issuance of the judgment of\u201d. 11) On page 4, Section 2, line 17, after the word \u201chearing\u201d and before the period insert", - "page_number": 22, - "part": 1 + "page_content": "- Topic: HDLC Appeal of Tony Alfortish, AIA, NCARB, Principal, Mathes Brierre, Architects\n- Summary: The appeal was regarding the demolition of an existing contributing rated two-story warehouse building located at 1060 Magazine Street.\n- Ordinance Number: M-23-515\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The council overruled and granted the applicant's request for the property located at 1060 Magazine Street.\n- Tags/Keywords: HDLC, demolition, Magazine Street, overruling\n- UID: 373a97a7-031b-4dd4-af12-3800e3a42d3e\n\n- Topic: University Area Off-Street Parking Interim Zoning District Appeal of Michael D. Ballard, Jr., AIA NCARB, Firmora, LLC\n- Summary: The appeal was related to the off-street parking interim zoning district.\n- Ordinance Number: N/A\n- Votes Summary: Not provided\n- Decision/Key Actions: Not provided\n- Tags/Keywords: Off-street parking, zoning district, appeal\n- UID: 373a97a7-031b-4dd4-af12-3800e3a42d3e", + "uid": "373a97a7-031b-4dd4-af12-3800e3a42d3e", + "publish_date": "11-2-2023", + "page_number": 19, + "title": "Regular City Council Minutes 11-2-2023" }, { - "title": "Regular CIty Council Meeting 4-20-2023.pdf", - "page_content": " the word \u201cofficer\u201d. 12) On pages 4 and 5, Section 3, lines 5 and 6, delete \u201cMonday, April 24, 2023\u201d and insert \u201cFriday, May 26, 2023 in lieu therof. Annotation: (Council Rule 34. Postponement Deadline 8/18/23). 19. CAL. NO. 34,117 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29265 M.C.S., as amended, entitled \"An Ordinance Providing an Operating Budget of Revenues for the City of New Orleans for the Year 2023\", to appropriate grant funds from the U.S. Department of Labor to the Office of Workforce Development to assist job seekers and employers by providing career and training services; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/21/23). (Referred to the Budget Committee). (Fiscal Note received). CONTINUED TO THE MEETING OF 5/11/23 AND REFERRED TO THE BUDGET COMMITTEE. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4512&doc_id=cf529a12-e38f-11ed-95dd-0050569183fa 22/47 \f", - "page_number": 22, - "part": 2 + "page_content": "- Topic: University Area Off-Street Parking Interim Zoning District Appeal (8500 Spruce Street)\n- Summary: Request to appeal the parking requirements for property at 8500 Spruce Street was withdrawn from the meeting.\n- Ordinance Number: N/A\n- Votes Summary: \n - Vote 1: N/A\n- Decision/Key Actions: Withdrawn\n- Tags/Keywords: University Area Off-Street Parking, Appeal, Withdrawn\n- UID: cfb6e114-aad7-4871-9599-cde7a203c3ca\n\n- Topic: University Area Off-Street Parking Interim Zoning District Appeal (2417 Eagle Street)\n- Summary: Request to appeal the parking requirements for property at 2417 Eagle Street was granted and approved.\n- Ordinance Number: M-23-520\n- Votes Summary: \n - Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: Granted and approved\n- Tags/Keywords: University Area Off-Street Parking, Appeal, Granted\n- UID: cfb6e114-aad7-4871-9599-cde7a203c3ca", + "uid": "cfb6e114-aad7-4871-9599-cde7a203c3ca", + "publish_date": "11-2-2023", + "page_number": 20, + "title": "Regular City Council Minutes 11-2-2023" }, { - "title": "Regular CIty Council Meeting 4-20-2023.pdf", - "page_content": "6/23/23, 5:38 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4512&doc_id=cf529a12-e38f-11ed-95dd-0050569 1 83fa 34117 20. CAL. NO. 34,118 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29266 M.C.S., as amended, entitled \"An Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023\", to appropriate grant funds from US Department of Labor to the Office of Workforce Development to assist job seekers and employers by providing career and training services; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/21/23). (Referred to the Budget Committee). (Fiscal Note received). CONTINUED TO THE MEETING OF 5/11/23 AND REFERRED TO THE BUDGET COMMITTEE. 34118 21. CAL. NO. 34,119 - BY: COUNCILMEMBERS GIARRUSSO, GREEN, MORENO AND THOMAS (BY REQUEST) Brief: An Ordinance to amend and re-ordain Ordinance No. 28,869 M.C.S., entitled \"An Ordin", - "page_number": 23, - "part": 1 + "page_content": "- Topic: University Area Off-Street Parking Interim Zoning District Appeal\n- Summary: Zachary Smith, owner of Zach Smith Consulting and Design, appealed the University Area Off-Street Parking Interim Zoning District for property located at 8337 Hickory Street.\n- Ordinance Number: M-23-521\n- Votes Summary:\n - Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The council granted and approved the applicant's request for the property located at 8337 Hickory Street.\n- UID: be34344a-c387-4ddf-add0-3b472a618637\n\n- Topic: Zoning Docket No. 56/23 - City Council Motion No. M-23-231\n- Summary: Requesting an amendment to the text of the Comprehensive Zoning Ordinance to disallow certain residential uses currently allowed in the S-LM Lake Area Marina District.\n- Ordinance Number: M-23-231\n- Votes Summary: N/A\n- Decision/Key Actions: The request for the amendment was discussed, but no voting outcome was provided in the summary.\n- UID: be34344a-c387-4ddf-add0-3b472a618637", + "uid": "be34344a-c387-4ddf-add0-3b472a618637", + "publish_date": "11-2-2023", + "page_number": 21, + "title": "Regular City Council Minutes 11-2-2023" }, { - "title": "Regular CIty Council Meeting 4-20-2023.pdf", - "page_content": "ance Providing a Capital Budget for the Year 2022\" in accordance with the provisions of Sections 3-117 and 4-206(1)(f) of the Home Rule Charter of the City of New Orleans; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/21/23). (Referred to the Budget Committee). (Fiscal Note received). CONTINUED TO THE MEETING OF 5/11/23 AND REFERRED TO THE BUDGET COMMITTEE. 34119 22. CAL. NO. 34,121 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29266 M.C.S., as amended, entitled \"An Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023\", to transfer funds from the Department of Health to the Mayor's Office, Office of Homeless Programs & Strategy; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4512&doc_id=cf529a12-e38f-11ed-95dd-0050569183fa 23/47 \f", - "page_number": 23, - "part": 2 + "page_content": "- Topic: Group Home, Large Permanent Supportive Housing\n- Summary: The ordinance pertains to properties located in the area bounded by Lake Marina Avenue, Lakeshore Drive, Breakwater Drive, Lake Pontchartrain, and the 17th Street Canal. It was recommended for approval by the City Planning Commission. The council motion, M-23-522, was passed with 5 YEAS and 0 NAYS.\n- Ordinance Number: ZD NO. 56-23\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The council approved the applicant's request on ZD 56/23.\n- Tags/Keywords: Group Home, Permanent Supportive Housing, Zoning Docket, City Planning Commission, M-23-522\n- UID: db30dfca-c1b8-4ac6-afee-32970cb8107d\n\n- Topic: Conditional Use for Retail Sale of Packaged Alcoholic Beverages\n- Summary: The ordinance requested a Conditional Use to permit the retail sale of packaged alcoholic beverages in a specific district. The City Planning Commission recommended it for approval, subject to nine provisos. The council approved the ordinance, as per the recommendation.\n- Ordinance Number: ZONING DOCKET NO. 70/23\n- Votes Summary:\n Vote 1: Passed - (N/A)\n- Decision/Key Actions: The council approved the Conditional Use for retail sale of packaged alcoholic beverages.\n- Tags/Keywords: Conditional Use, Retail Sale, Alcoholic Beverages, City Planning Commission, ZONING DOCKET NO. 70/23\n- UID: db30dfca-c1b8-4ac6-afee-32970cb8107d", + "uid": "db30dfca-c1b8-4ac6-afee-32970cb8107d", + "publish_date": "11-2-2023", + "page_number": 22, + "title": "Regular City Council Minutes 11-2-2023" }, { - "title": "Regular CIty Council Meeting 4-20-2023.pdf", - "page_content": "6/23/23, 5:38 PM 26. 27. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4512&doc_id=cf529a12-e38f-11ed-95dd-0050569 1 83fa (Council Rule 34. Postponement Deadline 7/21/23). (Referred to the Budget Committee). (Fiscal Note received). CONTINUED TO THE MEETING OF 5/11/23 AND REFERRED TO THE BUDGET COMMITTEE. 34121 CAL. NO. 34,130 - BY: COUNCILMEMBERS THOMAS AND GIARRUSSO (BY REQUEST) Brief: An Ordinance authorizing the Mayor of the City of New Orleans to enter into a Cooperative Endeavor Agreement between the City of New Orleans (the \u201cCity\u201d), and The Opioid Abatement Administration Corporation, a nonprofit corporation of the State of Louisiana, for a term greater than one year, for the public purpose of funding local efforts to address and mitigate the impacts of the opioid crisis in the City, as more fully detailed in the Cooperative Endeavor Agreement (\u201cCEA\u201d) form attached hereto as Exhibit \u201cA\u201d; and otherwise to provide with ", - "page_number": 24, - "part": 1 + "page_content": "- Topic: ZD NO. 70-23 Final Report\n- Summary: The Conditional Use request on ZD NO. 70/23 was overruled and denied.\n- Ordinance Number: M-23-516\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: Overruling and denying the applicant\u2019s Conditional Use request on ZD NO. 70/23.\n- Tags/Keywords: Zoning, Conditional Use, Denial\n- UID: 15d1bc62-5b0c-4ce7-8bdd-c9be07dadbb9\n\n- Topic: Amendment to Chapter 130 of the Code of the City of New Orleans\n- Summary: An ordinance to amend and reordain Chapter 130 of the Code of the City of New Orleans by providing for restrictions on payments to sellers of nonferrous materials.\n- Ordinance Number: CAL. NO. 34,277\n- Votes Summary:\n Vote 1: N/A - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: Amendment to Chapter 130 of the Code of the City of New Orleans to provide for restrictions on payments to sellers of nonferrous materials.\n- Tags/Keywords: Code Amendment, Nonferrous Materials, Payment Restrictions\n- UID: 15d1bc62-5b0c-4ce7-8bdd-c9be07dadbb9\n\n- Topic: Amendment to Sections 82-410 and 82-412\n- Summary: An ordinance to amend and reordain Sections 82-410 and 82-412 to increase penalties and provide relative to food waste and distribution of food under or adjacent to an overpass or elevated roadway or within or adjacent to any encampment area.\n- Ordinance Number: CAL. NO. 34,308\n- Votes Summary:\n Vote 1: N/A - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: Amendment to increase penalties and provide relative to food waste and distribution of food under or adjacent to an overpass or elevated roadway or within or adjacent to any encampment area.\n- Tags/Keywords: Penalty Increase, Food Distribution, Encampment Area\n- UID: 15d1bc62-5b0c-4ce7-8bdd-c9be07dadbb9", + "uid": "15d1bc62-5b0c-4ce7-8bdd-c9be07dadbb9", + "publish_date": "11-2-2023", + "page_number": 23, + "title": "Regular City Council Minutes 11-2-2023" }, { - "title": "Regular CIty Council Meeting 4-20-2023.pdf", - "page_content": "respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 8/4/23). 34130 - 29417 M.C.S. MOVED By: Thomas SECONDED BY: Giarrusso ACTION: Adopt YEAS: Giarrusso, Green, Harris, Morrell, Thomas - 5 NAYS: 0 ABSTAIN: 0 ABSENT: King, Moreno - 2 RECUSED: 0 AND THE MOTION PASSED. CAL. NO. 34,132 - BY: COUNCILMEMBER MORRELL Brief: An Ordinance to amend Section 70-415.316 of the Code of the City of New Orleans; to provide relative to administration of the New Orleans Recreation and Culture Fund through an external entity; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 8/4/23). 34132 - 29418 MLCS. MOVED By: Morrell SECONDED BY: Green ACTION: Adopt YEAS: Giarrusso, Green, Harris, Moreno, Morrell, Thomas - 6 https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4512&doc_id=cf529a12-e38f-11ed-95dd-0050569183fa 24/47 \f", + "page_content": "- Topic: Amendment to Ordinance Cal. No. 34,308\n- Summary: The amendment proposed by Councilmember Green aimed to introduce a warning citation for the first offense and change the penalty for subsequent offenses. The amendment was continued to the meeting of 11/16/23.\n- Ordinance Number: 34308 Amendment\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: Continued to the meeting of 11/16/23\n- Tags/Keywords: Amendment, Penalty, Warning Citation, Councilmember Green\n- UID: 9a9a0cda-d48e-40f6-a89e-ef4db3dfbd4f\n\n- Topic: Amendment to sections of the Code of the City of New Orleans\n- Summary: The ordinance aimed to amend and reordain various sections of the city code related to the regulation of short-term rentals. It was continued to the meeting of 11/16/23.\n- Ordinance Number: 34385\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: Continued to the meeting of 11/16/23\n- Tags/Keywords: Short-term Rentals, City Code, Regulation\n- UID: 9a9a0cda-d48e-40f6-a89e-ef4db3dfbd4f\n\n- Topic: Motion to Direct the City Planning Commission\n- Summary: The motion aimed to direct the City Planning Commission to conduct a public hearing to consider amendments to the Comprehensive Zoning Ordinance related to Non-Commercial Short-Term Rentals. It was continued to the meeting of 11/16/23.\n- Ordinance Number: M-23-426\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: Continued to the meeting of 11/16/23\n- Tags/Keywords: City Planning Commission, Zoning Ordinance, Public Hearing\n- UID: 9a9a0cda-d48e-40f6-a89e-ef4db3dfbd4f", + "uid": "9a9a0cda-d48e-40f6-a89e-ef4db3dfbd4f", + "publish_date": "11-2-2023", "page_number": 24, - "part": 2 + "title": "Regular City Council Minutes 11-2-2023" }, { - "title": "Regular CIty Council Meeting 4-20-2023.pdf", - "page_content": "6/23/23, 5:38 PM 28. 30. 31. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4512&doc_id=cf529a12-e38f-11ed-95dd-0050569 1 83fa NAYS: 0 ABSTAIN: 0 ABSENT: King - 1 RECUSED: 0 AND THE MOTION PASSED. CAL. NO. 34,133 - BY: COUNCILMEMBER GREEN (BY REQUEST) Brief: An Ordinance to amend and reordain Section 154-232 of the Code of the City of New Orleans relative to the city traffic engineer\u2019s authority to designate crosswalks, establish safety zones, designate school zones; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 8/4/23). CONTINUED TO THE MEETING OF 5/11/23 AND REFERRED TO THE TRANSPORTATION COMMITTEE. 34133 CAL. NO. 34,135 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29265 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Revenues for the City of New Orleans for the Year 2023\u201d, to appropriate grant funds awarded to the Health Depart", + "page_content": "- Topic: Amendment of Zoning Ordinance for Short-Term Rentals\n- Summary: The ordinance aims to amend the Comprehensive Zoning Ordinance to establish a new Interim Zoning District to prohibit the Non-Commercial Short-Term Rental use within all areas of the City of New Orleans. It was continued to the meeting of 11/16/23.\n- Ordinance Number: M-23-427\n- Votes Summary:\n Vote 1: Continued to the meeting of 11/16/23\n- Decision/Key Actions: The ordinance was continued to a future meeting for further discussion and consideration.\n- Tags/Keywords: Zoning Ordinance, Short-Term Rentals, City Planning Commission\n- UID: b598ebbd-5071-4cfa-92ee-2c3b521d678a\n\n- Topic: Monthly Reporting of Contracts in Progress\n- Summary: This ordinance aims to add a new section to the Code of the City of New Orleans, requiring the Law Department to produce and transmit a monthly report regarding contracts in progress. It was continued to the meeting of 11/16/23.\n- Ordinance Number: 34,393\n- Votes Summary:\n Vote 1: Continued to the meeting of 11/16/23\n- Decision/Key Actions: The ordinance was continued to a future meeting for further discussion and consideration.\n- Tags/Keywords: Contract Reporting, Law Department, City Code\n- UID: b598ebbd-5071-4cfa-92ee-2c3b521d678a\n\n- Topic: Ratification of Building Corporation Execution and Delivery\n- Summary: This ordinance seeks to ratify the execution and delivery by the New Orleans Building Corporation. It was continued to the meeting of 11/16/23.\n- Ordinance Number: 34,425\n- Votes Summary:\n Vote 1: Continued to the meeting of 11/16/23\n- Decision/Key Actions: The ordinance was continued to a future meeting for further discussion and consideration.\n- Tags/Keywords: Building Corporation, Ratification, Execution and Delivery\n- UID: b598ebbd-5071-4cfa-92ee-2c3b521d678a", + "uid": "b598ebbd-5071-4cfa-92ee-2c3b521d678a", + "publish_date": "11-2-2023", "page_number": 25, - "part": 1 + "title": "Regular City Council Minutes 11-2-2023" }, { - "title": "Regular CIty Council Meeting 4-20-2023.pdf", - "page_content": "ment for the Alternative Dispatch Behavioral Crisis Response Program to implement a Crisis Call Center Management Software System; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 8/4/23). (Fiscal Note received). CONTINUED TO THE MEETING OF 5/11/23 AND REFERRED TO THE BUDGET COMMITTEE. 34135 CAL. NO. 34,136 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29266 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023\u201d, to appropriate grant funds awarded to the Health Department for the Alternative Dispatch Behavioral Crisis Response Program to implement a Crisis Call Center Management Software System; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4512&doc_id=cf529a12-e38f-11ed-95dd-0050569183fa 25/47 \f", - "page_number": 25, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 4-20-2023.pdf", - "page_content": "6/23/23, 5:38 PM 32. 33. 34. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4512&doc_id=cf529a12-e38f-11ed-95dd-0050569 1 83fa (Council Rule 34. Postponement Deadline 8/4/23). (Fiscal Note received). CONTINUED TO THE MEETING OF 5/11/23 AND REFERRED TO THE BUDGET COMMITTEE. 34136 CAL. NO. 34,137 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29265 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Revenues for the City of New Orleans for the Year 2023\u201d, to appropriate one-time grant funds awarded to the Healthcare for the Homeless Program to expand COVID-19 health center services; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 8/4/23). (Fiscal Note received). CONTINUED TO THE MEETING OF 5/11/23 AND REFERRED TO THE BUDGET COMMITTEE. 34137 CAL. NO. 34,138 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordnance to amend Ordinance No. 29", - "page_number": 26, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 4-20-2023.pdf", - "page_content": "266 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023\u201d, to appropriate one-time grant funds awarded to the Healthcare for the Homeless Program to expand COVID-19 health center services; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 8/4/23). (Fiscal Note received). CONTINUED TO THE MEETING OF 5/11/23 AND REFERRED TO THE BUDGET COMMITTEE. 34138 CAL. NO. 34,139 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29265 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Revenues for the City of New Orleans for the Year 2023\u201d, to appropriate grant funds approved by FEMA on November 11, 2022, for the City of New Orleans\u2019 Lower Ninth Ward Energy Resilience Building Resilient Infrastructure and https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4512&doc_id=cf529a12-e38f-11ed-95dd-0050569183fa 26/47 \f", + "page_content": "- Topic: Third Amendment and Restatement of Lease\n- Summary: The ordinance pertains to the Third Amendment and Restatement of Lease between Mercier Realty and Investment Company and the New Orleans Building Corporation (NOBC) for certain premises in the French Quarter. The ordinance was adopted.\n- Ordinance Number: 34425-29706 MCS\n- Votes Summary:\n Vote 1: Adopt - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The Third Amendment and Restatement of Lease was adopted.\n- UID: d0f1a789-f516-4613-959e-41c42b82543e\n\n- Topic: Cooperative Endeavor Agreement with NOBC\n- Summary: This ordinance authorizes the Mayor of New Orleans to enter into a cooperative endeavor agreement with the New Orleans Building Corporation for the administration of a parcel of land owned by the State of Louisiana. The ordinance was adopted.\n- Ordinance Number: 34428-29707 MCS\n- Votes Summary:\n Vote 1: Adopt - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The cooperative endeavor agreement with NOBC was adopted.\n- UID: d0f1a789-f516-4613-959e-41c42b82543e\n\n- Topic: Administration of Land Beneath U.S. Highway 90\n- Summary: This ordinance, introduced by Councilmember King, pertains to the administration of a parcel of land owned by the State of Louisiana beneath U.S. Highway 90. The ordinance was adopted.\n- Ordinance Number: 34429-29708 MCS\n- Votes Summary:\n Vote 1: Adopt - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The ordinance for the administration of land beneath U.S. Highway 90 was adopted.\n- UID: d0f1a789-f516-4613-959e-41c42b82543e", + "uid": "d0f1a789-f516-4613-959e-41c42b82543e", + "publish_date": "11-2-2023", "page_number": 26, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 4-20-2023.pdf", - "page_content": "6/23/23, 5:38 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4512&doc_id=cf529a12-e38f-11ed-95dd-0050569 1 83fa Communities Scoping Project; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 8/4/23). (Fiscal Note received). CONTINUED TO THE MEETING OF 5/11/23 AND REFERRED TO THE BUDGET COMMITTEE. 34139 35. CAL. NO. 34,140 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29266 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023\u201d, to appropriate grant funds approved by FEMA on November 11, 2022, for the City of New Orleans\u2019 Lower Ninth Ward Energy Resilience Building Resilient Infrastructure and Communities Scoping Project; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 8/4/23). (Fiscal Note received). C", - "page_number": 27, - "part": 1 + "title": "Regular City Council Minutes 11-2-2023" }, { - "title": "Regular CIty Council Meeting 4-20-2023.pdf", - "page_content": "ONTINUED TO THE MEETING OF 5/11/23 AND REFERRED TO THE BUDGET COMMITTEE. 34140 36. CAL. NO. 34,141 - BY: COUNCILMEMBERS HARRIS AND GIARRUSSO (BY REQUEST) Brief: An Ordinance authorizing the Mayor of the City of New Orleans to enter into a Cooperative Endeavor Agreement between the City of New Orleans (the \u201cCity\u201d), and The Louisiana Music and Heritage Experience, Inc. (\u201cLMHE\u201d), for a term greater than one year, for the public purpose of the preservation and education of the history of music in the City of New Orleans, as more fully detailed in the Cooperative Endeavor Agreement form attached hereto as Exhibit \u201cA\u201d; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 8/4/23). 34141 - 29420 M.C.S. MOVED By: Harris SECONDED BY: Thomas ACTION: Adopt YEAS: Giarrusso, Green, Harris, Moreno, Morrell, Thomas - 6 NAYS: 0 ABSTAIN: 0 https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4512&doc_id=cf529a12-e38f-11ed-95dd-0050569183fa 27/47 \f", + "page_content": "- Topic: Sixth Amendment to Agreement of Lease\n- Summary: The ordinance authorizes the execution and delivery of the Sixth Amendment to the Agreement of Lease between NOBC, Rockstep, and the City for the operation of a mall and related amenities at Spanish Plaza, the Canal Street Wharf Riparian Land, and the Lower Julia Street Wharf Riparian Land.\n- Ordinance Number: 34429-29708 MCS\n- Votes Summary:\n Vote 1: Adopt - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The motion passed.\n- UID: 5573669c-7a6b-852f-0050569183fa\n\n- Topic: Budget Amendment for NOLA East Criminal Justice Work\n- Summary: The ordinance amends the operating budget to move funds from the Office of the Mayor to the Department of Human Services for NOLA East Criminal Justice Work.\n- Ordinance Number: 34432-29709 MCS\n- Votes Summary:\n Vote 1: Adopt - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The motion passed and was referred to the Budget Committee.\n- UID: 8534a8db-cc68-4e17-8a59-7858127b2344", + "uid": "8534a8db-cc68-4e17-8a59-7858127b2344", + "publish_date": "11-2-2023", "page_number": 27, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 4-20-2023.pdf", - "page_content": "6/23/23, 5:38 PM 37. 38. 39. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4512&doc_id=cf529a12-e38f-11ed-95dd-0050569 1 83fa ABSENT: King - 1 RECUSED: 0 AND THE MOTION PASSED. CAL. NO. 34,142 - BY: COUNCILMEMBER GIARRUSSO (BY REQUEST) Brief: An Ordinance to authorize the Mayor of the City of New Orleans to enter into a Cooperative Endeavor Agreement between the City of New Orleans (the \u201cCity\u201d) and the New Orleans City Park Improvement Association (the \u201cNOCPIA\u201d) to allow for the construction and future maintenance of a play structure on ground adjacent to the Gernon Brown Recreation Center located at 1001 Harrison Avenue of New Orleans, within New Orleans City Park, and as more fully set forth in the Cooperative Endeavor Agreement form attached hereto as \u201cExhibit A\u201d and made a part hereof; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 8/4/23). 34142 - 29421 M.CS. M", - "page_number": 28, - "part": 1 + "title": "Regular City Council Minutes 11-2-2023" }, { - "title": "Regular CIty Council Meeting 4-20-2023.pdf", - "page_content": "OVED By: Giarrusso SECONDED BY: Harris ACTION: Adopt YEAS: Giarrusso, Green, Harris, Moreno, Morrell, Thomas - 6 NAYS: 0 ABSTAIN: 0 ABSENT: King - 1 RECUSED: 0 AND THE MOTION PASSED. CAL. NO. 34,143 - BY: COUNCILMEMBER GIARRUSSO Brief: An Ordinance to require augmentation of the contact information included on Roadwork.nola.gov (\u201cthe Roadwork website\u201d) which was designed to provide the public with information about the Federal Emergency Management Agency (FEMA) funded Joint Infrastructure Recovery Roads (JIRR) projects currently under construction and planned city wide; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 8/4/23). CONTINUED TO THE MEETING OF 5/11/23. SPEAKER CARD: Michael Burnside - Support 34143 CAL. NO. 34,144 \u2014- BY: COUNCILMEMBER GIARRUSSO https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4512&doc_id=cf529a12-e38f-11ed-95dd-0050569183fa 28/47 \f", + "page_content": "- Topic: Appropriation of Grant Funds for Fire Department\n- Summary: This ordinance seeks to amend the operating budget to appropriate grant funds to the Fire Department for the purchase of a Foam Firefighting Trailer, aimed at providing protection to the Port of New Orleans and surrounding areas while transporting hazardous materials. The ordinance was moved by Giarrusso, seconded by Harris, and adopted with 5 YEAS and 0 NAYS.\n- Ordinance Number: CAL. NO. 34,433\n- Votes Summary:\n Vote 1: Adopt - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The ordinance was adopted, allowing for the appropriation of grant funds for the Fire Department.\n- Tags/Keywords: Grant funds, Fire Department, Foam Firefighting Trailer\n- UID: 648447cd-6609-421f-9c45-cdae2bcff9c4\n\n- Topic: Appropriation of Grant Funds for Fire Department\n- Summary: This ordinance aims to amend the operating budget to allocate grant funds to the Fire Department for the purchase of a Foam Firefighting Trailer to provide protection to the Port of New Orleans and surrounding areas. The ordinance was moved by Giarrusso, seconded by Green, and adopted with 5 YEAS and 0 NAYS.\n- Ordinance Number: CAL. NO. 34,434\n- Votes Summary:\n Vote 1: Adopt - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The ordinance was adopted, allowing for the appropriation of grant funds for the Fire Department.\n- Tags/Keywords: Grant funds, Fire Department, Foam Firefighting Trailer\n- UID: 648447cd-6609-421f-9c45-cdae2bcff9c4", + "uid": "648447cd-6609-421f-9c45-cdae2bcff9c4", + "publish_date": "11-2-2023", "page_number": 28, - "part": 2 + "title": "Regular City Council Minutes 11-2-2023" }, { - "title": "Regular CIty Council Meeting 4-20-2023.pdf", - "page_content": "6/23/23, 5:38 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4512&doc_id=cf529a12-e38f-11ed-95dd-0050569 1 83fa Brief: An Ordinance to require the Department of Public Works to report regarding implementation of the Joint Infrastructure Recovery Request 30 Day Assessment Report; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 8/4/23). CONTINUED TO THE MEETING OF 5/11/23. 34144 40. LEGISLATIVE GROUPING 40a. CAL. NO. 34,145 \u2014 BY: COUNCILMEMBER THOMAS Brief: An Ordinance to rename the entirety of North Rocheblave Street between Jourdan Avenue and Dubreuil Street to Shirley Taylor Street; and otherwise to provide with respect thereto. Annota", + "page_content": "- Topic: Appropriation of State Act 397 funds for public safety cameras\n- Summary: The ordinance aims to amend the operating budget of revenues and expenditures for the City of New Orleans to allocate State Act 397 funds to the Office of the Mayor for Public Safety Support Services to install at least 5 public safety cameras.\n- Ordinance Number: CAL. NO. 34,435 and CAL. NO. 34,436\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n Vote 2: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The ordinance was adopted with 5 council members voting in favor and no opposition.\n- Tags/Keywords: State Act 397 funds, public safety cameras, budget amendments\n- UID: 3048c722-9857-4481-908f-01d90e817210", + "uid": "3048c722-9857-4481-908f-01d90e817210", + "publish_date": "11-2-2023", "page_number": 29, - "part": 1 + "title": "Regular City Council Minutes 11-2-2023" }, { - "title": "Regular CIty Council Meeting 4-20-2023.pdf", - "page_content": "tion: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 8/4/23). 34145 - 29422 M.C.S. 40b. AMENDMENT TO ORDINANCE CAL. NO. 34,145 - BY: COUNCILMEMBER THOMAS Brief: 1. On page 2, after line 4 insert the following: \u201cSECTION 4. This ordinance will take effect July 3, 2023.\u201d Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 8/18/23). 34145 Amendment MOVED By: Thomas SECONDED BY: Green ACTION: Amendment YEAS: Green, Harris, Moreno, Morrell, Thomas - 5 NAYS: 0 ABSTAIN: 0 ABSENT: Giarrusso, King - 2 RECUSED: 0 AND THE MOTION PASSED. MOVED By: Thomas SECONDED BY: Green https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4512&doc_id=cf529a12-e38f-11ed-95dd-0050569183fa 29/47 \f", - "page_number": 29, - "part": 2 + "page_content": "- Topic: Honorary Street Dedication for Art Neville\n- Summary: The ordinance authorizes the placement of honorary street dedication signage for Art Neville and his brothers along the 1000 and 1100 blocks of Valence Street. The motion was continued to the meeting of 12/1/23.\n- Ordinance Number: CAL. NO. 34,440\n- Votes Summary:\n - Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: Motion continued to a future meeting\n- UID: 76108a3f-42e3-4958-9ba0-09ad75cf94a3\n\n- Topic: Establishment of New Orleans Housing Trust Fund\n- Summary: The ordinance aims to preserve and create affordable housing through the establishment of Division 54 in Chapter 70, Article III of the Code of the City of New Orleans called the New Orleans Housing Trust Fund. The motion was adopted.\n- Ordinance Number: CAL. NO. 34,445\n- Votes Summary:\n - Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: Motion adopted\n- UID: 76108a3f-42e3-4958-9ba0-09ad75cf94a3", + "uid": "76108a3f-42e3-4958-9ba0-09ad75cf94a3", + "publish_date": "11-2-2023", + "page_number": 30, + "title": "Regular City Council Minutes 11-2-2023" }, { - "title": "Regular CIty Council Meeting 4-20-2023.pdf", - "page_content": "6/23/23, 5:38 PM 4l. 42. 42a. 42b. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4512&doc_id=cf529a12-e38f-11ed-95dd-0050569 1 83fa ACTION: As Amended YEAS: Giarrusso, Green, Harris, Moreno, Morrell, Thomas - 6 NAYS: 0 ABSTAIN: 0 ABSENT: King - 1 RECUSED: 0 AND THE MOTION PASSED. CAL. NO. 34,146 - BY: COUNCILMEMBER GIARRUSSO (BY REQUEST) Brief: An Ordinance to authorize the Mayor of the City of New Orleans to enter into Amendment No. 1 to the Cooperative Endeavor Agreement (\u201cCEA\u201d) executed on March 29, 2021, between the City of New Orleans (the \u201cCity\u2019\u201d), the Sewerage and Water Board of New Orleans (the \u201cBoard\u201d), and the NFT Group, LLC (\u201cNFT\u201d) to improve pedestrian access to new residential construction between the Lafitte Greenway and the Mid-City neighborhood by permitting NFT to construct a pedestrian bridge on N. Gayoso Street, New Orleans, Louisiana, as more fully set forth in the Amendment No. 1 form attached hereto as \u201cExhibit A\u201d ", - "page_number": 30, - "part": 1 + "page_content": "- Topic: Amendment to City Fund Expenditure\n- Summary: The ordinance aims to prohibit the expenditure or transfer of moneys from or between city funds and funding subgroups, except when expressly authorized by a budget ordinance. The ordinance was continued to the meeting of 11/16/23.\n- Ordinance Number: 34446\n- Votes Summary:\n - Vote 1: N/A - (N/A)\n- Decision/Key Actions: Continued to the meeting of 11/16/23.\n- UID: c8181ef0-eda8-4b3a-aa9e-3d343b9b3065\n\n- Topic: Temporary Waiver of Fees and Requirements\n- Summary: The ordinance aims to temporarily waive certain fees, permit fees, and requirements within and around Desire/Florida Multi-Service Center for an event. The ordinance was adopted with 5 YEAS and 0 NAYS.\n- Ordinance Number: 34447-29715 MCS\n- Votes Summary:\n - Vote 1: Adopt - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The ordinance was adopted.\n- UID: c8181ef0-eda8-4b3a-aa9e-3d343b9b3065\n\n- Topic: Operating Budget of Revenues for 2024\n- Summary: The ordinance aims to provide an Operating Budget of Revenues for the City of New Orleans for the Year 2024. The ordinance was continued to the meeting of 12/1/23.\n- Ordinance Number: 34448\n- Votes Summary:\n - Vote 1: N/A - (N/A)\n- Decision/Key Actions: Continued to the meeting of 12/1/23.\n- UID: c8181ef0-eda8-4b3a-aa9e-3d343b9b3065", + "uid": "c8181ef0-eda8-4b3a-aa9e-3d343b9b3065", + "publish_date": "11-2-2023", + "page_number": 31, + "title": "Regular City Council Minutes 11-2-2023" }, { - "title": "Regular CIty Council Meeting 4-20-2023.pdf", - "page_content": "and made a part hereof; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 8/4/23). 34146 - 29423 M.C.S. MOVED By: Giarrusso SECONDED BY: Harris ACTION: Adopt YEAS: Giarrusso, Green, Harris, Moreno, Morrell, Thomas - 6 NAYS: 0 ABSTAIN: 0 ABSENT: King - 1 RECUSED: 0 AND THE MOTION PASSED. LEGISLATIVE GROUPING CAL. NO. 34,148 \u2014 BY: COUNCILMEMBER GREEN Brief: An Ordinance to rename Press Drive from Emmett W Bashful Boulevard through the intersection with Leon C Simon Drive to the end of the public and/or private drive as SUNO Knights Drive; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 8/4/23). 34148 - 29424 MLCS. AMENDMENT TO ORDINANCE CAL. NO. 34,148 - BY: COUNCILMEMBER GREEN https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4512&doc_id=cf529a12-e38f-11ed-95dd-0050569183fa 30/47 \f", - "page_number": 30, - "part": 2 + "page_content": "- Topic: Operating Budget for the City of New Orleans for the Year 2024\n- Summary: An ordinance to provide an operating budget of expenditures for the City of New Orleans for the year 2024 in accordance with the Home Rule Charter of the City of New Orleans. The ordinance was continued to the meeting of 12/1/23.\n- Ordinance Number: 34449\n- Votes Summary:\n Vote 1: N/A - (Continued to the meeting of 12/1/23)\n- Decision/Key Actions: Continued to the meeting of 12/1/23\n- UID: 94b09ac2-d9f1-4986-a85f-2c582b5d2c4c\n\n- Topic: Capital Budget for the Year 2024\n- Summary: An ordinance to provide a capital budget for the year 2024 in accordance with the Home Rule Charter of the City of New Orleans. The ordinance was continued to the meeting of 12/1/23.\n- Ordinance Number: 34450\n- Votes Summary:\n Vote 1: N/A - (Continued to the meeting of 12/1/23)\n- Decision/Key Actions: Continued to the meeting of 12/1/23\n- UID: 94b09ac2-d9f1-4986-a85f-2c582b5d2c4c\n\n- Topic: New Orleans Tourism and Cultural Fund\u2019s 2024 Program and Budget\n- Summary: An ordinance to adopt the New Orleans Tourism and Cultural Fund\u2019s program, proposed grant scoring matrix, and budget for the year 2024 to support the cultural economy of New Orleans and enhance tourism. The ordinance was continued to the meeting of 12/1/23.\n- Ordinance Number: 34455\n- Votes Summary:\n Vote 1: N/A - (Continued to the meeting of 12/1/23)\n- Decision/Key Actions: Continued to the meeting of 12/1/23\n- UID: 94b09ac2-d9f1-4986-a85f-2c582b5d2c4c\n\n- Topic: Downtown Development District\u2019s 2024 Plan\n- Summary: An ordinance to adopt the Downtown Development District\u2019s 2024 Plan to provide additional capital and special services, facilities, and improvements for the Downtown Development. The voting outcome was not provided in the summary.\n- Ordinance Number: 34456\n- Votes Summary: N/A\n- Decision/Key Actions: N/A\n- UID: 94b09ac2-d9f1-4986-a85f-2c582b5d2c4c", + "uid": "94b09ac2-d9f1-4986-a85f-2c582b5d2c4c", + "publish_date": "11-2-2023", + "page_number": 32, + "title": "Regular City Council Minutes 11-2-2023" }, { - "title": "Regular CIty Council Meeting 4-20-2023.pdf", - "page_content": "6/23/23, 5:38 PM 43. 43a. 43b. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4512&doc_id=cf529a12-e38f-11ed-95dd-0050569 1 83fa Brief: 1. On page 2, after line 4 insert the following: \u201cSECTION 4. This ordinance will take effect September 1, 2023.\u201d Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 8/18/23). 34148 Amendment MOVED By: Green SECONDED BY: Thomas ACTION: Amendment YEAS: Giarrusso, Green, Harris, Moreno, Morrell, Thomas - 6 NAYS: 0 ABSTAIN: 0 ABSENT: King - 1 RECUSED: 0 AND THE MOTION PASSED. MOVED By: Green SECONDED BY: Thomas ACTION: As Amended YEAS: Giarrusso, Green, Harris, Moreno, Morrell, Thomas - 6 NAYS: 0 ABSTA", - "page_number": 31, - "part": 1 + "page_content": "- Topic: Amendment of Operating Budget for Department of Police\n- Summary: This ordinance aims to amend the operating budget of expenditures for the City of New Orleans for the year 2023 to appropriate funds to the Department of Police for supplies and equipment. The ordinance was introduced by Councilmembers Giarrusso, Moreno, Green, and Thomas.\n- Ordinance Number: CAL. NO. 34,457\n- Votes Summary:\n Vote 1: Adopted - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The ordinance was adopted with 5 YEAS and 0 NAYS.\n- UID: 814c9b87-171d-4f86-85ff-3ce0d7410ef7\n\n- Topic: Amendment of Operating Budget of Revenues for the City of New Orleans\n- Summary: This ordinance seeks to amend the operating budget of revenues for the City of New Orleans for the year 2024 to appropriate funds to the Department of Police for supplies and equipment. It was introduced by Councilmembers Giarrusso, Moreno, Green, and Thomas.\n- Ordinance Number: CAL. NO. 34,458\n- Votes Summary:\n Vote 1: Adopted - (5 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance was adopted unanimously with 5 YEAS and 0 NAYS.\n- UID: 814c9b87-171d-4f86-85ff-3ce0d7410ef7", + "uid": "814c9b87-171d-4f86-85ff-3ce0d7410ef7", + "publish_date": "11-2-2023", + "page_number": 33, + "title": "Regular City Council Minutes 11-2-2023" }, { - "title": "Regular CIty Council Meeting 4-20-2023.pdf", - "page_content": "IN: 0 ABSENT: King - 1 RECUSED: 0 AND THE MOTION PASSED. LEGISLATIVE GROUPING CAL. NO. 34,149 - BY: COUNCILMEMBER GREEN Brief: An Ordinance to rename Cadillac Street, running from I-610 to Park Island Drive, to Roneagle Way; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 8/4/23). 34149 - 29425 M.CS. AMENDMENT TO ORDINANCE CAL. NO. 34,149 - BY: COUNCILMEMBER GREEN Brief: 1. On page 2, after line 4 insert the following: \u201cSECTION 4. This ordinance will take effect August 1, 2023.\u201d https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4512&doc_id=cf529a12-e38f-11ed-95dd-0050569183fa 31/47 \f", - "page_number": 31, - "part": 2 + "page_content": "- Topic: Amendment of Operating Budget for City of New Orleans\n- Summary: The ordinance aimed to appropriate grant funds to the Office of Resilience and Sustainability for a safety and transportation study. Both ordinances passed.\n- Ordinance Number: CAL. NO. 34,459 and CAL. NO. 34,460\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n Vote 2: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: Appropriation of grant funds for safety and transportation study\n- Tags/Keywords: Operating Budget, Grant Funds, Resilience and Sustainability, Safety and Transportation Study\n- UID: eaba8233-84f7-4a3a-8184-15d8f57d4b33", + "uid": "eaba8233-84f7-4a3a-8184-15d8f57d4b33", + "publish_date": "11-2-2023", + "page_number": 34, + "title": "Regular City Council Minutes 11-2-2023" }, { - "title": "Regular CIty Council Meeting 4-20-2023.pdf", - "page_content": "6/23/23, 5:38 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4512&doc_id=cf529a12-e38f-11ed-95dd-0050569 1 83fa Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 8/18/23). 34149 Amendment MOVED By: Green SECONDED BY: Thomas ACTION: Amendment YEAS: Giarrusso, Green, Harris, Moreno, Morrell, Thomas - 6 NAYS: 0 ABSTAIN: 0 ABSENT: King - 1 RECUSED: 0 AND THE MOTION PASSED. MOVED By: Green SECONDED BY: Thomas ACTION: As Amended YEAS: Giarrusso, Green, Harris, Moreno, Morrell, Thomas - 6 NAYS: 0 ABSTAIN: 0 ABSENT: King - 1 RECUSED: 0 AND THE MOTION PASSED. 29. CAL. NO. 34,134 - BY: COUNCILMEMBERS GIARRU", - "page_number": 32, - "part": 1 + "page_content": "- Topic: Budget Amendment for Moving Expenses\n- Summary: The ordinance aims to transfer funds from the Department of Safety and Permits to the Department of Property Management for moving expenses. The motion was adopted.\n- Ordinance Number: CAL. NO. 34,461\n- Votes Summary:\n Vote 1: Adopt - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: Funds transfer approved for moving expenses.\n- Tags/Keywords: Budget Amendment, Department Funds Transfer, Moving Expenses\n- UID: 73fa74a2-bb5a-43ab-9f73-d36382df6f00\n\n- Topic: Classified Pay Plan Amendment (Fire)\n- Summary: The ordinance seeks approval for an amendment to the Classified Pay Plan (Fire) to be effective from October 8, 2023. The motion was continued to the meeting of 11/16/23.\n- Ordinance Number: MOTION (LYING OVER) - NO. M-23-451\n- Votes Summary:\n Vote 1: Continued - (N/A)\n- Decision/Key Actions: Approval for pay plan amendment pending further discussion.\n- Tags/Keywords: Pay Plan Amendment, Classified Pay Plan, Fire Department\n- UID: 73fa74a2-bb5a-43ab-9f73-d36382df6f00\n\n- Topic: Election Results Tabulation\n- Summary: The ordinance involves tabulating the votes cast in the Election held on Saturday, October 14, 2023, for a Parishwide Home Rule Charter Amendment to ART. VI, SECS. 6-102 & 6-104. The motion passed.\n- Ordinance Number: MOTION \u2014 NO. M-23-512\n- Votes Summary:\n Vote 1: Passed - (35 YEAS, 0 NAYS, 0 ABSTAIN, 9 ABSENT)\n- Decision/Key Actions: Election results for the Charter Amendment tabulated and approved.\n- Tags/Keywords: Election Results, Charter Amendment, Tabulation\n- UID: 73fa74a2-bb5a-43ab-9f73-d36382df6f00", + "uid": "73fa74a2-bb5a-43ab-9f73-d36382df6f00", + "publish_date": "11-2-2023", + "page_number": 35, + "title": "Regular City Council Minutes 11-2-2023" }, { - "title": "Regular CIty Council Meeting 4-20-2023.pdf", - "page_content": "SSO, GREEN, THOMAS, MORRELL AND HARRIS Brief: An Ordinance to change the name of the Alc\u00e9e Fortier Park to Walter Wolfman Washington Memorial Park; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 8/4/23). SPEAKER CARD: Michelle Washington - Support 34134 - 29419 MLCS. MOVED By: Giarrusso SECONDED BY: Thomas ACTION: Adopt YEAS: Giarrusso, Green, Harris, Moreno, Morrell, Thomas - 6 NAYS: 0 ABSTAIN: 0 ABSENT: King - 1 RECUSED: 0 AND THE MOTION PASSED. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4512&doc_id=cf529a12-e38f-11ed-95dd-0050569183fa 32/47 \f", - "page_number": 32, - "part": 2 + "page_content": "- Topic: Parishwide Home Rule Charter Amendment to Art. IV, Secs. 4-702 & 4-801\n- Summary: The council voted on a parishwide home rule charter amendment related to specific sections. The total votes were 65,594, with 47,828 in favor and 17,766 against. The majority of votes were in favor of the amendment.\n- Ordinance Number: M-23-513\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The amendment was adopted by the council.\n- Tags/Keywords: Parishwide, Home Rule Charter Amendment, Voting, Adoption\n- UID: 2abf371e-86ae-4d0c-9613-57ea050e4db0\n\n- Topic: Election Tabulation\n- Summary: The council tabulated the votes cast in the election held on October 14, 2023. The total votes were 65,115, with 45,744 in favor and 19,371 against. The majority of votes were in favor of the tabulation.\n- Ordinance Number: M-23-512\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The tabulation was adopted by the council.\n- Tags/Keywords: Election, Tabulation, Voting, Adoption\n- UID: 2abf371e-86ae-4d0c-9613-57ea050e4db0", + "uid": "2abf371e-86ae-4d0c-9613-57ea050e4db0", + "publish_date": "11-2-2023", + "page_number": 36, + "title": "Regular City Council Minutes 11-2-2023" }, { - "title": "Regular CIty Council Meeting 4-20-2023.pdf", - "page_content": "6/23/23, 5:38 PM 44. 45. 46. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4512&doc_id=cf529a12-e38f-11ed-95dd-0050569 1 83fa RESOLUTION (LYING OVER) - NO. R-23-W - BY: COUNCILMEMBER KING Brief: A RESOLUTION in support of a cooperative endeavor agreement (\u201cCEA\u201d) between the City of New Orleans (\u201cCity\u201d) and the French Quarter Management District (\u201cFQMD\u201d) to manage and maintain the Royal Street Pedestrian Mall and Bourbon Street Pedestrian Mall (\u201cpedestrian malls\u201d) in the French Quarter. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/7/23). CONTINUED TO THE MEETING OF 5/11/23. M-23-W MOTION (LYING OVER) - NO. M-23-132 - BY: COUNCILMEMBER GIARRUSSO (BY REQUEST) Brief: Ratifying, confirming and approving the Mayor's reappointment of Elizabeth Boh, as a member of the Sanford \"Sandy\" Krasnoff New Orleans Criminal Justice Council, effective upon approval by the Council of the City of New Orleans, for a term that will expire on December 31, 2023.", - "page_number": 33, - "part": 1 + "page_content": "- Topic: Tabulating Votes for Lake Willow Subdivision Improvement District Proposition\n- Summary: The motion M-23-514, introduced by Councilmembers Thomas and Green, focused on tabulating the votes for the Lake Willow Subdivision Improvement District Proposition. The results showed 86 votes for and 60 votes against, with a total of 146 votes cast. The majority of votes were in favor of the proposition, and the motion passed.\n- Ordinance Number: M-23-514\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The motion to tabulate the votes for the proposition passed.\n- Tags/Keywords: Tabulation, Lake Willow Subdivision, Proposition\n- UID: 621d66f9-8c2e-4fa5-8bb0-cbf9faf813bb\n\n- Topic: Adding President of the Council as Signatory to Memorandum of Understanding\n- Summary: Motion M-23-517, introduced by Councilmembers Thomas and King, aimed to add the President of the Council as a signatory to the memorandum of understanding between the City of New Orleans and TRADOC. It also authorized the President of the Council to sign the memorandum of understanding. The motion to suspend Rule 57 and pass the ordinance was successful.\n- Ordinance Number: M-23-517\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The motion to add the President of the Council as a signatory to the memorandum of understanding passed.\n- Tags/Keywords: Memorandum of Understanding, TRADOC, President of the Council\n- UID: 621d66f9-8c2e-4fa5-8bb0-cbf9faf813bb", + "uid": "621d66f9-8c2e-4fa5-8bb0-cbf9faf813bb", + "publish_date": "11-2-2023", + "page_number": 37, + "title": "Regular City Council Minutes 11-2-2023" }, { - "title": "Regular CIty Council Meeting 4-20-2023.pdf", - "page_content": " Annotation: (Council Rule 34. Postponement Deadline 8/4/23). (Questionnaire received. Governmental Affairs Committee recommended approval). M-23-132 Lying Over MOVED By: Giarrusso SECONDED BY: Thomas ACTION: Adopt YEAS: Giarrusso, Green, Harris, Moreno, Morrell, Thomas - 6 NAYS: 0 ABSTAIN: 0 ABSENT: King - 1 RECUSED: 0 AND THE MOTION PASSED. MOTION (LYING OVER) - NO. M-23-133 - BY: COUNCILMEMBER GIARRUSSO (BY REQUEST) Brief: Ratifying, confirming and approving the Mayor's appointment of Lawrence Timothy Lupin (vice Stephanie Bruno), as a member of the Historic District Landmarks Commission, representing Uptown, effective upon approval by the Council of the City of New Orleans, for a term that will expire on June 30, 2026. Annotation: (Council Rule 34. Postponement Deadline 8/4/23). (Questionnaire received. Governmental Affairs Committee recommended approval). https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4512&doc_id=cf529a12-e38f-11ed-95dd-0050569183fa 33/47 \f", - "page_number": 33, - "part": 2 + "page_content": "- Topic: Assignment of Contract for Building 9 Metal Roof Repairs\n- Summary: Authorizing and approving the assignment of the Contract for Building 9 Metal Roof Repairs at the Louis Armstrong International Airport to TEH Enterprise, LLC.\n- Ordinance Number: R-23-518\n- Votes Summary:\n - Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The assignment of the contract was approved.\n- UID: eeba3bdb-307e-40c7-a031-711a1bf7a6f7\n\n- Topic: Extension of Professional Services Agreement\n- Summary: Directing and authorizing the President of the Council to sign an amendment to the professional services agreement with Spears Consulting Group, LLC extending the current agreement for one additional year.\n- Ordinance Number: M-23-524\n- Votes Summary:\n - Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The extension of the professional services agreement was approved.\n- UID: eeba3bdb-307e-40c7-a031-711a1bf7a6f7", + "uid": "eeba3bdb-307e-40c7-a031-711a1bf7a6f7", + "publish_date": "11-2-2023", + "page_number": 38, + "title": "Regular City Council Minutes 11-2-2023" }, { - "title": "Regular CIty Council Meeting 4-20-2023.pdf", - "page_content": "6/23/23, 5:38 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4512&doc_id=cf529a12-e38f-11ed-95dd-0050569 1 83fa M-23-133 Lying Over MOVED BY: Giarrusso SECONDED BY: Thomas ACTION: Adopt YEAS: Giarrusso, Green, Harris, Morrell, Thomas - 5 NAYS: 0 ABSTAIN: 0 ABSENT: King, Moreno - 2 RECUSED: 0 AND THE MOTION PASSED. 47. MOTION - NO. M-23-148 - BY: COUNCILMEMBER MORRELL Brief: Requesting and authorizing the President of the Council to sign an amendment to the Professional Services Agreement by and between the New Orleans City Council and Barrasso Usdin Kupperman Freeman & Sarver, L.L.C. effective April 7, 2022 for legal services related to the Edward Wisner Trust (K-22-1316) extending the term of the agreement through April 6, 2024. Annotation: (Council Rule 34. Postponement Deadline 8/18/23). (Report received at the meeting of 3/23/23). M-23-148 MOVED By: Morrell SECONDED BY: Green ACTION: Adopt YEAS: Giarrusso, Green, Harris, Moreno, Mor", - "page_number": 34, - "part": 1 + "page_content": "- Topic: Establishment of University Area Design Overlay District\n- Summary: The ordinance aims to establish a new University Area Design Overlay District to provide design advisory committee review for new residentially-zoned structures or major renovations/expansions of such structures in the University Area. The district will have specific design requirements and thresholds for development plan and design review. The motion passed.\n- Ordinance Number: M-23-526\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The City Planning Commission is directed to conduct a public hearing to consider the establishment of the University Area Design Overlay District.\n- Tags/Keywords: Zoning, Design Overlay, University Area, Residential Structures\n- UID: 3d2c59f5-b6af-4e64-86df-e740e7abb4a9\n\n- Topic: Conditional Use for Small Child Care Center\n- Summary: The ordinance directs the City Planning Commission to conduct a public hearing to consider a conditional use permit for a Small Child Care Center in an HU-RD2 Historic Urban Two-Family Residential District. The specific location for consideration is Square 32, Lot 11/14, in the Fifth Municipal District. The motion was electronically submitted, and the postponement deadline is set for March 1, 2024.\n- Ordinance Number: M-23-528\n- Votes Summary: Not applicable\n- Decision/Key Actions: City Planning Commission to conduct a public hearing for conditional use permit consideration.\n- Tags/Keywords: Child Care Center, Conditional Use, Zoning District\n- UID: 3d2c59f5-b6af-4e64-86df-e740e7abb4a9", + "uid": "3d2c59f5-b6af-4e64-86df-e740e7abb4a9", + "publish_date": "11-2-2023", + "page_number": 39, + "title": "Regular City Council Minutes 11-2-2023" }, { - "title": "Regular CIty Council Meeting 4-20-2023.pdf", - "page_content": "rell, Thomas - 6 NAYS: 0 ABSTAIN: 0 ABSENT: King - 1 RECUSED: 0 AND THE MOTION PASSED. 48. RESOLUTION - NO. R-23-149 - BY: COUNCILMEMBERS GIARRUSSO, HARRIS, Brief: Confirming the appointments and award of scholarships of the aforementioned scholars selected by Mayor LaToya Cantrell to receive four year scholarships to Tulane University are deemed to be well qualified and worthy of such selection under the criteria established in City Code Section 2-33 (c)(1) accordingly, pursuant to City Code Section 2-33(c)(9). The five scholars selected by the Mayor are: o Destini M. Butler, Sci Academy (Council District A) o Talon Michael Spears, The Willow School (Council District B) o Kerrione Joenique Banks, Livingston Collegiate Academy (Council District C) o Terry Peter Franklin, KIPP Renaissance High School at Frederick A Douglass High School https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4512&doc_id=cf529a12-e38f-11ed-95dd-0050569183fa 34/47 \f", - "page_number": 34, - "part": 2 + "page_content": "- Topic: Rescinding Ordinance No. 29,670 M.C.S. and re-authorizing honorary street dedication signage for Henry \"Professor Longhair\" Roeland Byrd\n- Summary: This ordinance aims to correct an unintentional error in the recitals and re-authorize the placement of honorary street dedication signage for Henry \"Professor Longhair\" Roeland Byrd. It was introduced by Councilmember Harris.\n- Ordinance Number: CAL. NO. 34,462\n- Votes Summary:\n - Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The ordinance was introduced on First Reading and passed without any opposition.\n- Tags/Keywords: Street dedication, signage, correction, authorization\n- UID: ffe9e788-29e1-4d0d-a8c8-951e0457a42b\n\n- Topic: Cooperative Endeavor Agreement for Comprehensive Safety Plan\n- Summary: This ordinance authorizes the Mayor to enter into a Cooperative Endeavor Agreement with the United States Department of Transportation, Federal Highway Administration, for the public purpose of developing a Comprehensive Safety Plan to address traffic safety on the roadways of the City of New Orleans. It was introduced by Councilmember Green.\n- Ordinance Number: CAL. NO. 34,463\n- Votes Summary:\n - Vote 1: Not yet voted on\n- Decision/Key Actions: The ordinance was introduced and laid over as required by law, pending further action.\n- Tags/Keywords: Cooperative Endeavor Agreement, traffic safety, Comprehensive Safety Plan\n- UID: ffe9e788-29e1-4d0d-a8c8-951e0457a42b", + "uid": "ffe9e788-29e1-4d0d-a8c8-951e0457a42b", + "publish_date": "11-2-2023", + "page_number": 40, + "title": "Regular City Council Minutes 11-2-2023" }, { - "title": "Regular CIty Council Meeting 4-20-2023.pdf", - "page_content": "6/23/23, 5:38 PM 49. 50. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4512&doc_id=cf529a12-e38f-11ed-95dd-0050569 1 83fa (Council District D); and o Mia R Darby, KIPP Renaissance High School at Frederick A Douglass High School (Council District E) Annotation: (Council Rule 34. Postponement Deadline 8/18/23). R-23-149 MOVED By: Giarrusso SECONDED BY: Moreno ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Thomas - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Morrell - 1 RECUSED: 0 AND THE MOTION PASSED. RESOLUTION - NO. R-23-155 - BY: COUNCILMEMBER THOMAS Brief: Requesting Louisiana Governor John Bel Edwards, Louisiana State Treasurer John M. Schroder, and the State Bond Commission to support the issuance of the bo", - "page_number": 35, - "part": 1 + "page_content": "- Topic: Amendment and expansion of community solar opportunities\n- Summary: Ordinance to amend and reordain Articles 7, 8, 11, 13, 14, 15, 20, 21, and 26 of the Comprehensive Zoning Ordinance to expand the definition and use standards for community solar opportunities.\n- Ordinance Number: 34463\n- Votes Summary:\n Vote 1: Passed - (8 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: Amendment and expansion of community solar opportunities approved.\n- Tags/Keywords: Zoning, Solar Energy, Community Development\n- UID: be1cc4ec-dc65-469c-9560-e876e27a4d1a\n\n- Topic: Designation of temporary \"Clean Zone\" for public property during festivals\n- Summary: Ordinance to designate public property within specified areas as a temporary \"Clean Zone\" during the 2024 French Quarter Festival and 2024 Satchmo SummerFest, with temporary prohibitions and establishment of public participation areas.\n- Ordinance Number: 34464\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 2 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: Designation of temporary \"Clean Zone\" approved for festival periods.\n- Tags/Keywords: Event Management, Public Property, Festivals\n- UID: be1cc4ec-dc65-469c-9560-e876e27a4d1a\n\n- Topic: Permitting certain food vendors in non-residential zoning districts\n- Summary: Ordinance to amend and reordain sections of the City Code to permit certain mobile food, pushcart, and animal drawn food vendors to operate in non-residential zoning districts of the Vieux Carr\u00e9.\n- Ordinance Number: 34466\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 1 NAY, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: Amendment to permit certain food vendors in non-residential zoning districts approved.\n- Tags/Keywords: Food Vendors, Zoning Regulations, Street Food\n- UID: be1cc4ec-dc65-469c-9560-e876e27a4d1a\n\n- Topic: Waiver of certain fees and permit requirements for event at Morris F.X. Jeff, Sr. Recreation Center\n- Summary: Ordinance to temporarily waive certain fees, permit fees, and requirements within and around Morris F.X. Jeff, Sr. Recreation Center in conjunction with the Promyse Ordon Repast event.\n- Ordinance Number: 34467\n- Votes Summary:\n Vote 1: Passed - (8 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: Temporary waiver of fees and permit requirements approved for the event.\n- Tags/Keywords: Event Fees, Recreational Facilities, Community Events\n- UID: be1cc4ec-dc65-469c-9560-e876e27a4d1a", + "uid": "be1cc4ec-dc65-469c-9560-e876e27a4d1a", + "publish_date": "11-2-2023", + "page_number": 41, + "title": "Regular City Council Minutes 11-2-2023" }, { - "title": "Regular CIty Council Meeting 4-20-2023.pdf", - "page_content": "nds necessary to facilitate the sale of Avondale Global Gateway to the Port of South Louisiana. Annotation: (Council Rule 34. Postponement Deadline 8/18/23). WITHDRAWN. SPEAKER CARD: Michael Burnside - Oppose R-23-155 MOTION - NO. M-23-161 - BY: COUNCILMEMBERS MORRELL, GIARRUSSO AND GREEN Brief: Extending the interim appointment of Sarah McLaughlin-Porteous as Acting Director of the Department of Public Works for a period 120 days from the date on which this instrument is adopted. Annotation: (Council Rule 34. Postponement Deadline 8/18/23). SPEAKER CARD: Michael Burnside - Support M-23-161 MOVED By: Giarrusso https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4512&doc_id=cf529a12-e38f-11ed-95dd-0050569183fa 35/47 \f", - "page_number": 35, - "part": 2 + "page_content": "- Topic: City Property Exchange\n- Summary: The ordinance authorizes the City of New Orleans to exchange a certain parcel of immovable property with the State of Louisiana for another parcel of land and Liberty Street. \n- Ordinance Number: 34467\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed unanimously.\n- Tags/Keywords: Property Exchange, City of New Orleans, State of Louisiana, Ordinance\n- UID: ae4faf2a-d715-4eda-91a6-502bb24b9a6c\n\n- Topic: Claiborne Corridor Cultural Innovation District\n- Summary: The ordinance authorizes the Mayor of the City of New Orleans to enter into a Cooperative Endeavor Agreement with Ujamaa Economic Development Corporation, Inc. for the establishment of the Claiborne Corridor Cultural Innovation District.\n- Ordinance Number: 34469\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed unanimously.\n- Tags/Keywords: Cooperative Endeavor Agreement, Ujamaa Economic Development Corporation, Claiborne Corridor, City of New Orleans\n- UID: ae4faf2a-d715-4eda-91a6-502bb24b9a6c\n\n- Topic: RDNI Municipal Economic Development District\n- Summary: The ordinance establishes the RDNI Municipal Economic Development District in the City of New Orleans and designates the governing authority. \n- Ordinance Number: 34470\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed unanimously.\n- Tags/Keywords: Economic Development, Municipal District, City of New Orleans\n- UID: ae4faf2a-d715-4eda-91a6-502bb24b9a6c\n\n- Topic: Appropriation of State Act Funds\n- Summary: The ordinance amends the operating budget of the City of New Orleans to appropriate State Act funds to the Office of Economic Development.\n- Ordinance Number: 34471\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed unanimously.\n- Tags/Keywords: Operating Budget, State Act Funds, Economic Development, City of New Orleans\n- UID: ae4faf2a-d715-4eda-91a6-502bb24b9a6c", + "uid": "ae4faf2a-d715-4eda-91a6-502bb24b9a6c", + "publish_date": "11-2-2023", + "page_number": 42, + "title": "Regular City Council Minutes 11-2-2023" }, { - "title": "Regular CIty Council Meeting 4-20-2023.pdf", - "page_content": "6/23/23, 5:38 PM 51. 52. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4512&doc_id=cf529a12-e38f-11ed-95dd-0050569 1 83fa SECONDED BY: Harris ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Thomas - 5 NAYS: 0 ABSTAIN: 0 ABSENT: Moreno, Morrell - 2 RECUSED: 0 AND THE MOTION PASSED. MOTION - NO. M-23-162 - BY: COUNCILMEMBERS GIARRUSSO AND HARRIS Brief: Directing City Planning Commission to conduct a public hearing to consider amending and reordaining Ordinance No. 4264 M.C.S., amended by Ordinance No. 26,413 M.CS., as amended, the Comprehensive Zoning Ordinance of the City of New Orleans, to amend Article 18.30, University Area Off-Street Parking Overlay District, the intent of which is to require off-street vehicular parking for certain increases in the number of existing bedrooms and bathrooms, (i) to expand the area of applicability to include additional neighborhoods, including parts of neighborhoods bounded by Front Street, Jefferson Avenue, South Claiborne Avenue, Toledano Street, Earhart Boulevard and South Carrollton Avenue; (ii) redefine \u201cbedroom\u201d to include a window or a door that opens to a space other than another sleeping room, bathroom or toilet room, and require that every shared bedroom be ", - "page_number": 36, - "part": 1 + "page_content": "- Topic: Fresh Stop Market initiative for healthy food access and education in the Lower Ninth Ward Community\n- Summary: Ordinance to appropriate State Act funds to the Office of Economic Development for the Fresh Stop Market initiative. \n- Ordinance Number: CAL. NO. 34,472\n- Votes Summary:\n Vote 1: Passed - (Unanimous)\n- Decision/Key Actions: Appropriation of State Act funds to the Office of Economic Development for the Fresh Stop Market initiative.\n- Tags/Keywords: Fresh Stop Market, healthy food access, education, Lower Ninth Ward Community\n- UID: 5ca60572-4726-4b9f-83a7-96c12296cd66\n\n- Topic: Community Violence Intervention Program funding\n- Summary: Ordinance to appropriate grant funds to the Department of Health for the New Orleans Community Violence Intervention Program.\n- Ordinance Number: CAL. NO. 34,473\n- Votes Summary:\n Vote 1: Passed - (Unanimous)\n- Decision/Key Actions: Appropriation of grant funds to the Department of Health for the Community Violence Intervention Program.\n- Tags/Keywords: Community Violence Intervention Program, grant funds, Department of Health\n- UID: 5ca60572-4726-4b9f-83a7-96c12296cd66\n\n- Topic: Temporary waiver of fees and permit requirements for Lemann Park\n- Summary: Ordinance to temporarily waive certain fees, permit fees, and requirements within and around Lemann Park on the Lafitte Greenway for the Big Easy Bicycle Fest.\n- Ordinance Number: CAL. NO. 34,475\n- Votes Summary:\n Vote 1: Passed - (Unanimous)\n- Decision/Key Actions: Temporary waiver of fees and permit requirements for the Big Easy Bicycle Fest at Lemann Park.\n- Tags/Keywords: Lemann Park, Lafitte Greenway, Big Easy Bicycle Fest, fee waiver\n- UID: 5ca60572-4726-4b9f-83a7-96c12296cd66", + "uid": "5ca60572-4726-4b9f-83a7-96c12296cd66", + "publish_date": "11-2-2023", + "page_number": 43, + "title": "Regular City Council Minutes 11-2-2023" }, { - "title": "Regular CIty Council Meeting 4-20-2023.pdf", - "page_content": "at least 50 sq. ft. for each occupant; (i11) lower the threshold for off-street parking requirement for new construction or renovations from four bedrooms and three bathrooms to three bedrooms and two bathrooms; (iv) redefine \u201cfull bathroom\u201d to include a bathtub and/or shower; (v) require new construction or renovation to include a common room which cannot be a bedroom; (vi) require that new parking spaces be a minimum of 8 4 feet wide by 18 feet long; (vii) prohibit tandem parking; (viii) recognize possible shared parking arrangements between adjacent lots; and (viv) prohibit the raising of structures to accommodate off-street parking. Annotation: (Council Rule 34. Postponement Deadline 8/18/23). ON-LINE SPEAKER: Jane Carriere M-23-162 MOVED By: Giarrusso SECONDED BY: Harris ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Thomas - 5 NAYS: 0 ABSTAIN: 0 ABSENT: Moreno, Morrell - 2 RECUSED: 0 AND THE MOTION PASSED. MOTION - NO. M-23-163 - BY: COUNCILMEMBERS THOMAS, GREEN, HARRIS, GIARRUSSO AND KING Brief: Directing the City Planning Commission, in conjunction with the City Attorney, to conduct a https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4512&doc_id=cf529a12-e38f-11ed-95dd-0050569183fa 36/47 \f", - "page_number": 36, - "part": 2 + "page_content": "- Topic: Amendment of Operating Budget for City of New Orleans\n- Summary: The ordinance aims to appropriate funds to various departments for Other Operating expenses for the year 2023. It was introduced by Councilmembers Giarrusso, Moreno, Green, and Thomas. The Fiscal Note was received, and the Postponement Deadline is 3/1/24.\n- Ordinance Number: 34,476\n- Votes Summary:\n - Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance passed with 6 in favor and 1 absent.\n- UID: 5fca5e5d-cd73-4664-8bbb-b32ae4655d55\n\n- Topic: Amendment of Operating Budget Expenditures for City of New Orleans\n- Summary: This ordinance aims to appropriate funds to various departments for Other Operating expenses for the year 2023. It was introduced by Councilmembers Giarrusso, Moreno, Green, and Thomas. The Fiscal Note was received, and the Postponement Deadline is 3/1/24.\n- Ordinance Number: 34,477\n- Votes Summary:\n - Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance passed with 6 in favor and 1 absent.\n- UID: 5fca5e5d-cd73-4664-8bbb-b32ae4655d55\n\n- Topic: Motion to Adjourn\n- Summary: The motion to adjourn the meeting was made at 2:00 PM by Councilmember Green and was seconded by Councilmember Giarrusso. The motion passed with 6 in favor and 1 absent.\n- Ordinance Number: N/A\n- Votes Summary:\n - Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The motion to adjourn the meeting passed with 6 in favor and 1 absent.\n- UID: 5fca5e5d-cd73-4664-8bbb-b32ae4655d55", + "uid": "5fca5e5d-cd73-4664-8bbb-b32ae4655d55", + "publish_date": "11-2-2023", + "page_number": 44, + "title": "Regular City Council Minutes 11-2-2023" }, { - "title": "Regular CIty Council Meeting 4-20-2023.pdf", - "page_content": "6/23/23, 5:38 PM 53. 54. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4512&doc_id=cf529a12-e38f-11ed-95dd-0050569 1 83fa study and make recommendations regarding the addition of Firearm Sales as a use separate and distinct from Retail Goods Establishment and to make recommendations regarding potential zoning changes that would prohibit the sale of firearms within 1,000 feet of Education Facilities. Annotation: (Council Rule 34. Postponement Deadline 8/18/23). M-23-163 MOVED By: Green SECONDED BY: Thomas ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Thomas - 5 NAYS: 0 ABSTAIN: 0 ABSENT: Moreno, Morrell - 2 RECUSED: 0 AND THE MOTION PASSED. MOTION - NO. M-23-164 - BY: COUNCILMEMBER MORRELL Brief: Stating that before any substantive filing is made in the United States District Court for the Eastern District of Louisiana, or, in any appellate court with jurisdiction ", - "page_number": 37, - "part": 1 + "page_content": "- Topic: Roll Call\n- Summary: The roll call was conducted, and five members were present, constituting a quorum.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A - (5 present, 2 absent)\n- Decision/Key Actions: Quorum established for the meeting\n- Tags/Keywords: Roll Call, Quorum, Attendance\n- UID: 243acc6f-3864-462b-98a8-1efb2e6bc608", + "uid": "243acc6f-3864-462b-98a8-1efb2e6bc608", + "publish_date": "1-19-2023", + "page_number": 1, + "title": "Regular City Council Minutes 1-19-2023" }, { - "title": "Regular CIty Council Meeting 4-20-2023.pdf", - "page_content": "over the Eastern District, for either Lashawn Jones v. Marlin Gusman or United State of America v. City of New Orleans, the Department of Law shall brief the Council on the City\u2019s position before the filing occurs. Annotation: (Council Rule 34. Postponement Deadline 8/18/23). CONTINUED TO THE MEETING OF 5/11/23. M-23-164 MOTION - NO. M-23-165 - BY: COUNCILMEMBERS MORRELL, MORENO, GIARRUSSO, HARRIS, KING, GREEN AND THOMAS Brief: Authorizing the President of the Council to sign a contract with Hammerman & Gainer, LLC for a one-year period with a maximum compensation of $600,000. Annotation: (Council Rule 34. Postponement Deadline 8/18/23). M-23-165 MOVED By: Giarrusso SECONDED BY: Harris ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Thomas - 5 NAYS: 0 ABSTAIN: 0 https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4512&doc_id=cf529a12-e38f-11ed-95dd-0050569183fa 37/47 \f", - "page_number": 37, - "part": 2 + "page_content": "- Topic: Communications related to electric and gas utility matters\n- Summary: Erin Spears, Chief of Staff & Counsel, submitted a transmittal document for communications related to electric and gas utility matters to be received by the Council of the City of New Orleans. The document included communications from Entergy New Orleans, LLC (\"ENO\") regarding annual compliance filing on distributed energy resources, quarterly reports on non-regulated investments, and reply comments on clean energy. \n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: The transmittal document was submitted for the Council's review and consideration.\n- Tags/Keywords: Electric utility, Gas utility, Entergy New Orleans, Communications, Transmittal document\n- UID: 31dfc0c0-7bd2-4914-8c9e-0a79d6b01a9f", + "uid": "31dfc0c0-7bd2-4914-8c9e-0a79d6b01a9f", + "publish_date": "1-19-2023", + "page_number": 2, + "title": "Regular City Council Minutes 1-19-2023" }, { - "title": "Regular CIty Council Meeting 4-20-2023.pdf", - "page_content": "6/23/23, 5:38 PM 24. 25. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4512&doc_id=cf529a12-e38f-11ed-95dd-0050569 1 83fa ABSENT: Moreno, Morrell - 2 RECUSED: 0 AND THE MOTION PASSED. CAL. NO. 34,128 - BY: COUNCILMEMBER KING Brief: An Ordinance to temporarily waive certain fees, permit fees, and requirements within and around the McDonough Playground located at 1550 Teche Street, New Orleans, Louisiana in conjunction with the West Fest Annual Parade event on Sunday, April 23, 2023 from 11:00 a.m. to 7:00 p.m., to specify the duration and boundaries of said waiver; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 8/4/23). SPEAKER CARD: Michael Burnside - Oppose 34128 - 29415 M.C.S. MOVED By: King SECONDED BY: Giarrusso ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, ", - "page_number": 38, - "part": 1 + "page_content": "- Topic: Entergy - 2023-01-12 ENO EE-DSM-DR-DER Reply Comments\n- Summary: This ordinance pertains to the reply comments submitted by Entergy regarding ENO EE-DSM-DR-DER, as well as compliance filings and other communications from various organizations.\n- Ordinance Number: Not specified\n- Votes Summary:\n Vote 1: N/A - Not specified\n- Decision/Key Actions: Compliance filings and communications submitted electronically and received.\n- Tags/Keywords: Entergy, compliance filings, communications\n- UID: 113c445e-37c6-42ed-9631-6bff5c10932b\n\n- Topic: Communication from Amy B. Trepagnier, Director of Personnel, City of New Orleans, Department of Civil Service\n- Summary: This communication involves the submission of monthly raw data relative to current staffing, hiring, and applications to the New Orleans Police Department as required by City Council Ordinance No. 29130.\n- Ordinance Number: Not specified\n- Votes Summary:\n Vote 1: N/A - Not specified\n- Decision/Key Actions: Monthly raw data submitted electronically and received.\n- Tags/Keywords: Amy B. Trepagnier, New Orleans Police Department, staffing data\n- UID: 113c445e-37c6-42ed-9631-6bff5c10932b", + "uid": "113c445e-37c6-42ed-9631-6bff5c10932b", + "publish_date": "1-19-2023", + "page_number": 3, + "title": "Regular City Council Minutes 1-19-2023" }, { - "title": "Regular CIty Council Meeting 4-20-2023.pdf", - "page_content": "Thomas - 5 NAYS: 0 ABSTAIN: 0 ABSENT: Moreno, Morrell - 2 RECUSED: 0 AND THE MOTION PASSED. CAL. NO. 34,129 - BY: COUNCILMEMBER KING Brief: An Ordinance to temporarily waive certain fees, permit fees, and requirements within and around Treme Recreation Community Center located at 1400 St. Philip Street, New Orleans, Louisiana in conjunction with the Ole & Nu Style Fellas Annual Parade event on Sunday, April 23, 2023 from 10:00 a.m. to 2:00 p.m., to specify the duration and boundaries of said waiver; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 8/4/23). SPEAKER CARD: Michael Burnside - Support 34129 - 29416 M.C.S. MOVED BY: King SECONDED BY: Green ACTION: Adopt https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4512&doc_id=cf529a12-e38f-11ed-95dd-0050569183fa 38/47 \f", - "page_number": 38, - "part": 2 + "page_content": "- Topic: Appeal of Historic District Landmarks Commission's Decision for Demolition at 815 Third Street\n - Summary: Two separate communications were received, both requesting to appeal the HDLC's decision of \"denial\" for the demolition of a property located at 815 Third Street.\n - Ordinance Number: N/A\n - Votes Summary:\n Vote 1: N/A\n - Decision/Key Actions: Hearing date set for 2/2/23\n - Tags/Keywords: Historic District Landmarks Commission, appeal, demolition, 815 Third Street\n - UID: 76309dd7-9d00-4852-bba7-037cf1c3f3d2\n\n- Topic: Application for Demolition Permit at 1137 Baronne Street\n - Summary: Cynthia Davis from the Department of Safety and Permits transmitted the application documents for a demolition permit requiring City Council review and approval for the property located at 1137 Baronne Street.\n - Ordinance Number: 22-32441-DEMO-RSFD\n - Votes Summary:\n Vote 1: N/A\n - Decision/Key Actions: Hearing date set for 2/2/23\n - Tags/Keywords: Demolition permit, City Council review, 1137 Baronne Street\n - UID: 76309dd7-9d00-4852-bba7-037cf1c3f3d2\n\n- Topic: Submission of December 2022 Documentation of Encampment Clean-Up Efforts\n - Summary: Jennifer Avegno, MD, Director of the Health Department, submitted the documentation of all encampment clean-up efforts as required by Section 82-703 for the month of December 2022.\n - Ordinance Number: N/A\n - Votes Summary:\n Vote 1: N/A\n - Decision/Key Actions: Documentation received\n - Tags/Keywords: Encampment clean-up, Health Department, documentation, Section 82-703\n - UID: 76309dd7-9d00-4852-bba7-037cf1c3f3d2", + "uid": "76309dd7-9d00-4852-bba7-037cf1c3f3d2", + "publish_date": "1-19-2023", + "page_number": 4, + "title": "Regular City Council Minutes 1-19-2023" }, { - "title": "Regular CIty Council Meeting 4-20-2023.pdf", - "page_content": "6/23/23, 5:38 PM 56. 57. 57a. 57b. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4512&doc_id=cf529a12-e38f-11ed-95dd-0050569 1 83fa YEAS: Giarrusso, Green, Harris, King, Thomas - 5 NAYS: 0 ABSTAIN: 0 ABSENT: Moreno, Morrell - 2 RECUSED: 0 AND THE MOTION PASSED. E COMMENT FORM ON-LINE SPEAKERS MOTION TO SUSPEND THE RULES TO INTRODUCE ORDINANCES ON FIRST READING MOVED By: Thomas SECONDED BY: Giarrusso ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Thomas - 5 NAYS: 0 ABSTAIN: 0 ABSENT: Moreno, Morrell - 2 RECUSED: 0 AND THE MOTION PASSED. ORDINANCES ON FIRST READING CALENDAR NUMBERS 34,150 AND 34,152. THRU 34,176 INTRODUCED AND LAID OVER AS REQUIRED BY LAW. CAL. NO. 34,150 - BY: COUNCILMEMBER THOMAS Brief: An Ordinance to amend and reordain Section 66-36 and to ordain Se", - "page_number": 39, - "part": 1 + "page_content": "- Topic: Appeal of Historic District Landmarks Commission\u2019s Decision for 2220 Broadway Street\n- Summary: Judge Michael Bagneris (Ret) representing Cypress Coast Concepts LLC is requesting to appeal the decision to levy a fine for unpermitted demolition of property located at 2220 Broadway Street.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: Hearing Date Set For 2/2/23\n- Tags/Keywords: Historic District Landmarks Commission, appeal, fine, unpermitted demolition\n- UID: eb4e16e6-4949-4b1e-8968-328b4fa568bf\n\n- Topic: Recommended Polling Location Changes\n- Summary: Darren P. Lombard, Clerk of Court, is submitting recommended polling location changes to the Council in collaboration with Councilmembers Green, Giarrusso, and Harris.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: N/A\n- Tags/Keywords: Polling locations, recommended changes, Clerk of Court\n- UID: eb4e16e6-4949-4b1e-8968-328b4fa568bf\n\n- Topic: New Orleans Aviation Board Member Attendance Record\n- Summary: Michele D. Allen-Hart, General Counsel and Deputy Director of Aviation-Legal Affairs, is submitting the New Orleans Aviation Board (NOAB) Member Attendance Record for calendar year 2022.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: N/A\n- Tags/Keywords: New Orleans Aviation Board, member attendance, report\n- UID: eb4e16e6-4949-4b1e-8968-328b4fa568bf\n\n- Topic: Appeal of Historic District Landmarks Commission\u2019s Decision for 8829 Jeannette Street\n- Summary: Archie L. Jefferson is requesting to appeal the Historic District Landmarks Commission\u2019s decision of \u201cdenial\u201d of the demolition for property located at 8829 Jeannette Street.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: N/A\n- Tags/Keywords: Historic District Landmarks Commission, appeal, denial, demolition\n- UID: eb4e16e6-4949-4b1e-8968-328b4fa568bf", + "uid": "eb4e16e6-4949-4b1e-8968-328b4fa568bf", + "publish_date": "1-19-2023", + "page_number": 5, + "title": "Regular City Council Minutes 1-19-2023" }, { - "title": "Regular CIty Council Meeting 4-20-2023.pdf", - "page_content": "ction 66-79 of the Code of the City of New Orleans, in the Smoke Free Air Act, to create operating health and safety regulations for cigar bars; and to provide otherwise with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 8/18/23). 34150 CAL. NO. 34,152 - BY: COUNCILMEMBER HARRIS Brief: An Ordinance to establish a conditional use to permit a wine shop in an HU-B1 Historic Urban Neighborhood Business District, on Square 213, Lot A, in the Sixth Municipal District, bounded by Magazine Street, Aline Street, Foucher Street, and Constance Street (Municipal Addresses: 3500-3502 Magazine Street); and otherwise to provide with respect thereto. (ZONING DOCKET NO. 20/23) https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4512&doc_id=cf529a12-e38f-11ed-95dd-0050569183fa 39/47 \f", - "page_number": 39, - "part": 2 + "page_content": "- Topic: Appeal of Historic District Landmarks Commission Decision\n- Summary: Simone Cifuentes requested an appeal of the denial of a new standing seam metal roof for a property located at 725 Mandeville Street.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: Hearing date set for 2/2/23\n- Tags/Keywords: Historic District Landmarks Commission, appeal, denial, standing seam metal roof\n- UID: 2ca0a1e6-b8cc-4e54-a9c6-2d456364d534\n\n- Topic: Appeal of Historic District Landmarks Commission Decision\n- Summary: The Deputy Director of the New Orleans Historic District Landmarks Commission submitted a report regarding the appeal of the denial of the request for demolition of a structure for the property located at 815 Third Street.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: Report received\n- Tags/Keywords: Historic District Landmarks Commission, appeal, denial, demolition\n- UID: 2ca0a1e6-b8cc-4e54-a9c6-2d456364d534\n\n- Topic: Report from Independent Police Monitor\n- Summary: Stella Cziment submitted a report for the month of December 2022, providing the Council with data in accordance with Ordinance No. 29130.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: Report received\n- Tags/Keywords: Independent Police Monitor, report, data, Ordinance No. 29130\n- UID: 2ca0a1e6-b8cc-4e54-a9c6-2d456364d534\n\n- Topic: Zoning Docket Numbers\n- Summary: The Executive Director of the City Planning Commission transmitted Zoning Docket Numbers 04/23 with a deadline of 3/20/23.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: N/A\n- Tags/Keywords: City Planning Commission, zoning, docket numbers\n- UID: 2ca0a1e6-b8cc-4e54-a9c6-2d456364d534", + "uid": "2ca0a1e6-b8cc-4e54-a9c6-2d456364d534", + "publish_date": "1-19-2023", + "page_number": 6, + "title": "Regular City Council Minutes 1-19-2023" }, { - "title": "Regular CIty Council Meeting 4-20-2023.pdf", - "page_content": "6/23/23, 5:38 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4512&doc_id=cf529a12-e38f-11ed-95dd-0050569 1 83fa Annotation: (90 Days, Cn. Deadline 7/19/23). (Cn. Deadline 7/13/23). 34152 57c. CAL. NO. 34,153 - BY: COUNCILMEMBER HARRIS Brief: An Ordinance to establish a conditional use to permit a standard restaurant in an HU-B1 Historic Urban Residential Business District, on Square 141, Lot 7, in the Fourth Municipal District, bounded by St. Mary Street, Camp Street and Sophie Wright Place (Municipal Address: 1829 Sophie Wright Place); and otherwise to provide with respect thereto. (ZONING DOCKET NO. 11/23) Annotation: (90 Days, Cn. Deadline 7/5/23). (Cn. Deadline 6/22/23). 34153 57d. CAL.NO. 34,154 - BY: COUNCILMEMBER HARRIS Brief: An Ordinance to direct the Department of City Civil Service, in accordance with Section 4- 1503 of the Home Rule Charter, to evaluate and provide recommendations to the Civil Service Commission and the City Council relative to amending the Classified Pay Plan t", - "page_number": 40, - "part": 1 + "page_content": "- Topic: Appropriation of Funds for Equipment and Supplies\n- Summary: This ordinance aims to amend the operating budget of revenues for the City of New Orleans for the year 2022 to appropriate funds received from CLB investments to purchase equipment and supplies. The Budget Committee recommended approval, and the ordinance was adopted.\n- Ordinance Number: 33997 - 29304 M.C.S.\n- Votes Summary:\n Vote 1: Passed - (N/A YEAS, N/A NAYS, N/A ABSTAIN, N/A ABSENT)\n- Decision/Key Actions: The ordinance was adopted after receiving a recommendation for approval from the Budget Committee.\n- Tags/Keywords: Budget, Appropriation, Equipment, Supplies\n- UID: dff44dd1-89ae-4460-952a-fbf301e7fa76\n\n- Topic: Appropriation of Funds for Equipment and Supplies\n- Summary: This ordinance seeks to amend the operating budget of expenditures for the City of New Orleans for the year 2022 to appropriate funds received from CLB investments to purchase equipment and supplies. The Budget Committee recommended approval, and the ordinance was adopted.\n- Ordinance Number: 33998 - 29305 M.C.S.\n- Votes Summary:\n Vote 1: Passed - (N/A YEAS, N/A NAYS, N/A ABSTAIN, N/A ABSENT)\n- Decision/Key Actions: The ordinance was adopted after receiving a recommendation for approval from the Budget Committee.\n- Tags/Keywords: Budget, Appropriation, Equipment, Supplies\n- UID: dff44dd1-89ae-4460-952a-fbf301e7fa76\n\n- Topic: Transfer of Department of Police Wages\n- Summary: This ordinance aims to amend the operating budget of expenditures for the City of New Orleans for the year 2022 to transfer Department of Police wages to other operating expenses. The outcome of the vote and any noteworthy amendments or discussions are not provided in the chunk.\n- Ordinance Number: 34001\n- Votes Summary: N/A\n- Decision/Key Actions: N/A\n- Tags/Keywords: Budget, Expenditures, Police Wages\n- UID: dff44dd1-89ae-4460-952a-fbf301e7fa76", + "uid": "dff44dd1-89ae-4460-952a-fbf301e7fa76", + "publish_date": "1-19-2023", + "page_number": 7, + "title": "Regular City Council Minutes 1-19-2023" }, { - "title": "Regular CIty Council Meeting 4-20-2023.pdf", - "page_content": "o increase to market rate the minimum and maximum annual salary of all classes of positions in the Emergency Management Services job series; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 8/18/23). 34154 57e. CAL. NO. 34,155 - BY: COUNCILMEMBER HARRIS Brief: An Ordinance to temporarily waive certain fees, permit fees, and requirements within and around the Lyons Recreation Center located at 624 Louisiana Avenue, New Orleans, Louisiana, and the Rosenwald Recreation Center located at 1120 South Broad Street, New Orleans, Louisiana, in conjunction with Central City Partnership\u2019s Eleventh Annual Cohen and Fortier Alumni Classic event on Saturday, April 8, 2023; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 8/18/23). 34155 57f. CAL. NO. 34,156 - BY: COUNCILMEMBER GIARRUSSO (BY REQUEST) https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4512&doc_id=cf529a12-e38f-11ed-95dd-0050569183fa 40/47 \f", - "page_number": 40, - "part": 2 + "page_content": "- Topic: Amendment to the New Orleans Tourism and Cultural Fund's (NOTCF) proposed budget for 2022\n- Summary: This ordinance aimed to amend the approved budget for the NOTCF to reflect updated revenue and expenditures for 2022.\n- Ordinance Number: CAL. NO. 34,013\n- Votes Summary:\n Vote 1: ADOPTED - (N/A)\n- Decision/Key Actions: The Budget Committee recommended approval, and the ordinance was adopted.\n- Tags/Keywords: Budget, Tourism, Cultural Fund, Revenue, Expenditures\n- UID: 918906a9-90a5-42c0-b43a-9181e4ce058d\n\n- Topic: Amendment to the Classified Pay Plan (Sewerage and Water Board) Hiring Rate\n- Summary: This motion approved the amendment to the Classified Pay Plan for the Sewerage and Water Board's hiring rate, as adopted by the Civil Service Commission, to be effective from January 23, 2023.\n- Ordinance Number: M-23-19\n- Votes Summary:\n Vote 1: ADOPTED - (N/A)\n- Decision/Key Actions: The Budget Committee recommended approval, and the motion was adopted.\n- Tags/Keywords: Classified Pay Plan, Sewerage and Water Board, Hiring Rate, Amendment\n- UID: 918906a9-90a5-42c0-b43a-9181e4ce058d\n\n- Topic: Amendments to the Classified Pay Plan (Sewerage and Water Board/Public Works) New Job Classifications\n- Summary: This motion approved the amendments to the Classified Pay Plan for new job classifications at the Sewerage and Water Board and Public Works, as adopted by the Civil Service Commission, to be effective from January 23, 2023.\n- Ordinance Number: M-23-20\n- Votes Summary:\n Vote 1: ADOPTED - (N/A)\n- Decision/Key Actions: The Budget Committee recommended approval, and the motion was adopted.\n- Tags/Keywords: Classified Pay Plan, Sewerage and Water Board, Public Works, Job Classifications, Amendments\n- UID: 918906a9-90a5-42c0-b43a-9181e4ce058d", + "uid": "918906a9-90a5-42c0-b43a-9181e4ce058d", + "publish_date": "1-19-2023", + "page_number": 8, + "title": "Regular City Council Minutes 1-19-2023" }, { - "title": "Regular CIty Council Meeting 4-20-2023.pdf", - "page_content": "6/23/23, 5:38 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4512&doc_id=cf529a12-e38f-11ed-95dd-0050569 1 83fa Brief: An Ordinance to amend Ordinance No. 29265 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Revenues for the City of New Orleans for the Year 2023,\u201d to appropriate unassigned fund balance to provide funding for anticipated budget shortfalls identified after the first quarter budget hearings and to support the purchase of vehicles and equipment; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 8/18/23). 34156 57g. CAL. NO. 34,157 - BY: COUNCILMEMBER GIARRUSSO (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29266 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023,\u201d to appropriate unassigned fund balance to provide funding for anticipated budget shortfalls identified after the first quarter budget hearings and to support the purchase of vehicles and equipment; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 8/18/23). 34157 57h. CAL. NO. 34158 - BY: COUNCILMEMBERS GIARRUSSO (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29266 M.C.S.", - "page_number": 41, - "part": 1 + "page_content": "- Topic: Amendments to the Classified Pay Plan (Police)\n- Summary: The ordinance approves the amendments to the Classified Pay Plan (Police) as adopted by the Civil Service Commission, to be effective January 23, 2023.\n- Ordinance Number: M-23-20\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The amendments to the Classified Pay Plan (Police) were approved.\n- Tags/Keywords: Classified Pay Plan, Police, Civil Service Commission\n- UID: 2b4f250b-f306-464b-b514-32052e3bca4d\n\n- Topic: Amendments to the Classified Pay Plan (Sewerage and Water Board)\n- Summary: The ordinance approves the amendment to the Classified Pay Plan (Sewerage and Water Board) for a new classification, as adopted by the Civil Service Commission, to be effective January 23, 2023.\n- Ordinance Number: M-23-21\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The amendment to the Classified Pay Plan (Sewerage and Water Board) was approved.\n- Tags/Keywords: Classified Pay Plan, Sewerage and Water Board, Civil Service Commission\n- UID: 2b4f250b-f306-464b-b514-32052e3bca4d\n\n- Topic: Amendments to the Classified Pay Plan (Police) New Classification\n- Summary: The ordinance approves the amendment to the Classified Pay Plan (Police) for a new classification, as adopted by the Civil Service Commission, to be effective January 23, 2023.\n- Ordinance Number: M-23-32\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The amendment to the Classified Pay Plan (Police) for a new classification was approved.\n- Tags/Keywords: Classified Pay Plan, Police, New Classification, Civil Service Commission\n- UID: 2b4f250b-f306-464b-b514-32052e3bca4d", + "uid": "2b4f250b-f306-464b-b514-32052e3bca4d", + "publish_date": "1-19-2023", + "page_number": 9, + "title": "Regular City Council Minutes 1-19-2023" }, { - "title": "Regular CIty Council Meeting 4-20-2023.pdf", - "page_content": ", as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023,\u201d to reappropriate American Rescue Plan Act (ARPA) funds from other operating to personal services, reappropriate ARPA funds to the Chief Administrative Office to support the Police Department K9 and Mounted Units, and to move funding for the Real Timbers Walking Trail from the Department of Public Works to the Department of Parks and Parkways; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 8/18/23). 34158 571i. CAL. NO. 34,159 - BY: COUNCILMEMBER THOMAS Brief: An Ordinance to grant an amendment to Ordinance No. 23,346 MCS (Zoning Docket 069/08, which granted a conditional use to permit a large childcare center) to now authorize the use of the property as a community center in an HU-RD2 Historic Urban Two-Family Residential District, on Square 844, Lots 21-A and 22-A, in the Third Municipal District, bounded by Lizardi Street, Forstall Street, N Prieur Street, and N Roman Street (Municipal Address: 1804 Lizardi Street); and otherwise to provide with respect thereto. (ZONING DOCKET NO. 9/23) https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4512&doc_id=cf529a12-e38f-11ed-95dd-0050569183fa 41/47 \f", - "page_number": 41, - "part": 2 + "page_content": "- Topic: Amendment to the Classified Pay Plan (Sewerage and Water Board) New Classifications\n- Summary: This ordinance approves the amendment to the Classified Pay Plan for new classifications in the Sewerage and Water Board, as adopted by the Civil Service Commission. The amendment will be effective from January 23, 2023.\n- Ordinance Number: M-23-38\n- Votes Summary:\n Vote 1: Passed - (N/A)\n- Decision/Key Actions: The amendment was adopted.\n- UID: 924616d7-f1ed-4e10-bf70-ea83e8334873\n\n- Topic: Amendments to the Classified Pay Plan (Police Hiring Rate Increases)\n- Summary: This ordinance approves the amendments to the Classified Pay Plan for Police Hiring Rate Increases, as adopted by the Civil Service Commission. The amendments will be effective from January 23, 2023.\n- Ordinance Number: M-23-39\n- Votes Summary:\n Vote 1: Passed - (N/A)\n- Decision/Key Actions: The amendments were adopted.\n- UID: 924616d7-f1ed-4e10-bf70-ea83e8334873", + "uid": "924616d7-f1ed-4e10-bf70-ea83e8334873", + "publish_date": "1-19-2023", + "page_number": 10, + "title": "Regular City Council Minutes 1-19-2023" }, { - "title": "Regular CIty Council Meeting 4-20-2023.pdf", - "page_content": "6/23/23, 5:38 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4512&doc_id=cf529a12-e38f-11ed-95dd-0050569 1 83fa Annotation: (90 Days, Cn. Deadline 7/5/23). (Cn. Deadline 6/22/23). 34159 57j. CAL. NO. 34,160 - BY: COUNCILMEMBER MORRELL Brief: An Ordinance to amend and reordain Article 19 of the Comprehensive Zoning Ordinance (Ordinance No. 4264 M.C.S., as amended by Ordinance No. 26,413 M.C.S. and subsequent amendments) to establish a new Interim Zoning District IZD) to be named the Residential Short Term Rental Interim Zoning District, the intent of which is to establish a temporary prohibition of Residential Short Term Rental (STR) uses citywide and to prevent any issuance of new Residential Short Term Rental permits or licenses. The three prohibited use categories include: Residential Short Term Rental, Small; Residential Short Term Rental, Large; and Residential Short Term Rental, Partial Unit; and otherwise to provide with respect thereto. (ZONING DOCKET NO. 95/22 Annotation: (90 Days, Cn. Deadline 6/21/23). (Cn. Deadline 6/8/23). 34160 57k. CAL. NO. 34,161 - BY: COUNCILMEMBERS GIARRUSSO AND HARRIS Brief: An Ordinance to amend and reordain Article 19 of the Comprehensive Zoning Ordinance (Ordinance No. 4264 M.C.S., as amended by Or", - "page_number": 42, - "part": 1 + "page_content": "- Topic: Amendment to Classified Pay Plan (Police \u2014 Special Rate of Pay)\n- Summary: The ordinance approved the new special rate of pay for the police, as adopted by the Civil Service Commission, effective January 23, 2023.\n- Ordinance Number: M-23-42\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The consent agenda was adopted.\n- Tags/Keywords: Classified Pay Plan, Police, Civil Service Commission, Consent Agenda\n- UID: 66a9eace-7a09-478a-915a-ff4a0724131a\n\n- Topic: HDLC Appeal of Carl Hardy\n- Summary: The ordinance requested to appeal the Historic District Landmarks Commission\u2019s decision of \u201cdenial\u201d for a permit to install a metal roof for the property located at 2219 Dauphine Street.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: The matter was continued to the meeting of 2/2/23.\n- Tags/Keywords: HDLC Appeal, Historic District Landmarks Commission, Carl Hardy, Metal Roof\n- UID: 66a9eace-7a09-478a-915a-ff4a0724131a", + "uid": "66a9eace-7a09-478a-915a-ff4a0724131a", + "publish_date": "1-19-2023", + "page_number": 11, + "title": "Regular City Council Minutes 1-19-2023" }, { - "title": "Regular CIty Council Meeting 4-20-2023.pdf", - "page_content": "dinance No. 26,413 M.C.S. and subsequent amendments) to re-establish the University Area Off-Street Parking Interim Zoning District, the intent of which is to require off-street vehicular parking for any increase in the number of existing bedrooms, for all properties located in the area generally bounded by: Cecil Street, a straight line connecting Cecil Street to Monticello Avenue, Monticello Avenue, to Leake Avenue, to River Drive, to Riverview Drive, to East Drive, to Tchoupitoulas Street, turning north on Jefferson Avenue, turning east on South Claiborne Avenue, turning north on Toledano Street, connecting to Washington Avenue, turning east on Earhart Boulevard, turning north on South Carrollton Avenue, turning east on Tulane Avenue/Airline Highway connecting to Palmetto Street, to Northline Street, to Monticello Avenue, to Cecil Street; and otherwise to provide with respect thereto. (ZONING DOCKET 100/22 Annotation: (90 Days, Cn. Deadline 7/5/23). (Cn. Deadline 6/22/23). 34161 571. CAL. NO. 34,162 - BY: COUNCILMEMBER THOMAS (BY REQUEST) Brief: An Ordinance to authorize the Mayor of the City of New Orleans to enter into Amendment https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4512&doc_id=cf529a12-e38f-11ed-95dd-0050569183fa 42/47 \f", - "page_number": 42, - "part": 2 + "page_content": "- Topic: HDLC Appeal of Mary Grace Verges\n- Summary: The appeal was regarding the Historic District Landmarks Commission's decision to deny an application for demolition of a property located at 740 Jena Street.\n- Ordinance Number: M-23-29\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The motion to overrule and grant the applicant's request for demolition of the property at 740 Jena Street was adopted.\n- Tags/Keywords: HDLC, appeal, demolition, property, ordinance\n- UID: 131ebe9a-c292-4539-8a67-83ceee1c0e1b", + "uid": "131ebe9a-c292-4539-8a67-83ceee1c0e1b", + "publish_date": "1-19-2023", + "page_number": 12, + "title": "Regular City Council Minutes 1-19-2023" }, { - "title": "Regular CIty Council Meeting 4-20-2023.pdf", - "page_content": "6/23/23, 5:38 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4512&doc_id=cf529a12-e38f-11ed-95dd-0050569 1 83fa No. | to a previously executed Cooperative Endeavor Agreement (\u201cCEA\u201d) between the City of New Orleans (\u201cCity\u201d) and Capital Area Corporate Recycling Council (\u201cCACRC\u2019\u201d) for the valuable public purpose of providing electronic waste removal and recycling services, reducing dumping fees, reducing electronic waste in landfills, and providing greater access to technology, to extend the term thereof for one (1) year, and to reaffirm the maximum aggregate amount of compensation of $0, as more fully set forth in the Amendment No. 1 form attached hereto as Exhibit 1 and made a part hereof; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 8/18/23). 34162 57m. CAL. NO. 34,163 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29265 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Revenues for the City of New Orleans for the Year 2023\u201d, to appropriate grant funds to the Health Department for Emergency Medical Services to purchase rescue equipment; and other", - "page_number": 43, - "part": 1 + "page_content": "- Topic: Emergency Procurement of Vehicles and Equipment\n- Summary: The council declared the need for immediate procurement of vehicles and equipment to be an emergency.\n- Ordinance Number: M-23-45\n- Votes Summary:\n Vote 1: Suspend the Rules - Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n Vote 2: Suspend the Rules - Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n Vote 3: Adopt - Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The motion to declare the need for immediate procurement of vehicles and equipment as an emergency passed.\n- Tags/Keywords: Emergency Procurement, Vehicles, Equipment, M-23-45\n- UID: e30c189b-50e3-4b34-87d4-6b711ca7eb83\n\n- Topic: VCC Appeal of Ralph H. Long\n- Summary: Ralph H. Long requested to appeal the Vieux Carr\u00e9 Commission\u2019s decision to \u201cdefer\u201d adding a two-story addition at the property located at 440 Bourbon Street.\n- UID: e30c189b-50e3-4b34-87d4-6b711ca7eb83", + "uid": "e30c189b-50e3-4b34-87d4-6b711ca7eb83", + "publish_date": "1-19-2023", + "page_number": 13, + "title": "Regular City Council Minutes 1-19-2023" }, { - "title": "Regular CIty Council Meeting 4-20-2023.pdf", - "page_content": "wise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 8/18/23). 34163 57n. CAL. NO. 34,164 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29266 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023\u201d, to appropriate grant funds to the Health Department for Emergency Medical Services to purchase rescue equipment; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 8/18/23). 34164 570. CAL. NO. 34,165 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29265 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Revenues for the City of New Orleans for the Year 2023\u201d, to appropriate additional funds to the Jackson Barracks Project unit within the Department of Mosquito, Termite & Rodent Control for the purchase of motor vehicles; and otherwise to provide with respect thereto. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4512&doc_id=cf529a12-e38f-11ed-95dd-0050569183fa 43/47 \f", - "page_number": 43, - "part": 2 + "page_content": "- Topic: Extension Request for Zoning Docket 74/19 - Crescent Hotel Project\n- Summary: Request for a second extension of Conditional Use approval for Zoning Docket 74/19, the proposed Crescent Hotel project at 500 Piety Street.\n- Ordinance Number: M-23-3\n- Votes Summary:\n Vote 1: Passed - (YEAS: 6, NAYS: 0, ABSTAIN: 0, ABSENT: 1)\n- Decision/Key Actions: The request for an additional extension of the Conditional Use for ZD NO. 74/19 was granted.\n- Tags/Keywords: Extension Request, Conditional Use, Zoning Docket 74/19, Crescent Hotel Project\n- UID: bb3ae58f-a6a5-4241-9ed8-82251ec2401d\n\n- Topic: Appeal of Parking Requirement for University Area Off-Street Parking\n- Summary: Request to appeal the parking requirement of the University Area Off-Street Parking Interim Zoning District, per Article 19 of the City\u2019s Comprehensive Zoning Ordinance.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: N/A\n- Tags/Keywords: Appeal, Parking Requirement, University Area Off-Street Parking, Zoning Ordinance\n- UID: bb3ae58f-a6a5-4241-9ed8-82251ec2401d", + "uid": "bb3ae58f-a6a5-4241-9ed8-82251ec2401d", + "publish_date": "1-19-2023", + "page_number": 14, + "title": "Regular City Council Minutes 1-19-2023" }, { - "title": "Regular CIty Council Meeting 4-20-2023.pdf", - "page_content": "6/23/23, 5:38 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4512&doc_id=cf529a12-e38f-11ed-95dd-0050569 1 83fa Annotation: (Council Rule 34. Postponement Deadline 8/18/23). 34165 57p. CAL. NO. 34,166 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29266 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023\u201d, to appropriate additional funds to the Jackson Barracks Project unit within the Department of Mosquito, Termite & Rodent Control for the purchase of motor vehicles; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 8/18/23). 34166 57q. CAL. NO. 34,167 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29265 M.C.S., as amended, entitled \u201cAn Ordinance Pro", - "page_number": 44, - "part": 1 + "page_content": "- Topic: Parking Requirement for Property at 9119 Forshey Street\n- Summary: The council approved the applicant's request for a parking requirement waiver for the property located at 9119 Forshey Street.\n- Ordinance Number: M-23-28\n- Votes Summary:\n Vote 1: Adopt - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: Approval of the parking requirement waiver for the specified property.\n- Tags/Keywords: Parking requirement, Property waiver, M-23-28\n- UID: 5115ecc8-d9bd-40c3-ae30-f80223f7bd5e\n\n- Topic: Conditional Use Permit for Reception Facility\n- Summary: The council discussed and approved a request for a Conditional Use Permit to allow a reception facility over 10,000 square feet in an HU-MU Historic Urban Neighborhood Mixed-Use District.\n- Ordinance Number: Zoning Docket 84/22\n- Votes Summary: Not available\n- Decision/Key Actions: Approval of the Conditional Use Permit, subject to one waiver and five provisos.\n- Tags/Keywords: Conditional Use Permit, Reception Facility, Zoning Docket 84/22\n- UID: 5115ecc8-d9bd-40c3-ae30-f80223f7bd5e", + "uid": "5115ecc8-d9bd-40c3-ae30-f80223f7bd5e", + "publish_date": "1-19-2023", + "page_number": 15, + "title": "Regular City Council Minutes 1-19-2023" }, { - "title": "Regular CIty Council Meeting 4-20-2023.pdf", - "page_content": "viding an Operating Budget of Revenues for the City of New Orleans for the Year 2023\u201d, to appropriate unspent grant funds to the Department of Workforce Development; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 8/18/23). 34167 57r. CAL. NO. 34,168 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29266 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023\u201d, to appropriate unspent grant funds to the Department of Workforce Development; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 8/18/23). 34168 57s. CAL. NO. 34,169 - BY: COUNCILMEMBER GIARRUSSO (BY REQUEST) https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4512&doc_id=cf529a12-e38f-11ed-95dd-0050569183fa 44/47 \f", - "page_number": 44, - "part": 2 + "page_content": "- Topic: Conditional Use Request for ZD NO. 84-22\n- Summary: The council voted to grant the applicant's Conditional Use request for ZD NO. 84-22, subject to one waiver and five provisos set forth by the City Planning Commission.\n- Ordinance Number: M-23-30\n- Votes Summary:\n - Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: Conditional Use request granted with specified conditions.\n- Tags/Keywords: Conditional Use, Zoning Docket, City Planning Commission\n- UID: ca71674e-1932-494e-9575-ed7460c712c6\n\n- Topic: Text Amendment for Short Term Rentals (STR)\n- Summary: The council discussed a text amendment to modify the Use Standards for Short Term Rentals (STR) to require posted signage for all three STR classifications. The proposal was continued to the meeting of 2/2/23.\n- Ordinance Number: M-22-455\n- Votes Summary: Not applicable (continued to a later meeting)\n- Decision/Key Actions: Continuation of the discussion on the proposed text amendment for Short Term Rentals.\n- Tags/Keywords: Text Amendment, Short Term Rentals, City Planning Commission\n- UID: ca71674e-1932-494e-9575-ed7460c712c6", + "uid": "ca71674e-1932-494e-9575-ed7460c712c6", + "publish_date": "1-19-2023", + "page_number": 16, + "title": "Regular City Council Minutes 1-19-2023" }, { - "title": "Regular CIty Council Meeting 4-20-2023.pdf", - "page_content": "6/23/23, 5:38 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4512&doc_id=cf529a12-e38f-11ed-95dd-0050569 1 83fa Brief: An Ordinance to ordain Section 70-564 of the Code of the City of New Orleans to establish fees for certain applications to the zoning administration of the Department of Safety and Permits; and to provide otherwise with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 8/18/23). 34169 57t. CAL. NO. 34,170 - BY: COUNCILMEMBER MORENO (BY REQUEST) Brief: An Ordinance to authorize the Mayor of the City of New Orleans to enter into a Subrecipient Agreement (the \u201cAgreement\u201d) by and between the City of New Orleans (the \u201cCity\u201d) and Medical Debt Resolution, Inc. (\u201c\u201cSubrecipient\u2019\u2019), to utilize $1,300,000.00 in American Rescue Plan funds for the valuable public purpose of addressing economic hardship related to the COVID-19 pandemic by providing assistance to constituents with utility arrearages incurred during the pandemic (the \u201cPublic Purpose\u201d), as more fully set forth in the Agreement, attached hereto as Exhibit 1 and made a part hereof; and otherwise to provide with respect thereto. Annotation:", - "page_number": 45, - "part": 1 + "page_content": "- Topic: ZONING DOCKET NO. 90/22 - OC DEVELOPMENT, LLC\n- Summary: Requesting a Zoning Change from an HU-RD2 Historic Urban Two-Family District to an HU-MU Historic Urban Neighborhood Mixed-Use District, but was withdrawn at the applicant's request.\n- Ordinance Number: ZD NO. 90-22\n- Votes Summary:\n Vote 1: N/A - Withdrawn\n- Decision/Key Actions: Withdrawn at the applicant's request\n- Tags/Keywords: Zoning Change, HU-RD2, HU-MU, Withdrawn\n- UID: ed9e2dc2-dffc-48d5-ac88-1262062d28b1\n\n- Topic: MOTION - NO. M-23-23 - BY: COUNCILMEMBER GREEN\n- Summary: Denying the applicant's Zoning Change request on ZD NO. 90/22.\n- Ordinance Number: M-23-23\n- Votes Summary:\n Vote 1: N/A - Withdrawn\n- Decision/Key Actions: Withdrawn\n- Tags/Keywords: Zoning Change, Denial, Withdrawn\n- UID: ed9e2dc2-dffc-48d5-ac88-1262062d28b1\n\n- Topic: ZONING DOCKET NO. 93/22 - RASAAN BAILEY AND ARLETTE BAILEY\n- Summary: Requesting a Zoning Change from an S-RS Suburban Single-Family Residential District to an S-RD Suburban Two-Family Residential District, with the recommendation for approval.\n- Ordinance Number: ZD NO. 93/22\n- Votes Summary:\n Vote 1: N/A - Not specified in the provided information\n- Decision/Key Actions: For approval by the City Planning Commission\n- Tags/Keywords: Zoning Change, S-RS, S-RD, Approval\n- UID: ed9e2dc2-dffc-48d5-ac88-1262062d28b1", + "uid": "ed9e2dc2-dffc-48d5-ac88-1262062d28b1", + "publish_date": "1-19-2023", + "page_number": 17, + "title": "Regular City Council Minutes 1-19-2023" }, { - "title": "Regular CIty Council Meeting 4-20-2023.pdf", - "page_content": " (Council Rule 34. Postponement Deadline 8/18/23). 57u. CAL. NO. 34,171 - BY: COUNCILMEMBER KING (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29265 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Revenues for the City of New Orleans for the Year 2023\u201d, to appropriate funds to the Office of Cultural Economy for Mardi Gras, Jazz Fest and Bayou Classic events and to embrace Culture Economic Initiatives & Partnerships; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 8/18/23). 34171 57v. CAL. NO. 34,172 - BY: COUNCILMEMBER KING (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29266 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023\u201d, to appropriate funds to the Office of Cultural Economy for Mardi Gras, Jazz Fest and Bayou Classic events and to embrace Culture Economic Initiatives & Partnerships; and otherwise to provide with respect thereto. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4512&doc_id=cf529a12-e38f-11ed-95dd-0050569183fa 45/47 \f", - "page_number": 45, - "part": 2 + "page_content": "- Topic: Zoning Change Request for Property at 3670 Bennett Street\n- Summary: Councilmember King submitted a motion to grant the applicant\u2019s zoning change request for the property at 3670 Bennett Street. The decision was continued to the meeting of 2/2/23.\n- Ordinance Number: ZD NO. 93-22\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Decision continued to the meeting of 2/2/23\n- Tags/Keywords: Zoning Change, Property, Councilmember King\n- UID: d24191d6-c098-4c8b-8e01-0177f741c7ab\n\n- Topic: Amendment to Allow Commercial Short Term Rental\n- Summary: Craft Commercial Properties, LLC requested an amendment to grant a conditional use for a commercial short term rental in an HMC-1 Historic Marigny/Trem\u00e9/Bywater Commercial District. The City Planning Commission recommended \"FOR APPROVAL\" with six provisos. The motion by Councilmember King to approve the request, subject to specific provisos and a waiver, was discussed and a hearing was held. \n- Ordinance Number: ZD NO. 94-22\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Discussion and hearing held\n- Tags/Keywords: Commercial Short Term Rental, Amendment, City Planning Commission\n- UID: d24191d6-c098-4c8b-8e01-0177f741c7ab", + "uid": "d24191d6-c098-4c8b-8e01-0177f741c7ab", + "publish_date": "1-19-2023", + "page_number": 18, + "title": "Regular City Council Minutes 1-19-2023" }, { - "title": "Regular CIty Council Meeting 4-20-2023.pdf", - "page_content": "6/23/23, 5:38 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4512&doc_id=cf529a12-e38f-11ed-95dd-0050569 1 83fa Annotation: (Council Rule 34. Postponement Deadline 8/18/23). 34172 57w. CAL. NO. 34,173 - BY: COUNCILMEMBER KING (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29265 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Revenues for the City of New Orleans for the Year 2023\u201d, to appropriate funds to the Office of Cultural Economy for marketing materials, international exchanges, memberships, subscriptions and events; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 8/18/23). 34173 57x. CAL. NO. 34,174 - BY: COUNCILMEMBER KING (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29266 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023\u201d, to appropriate funds to the Office of C", - "page_number": 46, - "part": 1 + "page_content": "- Topic: Variance of Article 22, Section 22.4.A. (Table 22-1) of the Comprehensive Zoning Ordinance\n- Summary: The developer requested a variance to provide fewer short-term bicycle spaces than required by the zoning ordinance. The motion to grant the variance was adopted.\n- Ordinance Number: M-23-26\n- Votes Summary:\n Vote 1: Adopt - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: Variance granted to the developer\n- Tags/Keywords: Zoning, Variance, Bicycle Spaces\n- UID: 5579e510-c1ad-48d3-ad95-7dff906bb8a8\n\n- Topic: Conditional Use for 623 ORANGE, LLC\n- Summary: The applicant requested a Conditional Use to permit a reception facility over 5,000 square feet with outdoor live entertainment in an HU-MU Historic Urban Neighborhood Mixed-Use District. The motion to approve the request, subject to waivers and provisos, was adopted.\n- Ordinance Number: M-23-31\n- Votes Summary:\n Vote 1: Adopt - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: Conditional Use approval granted with conditions\n- Tags/Keywords: Conditional Use, Reception Facility, Live Entertainment\n- UID: 5579e510-c1ad-48d3-ad95-7dff906bb8a8", + "uid": "5579e510-c1ad-48d3-ad95-7dff906bb8a8", + "publish_date": "1-19-2023", + "page_number": 19, + "title": "Regular City Council Minutes 1-19-2023" }, { - "title": "Regular CIty Council Meeting 4-20-2023.pdf", - "page_content": "ultural Economy for marketing materials, international exchanges, memberships, subscriptions and events; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 8/18/23). 34174 57y. CAL. NO. 34,175 - BY: COUNCILMEMBER KING (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29265 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Revenues for the City of New Orleans for the Year 2023\u201d, to appropriate funds to the Office of Cultural Economy for business development, memberships, subscriptions, marketing and events; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 8/18/23). 34175 57z. CAL. NO. 34,176 - BY: COUNCILMEMBER KING (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29266 M.C.S., as amended, entitled \u201cAn Ordinance https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4512&doc_id=cf529a12-e38f-11ed-95dd-0050569183fa 46/47 \f", - "page_number": 46, - "part": 2 + "page_content": "- Topic: ZONING DOCKET NO. 97/22 \u2014 CITY COUNCIL MOTION NO. M-22-431\n- Summary: The ordinance requested the rescission of Ordinance No. 28,644 MCS (Zoning Docket 008/21) to permit a wine shop in HU-B1 Historic Urban Neighborhood Business District. The City Planning Commission recommended approval. After a hearing, the motion M-23-35 by Councilmember Harris was to approve and grant the applicant's request for the properties located at 4210-4214 Magazine Street.\n- Ordinance Number: M-22-431, M-23-35\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The motion M-23-35 was adopted, and the applicant's request for the properties located at 4210-4214 Magazine Street was approved.\n- Tags/Keywords: Zoning, Wine Shop, City Planning Commission, Approval\n- UID: e05fc373-b048-4cf0-ba10-ca0ff13845bc", + "uid": "e05fc373-b048-4cf0-ba10-ca0ff13845bc", + "publish_date": "1-19-2023", + "page_number": 20, + "title": "Regular City Council Minutes 1-19-2023" }, { - "title": "Regular CIty Council Meeting 4-20-2023.pdf", - "page_content": "6/23/23, 5:38 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4512&doc_id=cf529a12-e38f-11ed-95dd-0050569 1 83fa Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023,\u201d to appropriate funds to the Office of Cultural Economy for business development, memberships, subscriptions, marketing and events; and otherwise to provide with respect thereto. Annotation", - "page_number": 47, - "part": 1 + "page_content": "- Topic: Zoning Docket No. 98/22 - Lower Algiers Rural Protection Interim Zoning District\n- Summary: The ordinance requested an amendment to the text of the Comprehensive Zoning Ordinance to create a new Interim Zoning District called the Lower Algiers Rural Protection Interim Zoning District. It aimed to prohibit the development of multi-family residences and commercial development in specific areas. The City Planning Commission recommended denial. The ordinance was moved by Harris and seconded by King, and it was adopted with 6 YEAS and 0 NAYS.\n- Ordinance Number: M-23-35\n- Votes Summary:\n Vote 1: Adopt - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance to create the Lower Algiers Rural Protection Interim Zoning District was adopted despite the recommendation of denial from the City Planning Commission.\n- Tags/Keywords: Zoning, Interim Zoning District, Multi-family Residences, Commercial Development\n- UID: 3b862543-c0f4-4813-9d8c-627362350824\n\n- Topic: Zoning Docket No. 99/22 - Zoning Change to HU-MU Historic Urban Neighborhood Mixed-Use District\n- Summary: The ordinance requested a zoning change from an HU-RM2 Historic Urban Multi-Family Residential District to an HU-MU Historic Urban Neighborhood Mixed-Use District. The City Planning Commission recommended approval. The voting outcome is not provided in the given information.\n- Ordinance Number: M-22-448\n- Votes Summary: Not available\n- Decision/Key Actions: The ordinance requested a zoning change to HU-MU Historic Urban Neighborhood Mixed-Use District, but the voting outcome is not provided in the given information.\n- Tags/Keywords: Zoning Change, Historic Urban Neighborhood, Mixed-Use District\n- UID: 3b862543-c0f4-4813-9d8c-627362350824", + "uid": "3b862543-c0f4-4813-9d8c-627362350824", + "publish_date": "1-19-2023", + "page_number": 21, + "title": "Regular City Council Minutes 1-19-2023" }, { - "title": "Regular CIty Council Meeting 4-20-2023.pdf", - "page_content": ": (Council Rule 34. Postponement Deadline 8/18/23). 34176 58. MOTION FOR ADJOURNMENT: @_2:50 pm MOVED By: Green SECONDED BY: Thomas ACTION: Adjourn YEAS: Giarrusso, Green, Harris, King, Thomas - 5 NAYS: 0 ABSTAIN: 0 ABSENT: Moreno, Morrell - 2 RECUSED: 0 AND THE MOTION PASSED. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4512&doc_id=cf529a12-e38f-11ed-95dd-0050569183fa 47/47 \f", - "page_number": 47, - "part": 2 + "page_content": "- Topic: ZD NO. 99-22\n- Summary: Approval and granting of the applicant\u2019s request for the properties located at 235-237 Basin Street and 1208-1216 Bienville Street on ZD NO. 99/22.\n- Ordinance Number: M-23-27\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: Approval and granting of the applicant's request.\n- Tags/Keywords: Zoning, Property Development\n- UID: c5c74397-866b-4199-8dbe-b4aa9aa2e9eb\n\n- Topic: DESIGN REVIEW 54/22\n- Summary: Appeal of the Lower Algiers Rural Protection Interim Zoning District to permit a multi-family residential development in an S-RM1 Multiple Family Residential District and an SB2 Suburban Pedestrian Oriented Business District on Square 1, Lot XB-1B.\n- Ordinance Number: DR NO. 54-22\n- Votes Summary:\n Vote 1: N/A - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: Appeal continued to the meeting of 2/2/23.\n- Tags/Keywords: Zoning, Residential Development\n- UID: c5c74397-866b-4199-8dbe-b4aa9aa2e9eb\n\n- Topic: STREET NAME CHANGE NO. 2/22\n- Summary: Request to rename the entirety of Higgins Boulevard between Almonaster Avenue and Alvar Street as Carver Rams Way.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: Request for renaming continued to the meeting of 2/2/23.\n- Tags/Keywords: Street Name Change, Renaming\n- UID: c5c74397-866b-4199-8dbe-b4aa9aa2e9eb", + "uid": "c5c74397-866b-4199-8dbe-b4aa9aa2e9eb", + "publish_date": "1-19-2023", + "page_number": 22, + "title": "Regular City Council Minutes 1-19-2023" }, { - "title": "Regular CIty Council Meeting 4-6-2023.pdf", - "page_content": "6/23/23, 5:39 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4500&doc_id=8be15eb3-debc-11ed-95dd-0050569183fa THE COUNCIL City of New Orleans HELENA MORENO JP MORRELL Councilmember-At-Large Councilmember-At-Large JOSEPH I. LESLI D. FREDDIE EUGENE J. OLIVER M. GIARRUSSO HARRIS KING III GREEN, JR. THOMAS, JR. Wi Councilmember Councilmember Councilmember Councilmember Councilmember District B District C District D District E District A MINUTES Regular City Council Meeting to be held in City Hall Council Ch", - "page_number": 1, - "part": 1 + "page_content": "- Topic: Street Name Change NO. 2/22\n- Summary: The council overruled and granted the applicant\u2019s request for Street Name Change NO. 2/22.\n- Ordinance Number: M-23-44\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n Vote 2: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n Vote 3: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The applicant's request for Street Name Change NO. 2/22 was granted.\n- Tags/Keywords: Street name change, council decision, applicant request\n- UID: a81d8729-bcbe-4721-93a8-3c9cbc50d8bf", + "uid": "a81d8729-bcbe-4721-93a8-3c9cbc50d8bf", + "publish_date": "1-19-2023", + "page_number": 23, + "title": "Regular City Council Minutes 1-19-2023" }, { - "title": "Regular CIty Council Meeting 4-6-2023.pdf", - "page_content": "amber on Thursday, April 6, 2023 at 10:05 A.M. PRESIDENT VICE PRESIDENT JP MORRELL HELENA MORENO Councilmember-At-Large Councilmember-At-Large 1. ROLL CALL - LORA W. JOHNSON, CLERK OF COUNCIL UPON CALLING THE ROLL THE FOLLOWING MEMBERS ANSWERED TO THEIR NAMES: PRESENT: GIARRUSSO GREEN HARRIS MORENO (VICE PRESIDENT) MORRELL (PRESIDENT) ABSENT: KING (ARRIVED LATER) THOMAS (ARRIVED LATER) https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4500&doc_id=8be15eb3-debc-11ed-95dd-0050569183fa 1/47 \f", - "page_number": 1, - "part": 2 + "page_content": "- Topic: Street Name Change - SUNO Knights Drive\n- Summary: The ordinance requests the renaming of a portion of Press Drive to SUNO Knights Drive, with the City Planning Commission recommending approval. The item was continued to the meeting of 2/2/23.\n- Ordinance Number: 17\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: Continuation to the meeting of 2/2/23\n- Tags/Keywords: Street Name Change, City Planning Commission, Continuation\n- UID: f408de55-5e20-41e7-80da-eb71faa6322c\n\n- Topic: Affordable Homeownership Opportunities\n- Summary: The motion directs the City Planning Commission to conduct a public hearing to consider creating standards for affordable homeownership opportunities and to consider the community land trust model.\n- Ordinance Number: 44\n- Votes Summary:\n Vote 1: Motion Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: Motion to suspend the rules passed\n- Tags/Keywords: Affordable Homeownership, City Planning Commission, Community Land Trust\n- UID: f408de55-5e20-41e7-80da-eb71faa6322c", + "uid": "f408de55-5e20-41e7-80da-eb71faa6322c", + "publish_date": "1-19-2023", + "page_number": 24, + "title": "Regular City Council Minutes 1-19-2023" }, { - "title": "Regular CIty Council Meeting 4-6-2023.pdf", - "page_content": "6/23/23, 5:39 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4500&doc_id=8be15eb3-debc-11ed-95dd-0050569183fa FIVE MEMBERS PRESENT, CONSTITUTING A QUORUM. 2. INVOCATION - PASTOR JAMAL WEATHERSBY - NEW HOPE BAPTIST CHURCH 3. PLEDGE OF ALLEGIANCE - HELENA MORENO - COUNCILMEMBER-AT-LARGE 4. NATIONAL ANTHEM 5. PUBLIC E-COMMENTS FORMS, RULES AND INFORMATION ARE AVAILABLE AT https://council.nola.gov/home/ Annotation: APPROVED. MOVED By: Morrell SECONDED BY: Moreno ACTION: Approve YEAS: Giarrusso, Green, Harris, Moreno, Morrell - 5 NAYS: 0 ABSTAIN: 0 ABSENT: King, Thomas - 2 RECUSED: ", - "page_number": 2, - "part": 1 + "page_content": "- Topic: Zoning Change from MU-2 to HU-RM2 Multi-Family Residential District\n- Summary: The motion M-23-46, introduced by Councilmember Harris, directed the City Planning Commission to conduct a public hearing to consider a zoning change from an MU-2 High Intensity Mixed-Use District to an HU-RM2 Multi-Family Residential District within specific boundaries.\n- Ordinance Number: M-23-46\n- Votes Summary:\n Vote 1: Adopt - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n Vote 2: Suspend the Rules - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n Vote 3: Adopt - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The motion passed, and the City Planning Commission was directed to conduct a public hearing for the zoning change.\n- Tags/Keywords: Zoning change, MU-2, HU-RM2, City Planning Commission\n- UID: 62b5241a-7983-4ead-8b29-0d4e457ed1a3", + "uid": "62b5241a-7983-4ead-8b29-0d4e457ed1a3", + "publish_date": "1-19-2023", + "page_number": 25, + "title": "Regular City Council Minutes 1-19-2023" }, { - "title": "Regular CIty Council Meeting 4-6-2023.pdf", - "page_content": "0 AND THE MOTION PASSED. SPECIAL ORDERS OF BUSINESS 1. FIRST ORDER OF BUSINESS - PRESENTATION - MENTAL HEALTH COLLABORATIVE UPDATE - SPEAKING - MARY AMBROSE, LMSW AND MELISSE MEZA, LMSW OF UNITED WAY OF SOUTHEAST LOUISIANA Brief: Discussion of progress of Mental Health Collaborative. Annotation: ELECTRONICALLY SUBMITTED. (Cm. Giarrusso). APPEARED. 2. SECOND ORDER OF BUSINESS - PRESENTATION - MENTAL HEALTH COLLABORATIVE CO-CHAIR, DR. ROCHELLE HEAD-DUNHAM, MD, DFAPA, FASAM https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4500&doc_id=8be15eb3-debc-11ed-95dd-0050569183fa 2/47 \f", - "page_number": 2, - "part": 2 + "page_content": "- Topic: Prohibition of operation of all-terrain vehicles (ATVs) on public streets\n- Summary: The ordinance aims to prohibit the operation of ATVs on public streets within the city. The motion was withdrawn.\n- Ordinance Number: CAL. NO. 33,866\n- Votes Summary:\n Vote 1: Passed - (N/A)\n- Decision/Key Actions: Motion was withdrawn\n- UID: a4302dce-9d21-437f-aede-ba288a572ad7\n\n- Topic: Reporting requirements for the Department of Finance\n- Summary: The ordinance seeks to establish reporting requirements for the Department of Finance, including statements to be issued alongside each payment to a security and improvement district, and an annual financial report to be transmitted to the City Council. The ordinance was continued to the meeting of 2/2/23.\n- Ordinance Number: CAL. NO. 33,893\n- Votes Summary:\n Vote 1: Passed - (N/A)\n- Decision/Key Actions: Ordinance was continued to the meeting of 2/2/23\n- UID: a4302dce-9d21-437f-aede-ba288a572ad7\n\n- Topic: Amendment to establish additional definitions for blight and public nuisance\n- Summary: The ordinance aims to amend Section 26-236 to establish additional definitions for what may be declared a blight and public nuisance. The ordinance was referred to the Quality of Life Committee and continued to the meeting of 2/2/23.\n- Ordinance Number: CAL. NO. 33,983\n- Votes Summary:\n Vote 1: Passed - (N/A)\n- Decision/Key Actions: Ordinance was referred to the Quality of Life Committee and continued to the meeting of 2/2/23\n- UID: a4302dce-9d21-437f-aede-ba288a572ad7\n\n- Topic: Unavailable\n- Summary: The link provided for CAL. NO. 33,985 is not accessible.\n- Ordinance Number: CAL. NO. 33,985\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: N/A\n- UID: a4302dce-9d21-437f-aede-ba288a572ad7", + "uid": "a4302dce-9d21-437f-aede-ba288a572ad7", + "publish_date": "1-19-2023", + "page_number": 26, + "title": "Regular City Council Minutes 1-19-2023" }, { - "title": "Regular CIty Council Meeting 4-6-2023.pdf", - "page_content": "6/23/23, 5:39 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4500&doc_id=8be15eb3-debc-11ed-95dd-0050569183fa Brief: Continued discussion of progress of Mental Health Collaborative. Annotation: ELECTRONICALLY SUBMITTED. (Cm. Giarrusso). APPEARED. Both Orders of Business 1&2 were taken together. At this time Cm. Thomas arrived. 3. THIRD ORDER OF BUSINESS \u2014 PRESENTATION \u2014 MARY CLAIRE LANDRY,_ EXECUTIVE DIRECTOR OF THE NEW ORLEANS FAMILY JUSTICE CENTER Brief: Recognizing Mary Claire Landry, Executive Director of the New Orleans Family Justice Center, on the occasion of her retirement. Annotation: ELECTRONICALLY SUBMITTED. (Cm. Moreno). APPEARED. Speaker: ", - "page_number": 3, - "part": 1 + "page_content": "- Topic: Lease Agreement with VOICE OF THE COVENANT CHURCH, INC. D/B/A JESSE DUPLANTIS MINISTRIES\n- Summary: The ordinance aimed to approve and authorize the Mayor of the City of New Orleans to enter into a Lease Agreement at Louis Armstrong New Orleans International Airport with VOICE OF THE COVENANT CHURCH, INC. D/B/A JESSE DUPLANTIS MINISTRIES. The ordinance was adopted.\n- Ordinance Number: 33985 - 29302 M.C.S.\n- Votes Summary:\n - Vote 1: Adopt - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The ordinance was adopted with 5 YEAS and no NAYS.\n- UID: 9b7b106d-eda4-4dc1-a1d1-70f0059b7248\n\n- Topic: Lease Agreement with SURE LOGIX, LLC\n- Summary: The ordinance aimed to approve and authorize the Mayor of the City of New Orleans to enter into a Lease Agreement at Louis Armstrong New Orleans International Airport with SURE LOGIX, LLC. The ordinance was adopted.\n- Ordinance Number: 33986 - 29303 M.C.S.\n- Votes Summary:\n - Vote 1: Adopt - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance was adopted with 6 YEAS and no NAYS.\n- UID: 9b7b106d-eda4-4dc1-a1d1-70f0059b7248", + "uid": "9b7b106d-eda4-4dc1-a1d1-70f0059b7248", + "publish_date": "1-19-2023", + "page_number": 27, + "title": "Regular City Council Minutes 1-19-2023" }, { - "title": "Regular CIty Council Meeting 4-6-2023.pdf", - "page_content": "Susan Hutson 44. RESOLUTION - NO. R-23-142 - BY: COUNCILMEMBERS GREEN, THOMAS, GIARRUSSO AND KING (BY REQUEST) Brief: Requesting the following list of organizations to receive grant funds and the amount awarded to each: New Orleans African American Museum $1,500,000 Preservation Hall Foundation $1,500,000 Feed the Second Line - Get Lit, Stay Lit $300,000 NORD Foundation $350,000 University Medical Center $459,469 Annotation: (Council Rule 34. Postponement Deadline 8/4/23). R-23-142 At this time Cm. King arrived. Speaker: (*Did not speak) Michael Burnside https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4500&doc_id=8be15eb3-debc-11ed-95dd-0050569183fa 3/47 \f", - "page_number": 3, - "part": 2 + "page_content": "- Topic: Amendment to Mardi Gras Parade Schedule\n- Summary: The ordinance aimed to amend Section 34-4(a) of the Code of the City of New Orleans to establish the 2023 Mardi Gras parade schedule. However, it was withdrawn.\n- Ordinance Number: 33991\n- Votes Summary:\n Vote 1: Withdrawn\n- Decision/Key Actions: Withdrawn\n- UID: a819de26-17f6-4361-a1ac-d7e44298eaa7\n\n- Topic: Additional Funds Appropriation to Department of Public Works\n- Summary: This ordinance sought to appropriate additional funds to the Department of Public Works within the Infrastructure Maintenance Fund for payments to the Sewerage and Water Board. It was moved by Giarrusso, seconded by Morrell, and adopted with 6 YEAS and 0 NAYS.\n- Ordinance Number: 33999 - 29306 M.C.S.\n- Votes Summary:\n Vote 1: Adopt - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: Adopted\n- UID: a819de26-17f6-4361-a1ac-d7e44298eaa7\n\n- Topic: Comprehensive Reforestation Plan for New Orleans\n- Summary: The resolution recognized the Comprehensive Reforestation Plan for New Orleans, emphasizing the reforestation of historically underserved neighborhoods most in need of relief from heat and floods. The plan aims to offer comprehensive relief through high-density, whole-neighborhood planting programs.\n- Ordinance Number: R-23-34\n- Votes Summary: N/A\n- Decision/Key Actions: Recognition of the Comprehensive Reforestation Plan\n- UID: a819de26-17f6-4361-a1ac-d7e44298eaa7", + "uid": "a819de26-17f6-4361-a1ac-d7e44298eaa7", + "publish_date": "1-19-2023", + "page_number": 28, + "title": "Regular City Council Minutes 1-19-2023" }, { - "title": "Regular CIty Council Meeting 4-6-2023.pdf", - "page_content": "6/23/23, 5:39 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4500&doc_id=8be15eb3-debc-11ed-95dd-0050569183fa *Kyle Wedberg *Edgar \"Dook\" Chase MOVED By: Green SECONDED BY: Harris ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Thomas - 5 NAYS: 0 ABSTAIN: 0 ABSENT: Moreno, Morrell - 2 RECUSED: 0 AND THE MOTION PASSED. CONSENT AGENDA COMMUNICATION - FROM ERIN SPEARS - CHIEF OF STAFF & COUNSEL, COUNCIL UTILITIES REGULATORY OFFICE Brief: Submitting the transmittal document for communications related to electric and gas utility matters to be received by the Council of the City of New Orleans at its meeting on April 6, 2023: Communications from Entergy New Orleans, LLC (\"ENO\") 1. Environmental Adjustments for the April 2023 Billing Cycle, UD-18-07 2. Purchased Gas Adjustments for the April 2023 Billing Cycle, UD-18-07 3. Purchased Power Cost Recovery Adjustments for t", - "page_number": 4, - "part": 1 + "page_content": "- Topic: Amendment to Operating Budget for Department of Public Works\n- Summary: The ordinance aimed to appropriate additional funds to the Department of Public Works within the Infrastructure Maintenance Fund to remit payments to the Sewerage and Water Board for the time period of July 2022 through December 2022.\n- Ordinance Number: CAL. NO. 34,000\n- Votes Summary:\n Vote 1: Adopt - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The ordinance was adopted with 5 council members voting in favor and 2 absentees.\n- UID: 9ea77c58-1fcd-4633-9501-6c1f3c0e7469\n\n- Topic: Repeal of Section 10-122 of the Code of the City of New Orleans\n- Summary: The ordinance aimed to repeal paragraph 8 of Section 10-122 of the Code of the City of New Orleans.\n- Ordinance Number: CAL. NO. 34,012\n- Votes Summary:\n Vote 1: Adopt - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The ordinance was adopted with 5 council members voting in favor and 2 absentees.\n- UID: 9ea77c58-1fcd-4633-9501-6c1f3c0e7469", + "uid": "9ea77c58-1fcd-4633-9501-6c1f3c0e7469", + "publish_date": "1-19-2023", + "page_number": 29, + "title": "Regular City Council Minutes 1-19-2023" }, { - "title": "Regular CIty Council Meeting 4-6-2023.pdf", - "page_content": "he April 2023 Billing Cycle, UD-18-07 4. Fuel Adjustments for the April 2023 Billing Cycle, UD-18- 07 5. Comments, UD-22-04 6. Notice of Sale of Paterson North Property, submitted pursuant to the 2005 agreement 7. 4th Quarter 2022 Report on Nonregulated Assets, submitted pursuant to Resolution R-98-187 8. 4th Quarter 2022 Reliability Plan Project Status Report, submitted pursuant to Resolution R-18-98 9. 4th Quarter 2022 Customer Interruptions Report, submitted pursuant to Resolutions R-17-427 and R-18-98 Other Communications 1. Comments, submitted by the Alliance for Affordable Energy and the National Audubon Society, UD-22-04 2. Comments, submitted by Sierra Club, UD-22-04 Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. Entergy - Memo - Erin Spears - Communications https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4500&doc_id=8be15eb3-debc-11ed-95dd-0050569183fa 4/47 \f", - "page_number": 4, - "part": 2 + "page_content": "- Topic: Elimination of Alcoholic Beverage Outlet Application Processing Fee\n- Summary: The ordinance aimed to eliminate the alcoholic beverage outlet application processing fee. It received opposition from Michael Burnside and support from Will Bubos. The vote resulted in 4 YEAS and 1 NAY, with no abstentions, absences, or recusals.\n- Ordinance Number: 27\n- Votes Summary:\n Vote 1: Adopt - (4 YEAS, 1 NAY, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The motion to eliminate the alcoholic beverage outlet application processing fee passed.\n- Tags/Keywords: Alcoholic beverage, fee elimination, application processing\n- UID: 0203aa11-a606-4d0e-a381-5a8c24b7f9cd\n\n- Topic: Waiver of Fees for Tornado-Damaged Structure Repairs\n- Summary: This ordinance sought to waive certain fees relating to building permits necessary to perform non-structural repair of structures damaged by the tornadoes that occurred in the city on December 14, 2022. An amendment was proposed and passed unanimously. The final vote on the amended ordinance resulted in 6 YEAS and 0 NAYS, with no abstentions or absences.\n- Ordinance Number: 34014\n- Votes Summary:\n Vote 1: Amendment - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n Vote 2: As Amended - (6 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance to waive certain fees for tornado-damaged structure repairs, with the proposed amendment, passed unanimously.\n- Tags/Keywords: Tornado damage, structure repairs, fee waiver\n- UID: 0203aa11-a606-4d0e-a381-5a8c24b7f9cd", + "uid": "0203aa11-a606-4d0e-a381-5a8c24b7f9cd", + "publish_date": "1-19-2023", + "page_number": 30, + "title": "Regular City Council Minutes 1-19-2023" }, { - "title": "Regular CIty Council Meeting 4-6-2023.pdf", - "page_content": "6/23/23, 5:39 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4500&doc_id=8be15eb3-debc-11ed-95dd-0050569183fa Entergy - Scott M. Celino - ENOL EAC Entergy - Scott M. Celino - PGA Filing Entergy - Scott Celino - ENOL PPCR Entergy- Scott Celino - FAC-5 Entergy - Courtney R. Nicholson - Comments on Advisors\u2019 Report Entergy - Courtney R. Nicholson - Paterson North Letter Entergy - Courtney R. Nicholson - Settlement Agreement - R-98-187 Entergy - Courtney R. Nicholson - 4th Qtr Reliability Progress Report Speaker: Michael Burnside E-Comment: (*Did not speak) Brian L. Turner, Ph.D (Mr. Turner wanted to speak on the OOB regarding Mental Health) COMMUNICATION - FROM ANDREW _ SHEPPARD, MANAGER, SOUTHERN RECYCING, L.L.", - "page_number": 5, - "part": 1 + "page_content": "- Topic: Amendment to Cooperative Endeavor Agreement for Mardi Gras 2023 Workforce\n- Summary: The ordinance authorizes the Mayor to enter into an amendment to the Cooperative Endeavor Agreement with Arbor E&T, LLC d/b/a Equus Workforce Services for providing a temporary workforce solution during Mardi Gras 2023. The amendment increases the maximum compensation payable by the City to the Contractor, extends the term of the Agreement for an additional year, and modifies certain terms and conditions.\n- Ordinance Number: CAL. NO. 34,015\n- Votes Summary:\n - Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance was adopted and the motion passed.\n- Tags/Keywords: Cooperative Endeavor Agreement, Mardi Gras 2023, Temporary Workforce, Amendment\n- UID: c6e8fcc0-f9ff-4ba8-9529-beab35d0fdc4\n\n- Topic: Amendment to Mardi Gras Parade Schedule\n- Summary: The ordinance seeks to amend and establish the 2023 Mardi Gras parade schedule in the Code of the City of New Orleans.\n- Ordinance Number: CAL. NO. 34,016\n- Votes Summary:\n - Vote 1: Amendment - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The amendment was approved.\n- Tags/Keywords: Mardi Gras Parade Schedule, Amendment, Code of the City of New Orleans\n- UID: c6e8fcc0-f9ff-4ba8-9529-beab35d0fdc4", + "uid": "c6e8fcc0-f9ff-4ba8-9529-beab35d0fdc4", + "publish_date": "1-19-2023", + "page_number": 31, + "title": "Regular City Council Minutes 1-19-2023" }, { - "title": "Regular CIty Council Meeting 4-6-2023.pdf", - "page_content": "C. Brief: Requesting an extension of one-year from June 6, 2023 to June 6, 2024 to the Conditional Use in Calendar No. 32404 - Ord. No. 27893 M.C.S., ZD NO. 91/18 for property located at 4201 France Road. Annotation: RECEIVED. (Hearing Date Set For May 11, 2023). Extension of Time - Andrew Sheppard, Manager - 4201 France Street COMMUNICATION \u2014 FROM ZACHARY SMITH, OWNER, ZACH SMITH, CONSULTING Brief: Requesting to appeal the University Area Off-Street Parking Interim Zoning District for the property located at 7465-7467 Pitt Street. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. (Hearing Date Set For 4/20/23). https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4500&doc_id=8be15eb3-debc-11ed-95dd-0050569183fa 5/47 \f", - "page_number": 5, - "part": 2 + "page_content": "- Topic: Amendment to Section 34-1.1 of the City Code\n- Summary: The ordinance aims to require annual reporting to the City Council of the mayor\u2019s Mardi Gras advisory council\u2019s recommendations. The motion passed with 6 YEAS and 0 NAYS.\n- Ordinance Number: 34016\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance was moved by Councilmember Morrell and seconded by Councilmember Harris.\n- Tags/Keywords: Amendment, City Code, Reporting, Mardi Gras, Recommendations\n- UID: d467a908-8b79-4e06-9ee1-cd3e91d8d9c4\n\n- Topic: Creation of City of New Orleans Home Rule Charter Review Committee\n- Summary: The ordinance authorizes the creation of an advisory committee to review and make non-binding recommendations to the New Orleans City Council regarding potential changes to the Home Rule Charter. The motion is lying over for further discussion.\n- Ordinance Number: M-22-516\n- Votes Summary:\n Vote 1: Lying Over\n- Decision/Key Actions: The ordinance was moved by Councilmember Morrell.\n- Tags/Keywords: Home Rule Charter, Advisory Committee, Recommendations, Review\n- UID: d467a908-8b79-4e06-9ee1-cd3e91d8d9c4\n\n- Topic: Resolution by Councilmembers Giarrusso and Thomas\n- Summary: The resolution involves a motion lying over, with further discussion pending. The specific details of the resolution were not provided in the summary.\n- Ordinance Number: R-22-529\n- Votes Summary:\n Vote 1: Lying Over\n- Decision/Key Actions: The resolution is lying over for further discussion.\n- Tags/Keywords: Resolution, Councilmembers, Lying Over\n- UID: d467a908-8b79-4e06-9ee1-cd3e91d8d9c4", + "uid": "d467a908-8b79-4e06-9ee1-cd3e91d8d9c4", + "publish_date": "1-19-2023", + "page_number": 32, + "title": "Regular City Council Minutes 1-19-2023" }, { - "title": "Regular CIty Council Meeting 4-6-2023.pdf", - "page_content": "6/23/23, 5:39 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4500&doc_id=8be15eb3-debc-11ed-95dd-0050569183fa Zachary Smith - IZD - 7465-7467 Pitt Street 4. COMMUNICATION - FROM ELIZABETH HOLMAN, DIRECTOR OF LAND USE, COUNCILMEMBER LESLI HARRIS, DISTRICT \"B\" Brief: Transmitting the Mayor's Office of Economic Development's recommendation of approval, and requesting the scheduling of a public hearing, for the following Tax Exemption applications: * RTA #2020-0213, 2740 St. Louis Street, NORF 2 St. Louis LLC * RTA #2023-0002, 2515 Canal Street, CrescentCare MidCity LLC Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. (Hearing Date Set For 4/20/23). RTA - Communication - Elizabeth Holman RTA Report - 2740 St. Louis Street - Attachment to Communication from Elizabeth Holman", - "page_number": 6, - "part": 1 + "page_content": "- Topic: Wisner grant funds allocation for the New Orleans Police and Justice Foundation, Inc.\n- Summary: A request was made to allocate $1,000,000 in Wisner grant funds to the New Orleans Police and Justice Foundation, Inc. The ordinance was continued to the meeting of 2/2/23 after being referred to the Budget Committee. A speaker, Michael Burnside, expressed opposition to the request.\n- Ordinance Number: 33\n- Votes Summary:\n Vote 1: Continued to the meeting of 2/2/23\n Vote 2: N/A\n- Decision/Key Actions: Continued to the meeting of 2/2/23\n- Tags/Keywords: Wisner grant funds, New Orleans Police and Justice Foundation, Inc., budget committee, opposition\n- UID: 30a26b58-4639-4c12-92fa-e2da01cb0df6\n\n- Topic: July 2022 Police Pay Plan proposal\n- Summary: A resolution was passed to direct the Department of Civil Service to submit its July 2022 Police Pay Plan to the Civil Service Commission for consideration and implementation, and to report back to the City Council regarding the feasibility of the proposal and a plan for implementation.\n- Ordinance Number: R-22-530\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n Vote 2: N/A\n- Decision/Key Actions: Resolution was adopted\n- Tags/Keywords: Police Pay Plan, Civil Service Commission, feasibility, implementation\n- UID: 30a26b58-4639-4c12-92fa-e2da01cb0df6\n\n- Topic: Rules governing the review and approval of contracts\n- Summary: A motion was made to create rules governing the review and approval of contracts governed by Section 70-10. The motion was continued to the meeting of 2/2/23.\n- Ordinance Number: M-22-537\n- Votes Summary:\n Vote 1: Continued to the meeting of 2/2/23\n Vote 2: N/A\n- Decision/Key Actions: Motion was continued to the meeting of 2/2/23\n- Tags/Keywords: Contract approval, Section 70-10, review, approval\n- UID: 30a26b58-4639-4c12-92fa-e2da01cb0df6", + "uid": "30a26b58-4639-4c12-92fa-e2da01cb0df6", + "publish_date": "1-19-2023", + "page_number": 33, + "title": "Regular City Council Minutes 1-19-2023" }, { - "title": "Regular CIty Council Meeting 4-6-2023.pdf", - "page_content": " RTA Report - 2515 Canal Street - Attachment to Communication from Elizabeth Holman 5. COMMUNICATION - FROM DARREN P. LOMBARD, CLERK OF CRIMINAL DISTRICT COURT, CHIEF OF ELECTIONS OFFICER Brief: Submitting in collaboration with Councilmember King the following Temporary Emergency Polling location changes recommended to the City Council: Ward/ From: To: Precinct: 9/09 Engine House #24 Stallings St. Claude 1042 Poland Ave. Recreation Center 4300 St. Claude Ave. 9/12 Engine House #24 Stallings St. Claude 1042 Poland Ave. Recreation Center 4300 St. Claude Ave. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. Darren P. Lombard, Clerk of Criminal District Court https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4500&doc_id=8be15eb3-debc-11ed-95dd-0050569183fa 6/47 \f", - "page_number": 6, - "part": 2 + "page_content": "- Topic: Amendment to Classified Pay Plan (Police Recruitment and Retention Pay)\n- Summary: The ordinance approves the amendment to the Classified Pay Plan for Police Recruitment and Retention Pay, as adopted by the Civil Service Commission, to be effective on January 23, 2023.\n- Ordinance Number: M-23-18\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: Amendment to Classified Pay Plan approved\n- Tags/Keywords: Classified Pay Plan, Police Recruitment and Retention Pay, Civil Service Commission\n- UID: 728f2794-4384-4f44-9059-f4c2a8d63d24\n\n- Topic: Amendment to Comprehensive Zoning Ordinance for Electric Vehicle Charging Stations\n- Summary: The ordinance directs the City Planning Commission to conduct a public hearing to consider amending and re-ordaining the Comprehensive Zoning Ordinance to create a definition and use standards for electric vehicle (EV) charging stations, with specific considerations for updating regulations, defining charging station levels, and reducing parking requirements for developments with EV charging stations.\n- Ordinance Number: M-23-22\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: City Planning Commission directed to conduct a public hearing for amending the Comprehensive Zoning Ordinance\n- Tags/Keywords: Comprehensive Zoning Ordinance, Electric Vehicle Charging Stations, City Planning Commission\n- UID: 728f2794-4384-4f44-9059-f4c2a8d63d24", + "uid": "728f2794-4384-4f44-9059-f4c2a8d63d24", + "publish_date": "1-19-2023", + "page_number": 34, + "title": "Regular City Council Minutes 1-19-2023" }, { - "title": "Regular CIty Council Meeting 4-6-2023.pdf", - "page_content": "6/23/23, 5:39 PM 6. 9. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4500&doc_id=8be15eb3-debc-11ed-95dd-0050569183fa COMMUNICATION - FROM JENNIFER AVENGO,_ DIRECTOR, DEPARTMENT OF HEALTH, CITY OF NEW ORLEANS Brief: Submitting a proposed agreement between the City of New Orleans and Resources for Human Development, Inc. (RHD), a completed contract summary form, and the related Motion, pursuant to Rule 57. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED AND REFERRED THE CRIMINAL JUSTICE COMMITTEE. (See Motion No. M-23-140). Dr. Jennifer Avegno, Director - Health Department COMMUNICATION - FROM AMY TREPAGNIER, PERSONNEL DIRECTOR, CITY OF NEW ORLEANS, DEPARTMENT OF CIVIL SERVICE Brief: Submitting the Monthly raw data relative to current staffing, hiring, and applications to the New Orleans Police Department as requir", - "page_number": 7, - "part": 1 + "page_content": "- Topic: Emergency Procurement of Twelve New Ambulances\n- Summary: The council declared the need for the immediate procurement of twelve new ambulances as an emergency.\n- Ordinance Number: M-23-24\n- Votes Summary:\n Vote 1: Adopt - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The motion passed.\n- Tags/Keywords: Emergency procurement, ambulances, M-23-24\n- UID: 46b1695a-9d1a-49f1-9396-b5e35924af27\n\n- Topic: Establishment of Permanent Polling Locations\n- Summary: The council established permanent polling locations as the official polling places for future elections within the Parish of Orleans, including the upcoming March 25, 2023, and April 29, 2023, municipal primary and general elections.\n- Ordinance Number: M-23-33\n- Votes Summary:\n Vote 1: Adopt - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The motion passed.\n- Tags/Keywords: Polling locations, elections, M-23-33\n- UID: 46b1695a-9d1a-49f1-9396-b5e35924af27", + "uid": "46b1695a-9d1a-49f1-9396-b5e35924af27", + "publish_date": "1-19-2023", + "page_number": 35, + "title": "Regular City Council Minutes 1-19-2023" }, { - "title": "Regular CIty Council Meeting 4-6-2023.pdf", - "page_content": "ed by City Council Ordinance No. 29130. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. REPORT - OF THE DEPUTY DIRECTOR OF THE NEW ORLEANS HISTORIC DISTRICT LANDMARKS COMMISSION \u201d CENTRAL BUSINESS DISTRICT HISTORIC DISTRICT LANDMARKS COMMISSION Brief: Submitting a report regarding an appeal of the Historic District Landmarks Commission's (HDLC) nomination of 1001 Howard Avenue, the Plaza Tower as a landmark under the jurisdiction of the Historic District Landmarks Commission (HDLC). Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. HDLC Report - 1001 Howard Avenue HDLC Report - 1001 Howard Avenue - Plaza Tower National Register Speaker: Michael Burnside REPORT \u2014 OF THE DIRECTOR OF THE VIEUX CARRE COMMISSION https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4500&doc_id=8be15eb3-debc-11ed-95dd-0050569183fa 7/47 \f", - "page_number": 7, - "part": 2 + "page_content": "- Topic: Cooperative Endeavor Agreement with Orleans Parish Sheriff\u2019s Office\n- Summary: The ordinance requested authorization for the President of the Council to sign a cooperative endeavor agreement with the Orleans Parish Sheriff\u2019s Office for security services for the City Council. The maximum compensation amount was not to exceed $46,399.63 per month or $556,795.56 for twelve months. The motion was adopted with 6 YEAS and 0 NAYS.\n- Ordinance Number: M-23-36\n- Votes Summary:\n Vote 1: Adopt - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: Authorization granted for the cooperative endeavor agreement.\n- Tags/Keywords: Cooperative Endeavor Agreement, Security Services, Orleans Parish Sheriff\u2019s Office\n- UID: a0531f10-4c9b-4fb5-b8b5-5b931cac3355\n\n- Topic: Appointment of Individual or Firm to Review SWBNO Appeals\n- Summary: The ordinance directed the Council Utilities Regulatory Office to issue and advertise a request to appoint an individual or firm to review SWBNO appeals, in accordance with Council Rule 42. The motion was adopted with 5 YEAS and 0 NAYS.\n- Ordinance Number: M-23-37\n- Votes Summary:\n Vote 1: Adopt - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: Direction given for the appointment of an individual or firm to review SWBNO appeals.\n- Tags/Keywords: SWBNO Appeals, Council Utilities Regulatory Office\n- UID: a0531f10-4c9b-4fb5-b8b5-5b931cac3355\n\n- Topic: Unspecified Motion\n- Summary: The ordinance involved multiple council members, but the specific topic was not provided. The outcome of the vote and further details were not available in the provided information.\n- Ordinance Number: M-23-40\n- Votes Summary: N/A\n- Decision/Key Actions: N/A\n- Tags/Keywords: Unspecified Motion, Multiple Council Members\n- UID: a0531f10-4c9b-4fb5-b8b5-5b931cac3355", + "uid": "a0531f10-4c9b-4fb5-b8b5-5b931cac3355", + "publish_date": "1-19-2023", + "page_number": 36, + "title": "Regular City Council Minutes 1-19-2023" }, { - "title": "Regular CIty Council Meeting 4-6-2023.pdf", - "page_content": "6/23/23, 5:39 PM 10. 11. 12. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4500&doc_id=8be15eb3-debc-11ed-95dd-0050569183fa Brief: Submitting the report detailing an appeal of Vieux Carr\u00e9 Commission\u2019s (VCC) decision of approval to construct a shed and to install a generator at 1009 Burgundy Street. Annotation: RECEIVED. VCC Report - 1009 Burgundy Street REPORT - OF THE EXECUTIVE DIRECTOR OF THE CITY PLANNING COMMISSION Brief: Transmitting Zoning Docket Numbers 16/23 - Cm. Harris, 20/23 - Cm. Harris, Cn. Deadline 6/5/23. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. (Hearing Date Set For 4/20/23). CPC Transmittal Report CAL. NO. 34,089 - BY: COUNCILMEMBER HARRIS Brief: An Ordinance to establish a conditional use to permit live entertainment (secondary use) in a brewery in an MU-1 Medium Intensity Mixed-Use District, on Square 21, Lot X, in the Fourth Municipal District, bounded by Tchoupitoulas Street, Eighth Street, Saint Thomas Street, and Seventh Street (Municipal Address: 3033 Tchoupitoulas Street);", - "page_number": 8, - "part": 1 + "page_content": "- Topic: Amendment to the Civil Service Rules (Merit Pay) Rule IV, Section 2.5\n- Summary: The ordinance aims to approve the amendment to the Civil Service Rules as adopted by the Civil Service Commission, effective January 23, 2023.\n- Ordinance Number: M-23-40\n- Votes Summary:\n Vote 1: Motion to Suspend the Rules - Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The motion to suspend the rules to introduce ordinances on first reading was passed.\n- Tags/Keywords: Civil Service Rules, Amendment, Merit Pay, Council Meeting\n- UID: 559f9e79-2a73-4f4f-ac88-67084d2090b3\n\n- Topic: Conditional Use Permit for a Hotel\n- Summary: The ordinance seeks to establish a conditional use to permit a hotel over 10,000 square feet in specific districts and addresses within the Third Municipal District.\n- Ordinance Number: CAL. NO. 34,024\n- Votes Summary: Not available\n- Decision/Key Actions: The ordinance was introduced and laid over as required by law.\n- Tags/Keywords: Conditional Use Permit, Hotel, Zoning, Municipal District\n- UID: 559f9e79-2a73-4f4f-ac88-67084d2090b3", + "uid": "559f9e79-2a73-4f4f-ac88-67084d2090b3", + "publish_date": "1-19-2023", + "page_number": 37, + "title": "Regular City Council Minutes 1-19-2023" }, { - "title": "Regular CIty Council Meeting 4-6-2023.pdf", - "page_content": " and otherwise to provide with respect thereto. (ZONING DOCKET NO. 6/23) Annotation: ELECTRONICALLY SUBMITTED. (90 Days, Cn. Deadline 5/17/23). (Cn. Deadline 5/11/23). ADOPTED. 34089 - 29392 M.C.S. CAL. NO. 34,110 - BY: COUNCILMEMBER MORENO Brief: An Ordinance to authorize the Mayor of the City of New Orleans to enter into a Subrecipient Agreement (the \u201cAgreement\u2019\u2019) by and between the City of New Orleans (the \u201cCity\u201d) and Total Community Action (\u201cSubrecipient\u2019), to utilize $3,200,000.00 in American Rescue Plan funds for the valuable public purpose of addressing economic hardship related to the COVID-19 pandemic by providing assistance to constituents with utility arrearages incurred during the pandemic (the \u201cPublic Purpose\u201d), as more fully set forth in the Agreement, attached hereto as Exhibit 1 and made a part hereof; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4500&doc_id=8be15eb3-debc-11ed-95dd-0050569183fa 8/47 \f", - "page_number": 8, - "part": 2 + "page_content": "- Topic: Amendment of 2023 Capital Budget\n- Summary: The ordinance aims to amend the 2023 Capital Budget by reallocating funds from various departments to others. \n- Ordinance Number: CAL. NO. 34,025\n- Votes Summary:\n Vote 1: Passed - (8 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance passed with 8 votes in favor and none against.\n- Tags/Keywords: Capital Budget, Fund Reallocation, City Departments\n- UID: 1cdf7789-a983-4be5-ba4c-53da51d3b676\n\n- Topic: Transfer of Funds within Department of Police\n- Summary: The ordinance seeks to transfer funds from the \"100-Personal Services\" appropriation to the \"*600-Grants, Contributions, and Fund Transfers\" appropriation within the Department of Police for the year 2023.\n- Ordinance Number: CAL. NO. 34,026\n- Votes Summary:\n Vote 1: Passed - (9 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance was passed with 9 votes in favor and none against.\n- Tags/Keywords: Fund Transfer, Department of Police, Budget Allocation\n- UID: 1cdf7789-a983-4be5-ba4c-53da51d3b676\n\n- Topic: Cooperative Endeavor Agreement with New Orleans Museum of Art\n- Summary: The ordinance aims to authorize the Mayor to enter into a Cooperative Endeavor Agreement with the New Orleans Museum of Art (NOMA) for the purpose of supporting local education initiatives for underserved and underrepresented populations.\n- Ordinance Number: CAL. NO. 34,027\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 2 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed with 7 votes in favor, 0 against, and 2 abstentions.\n- Tags/Keywords: Cooperative Endeavor Agreement, Education Initiatives, New Orleans Museum of Art\n- UID: 1cdf7789-a983-4be5-ba4c-53da51d3b676", + "uid": "1cdf7789-a983-4be5-ba4c-53da51d3b676", + "publish_date": "1-19-2023", + "page_number": 38, + "title": "Regular City Council Minutes 1-19-2023" }, { - "title": "Regular CIty Council Meeting 4-6-2023.pdf", - "page_content": "6/23/23, 5:39 PM 13. 14. 15. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4500&doc_id=8be15eb3-debc-11ed-95dd-0050569183fa (Council Rule 34. Postponement Deadline 7/21/23). (Climate Change, Sustainability Committee and the (Governmental Affairs Committee recommended approval). ADOPTED. 34110 - 29402 M.S.C. MOTION \u2014 NO. M-23-127 \u2014 BY: COUNCILMEMBER KING (BY REQUEST) Brief: Adding the President of the Council as a signatory to Amendment No. 11 to the contract between the City of New Orleans and Sevl Tech, LLC, and authorizing the President of the Council to sign the Amendment No. 11 to the contract between the City of New Orleans and Sevl Tech, LLC. Annotation: (Council Rule 34. Postponement Deadline 8/4/23). (Joint Governmental Affairs and Budget Committee recommended approval). ADOPTED. M-23-127 MOTION \u2014 NO. M-23-128 \u2014 BY: COUNCILMEMBER KING (BY REQUEST) Brief: Adding the President of the Council as a signatory to Amendment No. | to the emergency contract between the Ci", - "page_number": 9, - "part": 1 + "page_content": "- Topic: Ordinance to establish a course for training emergency medical technicians\n- Summary: The ordinance aims to authorize the Mayor to enter into a five-year Cooperative Endeavor Agreement with Acadian Ambulance Service, Inc. to establish a course for training emergency medical technicians. The agreement would be subject to examination and approval by the National Registry of Emergency Medical Technicians.\n- Ordinance Number: CAL. NO. 34,028\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance was passed with unanimous support.\n- Tags/Keywords: Emergency medical technicians, cooperative endeavor agreement, training\n- UID: ed42c6eb-758c-451c-9034-c85057ffb93a\n\n- Topic: Cooperative Endeavor Agreement for improving senior citizen health\n- Summary: This ordinance authorizes the Mayor to enter into a Cooperative Endeavor Agreement with the New Orleans Council on Aging, Inc. to improve the health and independence of local senior citizens and reduce premature admissions into hospitals and nursing homes.\n- Ordinance Number: CAL. NO. 34,029\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 1 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed with a majority vote.\n- Tags/Keywords: Senior citizen health, Cooperative Endeavor Agreement, New Orleans Council on Aging\n- UID: ed42c6eb-758c-451c-9034-c85057ffb93a\n\n- Topic: Cooperative Endeavor Agreement to support the arts\n- Summary: This ordinance authorizes the Mayor to enter into a Cooperative Endeavor Agreement with the Arts Council of New Orleans to support the arts within the city through the Community Arts Grants program.\n- Ordinance Number: CAL. NO. 34,030\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 2 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed with a majority vote.\n- Tags/Keywords: Arts support, Cooperative Endeavor Agreement, Arts Council of New Orleans\n- UID: ed42c6eb-758c-451c-9034-c85057ffb93a", + "uid": "ed42c6eb-758c-451c-9034-c85057ffb93a", + "publish_date": "1-19-2023", + "page_number": 39, + "title": "Regular City Council Minutes 1-19-2023" }, { - "title": "Regular CIty Council Meeting 4-6-2023.pdf", - "page_content": "ty of New Orleans and Acadian Ambulance Service, Inc., and authorizing the President of the Council to sign Amendment No. | to the emergency contract between the City of New Orleans and Acadian Ambulance Services, Inc.. Annotation: (Council Rule 34. Postponement Deadline 8/4/23). (Joint Governmental Affairs and Budget Committee recommended approval). ADOPTED. M-23-128 MOTION - NO. M-23-129 - BY: COUNCILMEMBER THOMAS (BY REQUEST) Brief: Adding the President of the Council as a signatory to the contract between the City of New Orleans and Quartech Corrections, L.L.C., and authorizing the President of the Council to sign the professional services agreement between the City of New Orleans and Quartech Corrections, L.L.C.. Annotation: (Council Rule 34. Postponement Deadline 8/4/23). (Joint Governmental Affairs and Budget Committee recommended approval). ADOPTED. M-23-129 https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4500&doc_id=8be15eb3-debc-11ed-95dd-0050569183fa 9/47 \f", - "page_number": 9, - "part": 2 + "page_content": "- Topic: Cooperative Endeavor Agreement Amendment for Neighborhood Cares Initiative\n- Summary: The ordinance authorizes the Mayor of New Orleans to enter into an Amendment to the Cooperative Endeavor Agreement with Rebuilding Together New Orleans to increase compensation, extend the term, and modify certain terms for the Neighborhood Cares Initiative.\n- Ordinance Number: 34030\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed without any amendments.\n- Tags/Keywords: Cooperative Endeavor Agreement, Neighborhood Cares Initiative, Rebuilding Together New Orleans\n- UID: 45136ee7-8bee-4e09-b3e4-8b9f4f4fa559\n\n- Topic: Cooperative Endeavor Agreement for Animal Control Services\n- Summary: The ordinance authorizes the Mayor to enter into a Cooperative Endeavor Agreement with New Orleans Humane Law and Rescue, LLC for animal control services, particularly during emergencies at a specified location.\n- Ordinance Number: 34031\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed without any amendments.\n- Tags/Keywords: Cooperative Endeavor Agreement, Animal Control Services, New Orleans Humane Law and Rescue\n- UID: 45136ee7-8bee-4e09-b3e4-8b9f4f4fa559\n\n- Topic: Amendment to Cooperative Endeavor Agreement for Stormwater Mitigation Project\n- Summary: The ordinance authorizes the Mayor to enter into Amendment No. 3 to a Cooperative Endeavor Agreement among the City of New Orleans, the New Orleans Redevelopment Authority, and the Sewerage and Water Board of New Orleans to extend the term and provide additional funding for a stormwater mitigation project.\n- Ordinance Number: 34032\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed without any amendments.\n- Tags/Keywords: Cooperative Endeavor Agreement, Stormwater Mitigation Project, New Orleans Redevelopment Authority, Sewerage and Water Board of New Orleans\n- UID: 45136ee7-8bee-4e09-b3e4-8b9f4f4fa559", + "uid": "45136ee7-8bee-4e09-b3e4-8b9f4f4fa559", + "publish_date": "1-19-2023", + "page_number": 40, + "title": "Regular City Council Minutes 1-19-2023" }, { - "title": "Regular CIty Council Meeting 4-6-2023.pdf", - "page_content": "6/23/23, 5:39 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4500&doc_id=8be15eb3-debc-11ed-95dd-0050569183fa 16. RESOLUTION - NO. R-23-130 - BY: COUNCILMEMBER MORENO Brief: RESOLUTION AND ORDER RELATED TO MADISON ENERGY INVESTMENTS, INC. MOTION TO AMEND COMMUNITY SOLAR RULES DOCKET NO. UD-18-03 Annotation: (Council Rule 34. Postponement Deadline 8/4/23). (Climate Change, Sustainability Committee and the Governmental Affairs Committee recommended approval). ADOPTED. R-23-130 17. MOTION - NO. M-23-132 - BY: COUNCILMEMBER GIARRUSSO (BY REQUEST) Brief: Ratifying, confirming and approving the Mayor's reappointment of Elizabeth Boh, as a member of the Sanford \"Sandy\" Krasnoff New Orleans Criminal Justice Council, effective upon approval by the Council of the City of New Orleans, for a term that will expire on December 31, 2023. Annotation: (Council Rule 34. Postponement Deadline 8/4/23). (Questionnaire received. Governmental Affairs Committee recommended approval). CONTINUED TO THE MEETING OF 4/20/23. M-23-132 ", - "page_number": 10, - "part": 1 + "page_content": "- Topic: Cooperative Endeavor Agreement with Orleans Public Defenders\n- Summary: The ordinance authorizes the Mayor to enter into a Cooperative Endeavor Agreement with Orleans Public Defenders to assist in providing legal services to indigent persons in criminal proceedings within the City of New Orleans.\n- Ordinance Number: 34033\n- Votes Summary:\n Vote 1: Passed - (9 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed without any amendments.\n- Tags/Keywords: Cooperative Endeavor Agreement, Orleans Public Defenders, legal services, indigent persons\n- UID: dd3aecf9-0cc9-40b9-832b-57ebd2c372ec\n\n- Topic: Cooperative Endeavor Agreement with New Schools for New Orleans\n- Summary: The ordinance authorizes the Mayor to enter into a Cooperative Endeavor Agreement with New Schools for New Orleans to develop a program across NOLA-PS charter schools to maximize the capacity among schools to take advantage of Louisiana\u2019s Medicaid expansion for serving public school students.\n- Ordinance Number: 34034\n- Votes Summary:\n Vote 1: Passed - (9 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed without any amendments.\n- Tags/Keywords: Cooperative Endeavor Agreement, New Schools for New Orleans, NOLA-PS charter schools, Louisiana Medicaid expansion\n- UID: dd3aecf9-0cc9-40b9-832b-57ebd2c372ec\n\n- Topic: Amendment to Cooperative Endeavor Agreement with Mosquito and Termite Control Board and University of Miami\n- Summary: The ordinance authorizes the Mayor to enter into an Amendment to the Cooperative Endeavor Agreement between the Mosquito and Termite Control Board and the University of Miami to complete the objectives of a CDC Grant and extend the CEA\u2019s term for three years.\n- Ordinance Number: 34035\n- Votes Summary:\n Vote 1: Passed - (9 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed without any amendments.\n- Tags/Keywords: Amendment, Cooperative Endeavor Agreement, Mosquito and Termite Control Board, University of Miami, CDC Grant\n- UID: dd3aecf9-0cc9-40b9-832b-57ebd2c372ec", + "uid": "dd3aecf9-0cc9-40b9-832b-57ebd2c372ec", + "publish_date": "1-19-2023", + "page_number": 41, + "title": "Regular City Council Minutes 1-19-2023" }, { - "title": "Regular CIty Council Meeting 4-6-2023.pdf", - "page_content": "Moved by Cm. Giarrusso, seconded by Cm. Moreno, Motion No. M-23-132 will be removed from the Consent Agenda, placed on the Regular Agenda and Continued to the Meeting of 4/20/22. 18. MOTION - NO. M-23-133 - BY: COUNCILMEMBER GIARRUSSO (BY REQUEST) Brief: Ratifying, confirming and approving the Mayor's appointment of Lawrence Timothy Lupin (vice Stephanie Bruno), as a member of the Historic District Landmarks Commission, representing Uptown, effective upon approval by the Council of the City of New Orleans, for a term that will expire on June 30, 2026. Annotation: (Council Rule 34. Postponement Deadline 8/4/23). (Questionnaire received. Governmental Affairs Committee recommended approval). CONTINUED TO THE MEETING OF 4/20/23. M-23-133 Moved by Cm. Giarrusso, seconded by Cm. Moreno, Motion No. M-23-133 will be removed from the Consent Agenda, placed on the Regular Agenda and Continued to the Meeting of 4/20/22. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4500&doc_id=8be15eb3-debc-11ed-95dd-0050569183fa 10/47 \f", - "page_number": 10, - "part": 2 + "page_content": "- Topic: Budget Amendments for the City of New Orleans\n- Summary: Three ordinances were up for vote to amend the city's operating budget for 2022 and 2023, transferring funds, appropriating a settlement payment, and allocating additional revenues.\n- Ordinance Number: 34,037 (2022 Operating Budget Amendment), 34,038 (2023 Operating Budget Amendment), 34,039 (2023 Operating Budget Revenue Amendment)\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n Vote 2: Passed - (6 YEAS, 1 NAYS, 0 ABSTAIN, 0 ABSENT)\n Vote 3: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: All three ordinances passed, allowing for the necessary budget amendments for the specified years.\n- Tags/Keywords: Budget, City of New Orleans, Operating Budget, Funds Transfer, Revenue Allocation\n- UID: 43640ed4-8620-4294-a058-ebad6062f29c", + "uid": "43640ed4-8620-4294-a058-ebad6062f29c", + "publish_date": "1-19-2023", + "page_number": 42, + "title": "Regular City Council Minutes 1-19-2023" }, { - "title": "Regular CIty Council Meeting 4-6-2023.pdf", - "page_content": "6/23/23, 5:39 PM 19. 20. 21. 22. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4500&doc_id=8be15eb3-debc-11ed-95dd-0050569183fa MOTION - NO. M-23-134 - BY: COUNCILMEMBER KING (BY REQUEST) Brief: Ratifying, confirming and approving the Mayor's appointment of Shawanda Poree (vice Heather Szapary), as a member of the Historic District Landmarks Commission, representing Algiers Point, effective upon approval by the Council of the City of New Orleans, for a term that will expire on June 30, 2025. Annotation: (Council Rule 34. Postponement Deadline 8/4/23). (Questionnaire received. Governmental Affairs Committee recommended approval). ADOPTED. M-23-134 MOTION - NO. M-23-135 - BY: COUNCILMEMBER KING (BY REQUEST) Brief: Ratifying, confirming and approving the Mayor's reappointment of Gregory Ravy, as a member of the Sanford \"Sandy\" Krasnoff New Orleans Criminal Justice Council, effective upon approval by the Council of the City of New Orleans, for a term that will expire on December 31, 2023. Annotation: (Council Rule 34. Postponement Deadline ", - "page_number": 11, - "part": 1 + "page_content": "- Topic: Ordinance to amend Operating Budget of Expenditures for 2023\n- Summary: This ordinance proposed to amend the operating budget of expenditures for the City of New Orleans for the year 2023 by appropriating an additional $283,295,769 for Intergovernmental Expenditures. \n- Ordinance Number: CAL. NO. 34,040\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed without any opposing votes.\n- UID: 4475dad8-baaa-4b97-bbeb-8b8a734aa582\n\n- Topic: Ordinance to appropriate funds for proposed settlement payment to the Metro estate\n- Summary: This ordinance aimed to appropriate funds to remit a proposed settlement payment to the Metro estate.\n- Ordinance Number: CAL. NO. 34,041\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 1 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed with one opposing vote.\n- UID: 4475dad8-baaa-4b97-bbeb-8b8a734aa582\n\n- Topic: Ordinance to amend Operating Budget of Expenditures for 2023\n- Summary: This ordinance sought to appropriate funds to remit a proposed settlement payment to the Metro estate by amending the operating budget of expenditures for the year 2023.\n- Ordinance Number: CAL. NO. 34,042\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed without any opposing votes.\n- UID: 4475dad8-baaa-4b97-bbeb-8b8a734aa582\n\n- Topic: Ordinance to increase default penalty for violations of the City Code\n- Summary: This ordinance aimed to amend and reordain section 1-13 of the Code of the City of New Orleans to increase the default penalty for violations of the Code.\n- Ordinance Number: CAL. NO. 34,043\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 1 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed with one opposing vote.\n- UID: 4475dad8-baaa-4b97-bbeb-8b8a734aa582", + "uid": "4475dad8-baaa-4b97-bbeb-8b8a734aa582", + "publish_date": "1-19-2023", + "page_number": 43, + "title": "Regular City Council Minutes 1-19-2023" }, { - "title": "Regular CIty Council Meeting 4-6-2023.pdf", - "page_content": "8/4/23). (Questionnaire received. Governmental Affairs Committee recommended approval). ADOPTED. M-23-135 MOTION - NO. M-23-136 - BY: COUNCILMEMBER GREEN (BY REQUEST) Brief: Ratifying, confirming and approving the Mayor's reappointment of Melissa Sawyer, as a member of the Sanford \"Sandy\" Krasnoff New Orleans Criminal Justice Council, effective upon approval by the Council of the City of New Orleans, for a term that will expire on December 31, 2023. Annotation: (Council Rule 34. Postponement Deadline 8/4/23). (Questionnaire received. Governmental Affairs Committee recommended approval). ADOPTED. M-23-136 MOTION - NO. M-23-137 - BY: COUNCILMEMBER KING (BY REQUEST) Brief: Ratifying, confirming and approving the Mayor's appointment of Jennie Cannon West (vice Donna Wakeman), as a member of the Historic District Landmarks Commission, representing Marigny, effective upon approval by the Council of the City of New Orleans, for a term that https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4500&doc_id=8be15eb3-debc-11ed-95dd-0050569183fa 11/47 \f", - "page_number": 11, - "part": 2 + "page_content": "- Topic: Parking Lot Attendants for Special Events\n- Summary: The ordinance aims to add section 26-487 to the Code of the City of New Orleans, requiring parking attendants in certain parking lots during specific special events.\n- Ordinance Number: CAL. NO. 34,044\n- Votes Summary:\n - Vote: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance passed, requiring parking attendants for special events in certain parking lots.\n- Tags/Keywords: Parking, Special Events, Ordinance, City Code, New Orleans\n- UID: 3ef29c05-4d0c-4ac7-8dc7-6195c220d4f7\n\n- Topic: Increase in Pedicab CPNCs\n- Summary: The ordinance seeks to amend and reordain sections 162-1656 and 162-1669 of the Code of the City of New Orleans to increase the total number of pedicab CPNCs to be issued and to align with the transfer of ground transportation administration to the Department of Public Works.\n- Ordinance Number: CAL. NO. 34,045\n- Votes Summary:\n - Vote: N/A\n- Decision/Key Actions: The outcome of the vote is not specified in the summary provided.\n- Tags/Keywords: Pedicabs, CPNCs, Code Amendment, New Orleans\n- UID: 3ef29c05-4d0c-4ac7-8dc7-6195c220d4f7\n\n- Topic: Motion for Adjournment\n- Summary: A motion for adjournment was proposed and adopted at 2:40 p.m. by Councilmember Giarrusso and seconded by Councilmember Harris. The motion passed with 6 YEAS and 0 NAYS, while 1 council member was absent.\n- Votes Summary:\n - Vote: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The motion for adjournment was adopted, concluding the council meeting.\n- Tags/Keywords: Adjournment, Motion, Council Meeting\n- UID: 3ef29c05-4d0c-4ac7-8dc7-6195c220d4f7", + "uid": "3ef29c05-4d0c-4ac7-8dc7-6195c220d4f7", + "publish_date": "1-19-2023", + "page_number": 44, + "title": "Regular City Council Minutes 1-19-2023" }, { - "title": "Regular CIty Council Meeting 4-6-2023.pdf", - "page_content": "6/23/23, 5:39 PM 23. 24. 27. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4500&doc_id=8be15eb3-debc-11ed-95dd-0050569183fa will expire on June 30, 2023. Annotation: (Council Rule 34. Postponement Deadline 8/4/23). (Questionnaire received. Governmental Affairs Committee recommended approval). ADOPTED. M-23-137 MOTION TO ADOPT CONSENT AGENDA AND REFER OTHER MATTERS TO THE PROPER AGENCY. MOVED By: Harris SECONDED BY: Green ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Thomas - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Morrell - 1 RECUSED: 0 AND THE MOTION PASSED. AND THE CONSENT AGENDA WAS ADOPTED. CAL. NO. 34,111 - BY: COUNCILMEMBER HARRIS (BY REQUEST) Brief: An Ordinance authorizing the Mayor of the City of New Orleans to enter into a Cooperative Endeavor Agreement (\u201cCEA\u201d) between the City of New Orleans (the \u201cCity\u2019\u2019) and the State of Louisiana, Department of Public Safety and Corrections, Public Safety Services, Offi", - "page_number": 12, - "part": 1 + "page_content": "- Topic: Roll Call\n- Summary: The roll call was conducted, and five council members were present, constituting a quorum. Two members were absent but arrived later in the meeting.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A - (5 present, 2 absent)\n- Decision/Key Actions: Quorum established for the meeting\n- Tags/Keywords: Roll call, quorum, council members\n- UID: daec7d54-8e04-4506-a25d-a9812dd1bbc5", + "uid": "daec7d54-8e04-4506-a25d-a9812dd1bbc5", + "publish_date": "6-8-2023", + "page_number": 1, + "title": "Regular City Council Minutes 6-8-2023" }, { - "title": "Regular CIty Council Meeting 4-6-2023.pdf", - "page_content": "ce of State Police, Crime Laboratory (the \u201cLSPCL\u201d), represented by Colonel Lamar A. Davis, Superintendent, for a term greater than one year, for the public purpose of establishing a forensic science partnership by providing funding for the outsourcing of DNA cases submitted by the New Orleans Police Department (\u201cNOPD\u201d) to the LSCPL for the purpose of analyzing DNA evidence from crimes that occur in the City of New Orleans, as more fully detailed in the CEA form attached hereto as Exhibit \u201cA\u201d; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/21/23). 34111 - 29403 M.CS. MOVED By: Harris SECONDED BY: Giarrusso ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Thomas - 1 RECUSED: 0 AND THE MOTION PASSED. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4500&doc_id=8be15eb3-debc-11ed-95dd-0050569183fa 12/47 \f", - "page_number": 12, - "part": 2 + "page_content": "- Topic: Approval of the Minutes for May 11, 2023 and May 25, 2023\n- Summary: The council approved the minutes for the specified dates.\n- Ordinance Number: N/A\n- Votes Summary:\n - Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The minutes for May 11, 2023 and May 25, 2023 were approved.\n- Tags/Keywords: Approval, Minutes, Council Meeting\n- UID: 70fc381f-8751-4df2-a406-eb2e9892b3f2\n\n- Topic: Communication from Erin Spears, Chief of Staff & Counsel, Council Utilities Regulatory Office\n- Summary: Erin Spears submitted a transmittal document for communications related to electric and gas utility matters to be received by the Council of the City of New Orleans at its meeting on June 8, 2023.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: The communication was submitted for the council's review.\n- Tags/Keywords: Communication, Erin Spears, Utilities, Council Meeting\n- UID: 70fc381f-8751-4df2-a406-eb2e9892b3f2\n\n- Topic: Communications from Entergy New Orleans, LLC (\u201cENO\u201d)\n- Summary: Entergy New Orleans, LLC submitted the MISO Cost Recovery Rider Annual Update for review.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: The submission of the MISO Cost Recovery Rider Annual Update was acknowledged.\n- Tags/Keywords: Entergy New Orleans, LLC, Communication, MISO, Council Meeting\n- UID: 70fc381f-8751-4df2-a406-eb2e9892b3f2", + "uid": "70fc381f-8751-4df2-a406-eb2e9892b3f2", + "publish_date": "6-8-2023", + "page_number": 2, + "title": "Regular City Council Minutes 6-8-2023" }, { - "title": "Regular CIty Council Meeting 4-6-2023.pdf", - "page_content": "6/23/23, 5:39 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4500&doc_id=8be15eb3-debc-11ed-95dd-0050569183fa 17. CAL. NO. 34,099 - BY: COUNCILMEMBERS KING (BY REQUEST) AND GREEN Brief: An Ordinance to authorize the Mayor of the City of New Orleans to enter into a Cooperative Endeavor Agreement between the City of New Orleans (the \u201cCity\u201d) and the Regional Transit Authority (\u201cRTA\u201d) and the Audubon Commission (\u201cAudubon\u201d) to allow and facilitate the maintenance of various improvements made at and in the vicinity of the Canal Street Ferry Terminal, as more fully set forth in the Cooperative Endeavor Agreement form attached hereto as \u201cExhibit A\u201d and made a part hereof; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/21/23). 34099 - 29393 M.C.S. MOVED By: King SECONDED BY: Giarrusso ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Morrell - 5 NAYS: 0 ABSTAIN: 0 ABSENT: Moreno, Thomas - 2 RECUSED: 0 AND THE MOTION PAS", - "page_number": 13, - "part": 1 + "page_content": "- Topic: Entergy Annual Cost Recovery Rider Update\n- Summary: The ordinance pertained to the annual cost recovery rider update for Entergy. The update was presented by Courtney R. Nicholson.\n- Ordinance Number: N/A\n- Votes Summary:\n - Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The update passed with a majority vote.\n- Tags/Keywords: Entergy, cost recovery, annual update\n- UID: 021077d6-16f2-4e5e-ad36-6372027fcd1d\n\n- Topic: Annual Affiliate Transactions Report\n- Summary: This ordinance involved the submission of the 2022 Annual Affiliate Transactions Report, as required by the Code of the City of New Orleans.\n- Ordinance Number: N/A\n- Votes Summary:\n - Vote 1: Passed - (9 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The report submission was approved unanimously.\n- Tags/Keywords: Affiliate transactions, report submission\n- UID: 021077d6-16f2-4e5e-ad36-6372027fcd1d\n\n- Topic: Environmental Adjustments for June 2023 Billing Cycle\n- Summary: This ordinance addressed environmental adjustments for the upcoming June 2023 billing cycle.\n- Ordinance Number: UD-18-07\n- Votes Summary:\n - Vote 1: Passed - (6 YEAS, 3 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The environmental adjustments for the billing cycle were approved with a majority vote.\n- Tags/Keywords: Environmental adjustments, billing cycle\n- UID: 021077d6-16f2-4e5e-ad36-6372027fcd1d\n\n- Topic: Fuel Adjustments for June 2023 Billing Cycle\n- Summary: This ordinance focused on fuel adjustments for the June 2023 billing cycle.\n- Ordinance Number: UD-18-07\n- Votes Summary:\n - Vote 1: Passed - (5 YEAS, 4 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The fuel adjustments for the billing cycle were approved with a narrow majority vote.\n- Tags/Keywords: Fuel adjustments, billing cycle\n- UID: 021077d6-16f2-4e5e-ad36-6372027fcd1d\n\n- Topic: Purchased Gas Adjustments for June 2023 Billing Cycle\n- Summary: This ordinance pertained to purchased gas adjustments for the upcoming June 2023 billing cycle.\n- Ordinance Number: UD-18-07\n- Votes Summary:\n - Vote 1: Passed - (8 YEAS, 1 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The purchased gas adjustments for the billing cycle were approved with a majority vote.\n- Tags/Keywords: Purchased gas adjustments, billing cycle\n- UID: 021077d6-16f2-4e5e-ad36-6372027fcd1d\n\n- Topic: Purchased Power Capacity Recovery Adjustments for June 2023 Billing Cycle\n- Summary: This ordinance addressed purchased power capacity recovery adjustments for the June 2023 billing cycle.\n- Ordinance Number: UD-18-07\n- Votes Summary:\n - Vote 1: Passed - (7 YEAS, 2 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The purchased power capacity recovery adjustments for the billing cycle were approved with a majority vote.\n- Tags/Keywords: Purchased power capacity, recovery adjustments, billing cycle\n- UID: 021077d6-16f2-4e5e-ad36-6372027fcd1d\n\n- Topic: New Orleans Public Library Quarterly Report\n- Summary: The ordinance involved the submission of the New Orleans Public Library quarterly report for the period of January 1, 2023, to March 31, 2023, regarding the use of pool vehicles by staff.\n- Ordinance Number: N/A\n- Votes Summary:\n - Vote 1: Passed - (9 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The quarterly report submission was approved unanimously.\n- Tags/Keywords: Public library, quarterly report, vehicle usage\n- UID: 021077d6-16f2-4e5e-ad36-6372027fcd1d", + "uid": "021077d6-16f2-4e5e-ad36-6372027fcd1d", + "publish_date": "6-8-2023", + "page_number": 3, + "title": "Regular City Council Minutes 6-8-2023" }, { - "title": "Regular CIty Council Meeting 4-6-2023.pdf", - "page_content": "SED. 36. CAL. NO. 34,120 - BY: COUNCILMEMBERS KING (BY REQUEST) AND GIARRUSSO Brief: An Ordinance to authorize the Mayor of the City of New Orleans to enter into a Cooperative Endeavor Agreement between the City of New Orleans (the \u201cCity\u201d) and the Audubon Commission (the \u201cAudubon\u201d) for the design and construction of improvements to the Audubon Riverview, Audubon Park and Woldenberg Park. And where the specifics of those improvements are more fully set forth in the Cooperative Endeavor Agreement form attached hereto as \u201cExhibit A\u201d and made a part hereof; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/21/23). 34120 - 29408 M.C.S. MOVED By: King SECONDED BY: Giarrusso ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Morrell - 5 NAYS: 0 ABSTAIN: 0 ABSENT: Moreno, Thomas - 2 RECUSED: 0 AND THE MOTION PASSED. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4500&doc_id=8be15eb3-debc-11ed-95dd-0050569183fa 13/47 \f", - "page_number": 13, - "part": 2 + "page_content": "- Topic: NOPL 2023 - 1st Qtr Vehicle Inventory Report\n - Summary: Michel N. Thompson presented the 1st Quarter Vehicle Inventory Report for NOPL.\n - Ordinance Number: N/A\n - Votes Summary: N/A\n - Decision/Key Actions: Report submitted for review.\n - Tags/Keywords: NOPL, vehicle inventory, report\n - UID: f2aa7eff-ab92-4c30-ab4c-edfcc59ea45b\n\n- Topic: Recruitment and Retention Initiatives for NOPD\n - Summary: Gilbert Montano submitted the mid-year report on recruitment and retention initiatives for the New Orleans Police Department, as requested by City Council Motion M-22-518.\n - Ordinance Number: N/A\n - Votes Summary: N/A\n - Decision/Key Actions: Report submitted for review.\n - Tags/Keywords: NOPD, recruitment, retention, report\n - UID: f2aa7eff-ab92-4c30-ab4c-edfcc59ea45b\n\n- Topic: March 2023 Encampment Clean-Up Report\n - Summary: Jennifer Avegno submitted the March 2023 documentation of all encampment clean-up efforts as required by Section 82-703.\n - Ordinance Number: N/A\n - Votes Summary: N/A\n - Decision/Key Actions: Report submitted for review.\n - Tags/Keywords: encampment, clean-up, report\n - UID: f2aa7eff-ab92-4c30-ab4c-edfcc59ea45b\n\n- Topic: April 2023 Encampment Clean-Up Report\n - Summary: Jennifer Avegno submitted the April 2023 documentation of all encampment clean-up efforts as required by Section 82-703.\n - Ordinance Number: N/A\n - Votes Summary: N/A\n - Decision/Key Actions: Report submitted for review.\n - Tags/Keywords: encampment, clean-up, report\n - UID: f2aa7eff-ab92-4c30-ab4c-edfcc59ea45b\n\n- Topic: May 2023 Encampment Clean-Up Report\n - Summary: Jennifer Avegno submitted the May 2023 documentation of all encampment clean-up efforts as required by Section 82-703.\n - Ordinance Number: N/A\n - Votes Summary: N/A\n - Decision/Key Actions: Report submitted for review.\n - Tags/Keywords: encampment, clean-up, report\n - UID: f2aa7eff-ab92-4c30-ab4c-edfcc59ea45b", + "uid": "f2aa7eff-ab92-4c30-ab4c-edfcc59ea45b", + "publish_date": "6-8-2023", + "page_number": 4, + "title": "Regular City Council Minutes 6-8-2023" }, { - "title": "Regular CIty Council Meeting 4-6-2023.pdf", - "page_content": "6/23/23, 5:39 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4500&doc_id=8be15eb3-debc-11ed-95dd-0050569183fa 37. CAL. NO. 34,121 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29266 M.C.S., as amended, entitled \"An Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023\", to transfer funds from the Department of Health to the Mayor's Office, Office of Homeless Programs & Strategy; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/21/23). (Referred to the Budget Committee). CONTINUED TO THE MEETING OF 4/20/23. 34121 REGULAR AGENDA 1. LEGISLATIVE GROUPING la. CBDHDLC APPEAL - OF W. NICHOLAS DIETZEN IV, DWYER, CAMBRE & SUFFERN, LAW FIRM - REPRESENTING ALEXANDRA LAND & DEVELOPMENT, LLC Brief: Requesting to appeal the Ce", - "page_number": 14, - "part": 1 + "page_content": "- Topic: Proposed agreement between the City of New Orleans Parish Sheriff's Office and Wellpath, LLC\n- Summary: Shelbi Flynn, Director of Innovation Chief Administrative Office, submitted a proposed agreement between the City of New Orleans Parish Sheriff's Office and Wellpath, LLC, along with a completed contract Summary Form and related Motion. The communication was electronically submitted and referred to the Criminal Justice Committee.\n- Ordinance Number: Not specified\n- Votes Summary:\n Vote 1: N/A - (Not specified)\n- Decision/Key Actions: Referred to the Criminal Justice Committee\n- Tags/Keywords: Agreement, City of New Orleans Parish Sheriff's Office, Wellpath, LLC, Criminal Justice Committee\n- UID: 25e8b658-d96b-4b01-90ce-5504421f8ea5\n\n- Topic: Monthly raw data relative to current staffing, hiring, and applications to the New Orleans Police Department\n- Summary: Amy B. Trepagnier, Director of Personnel, City of New Orleans, Department of Civil Service, submitted the monthly raw data as required by City Council Ordinance No. 29130. The communication was electronically submitted and received.\n- Ordinance Number: Not specified\n- Votes Summary:\n Vote 1: N/A - (Not specified)\n- Decision/Key Actions: Monthly raw data received\n- Tags/Keywords: Raw data, New Orleans Police Department, City Council Ordinance No. 29130\n- UID: 25e8b658-d96b-4b01-90ce-5504421f8ea5\n\n- Topic: Appeal of the Historic District Landmarks Commission's decision regarding a proposed demolition\n- Summary: The Deputy Director of the New Orleans Historic District Landmarks Commission submitted a report regarding an appeal of the HDLC's decision to deny a proposed demolition of a residence at 720 Moss Street. The report was electronically submitted and received.\n- Ordinance Number: Not specified\n- Votes Summary:\n Vote 1: N/A - (Not specified)\n- Decision/Key Actions: Report on appeal received\n- Tags/Keywords: Historic District Landmarks Commission, Appeal, Demolition, 720 Moss Street\n- UID: 25e8b658-d96b-4b01-90ce-5504421f8ea5", + "uid": "25e8b658-d96b-4b01-90ce-5504421f8ea5", + "publish_date": "6-8-2023", + "page_number": 5, + "title": "Regular City Council Minutes 6-8-2023" }, { - "title": "Regular CIty Council Meeting 4-6-2023.pdf", - "page_content": "ntral Business District Historic District Landmarks Commission's decision of the nomination for the study as a local historic landmark and its failure to consider a staff recommended six month deferral of the nomination for property located at 1001 Howard Avenue. Annotation: (Cm. Harris, District B, Cn. Deadline 5/7/23). (Report received on today's Consent Agenda). HEARING HELD. W. Nicholas Dietzen IV - 1001 Howard Avenue lb. MOTION - NO. M-23-144 - BY: COUNCILMEMBER HARRIS Brief: Granting the applicant's appeal of the Central Business District Historic District Landmarks Commission's decision and removing the property from landmark nomination and jurisdiction of the Central Business District Historic District Landmarks Commission. Annotation: (Council Rule 34. Postponement Deadline 8/4/23). M-23-144 https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4500&doc_id=8be15eb3-debc-11ed-95dd-0050569183fa 14/47 \f", - "page_number": 14, - "part": 2 + "page_content": "- Topic: Appeal of HDLC decision for 801 Belleville Street\n- Summary: Deputy Director of the New Orleans Historic District Landmarks Commission submitted a report regarding the appeal of HDLC's decision to deny the retention of a handrail constructed in deviation of approved drawings for the property at 801 Belleville Street.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Report electronically submitted and received for appeal.\n- Tags/Keywords: HDLC, appeal, 801 Belleville Street\n- UID: 2a666d3c-54d7-4d89-8060-8992a78cf680\n\n- Topic: Appeal of HDLC decision for 39-41 Allard Boulevard\n- Summary: Deputy Director of the New Orleans Historic District Landmarks Commission submitted a report regarding the appeal of HDLC's decision to deny the proposed demolition of a contributing rated residential building at 39-41 Allard Boulevard.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Report electronically submitted and received for appeal.\n- Tags/Keywords: HDLC, appeal, 39-41 Allard Boulevard\n- UID: 2a666d3c-54d7-4d89-8060-8992a78cf680\n\n- Topic: Appeal of HDLC decision for 1716 South Rampart Street\n- Summary: Deputy Director of the New Orleans Historic District Landmarks Commission submitted a report regarding the appeal of HDLC's decision to deny the retention of a rear screened-in porch and deck constructed without a Certificate of Appropriateness for the property at 1716 South Rampart Street.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Report electronically submitted and received for appeal.\n- Tags/Keywords: HDLC, appeal, 1716 South Rampart Street\n- UID: 2a666d3c-54d7-4d89-8060-8992a78cf680", + "uid": "2a666d3c-54d7-4d89-8060-8992a78cf680", + "publish_date": "6-8-2023", + "page_number": 6, + "title": "Regular City Council Minutes 6-8-2023" }, { - "title": "Regular CIty Council Meeting 4-6-2023.pdf", - "page_content": "6/23/23, 5:39 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4500&doc_id=8be15eb3-debc-11ed-95dd-0050569183fa Speakers: Michael Burnside Nick Dietzen Len Wormser Susan Johnson Nathan Lott MOVED By: Harris SECONDED BY: Moreno ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. 2. LEGISLATIVE GROUPING 2a. UNIVERSITY AREA OFF-STREET PARKING INTERIM ZONING DISTRICT APPEAL - OF BRUCE M. GOODWIN, ARCHITECT, ASSOCIATE PROFESSOR, SCHOOL OF ARCHITECTURE, TULANE UNIVERSITY Brief: Requesting a variance from the requirements of the University Area Off-Street Parking Interim Zoning District for permit application 23-05437-RNVS Renovation (St", - "page_number": 15, - "part": 1 + "page_content": "- Topic: Historic District Landmarks Commission (HDLC) Appeal Report - 7417-21 Burthe Street\n- Summary: Report regarding an appeal of the HDLC's approval of demolition for renovation and construction at 7417-21 Burthe Street.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Appeal report submitted electronically and received.\n- Tags/Keywords: HDLC, appeal, demolition, renovation, construction\n- UID: cb69a883-bf4e-485a-aea2-97acef307a5c\n\n- Topic: Vieux Carr\u00e9 Commission (VCC) Appeal Report - 1000 St Philip St\n- Summary: Report detailing an appeal of the VCC's decision of \"denial\" to retain work completed without benefit of VCC review and approval at 1000-1012 St. Philip Street.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Appeal report submitted electronically and received.\n- Tags/Keywords: VCC, appeal, denial, review, approval\n- UID: cb69a883-bf4e-485a-aea2-97acef307a5c\n\n- Topic: Zoning Docket Numbers 22/23, 36/23, 40/23, 41/23\n- Summary: Transmitting zoning docket numbers for upcoming hearing.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Transmittal letter for upcoming CPC meeting received.\n- Tags/Keywords: zoning, docket, hearing, City Planning Commission\n- UID: cb69a883-bf4e-485a-aea2-97acef307a5c\n\n- Topic: Conditional Use for Curb Cut along Convention Center Boulevard\n- Summary: Ordinance to establish a conditional use to permit a curb cut along Convention Center Boulevard in a Multi-Modal/Pedestrian Corridor Overlay.\n- Ordinance Number: CAL. NO. 34,181\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: Ordinance passed with a vote of 7 YEAS.\n- Tags/Keywords: conditional use, curb cut, Convention Center Boulevard, zoning\n- UID: cb69a883-bf4e-485a-aea2-97acef307a5c", + "uid": "cb69a883-bf4e-485a-aea2-97acef307a5c", + "publish_date": "6-8-2023", + "page_number": 7, + "title": "Regular City Council Minutes 6-8-2023" }, { - "title": "Regular CIty Council Meeting 4-6-2023.pdf", - "page_content": "ructural) for property located at 6301 Annunciation Street. Annotation: ELECTRONICALLY SUBMITTED. (Cm. Giarrusso, District A, Cn. Deadline N/A). WITHDRAWN. (At the applicant's request). Bruce Goodwin IZD 6301 Annunication St 2b. MOTION \u2014 M-23-131 \u2014BY: COUNCILMEMBER GIARRUSSO Brief: Approving and granting the applicant\u2019s request appealing the parking requirement of the University Area Interim Off-Street Parking Zoning District for property located at 6301 Annunciation Street. Annotation: (Council Rule 34. Postponement Deadline 8/4/23). WITHDRAWN. M-23-131 3. ZONING DOCKET NO. 87/22 \u2014 CITY COUNCIL MOTION NO. M-22-455 https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4500&doc_id=8be15eb3-debc-11ed-95dd-0050569183fa 15/47 \f", - "page_number": 15, - "part": 2 + "page_content": "- Topic: Amendment of Council's Rules and Regulations for Appointments\n- Summary: Motion to amend Rule 15.A to require appointments to boards, commissions, or public agencies to be made by motion and referred to the Governmental Affairs Committee for initial consideration before approval by the full Council. Also, outlines requirements for nominee questionnaires and notification of outgoing members.\n- Ordinance Number: M-23-189\n- Votes Summary:\n Vote 1: ADOPTED - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: Amendment of Rule 15.A approved, referred to the Governmental Affairs Committee, and recommended for approval.\n- Tags/Keywords: Council Rules, Appointments, Governmental Affairs Committee\n- UID: 94e2c04a-071c-43e3-847a-d6392a5f9464\n\n- Topic: Declaration of June as Eat Local Month\n- Summary: Resolution declaring June as Eat Local Month and supporting the Eat Local movement to encourage support for local farmers, fishers, food producers, farmers markets, restaurants, and other food businesses year-round.\n- Ordinance Number: R-23-244\n- Votes Summary:\n Vote 1: ADOPTED - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: Declaration of June as Eat Local Month approved, referred to the Quality of Life Committee, and recommended for approval.\n- Tags/Keywords: Eat Local Month, Local Food Movement, Quality of Life Committee\n- UID: 94e2c04a-071c-43e3-847a-d6392a5f9464", + "uid": "94e2c04a-071c-43e3-847a-d6392a5f9464", + "publish_date": "6-8-2023", + "page_number": 8, + "title": "Regular City Council Minutes 6-8-2023" }, { - "title": "Regular CIty Council Meeting 4-6-2023.pdf", - "page_content": "6/23/23, 5:39 PM 4a. Ab. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4500&doc_id=8be15eb3-debc-11ed-95dd-0050569183fa Brief: Requesting a text amendment to Article 20, Section 20.3.LLL of the Comprehensive Zoning Ordinance (CZO) to modify the Use Standards for Short Term Rentals (STR) to require posted signage for all three STR classifications. The proposed text amendment would affect properties citywide in districts where any type of STR is permitted or conditional. The recommendation of the City Planning Commission being \u201cFOR DENIAL\u201d. Annotation: ELECTRONICALLY SUMBITTED. (All Cms., Citywide, Cn. Deadline 3/6/23). PAST DEADLINE. PETITION DIES. ZD NO. NO 87/22 LEGISLATIVE GROUPING ZONING DOCKET NO. 100/22 \u2014 CITY COUNCIL MOTION NO. M-22-449 Brief: Requesting an Amendment to the text of the Comprehensive Zoning Ordinance to amend Article 19 to re-establish the University Area Off-Street Parking Interim Zoning District, the intent of which is to require off-street vehicular parking for any increase in the number of existing bedrooms. The proposed text changes would affect properties located in the area generally bou", - "page_number": 16, - "part": 1 + "page_content": "- Topic: 2024 Triennial Integrated Resource Plan of Entergy New Orleans, LLC\n- Summary: The council discussed and approved the initiating resolution regarding the 2024 Triennial Integrated Resource Plan of Entergy New Orleans, LLC. The Climate Change and Sustainability Committee recommended approval, and the resolution was adopted.\n- Ordinance Number: R-23-254\n- Votes Summary:\n Vote 1: Adopted - (6 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The resolution was adopted, initiating the process for the 2024 Triennial Integrated Resource Plan of Entergy New Orleans, LLC.\n- Tags/Keywords: Entergy New Orleans, Integrated Resource Plan, Climate Change, Sustainability\n- UID: b65cf4be-8dd3-4565-b4aa-0e4ea14c8464\n\n- Topic: Rulemaking Proceeding to Establish Renewable Portfolio Standards\n- Summary: The council discussed and approved the resolution and order to establish a comment period regarding Entergy New Orleans LLC's Renewable Portfolio Standards Compliance Demonstration Report for the 2022 compliance year. The Climate Change and Sustainability Committee recommended approval, and the resolution was adopted.\n- Ordinance Number: R-23-255\n- Votes Summary:\n Vote 1: Adopted - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The resolution and order to establish a comment period regarding the Renewable Portfolio Standards Compliance Demonstration Report for the 2022 compliance year was adopted.\n- Tags/Keywords: Renewable Portfolio Standards, Compliance Demonstration Report, Entergy New Orleans\n- UID: b65cf4be-8dd3-4565-b4aa-0e4ea14c8464", + "uid": "b65cf4be-8dd3-4565-b4aa-0e4ea14c8464", + "publish_date": "6-8-2023", + "page_number": 9, + "title": "Regular City Council Minutes 6-8-2023" }, { - "title": "Regular CIty Council Meeting 4-6-2023.pdf", - "page_content": "nded by Cecil Street, a straight line connecting Cecil Street to Monticello Avenue, Monticello Avenue, to Leake Avenue, to River Drive, to Riverview Drive, to East Drive, to Tchoupitoulas Street, turning north on Jefferson Avenue, turning east on South Claiborne Avenue, turning north on Toledano Street, connecting to Washington Avenue, turning east on Earhart Boulevard, turning north on South Carrollton Avenue, turning east on Tulane Avenue/Airline Highway connecting to Palmetto Street, to Northline Street, to Monticello Avenue, to Cecil Street (Municipal Addresses: Multiple). The recommendation of the City Planning Commission being \u201cFOR MODIFIED APPROVAL\u201d. Annotation: ELECTRONICALLY SUBMITTED. (Cms. Giarrusso, District A and Harris, District B, Cn. Deadline 4/17/23). ON DEADLINE. HEARING HELD. ZD NO. 100/22 MOTION - NO. M-23-143 - BY: COUNCILMEMBERS GIARRUSSO AND HARRIS Brief: Approving the Text Amendment request on ZD NO. 100/22. Annotation: (Council Rule 34. Postponement Deadline 8/4/23). WITHDRAWN. M-23-143 https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4500&doc_id=8be15eb3-debc-11ed-95dd-0050569183fa 16/47 \f", - "page_number": 16, - "part": 2 + "page_content": "- Topic: Ordinance 33893\n- Summary: The ordinance aimed to establish reporting requirements for the Department of Finance, including the issuance of a statement alongside each payment to a security and improvement district, and an annual financial report to be transmitted to the City Council. The ordinance was electronically submitted and then withdrawn.\n- Ordinance Number: 33893\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: The ordinance was electronically submitted and then withdrawn.\n- UID: 966a4a04-5a06-4fa7-8efd-b1c12b2d8da4\n\n- Topic: Ordinance 34124\n- Summary: This ordinance aimed to establish definitions, procedures, and rights relevant to collective bargaining for employees of the City of New Orleans. It was electronically submitted and continued to the meeting of 6/22/23.\n- Ordinance Number: 34124\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: The ordinance was electronically submitted and continued to the meeting of 6/22/23.\n- UID: 966a4a04-5a06-4fa7-8efd-b1c12b2d8da4\n\n- Topic: Ordinance 34143\n- Summary: This ordinance aimed to require augmentation of the contact information included on a specific website. \n- Ordinance Number: 34143\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: N/A\n- UID: 966a4a04-5a06-4fa7-8efd-b1c12b2d8da4", + "uid": "966a4a04-5a06-4fa7-8efd-b1c12b2d8da4", + "publish_date": "6-8-2023", + "page_number": 10, + "title": "Regular City Council Minutes 6-8-2023" }, { - "title": "Regular CIty Council Meeting 4-6-2023.pdf", - "page_content": "6/23/23, 5:39 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4500&doc_id=8be15eb3-debc-11ed-95dd-0050569183fa 4c. SUBSTITUTE MOTION \u2014 NO. M-23-143 \u2014 BY: COUNCILMEMBERS GIARRUSSO AND HARRIS Brief: Approving the Text Amendment request on ZD NO. 100/22, subject to the modifications to the proposed text additions found on pages 5-7 of the City Planning Commission Executive Summary Final Staff Report. Annotation: (Council Rule 34. Postponement Deadline 8/4/23). MOVED By: Giarrusso SECONDED BY: Moreno ACTION: Suspend the Rules YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. ", - "page_number": 17, - "part": 1 + "page_content": "- Topic: Amendment to Section 70-101 of the Code of the City of New Orleans\n- Summary: The ordinance aims to increase the amount of petty cash available to the Chief Administrative Office's Equipment Maintenance Division to $10,000 for vehicle title and registration fees and related expenses.\n- Ordinance Number: 34182\n- Votes Summary:\n Vote 1: Adopted - (4 YEAS, 1 NAY, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The ordinance was adopted, with 4 council members voting in favor and 1 against.\n- Tags/Keywords: Petty cash, Equipment Maintenance Division, ordinance amendment\n- UID: ecf55770-33bd-4d45-98f8-cb046c3995e9\n\n- Topic: Amendment to Cooperative Endeavor Agreement between the City of New Orleans and Children's Bureau of New Orleans\n- Summary: The ordinance seeks to extend the Agreement for an additional one year and increase the maximum aggregate amount of compensation for mental health services to youth.\n- Ordinance Number: 34191\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: No specific voting outcome provided.\n- Tags/Keywords: Cooperative Endeavor Agreement, mental health services, youth, amendment\n- UID: ecf55770-33bd-4d45-98f8-cb046c3995e9", + "uid": "ecf55770-33bd-4d45-98f8-cb046c3995e9", + "publish_date": "6-8-2023", + "page_number": 11, + "title": "Regular City Council Minutes 6-8-2023" }, { - "title": "Regular CIty Council Meeting 4-6-2023.pdf", - "page_content": "MOVED By: Giarrusso SECONDED BY: Moreno ACTION: Add Item to Agenda YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. Speakers: Pierre G. Walker Romy LaCour Maxwell Ciardullo Susan Johnson E-Comments: Elaine Leyda Emily Ratner Elaine Leyda Claudette Price Mary Mysing-Gubala MOVED By: Giarrusso SECONDED BY: Harris ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4500&doc_id=8be15eb3-debc-11ed-95dd-0050569183fa 17/47 \f", - "page_number": 17, - "part": 2 + "page_content": "- Topic: Temporary waiver of fees and requirements for Plessy Day 2023\n- Summary: The ordinance aims to temporarily waive certain fees, permit fees, and requirements within and around A.P. Tureaud Civil Rights Memorial Park for Plessy Day 2023. The duration and boundaries of the waiver are specified in the ordinance.\n- Ordinance Number: 34193 - 29485 M.C.S.\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The motion to adopt the ordinance passed.\n- Tags/Keywords: Fee waiver, A.P. Tureaud Civil Rights Memorial Park, Plessy Day 2023, temporary ordinance\n- UID: c2c15bc7-f363-4dcf-9e48-0ce7e176c336\n\n- Topic: Temporary waiver of fees and requirements for The First Annual Unity and Resource Picnic \n- Summary: The ordinance seeks to temporarily waive certain fees, permit fees, and requirements within and around NORD Lafite Greenway for The First Annual Unity and Resource Picnic. The duration and boundaries of the waiver are specified in the ordinance.\n- Ordinance Number: 34194 - 29485 M.C.S.\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The motion to adopt the ordinance passed.\n- Tags/Keywords: Fee waiver, NORD Lafite Greenway, The First Annual Unity and Resource Picnic, temporary ordinance\n- UID: c2c15bc7-f363-4dcf-9e48-0ce7e176c336", + "uid": "c2c15bc7-f363-4dcf-9e48-0ce7e176c336", + "publish_date": "6-8-2023", + "page_number": 12, + "title": "Regular City Council Minutes 6-8-2023" }, { - "title": "Regular CIty Council Meeting 4-6-2023.pdf", - "page_content": "6/23/23, 5:39 PM 5. Sa. 5b. 7. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4500&doc_id=8be15eb3-debc-11ed-95dd-0050569183fa LEGISLATIVE GROUPING ZONING DOCKET NO. 3/23 - 604 JULIA STREET PROJECT, LLC Brief: Requesting a Conditional Use to permit a hotel in a CBD-5 Urban Core Neighborhood Lower Intensity Mixed-Use District, located on the rear portion of Lot 2 or 39, Square 181, in the First Municipal District, bounded by Julia Street, Camp Street, Saint Charles Avenue, and Saint Joseph Street (Municipal Address: 604 Julia Street). The recommendation of the City Planning Commission being \u201cFOR DENIAL\u201d. Annotation: ELECTRONICALLY SUBMITTED. (Cm. Harris, District B, Cn. Deadline 5/22/23). CONTINUED TO THE MEETING OF 4/20/23. ZD NO. 3/23 MOTION \u2014 NO. M-23-138 \u2014 BY: COUNCILMEMBER HARRIS Brief: Denying the applicant\u2019s Conditional Use request on ZD NO. 3/23. Annotation: (Council Rule 34. Postponement Deadline 8/4/23). CO", - "page_number": 18, - "part": 1 + "page_content": "- Topic: Designation of Clean Zone for 2023 Essence Festival\n- Summary: The ordinance seeks to designate public property in designated areas of the City of New Orleans as a temporary \"Clean Zone\" during the 2023 Essence Festival, with temporary prohibitions on certain permits and business/commercial activities within the area.\n- Ordinance Number: 34194 - 29486 M.C.S.\n- Votes Summary:\n - Vote 1: Adopted - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed with unanimous support from the council members.\n- UID: d856e5a4-e04c-4d82-b3b7-efb64a7e4ece\n\n- Topic: Designation of Clean Zone for 2023 Essence Festival (Amendment)\n- Summary: An amendment related to the previous ordinance for the designation of the Clean Zone during the 2023 Essence Festival.\n- Ordinance Number: 34196 - 29488 M.C.S.\n- Votes Summary:\n - Vote 1: Adopted - (6 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT, 1 RECUSED)\n- Decision/Key Actions: The amendment passed with the support of the majority of council members, with one member recusing from the vote.\n- UID: d856e5a4-e04c-4d82-b3b7-efb64a7e4ece\n\n- Topic: [Insert Title of Third Ordinance]\n- Summary: [Insert Brief Description]\n- Ordinance Number: [Insert Ordinance Number]\n- Votes Summary:\n - Vote 1: [Insert Vote Summary]\n - Vote 2: [Insert Summary of the second vote, if applicable]\n - ...(Continue for additional votes)\n- Decision/Key Actions: [Insert Key Decisions or Actions]\n- UID: d856e5a4-e04c-4d82-b3b7-efb64a7e4ece", + "uid": "d856e5a4-e04c-4d82-b3b7-efb64a7e4ece", + "publish_date": "6-8-2023", + "page_number": 13, + "title": "Regular City Council Minutes 6-8-2023" }, { - "title": "Regular CIty Council Meeting 4-6-2023.pdf", - "page_content": "NTINUED TO THE MEETING OF 4/20/23. M-23-138 ZONING DOCKET NO. 5/23 \u2014 CITY COUNCIL MOTION NO. M-22-447 Brief: Requesting a Planned Development in an HU-RD2 Historic Urban Two-Family Residential District and an HUC Historic Urban Corridor Use Restriction Overlay District to allow the adaptive re-use of an existing institutional structure as a multiple-family residence, on Square 682, Lots 16-19, in the First Municipal District, bounded by South Rendon Street, Cleveland Avenue, Palmyra Street, and Jefferson Davis Parkway (Municipal Addresses: 217 South Rendon Street and 3300 Cleveland Avenue). The recommendation of the City Planning Commission being \u201cFOR DENIAL\u201d. Annotation: ELECTRONICALLY SUBMITTED. (Cm. Harris, District B, Cn. Deadline 5/8/23). CONTINUED TO THE MEETING OF 4/20/23. ZD NO. 5/23 LEGISLATIVE GROUPING https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4500&doc_id=8be15eb3-debc-11ed-95dd-0050569183fa 18/47 \f", - "page_number": 18, - "part": 2 + "page_content": "- Topic: Evaluation and Recommendation for NOPD Bonus Annual Leave\n- Summary: The ordinance directs the Department of City Civil Service to evaluate and provide recommendations for amending Rule VIII to establish a bonus annual leave day for NOPD commissioned officers who meet certain fitness standards on a yearly basis.\n- Ordinance Number: 34197 - 29489 M.C.S.\n- Votes Summary:\n - Vote 1: Adopt - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance was adopted with 6 YEAS and 0 NAYS.\n- Tags/Keywords: NOPD, Civil Service, Bonus Annual Leave\n- UID: 05d1ab99-0ae7-451e-ad6a-afff574314cd\n\n- Topic: Ownership of Hotels and Motels for Licensing\n- Summary: The ordinance aims to establish section 26-551 of the Code of the City of New Orleans relative to ownership of hotels and motels for licensing. It was continued to the meeting of 7/13/23.\n- Ordinance Number: 34199\n- Votes Summary: N/A\n- Decision/Key Actions: The ordinance was continued to the meeting of 7/13/23.\n- Tags/Keywords: Hotel Licensing, Motel Licensing\n- UID: 05d1ab99-0ae7-451e-ad6a-afff574314cd\n\n- Topic: Amendment to Cooperative Endeavor Agreement for AOT Program\n- Summary: The ordinance authorizes the Mayor of the City of New Orleans to enter into Amendment No. 1 to a previously executed Cooperative Endeavor Agreement (CEA) between the City of New Orleans and Healing Minds Nola, relative to the public purpose of supporting the New Orleans Assisted Outpatient Treatment (AOT) program. It also extends the term of the agreement for one additional year.\n- Ordinance Number: 34200\n- Votes Summary: N/A\n- Decision/Key Actions: The ordinance authorizing the amendment to the CEA was presented.\n- Tags/Keywords: AOT Program, Mental Health, Cooperative Endeavor Agreement\n- UID: 05d1ab99-0ae7-451e-ad6a-afff574314cd", + "uid": "05d1ab99-0ae7-451e-ad6a-afff574314cd", + "publish_date": "6-8-2023", + "page_number": 14, + "title": "Regular City Council Minutes 6-8-2023" }, { - "title": "Regular CIty Council Meeting 4-6-2023.pdf", - "page_content": "6/23/23, 5:39 PM 7a. 7b. 8a. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4500&doc_id=8be15eb3-debc-11ed-95dd-0050569183fa ZONING DOCKET NO. 9/23 \u2014 N&B INVESTMENT GROUP, LLC Brief: Requesting an Amendment to Ordinance No. 23,346 MCS (Zoning Docket 069/08, which granted a conditional use to permit a large childcare center) to now authorize the use of the property as a community center in an HU-RD2 Historic Urban Two-Family Residential District, on Square 844, Lots 21-A and 22-A, in the Third Municipal District, bounded by Lizardi Street, Forstall Street, North Prieur Street, and North Roman Street (Municipal Address: 1804 Lizardi Street). The recommendation of the City Planning Commission being \u201cFOR APPROVAL\u201d, subject to three (3) provisos. Annotation: ELECTRONICALLY SUBMITTED. (Cm. Thomas, District E, Cn. Deadline 5/8/23). HEARING HELD. ZD NO. 9/23 MOTION \u2014 NO. M-23-141 \u2014 BY: COUNCILMEMBER THOMAS Brief: Approving the applicant\u2019s Conditi", - "page_number": 19, - "part": 1 + "page_content": "- Topic: Amendment of Ordinance No. 29239 MCS\n- Summary: An ordinance to amend and reordain Ordinance No. 29239 MCS to provide an effective date of such ordinance.\n- Ordinance Number: 34,195 - By: Councilmember Morrell\n- Votes Summary:\n Vote 1: Adopt - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The ordinance was adopted with 5 council members in favor and 2 absent.\n- Tags/Keywords: Amendment, Ordinance No. 29239 MCS, Effective date\n- UID: 131db0dc-c5fc-48b5-a63f-6199aa115b33\n\n- Topic: Unspecified ordinance by Councilmember Thomas\n- Summary: The specific details and purpose of this ordinance are not provided in the summary.\n- Ordinance Number: 34,202 - By: Councilmember Thomas (By Request)\n- Votes Summary: Not available\n- Decision/Key Actions: Not available\n- Tags/Keywords: Unspecified\n- UID: 131db0dc-c5fc-48b5-a63f-6199aa115b33", + "uid": "131db0dc-c5fc-48b5-a63f-6199aa115b33", + "publish_date": "6-8-2023", + "page_number": 15, + "title": "Regular City Council Minutes 6-8-2023" }, { - "title": "Regular CIty Council Meeting 4-6-2023.pdf", - "page_content": "onal Use request on ZD NO. 9/23, subject to three (3) provisos as stated in the City Planning Commission\u2019s report. Annotation: (Council Rule 34. Postponement Deadline 8/4/23). M-23-141 MOVED By: Thomas SECONDED BY: Moreno ACTION: Adopt YEAS: Green, Harris, King, Moreno, Morrell, Thomas - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Giarrusso - 1 RECUSED: 0 AND THE MOTION PASSED. LEGISLATIVE GROUPING ZONING DOCKET NO. 11/23 \u2014 929 THIRD ST., LLC Brief: Requesting a Conditional Use to permit a standard restaurant in an HU-B1 Historic Urban Residential Business District, on Square 141, Lot 7, in the Fourth Municipal District, bounded by St. Mary Street, Camp Street and Sophie Wright Place (Municipal Address: 1829 Sophie Wright Place). The recommendation of the City Planning Commission being \u201cFOR APPROVAL\u201d, subject to three (3) provisos. Annotation: https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4500&doc_id=8be15eb3-debc-11ed-95dd-0050569183fa 19/47 \f", - "page_number": 19, - "part": 2 + "page_content": "- Topic: Cooperative Endeavor Agreement between the City of New Orleans and University Medical Center Management Corporation\n- Summary: The ordinance authorizes the Mayor to enter into a Cooperative Endeavor Agreement with the University Medical Center Management Corporation for the purpose of reducing community violence. The ordinance was adopted.\n- Ordinance Number: 35ea87eb-dee6-46dd-b346-889f89c59a66\n- Votes Summary:\n Vote 1: Adopt - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance was adopted without any amendments or discussions.\n- Tags/Keywords: Cooperative Endeavor Agreement, University Medical Center, Community Violence\n\n- Topic: Amendment to Operating Budget for the City of New Orleans\n- Summary: The ordinance aims to amend the operating budget for the City of New Orleans to appropriate grant funds awarded by the State of Louisiana to the Office of Homeland Security for the Urban Area Security Initiative. The ordinance was continued to the meeting of 7/13/23 and referred to the Budget Committee.\n- Ordinance Number: 34203\n- Votes Summary: N/A\n- Decision/Key Actions: The ordinance was continued to a future meeting for further consideration by the Budget Committee.\n- Tags/Keywords: Operating Budget, Grant Funds, Homeland Security, Urban Area Security Initiative\n\n- Topic: Ratification of 2023 Mow to Own rules\n- Summary: The ordinance ratifies and approves the 2023 Mow to Own rules in accordance with the Code of the City of New Orleans. No specific voting outcome was provided.\n- Ordinance Number: R-23-274\n- Votes Summary: N/A\n- Decision/Key Actions: The ordinance was presented for information only and did not have a specific voting outcome listed.\n- Tags/Keywords: Mow to Own rules, Ratification, Code of the City of New Orleans\n\n- UID: 35ea87eb-dee6-46dd-b346-889f89c59a66", + "uid": "35ea87eb-dee6-46dd-b346-889f89c59a66", + "publish_date": "6-8-2023", + "page_number": 16, + "title": "Regular City Council Minutes 6-8-2023" }, { - "title": "Regular CIty Council Meeting 4-6-2023.pdf", - "page_content": "6/23/23, 5:39 PM 8b. 10. 10a. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4500&doc_id=8be15eb3-debc-11ed-95dd-0050569183fa ELECTRONICALLY SUBMITTED. (Cm. Harris, District B, Cn. Deadline 5/22/23). HEARING HELD. ZD NO. 11/23 MOTION \u2014 NO. M-23-139 \u2014 BY: COUNCILMEMBER HARRIS Brief: Approving and granting the applicant\u2019s Conditional Use request on ZD NO. 11/23, subject to three (3) provisos set forth in the City Planning Commission\u2019s report. Annotation: (Council Rule 34. Postponement Deadline 8/4/23). M-23-139 MOVED By: Harris SECONDED BY: _ King ACTION: Adopt YEAS: Green, Harris, King, Moreno, Morrell, Thomas - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Giarrusso - 1 RECUSED: 0 AND THE MOTION PASSED. CAL. NO. 33,893 - BY: COUNCILMEMBER HARRIS Brief: An Ordinance to ordain Section 70-10 of the", - "page_number": 20, - "part": 1 + "page_content": "- Topic: Demolition Request for 2204-2206 Pauger Street\n- Summary: The City Council reviewed and approved the demolition permit for the properties located at 2204-2206 Pauger Street.\n- Ordinance Number: M-23-267\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The City Council approved the demolition permit for the specified properties.\n- Tags/Keywords: Demolition, Permit, Property, Pauger Street\n- UID: a030d4f0-b9a7-4cd7-9c4b-96587763b11c", + "uid": "a030d4f0-b9a7-4cd7-9c4b-96587763b11c", + "publish_date": "6-8-2023", + "page_number": 17, + "title": "Regular City Council Minutes 6-8-2023" }, { - "title": "Regular CIty Council Meeting 4-6-2023.pdf", - "page_content": " Code of the City of New Orleans to establish reporting requirements applicable to the Department of Finance, including both a statement to be issued alongside each payment the City of New Orleans provides to a security and improvement district, and an annual financial report to be transmitted to the City Council, and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. CONTINUED TO THE MEETING OF 4/20/23. 33893 LEGISLATIVE GROUPING CAL. NO. 33,983 - BY: COUNCILMEMBER MORRELL Brief: An Ordinance to amend Section 26-236 to establish additional definitions for what may be declared a blight and public nuisance; and otherwise, to provide with respect thereto. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4500&doc_id=8be15eb3-debc-11ed-95dd-0050569183fa 20/47 \f", - "page_number": 20, - "part": 2 + "page_content": "- Topic: HDLC Appeal of Richard Lindsay, on behalf of Sylvia Chriss-Bibbins\n- Summary: This ordinance involved a request to appeal the Historic District Landmarks Commission's decision to levy a fine of $20,000 for unpermitted demolition of the property located at 2123 Soniat Street.\n- Ordinance Number: M-23-259\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n Vote 2: Motion to Reconsider Vote - Passed (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The council overruled and approved the applicant's request to appeal the fine for unpermitted demolition of the property located at 2123 Soniat Street.\n- Tags/Keywords: HDLC Appeal, Historic District Landmarks Commission, Fine Appeal, Unpermitted Demolition\n- UID: 92e7e609-88a0-49ae-85a6-6a31d0a33ce1", + "uid": "92e7e609-88a0-49ae-85a6-6a31d0a33ce1", + "publish_date": "6-8-2023", + "page_number": 18, + "title": "Regular City Council Minutes 6-8-2023" }, { - "title": "Regular CIty Council Meeting 4-6-2023.pdf", - "page_content": "6/23/23, 5:39 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4500&doc_id=8be15eb3-debc-11ed-95dd-0050569183fa Annotation: ELECTRONICALLY SUBMITTED. 33983 - 29391 M.C.S. 10b. AMENDMENT TO CAL. NO. 33,983 - BY: COUNCILMEMBER MORRELL Brief: 1. On page 1, in the preamble, after \u201cSection 26-236\u201d add \u201cof the Code of the City of New Orleans\u201d. 2. On page 1, following the preamble, insert the following recitals: WHEREAS, Urban blight is a quality of life issue; and WHEREAS, Research shows that neighborhoods with vacant or abandoned properties are linked to higher rates of mental distress, chronic illnesses, and unhealthy habits; and WHEREAS, Vacant or abandoned housing stock without services and in unfinished conditions invite crime, depress home values, and discourage neighborhood investment; and WHEREAS, Addressing blighted and abandoned properties promotes positive health outcomes for residents, increase", - "page_number": 21, - "part": 1 + "page_content": "- Topic: HDLC Appeal - Peter Gardner - 720 Moss Street\n- Summary: The ordinance pertained to the appeal of the Historic District Landmarks Commission's decision to deny the application for demolition of more than 50% of the existing wall structure for a property located at 720 Moss Street. The council voted to approve and grant the demolition request.\n- Ordinance Number: M-23-257\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The council approved the demolition request for more than 50% of the existing wall structure for the property at 720 Moss Street.\n- Tags/Keywords: HDLC Appeal, Peter Gardner, Demolition, Moss Street\n- UID: d2ee6d1b-2217-4124-9f29-d6306bc49d31", + "uid": "d2ee6d1b-2217-4124-9f29-d6306bc49d31", + "publish_date": "6-8-2023", + "page_number": 19, + "title": "Regular City Council Minutes 6-8-2023" }, { - "title": "Regular CIty Council Meeting 4-6-2023.pdf", - "page_content": "s home ownership, makes neighborhoods more attractive, and encourages reinvestment. 3. On line 2, delete \u201c236of\u201d and insert \u201c236 of\u201d in lieu 4. After line 11, insert the following: A hearing officer may declare any premise a blight and public nuisance if either subsection (a) or (b) of this section is met. 5. On line 12, insert the heading \u201c(a)\u201d at the beginning of the paragraph and format accordingly. 6. On line 12, remove the word \u201cvacant\u201d. 7. On line 13, after the word \u201cthereon\u201d insert the word \u201cthat\u201d. 8. On line 14, delete the words \u201cthe property\u201d. 9. On lines 15-19, delete the sentence \u201cAny vacant commercial or residential premises that has not been occupied or otherwise use in furtherance of a commercial or residential purpose within the preceding two (2) or more years and for which no https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4500&doc_id=8be15eb3-debc-11ed-95dd-0050569183fa 21/47 \f", - "page_number": 21, - "part": 2 + "page_content": "- Topic: HDLC APPEAL - ZACHARY SMITH, OWNER \"ZACK SMITH CONSULTING & DESIGN\"\n- Summary: The appeal was regarding the retention of an inappropriate wood balustrade at the front gallery of a residential building located at 801 Belleville Street. The motion to overrule and grant the applicant's request to retain the front facade balustrade passed.\n- Ordinance Number: M-23-268\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The motion to overrule and grant the applicant's request passed, allowing the retention of the front facade balustrade.\n- Tags/Keywords: HDLC appeal, historic district, residential building, overruling, retention\n- UID: 50c675b9-24a9-4516-9dfd-99e173009eb6\n\n- Topic: HDLC APPEAL - KEISHA CALDERON AND MORGAN PEELE, PROPERTY OWNERS\n- Summary: The appeal was related to a property owned by Keisha Calderon and Morgan Peele. Further details can be found at the provided link.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: N/A\n- Tags/Keywords: HDLC appeal, property owners, appeal details\n- UID: 50c675b9-24a9-4516-9dfd-99e173009eb6", + "uid": "50c675b9-24a9-4516-9dfd-99e173009eb6", + "publish_date": "6-8-2023", + "page_number": 20, + "title": "Regular City Council Minutes 6-8-2023" }, { - "title": "Regular CIty Council Meeting 4-6-2023.pdf", - "page_content": "6/23/23, 5:39 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4500&doc_id=8be15eb3-debc-11ed-95dd-0050569183fa plans to alienate, lease, or imminently occupy or otherwise use in furtherance of a commercial or residential purpose may be declared a blight and public nuisance by a hearing officer.\u201d 10. On line 19, remove the word \u201cvacant\u201d. 11. After line 21, insert the following: (b) Any vacant structure that is not an accessory structure located on a residential or commercial premises may be declared a blight and public nuisance by a hearing officer based on the following factors: (1) The vacant structure is in a condition not immediately fit for the use or occupancy of a structure of its type; (2) The vacant structure has not had electrical service, water service, sewer service, or other utilities customarily required to make a structure of its type fit for use or occupancy during the preceding six months; or (3) Construction reasonably calculated to permit the use or occupancy of the vacant structure has not occurred during the preceding six months, as evidenced by the absence of an open construction permit or such other evidence as the city may reasonably provid", - "page_number": 22, - "part": 1 + "page_content": "- Topic: HDLC Appeal - Keisha Calderon and Morgan Peele\n- Summary: Request to appeal the Historic District Landmarks Commission's decision of \"denial\" for retention of the screened in porch and second floor deck at the rear of building for property located at 1716-1722 S. Rampart Street.\n- Ordinance Number: M-23-260\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The council overruled and approved the applicant's appeal request for retention of the screened in porch and second floor deck.\n- Tags/Keywords: HDLC Appeal, Historic District Landmarks Commission, Property Retention, Appeal Request\n- UID: 763f0c79-e642-4312-89d3-49738d6dabfd\n\n- Topic: HDLC Appeal - Susan Johnson\n- Summary: Request to appeal the Historic District Landmarks Commission's decision of \"approval\" to grant Conceptual Approval for property located at 7417-7421 Burthe Street.\n- Ordinance Number: Not specified\n- Votes Summary: Not specified\n- Decision/Key Actions: The appeal was continued to the meeting of 6/22/23, no decision was made at this time.\n- Tags/Keywords: HDLC Appeal, Historic District Landmarks Commission, Conceptual Approval, Property Appeal\n- UID: 763f0c79-e642-4312-89d3-49738d6dabfd", + "uid": "763f0c79-e642-4312-89d3-49738d6dabfd", + "publish_date": "6-8-2023", + "page_number": 21, + "title": "Regular City Council Minutes 6-8-2023" }, { - "title": "Regular CIty Council Meeting 4-6-2023.pdf", - "page_content": "e. (c) An owner or occupant cited pursuant to subsection (b) may avoid a declaration of blight and public nuisance for a vacant structure by promptly undertaking and diligently completing the work necessary to permit occupancy or use of the vacant structure. Such efforts shall be evidenced by a written contract with a licensed contractor dated not less than 45 days before the hearing and containing a scope of work reasonably calculated to further the use or occupancy of the vacant structure. In such an event, continuance hearings before the hearing officer shall be held every 90 days until the renovation of the vacant structure is complete and is again fit for use or occupancy. The owner or occupant shall be limited to not more than four (4) continuances. In the event the owner or occupant fails to bring the vacant structure into compliance by the end of the expiration of the fourth continuance, the hearing officer may order the vacant structure declared a blight and public nuisance. If the owner or occupant fails during any continuance hearing to demonstrate https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4500&doc_id=8be15eb3-debc-11ed-95dd-0050569183fa 22/47 \f", + "page_content": "- Topic: VCC Appeal - Karen Glaser Stein - 1000-1012 St Philip St.\n- Summary: Karen Glaser Stein appealed the Vieux Carr\u00e9 Commission's decision to deny work completed without their approval for properties located at 1000-1012 St. Philip Street.\n- Ordinance Number: M-23-269\n- Votes Summary:\n Vote 1: Denied - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The appeal request was denied for properties located at 1000-1012 St. Philip Street.\n- Tags/Keywords: Vieux Carr\u00e9 Commission, appeal, denial, property modification\n- UID: 55834325-5188-46fd-9375-1c3d01425488\n\n- Topic: Zoning Docket No. 66/22 3310 Conti Street, LLC\n- Summary: Requesting a Conditional Use to permit a neighborhood commercial establishment in an HU-RD2 Historic Urban Two-Family Residential District, on Square 450, Lot X, in the Second Municipal District, with the recommendation of the City Planning Commission being \"FOR APPROVAL\".\n- Ordinance Number: 66-22\n- Votes Summary:\n Vote 1: N/A - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The request for Conditional Use was presented, but the voting outcome was not specified.\n- Tags/Keywords: Zoning, Conditional Use, neighborhood commercial establishment\n- UID: 55834325-5188-46fd-9375-1c3d01425488", + "uid": "55834325-5188-46fd-9375-1c3d01425488", + "publish_date": "6-8-2023", "page_number": 22, - "part": 2 + "title": "Regular City Council Minutes 6-8-2023" }, { - "title": "Regular CIty Council Meeting 4-6-2023.pdf", - "page_content": "6/23/23, 5:39 PM 11. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4500&doc_id=8be15eb3-debc-11ed-95dd-0050569183fa ongoing good-faith efforts to bring the vacant structure into compliance, the hearing officer may order the vacant structure declared a blight and public nuisance. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 8/4/23). 33983 AMD MOVED By: Morrell SECONDED BY: _ King ACTION: Amendment YEAS: Green, Harris, King, Moreno, Morrell, Thomas - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Giarrusso - 1 RECUSED: 0 AND THE MOTION PASSED. Speaker: Michael Burnside MOVED By: Morrell SECONDED BY: Thomas ACTION: As Amended YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. 33983 - 29391 M.C.S. AS AMENDED CAL. NO. 34,091", + "page_content": "- Topic: Conditional Use Request Approval\n- Summary: The council approved and granted the applicant's Conditional Use request for ZD NO. 66/22.\n- Ordinance Number: M-23-261\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The motion to approve the Conditional Use request passed.\n- UID: fd634cb9-6d89-4722-b57a-504b60a0409e\n\n- Topic: Amendment to Comprehensive Zoning Ordinance\n- Summary: The council considered an amendment to the text of the Comprehensive Zoning Ordinance to require security measures and crime mitigation efforts at Parking Structures and Parking Lots.\n- Ordinance Number: M-23-262\n- Votes Summary:\n Vote 1: Passed - (Details not provided)\n- Decision/Key Actions: The motion to approve the Text Amendment request for ZD NO. 12/23 passed.\n- UID: fd634cb9-6d89-4722-b57a-504b60a0409e", + "uid": "fd634cb9-6d89-4722-b57a-504b60a0409e", + "publish_date": "6-8-2023", "page_number": 23, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 4-6-2023.pdf", - "page_content": " - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29,265 M.C.S., as amended, entitled \"An Ordinance Providing an Operating Budget of Revenues for the City of New Orleans for the Year 2023\", to appropriate Capital Outlay funds awarded by the State of Louisiana Facility Planning and Control (\"FP&C\") to the City of New Orleans for the Sewerage and Water Board Power Plant, Planning and Construction Project (No. 50-ML3-18-02); and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/7/23). (Fiscal Note received). (Referred to the Budget Committee). CONTINUED TO THE MEETING OF 4/20/23. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4500&doc_id=8be15eb3-debc-11ed-95dd-0050569183fa 23/47 \f", - "page_number": 23, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 4-6-2023.pdf", - "page_content": "6/23/23, 5:39 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4500&doc_id=8be15eb3-debc-11ed-95dd-0050569183fa 34091 12. CAL. NO. 34,092 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29,266 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023\u201d, to appropriate Capital Outlay funds awarded by the State of Louisiana Facility Planning and Control (\u201cFP&C\u201d) to the City of New Orleans for the Sewerage and Water Board Power Plant, Planning and Construction Project (No. 50-ML3-18-02); and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/7/23). (Fiscal Note received). (Referred to the Budget Committee). CONTINUED TO THE MEETING OF 4/20/23. 34092 13. CAL. NO. 34,093 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN, THOMAS AND KING (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29,265 M.C.S., as amended, entitled \u201cAn Ordinance Providing an O", - "page_number": 24, - "part": 1 + "title": "Regular City Council Minutes 6-8-2023" }, { - "title": "Regular CIty Council Meeting 4-6-2023.pdf", - "page_content": "perating Budget of Revenues for the City of New Orleans for the Year 2023\u201d, to appropriate grants funds awarded to the City of New Orleans for the West Bank Ferry Terminal Renovations, Planning and Construction Project (No. 50-ML3-15-05); and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/7/23). (Fiscal Note received). (Referred to the Budget Committee). CONTINUED TO THE MEETING OF 4/20/23. 34093 14. CAL. NO. 34,094 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN, THOMAS AND KING (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29,266 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023\u201d, to appropriate grant funds awarded to the City of New Orleans for the West Bank Ferry Terminal Renovations, Planning and Construction Project (No. 50-ML3-15-05); and otherwise to provide with respect thereto. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4500&doc_id=8be15eb3-debc-11ed-95dd-0050569183fa 24/47 \f", + "page_content": "- Topic: Zoning Docket No. 14/23 - City Council Motion No. M-23-43\n- Summary: Amendment to the Comprehensive Zoning Ordinance to create standards for affordable homeownership opportunities and consider the community land trust model. The proposed text change would affect properties city-wide.\n- Ordinance Number: M-23-43\n- Votes Summary:\n - Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The amendment was approved to create standards for affordable homeownership opportunities and consider the community land trust model.\n- Tags/Keywords: Zoning, Affordable Housing, Community Land Trust\n- UID: 4e553149-0798-42a8-820f-29822aaf987f\n\n- Topic: Text Amendment Request for ZD NO. 14/23\n- Summary: Approval and granting of the applicant's Text Amendment request for ZD NO. 14/23.\n- Ordinance Number: M-23-263\n- Votes Summary:\n - Vote 1: Passed - (Vote details not provided)\n- Decision/Key Actions: The text amendment request for ZD NO. 14/23 was approved and granted.\n- Tags/Keywords: Zoning, Text Amendment\n- UID: 4e553149-0798-42a8-820f-29822aaf987f", + "uid": "4e553149-0798-42a8-820f-29822aaf987f", + "publish_date": "6-8-2023", "page_number": 24, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 4-6-2023.pdf", - "page_content": "6/23/23, 5:39 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4500&doc_id=8be15eb3-debc-11ed-95dd-0050569183fa Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/7/23). (Fiscal Note received). (Referred to the Budget Committee). CONTINUED TO THE MEETING OF 4/20/23. 34094 15. CAL. NO. 34,095 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29,265 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Revenues for the City of New Orleans for the Year 2023\u201d, to appropriate donated funds received from CLB investments to The Department of Police to purchase equipment and supplies; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/7/23). (Fiscal Note received). (Referred to the Budget Committee). CONTINUED TO THE MEETING OF 4/20/23. 34095 16. CAL. NO. 34,096 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordin", - "page_number": 25, - "part": 1 + "title": "Regular City Council Minutes 6-8-2023" }, { - "title": "Regular CIty Council Meeting 4-6-2023.pdf", - "page_content": "ance to amend Ordinance No. 29,266 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023\u201d, to appropriate donated funds received from CLB Investments to The Department of Police to purchase equipment and supplies; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/7/23). (Fiscal Note Received). (Referred to the Budget Committee). CONTINUED TO THE MEETING OF 4/20/23. 34096 18. CAL. NO. 34,100 - BY: COUNCILMEMBER KING (BY REQUEST) Brief: An Ordinance to authorize the Mayor of the City of New Orleans to enter into the First Amendment (\u201cAmendment\u201d) to a previously executed Cooperative Endeavor Agreement (\u201cCEA\u201d) between the City of New Orleans (the \u201cCity\u2019\u2019), and the New Orleans Redevelopment Authority, represented herein by Brenda M. Breaux, Executive Director (\u201cNORA\u201d or the https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4500&doc_id=8be15eb3-debc-11ed-95dd-0050569183fa 25/47 \f", + "page_content": "- Topic: Zoning Change Request for GPD-2200 JACKSON AVE, LLC\n- Summary: Requesting a zoning change from HU-RM1 Historic Urban Multi-Family Residential District to HU-B1A Historic Urban Neighborhood Business District for Square 264, Lots 2, 3, and 4. The City Planning Commission recommended \"FOR APPROVAL\".\n- Ordinance Number: M-23-263\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The motion to adopt the zoning change request passed.\n- Tags/Keywords: Zoning Change, City Planning Commission, Historic District\n- UID: a90fc668-b980-45d6-8230-0ba847a5a3cf\n\n- Topic: Approval of Zoning Change Request for ZD NO. 19/23\n- Summary: Approving and granting the applicant's Zoning Change request for ZD NO. 19/23.\n- Ordinance Number: M-23-264\n- Votes Summary:\n Vote 1: Passed - (N/A)\n- Decision/Key Actions: The motion to approve the zoning change request was continued to the meeting of 7/13/23.\n- Tags/Keywords: Zoning Change, Approval, Continued\n- UID: a90fc668-b980-45d6-8230-0ba847a5a3cf", + "uid": "a90fc668-b980-45d6-8230-0ba847a5a3cf", + "publish_date": "6-8-2023", "page_number": 25, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 4-6-2023.pdf", - "page_content": "6/23/23, 5:39 PM 19. 20. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4500&doc_id=8be15eb3-debc-11ed-95dd-0050569183fa \u201cContractor\u201d\u2019), relative to a property acquisition and market analysis fund, to modify the provisions thereof and extend the term thereof for an additional year, effective as of the date this amendment is adopted, as more fully set forth in the Amendment form attached hereto as Exhibit \u201c1\u201d and made a part hereof; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/21/23). 34100 - 29394 M.C.S. MOVED By: King SECONDED BY: Morrell ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. CAL. NO. 34,101 - BY: COUNCILMEMBER KING (BY REQUEST) Brief: An Ordinance authorizing the Mayor of the City", - "page_number": 26, - "part": 1 + "title": "Regular City Council Minutes 6-8-2023" }, { - "title": "Regular CIty Council Meeting 4-6-2023.pdf", - "page_content": " of New Orleans to enter into a Cooperative Endeavor Agreement between the City of New Orleans (the \u201cCity\u201d) and Agenda for Children for a term of one year, for the public purpose of providing wage enhancements to childcare workers in the City of New Orleans, as more fully detailed in the Cooperative Endeavor Agreement form attached hereto as Exhibit \u201cA\u201d; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/21/23). 34101 - 29395 M.C.S. Speaker: Michael Burnside MOVED By: King SECONDED BY: Moreno ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Thomas - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Morrell - 1 RECUSED: 0 AND THE MOTION PASSED. CAL. NO. 34,102 - BY: COUNCILMEMBER THOMAS (BY REQUEST) https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4500&doc_id=8be15eb3-debc-11ed-95dd-0050569183fa 26/47 \f", + "page_content": "- Topic: Zoning Docket No. 21/23 - NOLA Commercial Properties, LLC\n- Summary: Request for Conditional Use to permit a reception facility in an HMC-2 Historic Marigny/Trem\u00e9/Bywater Commercial District, with a recommendation for approval subject to five provisos. Motion M-23-270 was passed, granting the Conditional Use request for the properties located at 1830-1840 North Claiborne Avenue and 2224 Pauger Street, subject to the five provisos.\n- Ordinance Number: ZD NO. 21/23\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: Conditional Use request approved with provisos\n- UID: fe6440c5-6e41-48f3-b069-31ba1355f92c\n\n- Topic: Zoning Docket 27/23 - Argonne 6300, LLC\n- Summary: Request for rescission of Ordinance No. 24,145 MCS to permit the expansion of an existing commercial use, with a recommendation for approval subject to five provisos. \n- Ordinance Number: ZONING DOCKET 27/23\n- Decision/Key Actions: Information not available\n- UID: fe6440c5-6e41-48f3-b069-31ba1355f92c", + "uid": "fe6440c5-6e41-48f3-b069-31ba1355f92c", + "publish_date": "6-8-2023", "page_number": 26, - "part": 2 + "title": "Regular City Council Minutes 6-8-2023" }, { - "title": "Regular CIty Council Meeting 4-6-2023.pdf", - "page_content": "6/23/23, 5:39 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4500&doc_id=8be15eb3-debc-11ed-95dd-0050569183fa Brief: An Ordinance to authorize the Mayor of the City of New Orleans to enter into a First Amendment to the Cooperative Endeavor Agreement (\u201cAmendment\u201d) to amend _ the Cooperative Endeavor Agreement (\u201cAgreement\u201d) between the City of New Orleans (the \u201cCity\u201d) and Ubuntu Village Nola (the \u201cContractor\u201d\u2019) relative to the Contractor providing services to parents involved in the juvenile justice system, in order to extend the Agreement for an additional one (1) year; to increase the maximum aggregate amount of compensation; to amend the rate of compensation; and to add, modify, or reaffirm certain terms and conditions, as more fully set forth in the Amendment attached hereto as Exhibit \u201c1\u201d and incorporated and made a part hereof; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/21/23). 34102 ", + "page_content": "- Topic: Granting Conditional Use for Property Expansion\n- Summary: The ordinance granted the applicant's request for the rescission of Ordinance No. 24,145 MCS to permit the expansion of an existing commercial use to exceed 5,000 square feet of floor area, subject to five provisos contained within the City Planning Commission's report.\n- Ordinance Number: ZD NO. 27-23\n- Votes Summary:\n - Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The motion to grant the conditional use was adopted.\n- Tags/Keywords: Conditional Use, Property Expansion, Zoning Docket\n- UID: 505646d5-f34b-42a9-a2a7-ba9002c94a39\n\n- Topic: Amendment for Live Performance Venue\n- Summary: The ordinance requested an amendment to permit a live performance venue with waivers of certain restrictions, as recommended by the City Planning Commission.\n- Ordinance Number: ZONING DOCKET NO. 28/23\n- Votes Summary:\n - Vote 1: Not yet held\n- Decision/Key Actions: The ordinance was continued to the meeting of 6/22/23.\n- Tags/Keywords: Live Performance Venue, Amendment, Zoning Docket\n- UID: 505646d5-f34b-42a9-a2a7-ba9002c94a39", + "uid": "505646d5-f34b-42a9-a2a7-ba9002c94a39", + "publish_date": "6-8-2023", "page_number": 27, - "part": 1 + "title": "Regular City Council Minutes 6-8-2023" }, { - "title": "Regular CIty Council Meeting 4-6-2023.pdf", - "page_content": "- 29396 M.C.S. MOVED By: Thomas SECONDED BY: Harris ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. 21. CAL. NO. 34,103 - BY: COUNCILMEMBER MORENO Brief: An Ordinance to amend and reordain Sections 6-32 and 6-39 of the Code of the City of New Orleans to provide relative to administrative adjudication of Code violations involving permitted and unpermitted short-term rentals and by short-term rental owners and operators. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/21/23). 34103 - 29397 M.C.S. MOVED By: Moreno SECONDED BY: Giarrusso ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. 22. CAL. NO. 34,104 - BY: COUNCILMEMBER MORRELL https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4500&doc_id=8be15eb3-debc-11ed-95dd-0050569183fa 27/47 \f", - "page_number": 27, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 4-6-2023.pdf", - "page_content": "6/23/23, 5:39 PM 23. 24. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4500&doc_id=8be15eb3-debc-11ed-95dd-0050569183fa Brief: An Ordinance to provide for the prorating of interim and residential short-term rental permit fees, and to provide a termination date for all residential short-term rental permits. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/21/23). 34104 - 29398 M.C.S. MOVED By: Morrell SECONDED BY: _ King ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. CAL, NO. 34,105 - BY: COUNCILMEMBER HARRIS (BY REQUEST) Brief: An Ordinance authorizing the Mayor of the City of New Orleans to enter into a Cooperative Endeavor Agreement (\u201cCEA\u201d) between the City of New Orleans (the \u201cCity\u201d) and Ozanam Inn (\u201cContractor\u201d), for a term greater than one year, for the public purpose of entering into referral relationships to help provide shelter an", - "page_number": 28, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 4-6-2023.pdf", - "page_content": "d medical services to homeless persons in the City of New Orleans, as more fully detailed in the CEA form attached hereto as Exhibit \u201cA\u201d; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/21/23). 34105 - 29399 M.C.S. MOVED By: Harris SECONDED BY: Giarrusso ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. CAL. NO. 34,106 - BY: COUNCILMEMBER HARRIS Brief: An Ordinance to temporarily waive certain fees, permit fees, and requirements within and around A.L. Davis Playground located at 2600 LaSalle Street, New Orleans, Louisiana, in conjunction with the Love Covers a Multitude of Sins Easter Fest on Saturday, April 8, 2023 from 11:00 a.m. to 2:00 p.m.; and otherwise to provide with respect thereto. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4500&doc_id=8be15eb3-debc-11ed-95dd-0050569183fa 28/47 \f", + "page_content": "- Topic: ZONING DOCKET 30/23 - 3205 TULANE, LLC\n- Summary: Requesting a Conditional Use to permit outdoor live entertainment and extend restaurant hours in specific districts. The City Planning Commission recommended \"FOR APPROVAL\" with four provisos.\n- Ordinance Number: ZD NO. 30-23\n- Votes Summary:\n Vote 1: Continued to the meeting of 6/22/23\n- Decision/Key Actions: Continued for further discussion and decision at the next meeting.\n- Tags/Keywords: Zoning, Conditional Use, Outdoor Entertainment, Restaurant Hours, City Planning Commission\n- UID: 01f042c0-73ba-4317-905a-6cda4d973ad8\n\n- Topic: ZONING DOCKET NO. 31/23 - CITY COUNCIL MOTION NO. M-23-X\n- Summary: Requesting a text amendment to establish a new Interim Zoning District to prohibit new Commercial Short Term Rental uses within specific districts. The City Planning Commission recommended \"FOR APPROVAL\".\n- Ordinance Number: ZD NO. 31-23\n- Votes Summary:\n Vote 1: Continued to the meeting of 6/22/23\n- Decision/Key Actions: Continued for further discussion and decision at the next meeting.\n- Tags/Keywords: Zoning, Interim Zoning District, Short Term Rental, City Planning Commission\n- UID: 01f042c0-73ba-4317-905a-6cda4d973ad8\n\n- Topic: ZONING DOCKET NO. 32/23 - K&F REALTY, LLC\n- Summary: Requesting an Amendment to add \"wine shop\" as a Conditional Use in a specific district. The City Planning Commission recommended \"FOR APPROVAL\".\n- Ordinance Number: 17a\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: The City Planning Commission recommendation for approval stands.\n- Tags/Keywords: Zoning, Text Amendment, Conditional Use, Wine Shop, City Planning Commission\n- UID: 01f042c0-73ba-4317-905a-6cda4d973ad8", + "uid": "01f042c0-73ba-4317-905a-6cda4d973ad8", + "publish_date": "6-8-2023", "page_number": 28, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 4-6-2023.pdf", - "page_content": "6/23/23, 5:39 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4500&doc_id=8be15eb3-debc-11ed-95dd-0050569183fa Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/21/23). WITHDRAWN. 34106 25. CAL. NO. 34,107 - BY: COUNCILMEMBER KING (BY REQUEST) Brief: An Ordinance authorizing the Mayor of the City of New Orleans to enter into a Cooperative Endeavor Agreement (\u201cCEA\u201d) between the City of New Orleans (the \u201cCity\u201d) and Louisiana Department of Veterans Affairs (\u201cContractor\u201d), for a term greater than one year, for the public purpose of locating and contacting veterans or dependents to process and develop claims to determine their eligibility for Veteran\u2019s benefits, as more fully detailed in the CEA form attached hereto and made a part hereof; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/21/23). 34107 - 29400 M.C.S. MOVED By: King SECONDED BY: More", - "page_number": 29, - "part": 1 + "title": "Regular City Council Minutes 6-8-2023" }, { - "title": "Regular CIty Council Meeting 4-6-2023.pdf", - "page_content": "no ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. 26. CAL. NO. 34,108 - BY: COUNCILMEMBER KING (BY REQUEST) Brief: An Ordinance authorizing the Mayor of the City of New Orleans to enter into a Cooperative Endeavor Agreement (\u201cCEA\u201d) between the City of New Orleans (the \u201cCity) and the LSU AgCenter, for a term greater than one year, for the public purpose of improving the lives and economic well-being of New Orleans residents by providing innovative research-based educational programs in the City of New Orleans, as more fully detailed in the CEA form attached hereto as Exhibit \u201cA\u201d; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/21/23). 34108 - 29401 M.C.S. MOVED By: King https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4500&doc_id=8be15eb3-debc-11ed-95dd-0050569183fa 29/47 \f", + "page_content": "- Topic: ZD NO. 32-23 Text Amendment Request\n- Summary: Councilmember King presented a motion to approve and grant the applicant's Text Amendment request on ZD NO. 32/23. The motion passed with 6 YEAS and 1 member absent.\n- Ordinance Number: M-23-271\n- Votes Summary:\n - Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: Approval and granting of the Text Amendment request\n- Tags/Keywords: Zoning, Text Amendment, Approval\n- UID: ebf613d7-b150-4d5b-a901-4ce63fcb332e\n\n- Topic: ZONING DOCKET 33/23 - K&F REALTY, LLC\n- Summary: The ordinance involved a request for a Conditional Use to permit a wine shop in the VCS Vieux Carr\u00e9 Service District with extended hours of operation and the rescission of a previous ordinance. The recommendation of the City Planning Commission was \"FOR APPROVAL\" with three provisos.\n- Ordinance Number: M-23-272\n- Votes Summary:\n - Vote 1: N/A\n- Decision/Key Actions: N/A\n- Tags/Keywords: Zoning, Conditional Use, Wine Shop\n- UID: ebf613d7-b150-4d5b-a901-4ce63fcb332e", + "uid": "ebf613d7-b150-4d5b-a901-4ce63fcb332e", + "publish_date": "6-8-2023", "page_number": 29, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 4-6-2023.pdf", - "page_content": "6/23/23, 5:39 PM 28. 29. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4500&doc_id=8be15eb3-debc-11ed-95dd-0050569183fa SECONDED BY: Moreno ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. CAL. NO. 34,112 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, MORRELL, HARRIS, KING, GREEN AND THOMAS Brief: An Ordinance to amend and reordain the Unclassified Pay Plan for officers and employees in the unclassified service of the City of New Orleans in accordance with Section 3-118 and 4- 206(g) of the Home Rule Charter of the City of New Orleans to establish the salary range for the position of Superintendent of Police (U-0138); and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/21/23). 34112 - 29404 M.CS. MOVED By: Giarrusso SECONDED BY: Morrell ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moren", - "page_number": 30, - "part": 1 + "title": "Regular City Council Minutes 6-8-2023" }, { - "title": "Regular CIty Council Meeting 4-6-2023.pdf", - "page_content": "o, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. CAL. NO. 34,113 - BY: COUNCILMEMBER MORRELL Brief: An Ordinance to amend and reordain Sections 159-3 and 159-5, and to ordain Section 159-6 of the Code of the City of New Orleans, to adjust the number of billing cycles before the Sewerage and Water Board of New Orleans forfeits the bill, require notice of meter reading, require deferred payment arrangement; to provide that the Council Utilities Regulatory Office review appeals for completeness; and to establish enforcement procedures of the judgments for the Sewerage and Water Board of New Orleans billing appeals, respectively. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/21/23). (Referred to the Joint Public Works and Utility Committee). CONTINUED TO THE MEETING OF 4/20/23. 34113 https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4500&doc_id=8be15eb3-debc-11ed-95dd-0050569183fa 30/47 \f", + "page_content": "- Topic: Approval of Conditional Use request for properties at 1118 Decatur Street and 23-25 French Market Place\n- Summary: The council approved the Conditional Use request for the mentioned properties, subject to three provisos numbered in the City Planning Commission's staff report.\n- Ordinance Number: ZD NO. 33/23\n- Votes Summary:\n Vote 1: Adopt - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The Conditional Use request was approved with the specified provisos.\n- UID: 33aafb4c-67c3-4b9b-bf4a-9dc2c6a522fe\n\n- Topic: Conditional Use request for a hotel in an HU-MU Historic Urban Neighborhood Mixed Use District\n- Summary: The council approved the Conditional Use request for a hotel in the mentioned district, with six provisos.\n- Ordinance Number: ZD NO. 34/23\n- Votes Summary:\n Vote 1: Adopt - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The Conditional Use request for the hotel was approved with the specified provisos.\n- UID: 33aafb4c-67c3-4b9b-bf4a-9dc2c6a522fe", + "uid": "33aafb4c-67c3-4b9b-bf4a-9dc2c6a522fe", + "publish_date": "6-8-2023", "page_number": 30, - "part": 2 + "title": "Regular City Council Minutes 6-8-2023" }, { - "title": "Regular CIty Council Meeting 4-6-2023.pdf", - "page_content": "6/23/23, 5:39 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4500&doc_id=8be15eb3-debc-11ed-95dd-0050569183fa 30. CAL. NO. 34,114 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, MORRELL, GREEN AND THOMAS Brief: An Ordinance to amend Ordinance No. 29265 M.C.S., as amended, entitled \"An Ordinance Providing an Operating Budget of Revenues for the City of New Orleans for the Year 2023,\" to appropriate money to the Infrastructure Maintenance Fund to make a payment to the New Orleans Sewerage and Water Board related to the Fair Share Agreement; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/21/23). 34114 - 29405 M.CS. MOVED By: Giarrusso SECONDED BY: Morrell ACTION: Adopt YEAS: Giarrusso, Green, King, Morrell, Thomas - 5 NAYS: 0 ABSTAIN: 0 ABSENT: Harris, Moreno - 2 RECUSED: 0 AND THE MOTION PASSED", + "page_content": "- Topic: ZONING DOCKET NO. 35/23 - THE BLACK SCHOOL, INC\n- Summary: Requesting a Conditional Use to permit a community center on a lot with insufficient lot and off-street parking in an HU-RD2 Historic Urban Two-Family Residential District. The recommendation of the City Planning Commission was \"FOR APPROVAL\", with one (1) waiver and twelve (12) provisos.\n- Ordinance Number: ZD NO. 35-23\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The Conditional Use request for the property located at 1660 N. Roman Street was approved, subject to one (1) waiver and twelve (12) provisos recommended by the City Planning Commission.\n- Tags/Keywords: Zoning, Conditional Use, Community Center, City Planning Commission, Approval\n- UID: ca576c75-3560-43db-9eb3-77f04268233b\n\n- Topic: Amendment No. 2 to Cooperative Endeavor Agreement\n- Summary: An Ordinance to authorize the Mayor of the City of New Orleans to enter into Amendment No. 2 to a previously executed Cooperative Endeavor Agreement between the City of New Orleans and the New Orleans Redevelopment Authority, relative to the Drainage Pump Station 01 Watershed Drainage and Green Infrastructure Project for several neighborhoods.\n- Ordinance Number: CAL. NO. 34,201\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: The amendment was proposed but no voting outcome was provided.\n- Tags/Keywords: Amendment, Cooperative Endeavor Agreement, Drainage Project, New Orleans Redevelopment Authority\n- UID: ca576c75-3560-43db-9eb3-77f04268233b", + "uid": "ca576c75-3560-43db-9eb3-77f04268233b", + "publish_date": "6-8-2023", "page_number": 31, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 4-6-2023.pdf", - "page_content": ". 31. CAL. NO. 34,115 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, MORRELL, GREEN AND THOMAS Brief: An Ordinance to amend Ordinance No. 29266 M.C.S., as amended, entitled \"An Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023,\" to appropriate money to the Department of Public Works to fund a payment to the New Orleans Sewerage and Water Board related to the Fair Share Agreement; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/21/23). 34115 - 29406 M.CS. MOVED By: Giarrusso SECONDED BY: Morrell ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4500&doc_id=8be15eb3-debc-11ed-95dd-0050569183fa 31/47 \f", - "page_number": 31, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 4-6-2023.pdf", - "page_content": "6/23/23, 5:39 PM 32. 32a. 32b. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4500&doc_id=8be15eb3-debc-11ed-95dd-0050569183fa LEGISLATIVE GROUPING CAL. NO. 34,116 - BY: COUNCILMEMBERS GIARRUSSO, THOMAS, GREEN AND MORENO (BY REQUEST) Brief: An Ordinance to amend and re-ordain Ordinance No. 29,272 M.C.S., entitled \"An Ordinance Providing a Capital Budget for the Year 2023\", to effect the following change to the 2023 Capital Budget: to de-appropriate funds from the Chief Administrative Office, the Department of Human Services, the Department of Property Management, the Department of Public Works, the New Orleans Fire Department, the New Orleans Health Department, the New Orleans Police Department, the New Orleans Public Library, and the New Orleans Recreation Development Commission; to appropriate funds to the Chief Administrative Office, the Department of Parks and Parkways, the Department of Property Management, the Department of Public Works, and the New Orleans Recreation Development Commission; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/21/23). 34116 - 29407 M.CS. AMENDMENT TO ORD. CAL. NO. 34,116 - BY: COUNCILMEM", - "page_number": 32, - "part": 1 + "title": "Regular City Council Minutes 6-8-2023" }, { - "title": "Regular CIty Council Meeting 4-6-2023.pdf", - "page_content": "BERS GIARRUSSO, GREEN, MORENO AND THOMAS Brief: (1) On page 3, line 43, insert the words: \"2021 BONDS,\" move \"NEW ORLEANS FIRE DEPARTMENT Total $12,789\" to the next line, and renumber all subsequent lines accordingly. (2) On line 44, insert the words: \"60039 - PUBLIC SAFETY $6,000,000,\" move \"NEW ORLEANS HEALTH DEPARTMENT\" to the next line, and renumber all subsequent lines accordingly. (3) On page 3, line 45, delete the figure: \"$ 12,789,\" and replace with \"$6,012,789\". (4) On page 4, line 67, delete the figure: \"$10,096,655,\" and replace with \"16,096,655\". (5) On page 6, line 103, delete the words: \"NEW ORLEANS RECREATION DEV COMMISION Total $727,868,\" and replace with \"2021 BONDS\". (6) On line 104, delete the words: \"APPROPRIATION Total $30,062,647,\" and replace with the words: \"60068 - PARKS AND RECREATION $6,000,000\". (7) On line 105, delete the words: \"Grand Totals $19,965,992,\" and replace with \"NEW ORLEANS RECREATION DEV COMMISSION Total $6,727,868\". (8) On line 106, insert the words: \"APPROPRIATION Total $36,062,647\". (9) On line 107, insert the words: \"Grant Total $19,965.992\". https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4500&doc_id=8be15eb3-debc-11ed-95dd-0050569183fa 32/47 \f", + "page_content": "- Topic: Appropriation of Grant Funds for Urban Area Security Initiative\n- Summary: The ordinance aimed to amend the operating budget of expenditures for the City of New Orleans for the year 2023 to appropriate grant funds awarded by the State of Louisiana to the Office of Homeland Security for the Urban Area Security Initiative. It was continued to the meeting of 7/13/23 and referred to the budget committee.\n- Ordinance Number: CAL. NO. 34,204\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: Continued to the meeting of 7/13/23 and referred to the budget committee\n- Tags/Keywords: Grant funds, Homeland Security, Budget amendment\n- UID: 6ca29661-9d10-4802-98c7-72bf7b3fe5f2\n\n- Topic: Appropriation of Grant Funds for State Homeland Security Program\n- Summary: The ordinance aimed to amend the operating budget of revenues for the City of New Orleans for the year 2023 to appropriate grant funds to the Office of Homeland Security for the State Homeland Security Program to purchase equipment and supplies. It was continued to the meeting of 7/13/23 and referred to the budget committee.\n- Ordinance Number: CAL. NO. 34,205\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: Continued to the meeting of 7/13/23 and referred to the budget committee\n- Tags/Keywords: Grant funds, Homeland Security, Budget amendment\n- UID: 6ca29661-9d10-4802-98c7-72bf7b3fe5f2", + "uid": "6ca29661-9d10-4802-98c7-72bf7b3fe5f2", + "publish_date": "6-8-2023", "page_number": 32, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 4-6-2023.pdf", - "page_content": "6/23/23, 5:39 PM 33. 34. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4500&doc_id=8be15eb3-debc-11ed-95dd-0050569183fa Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 8/4/23). 34116 AMD MOVED By: Giarrusso SECONDED BY: Moreno ACTION: Amendment YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. Speakers: Michael Burnside MOVED By: Giarrusso SECONDED BY: _ King ACTION: As Amended YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. 34116 - 29407 AS AMENDED CAL. NO. 34,117 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordi", - "page_number": 33, - "part": 1 + "title": "Regular City Council Minutes 6-8-2023" }, { - "title": "Regular CIty Council Meeting 4-6-2023.pdf", - "page_content": "nance to amend Ordinance No. 29265 M.C.S., as amended, entitled \"An Ordinance Providing an Operating Budget of Revenues for the City of New Orleans for the Year 2023\", to appropriate grant funds from the U.S. Department of Labor to the Office of Workforce Development to assist job seekers and employers by providing career and training services; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/21/23). (Referred to the Budget Committee). CONTINUED TO THE MEETING OF 4/20/23. 34117 CAL. NO, 34,118 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4500&doc_id=8be15eb3-debc-11ed-95dd-0050569183fa 33/47 \f", + "page_content": "- Topic: Appropriation of Grant Funds for Homeland Security Equipment and Supplies\n- Summary: This ordinance aims to amend the operating budget of expenditures for the city of New Orleans for the year 2023 to appropriate grant funds for the State Homeland Security Program to purchase equipment and supplies. The ordinance was continued to the meeting of 7/13/23 and referred to the budget committee.\n- Ordinance Number: 34206\n- Votes Summary:\n - Vote 1: N/A - (N/A)\n- Decision/Key Actions: The ordinance was continued to the meeting of 7/13/23 and referred to the budget committee.\n- UID: 180baabc-f743-4308-b9c5-172855f4c672\n\n- Topic: Appropriation of Unspent Grant Funds for Homeland Security Equipment and Supplies\n- Summary: This ordinance seeks to amend the operating budget of revenues for the city of New Orleans for the year 2023 to appropriate unspent grant funds awarded by the State of Louisiana to the Department of Homeland Security to purchase equipment and supplies. The ordinance was continued to the meeting of 7/13/23 and referred to the budget committee.\n- Ordinance Number: 34207\n- Votes Summary:\n - Vote 1: N/A - (N/A)\n- Decision/Key Actions: The ordinance was continued to the meeting of 7/13/23 and referred to the budget committee.\n- UID: 180baabc-f743-4308-b9c5-172855f4c672\n\n- Topic: Appropriation of Unspent Grant Funds for Homeland Security Equipment and Supplies\n- Summary: This ordinance aims to amend the operating budget of expenditures for the city of New Orleans for the year 2023 to appropriate unspent grant funds awarded by the State of Louisiana to the Department of Homeland Security to purchase equipment and supplies. The ordinance was electronically submitted and a fiscal note was received.\n- Ordinance Number: 34208\n- Votes Summary:\n - Vote 1: N/A - (N/A)\n- Decision/Key Actions: The ordinance was electronically submitted and a fiscal note was received.\n- UID: 180baabc-f743-4308-b9c5-172855f4c672", + "uid": "180baabc-f743-4308-b9c5-172855f4c672", + "publish_date": "6-8-2023", "page_number": 33, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 4-6-2023.pdf", - "page_content": "6/23/23, 5:39 PM 35. 38. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4500&doc_id=8be15eb3-debc-11ed-95dd-0050569183fa Brief: An Ordinance to amend Ordinance No. 29266 M.C.S., as amended, entitled \"An Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023\", to appropriate grant funds from US Department of Labor to the Office of Workforce Development to assist job seekers and employers by providing career and training services; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/21/23). (Referred to the Budget Committee). CONTINUED TO THE MEETING OF 4/20/23. 34118 CAL. NO. 34,119 - BY: COUNCILMEMBERS GIARRUSSO, GREEN, MORENO AND THOMAS (BY REQUEST) Brief: An Ordinance to amend and re-ordain Ordinance No. 28,869 M.C.S., entitled \"An Ordinance Providing a Capital Budget for the Year 2022\" in accordance with the provisions of Sections 3-117 and 4-206(1)(f) of the Home Rule Charter of the City of New Orleans; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBM", - "page_number": 34, - "part": 1 + "title": "Regular City Council Minutes 6-8-2023" }, { - "title": "Regular CIty Council Meeting 4-6-2023.pdf", - "page_content": "ITTED. (Council Rule 34. Postponement Deadline 7/21/23). (Referred to the Budget Committee). CONTINUED TO THE MEETING OF 4/20/23. 34119 CAL. NO. 34,122 - BY: COUNCILMEMBER HARRIS (BY REQUEST) Brief: An Ordinance to authorize the Mayor of the City of New Orleans to enter into Amendment No. | to a previously executed Cooperative Endeavor Agreement (\u201cCEA\u201d) between the City of New Orleans (the \u201cCity\u201d) and Family Center of Hope, Inc., relative to the operation of the Evening Reporting Center program to provide individualized supervision alternative to secure detention for youth pending adjudication, to modify the provisions thereof and extend the term thereof for an additional twelve (12) months as more fully set forth in the Amendment No. 1 form attached hereto as Exhibit \u201c1\u201d and made a part hereof; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/21/23). 34122 - 29409 M.C.S. MOVED By: Harris SECONDED BY: Thomas ACTION: Adopt https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4500&doc_id=8be15eb3-debc-11ed-95dd-0050569183fa 34/47 \f", + "page_content": "- Topic: Amendment of Operating Budget for Department of Homeland Security Grants\n- Summary: The council discussed and continued the consideration of two ordinances to amend the city's operating budget to appropriate grant funds from the Department of Homeland Security for the Emergency Management Performance Grant (EMPG) Program to purchase equipment and supplies.\n- Ordinance Number: 34208, 34209\n- Votes Summary:\n Vote 1: Continued to the meeting of 7/13/23 and referred to the budget committee\n- Decision/Key Actions: The ordinances were continued to the meeting of 7/13/23 and referred to the budget committee for further consideration.\n- Tags/Keywords: Operating Budget, Department of Homeland Security Grants, Emergency Management Performance Grant (EMPG) Program\n- UID: caa177a4-1c3e-4214-899c-ac9d6b73f9b1\n\n- Topic: Amendment of Operating Budget for FEMA Grant Funds\n- Summary: The council also discussed an ordinance to amend the operating budget to appropriate grant funds awarded by FEMA to cover eligible clearance testing costs at New Orleans Facilities during the aftermath of Hurricane [specific name].\n- Ordinance Number: 34210\n- Votes Summary:\n Vote 1: Continued to the meeting of 7/13/23 and referred to the budget committee\n- Decision/Key Actions: The ordinance was continued to the meeting of 7/13/23 and referred to the budget committee for further consideration.\n- Tags/Keywords: Operating Budget, FEMA Grant Funds, Clearance Testing Costs\n- UID: caa177a4-1c3e-4214-899c-ac9d6b73f9b1", + "uid": "caa177a4-1c3e-4214-899c-ac9d6b73f9b1", + "publish_date": "6-8-2023", "page_number": 34, - "part": 2 + "title": "Regular City Council Minutes 6-8-2023" }, { - "title": "Regular CIty Council Meeting 4-6-2023.pdf", - "page_content": "6/23/23, 5:39 PM 39. 40. 4l. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4500&doc_id=8be15eb3-debc-11ed-95dd-0050569183fa YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. CAL. NO. 34,123 - BY: COUNCILMEMBER THOMAS (BY REQUEST) Brief: An Ordinance to authorize the Mayor of the City of New Orleans to enter into Amendment No. | to a previously executed Cooperative Endeavor Agreement (\u201cCEA\u201d) between the City of New Orleans (the \u201cCity\u201d) and the Orleans Parish Criminal District Court, relative to the operation of the Pretrial Services Program to modify the provisions thereof for an additional 1 year, as more fully set forth in the Amendment No. 1 form attached hereto as Exhibit \u201c1\u201d and made a part hereof; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/21/23). 34123 - 29410 M.C.S. ", + "page_content": "- Topic: Appropriation of FEMA grant funds for clearance testing costs at New Orleans Facilities after Hurricane Katrina\n- Summary: The ordinance aims to amend Ordinance No. 29266 M.C.S. to appropriate grant funds awarded by FEMA to cover eligible clearance testing costs at New Orleans Facilities following Hurricane Katrina. The ordinance was continued to the meeting of 7/13/23 and referred to the Budget Committee.\n- Ordinance Number: 34,212\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: Continued to the meeting of 7/13/23 and referred to the Budget Committee\n- UID: 34f13cae-48b7-4be4-b7c1-2881b2c597c7\n\n- Topic: Appropriation of FEMA grant funds for debris removal cost during the aftermath of Hurricane Ida\n- Summary: This ordinance seeks to amend Ordinance No. 29265 M.C.S. to appropriate grant funds awarded by FEMA for debris removal costs after Hurricane Ida. It was continued to the meeting of 7/13/23 and referred to the Budget Committee.\n- Ordinance Number: 34,213\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: Continued to the meeting of 7/13/23 and referred to the Budget Committee\n- UID: 34f13cae-48b7-4be4-b7c1-2881b2c597c7\n\n- Topic: Appropriation of FEMA grant funds for debris removal cost during the aftermath of Hurricane Ida\n- Summary: This ordinance aims to amend Ordinance No. 29265 M.C.S. to appropriate grant funds awarded by FEMA for debris removal costs after Hurricane Ida. It was continued to the meeting of 7/13/23 and referred to the Budget Committee.\n- Ordinance Number: 34,214\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: Continued to the meeting of 7/13/23 and referred to the Budget Committee\n- UID: 34f13cae-48b7-4be4-b7c1-2881b2c597c7", + "uid": "34f13cae-48b7-4be4-b7c1-2881b2c597c7", + "publish_date": "6-8-2023", "page_number": 35, - "part": 1 + "title": "Regular City Council Minutes 6-8-2023" }, { - "title": "Regular CIty Council Meeting 4-6-2023.pdf", - "page_content": " MOVED By: Thomas SECONDED BY: King ACTION: Adopt YEAS: Giarrusso, Green, King, Moreno, Morrell, Thomas - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Harris - 1 RECUSED: 0 AND THE MOTION PASSED. CAL. NO. 34,124 - BY: COUNCILMEMBER MORENO Brief: An Ordinance to ordain Sections 114-400, 114-401, 114-402, 114-403, 114-404, 114-405, 114-406, 114-407, 114-408, 114-409, 114-410, 114-411, 114-412, 114-413, 114-414, 114-415, and 114-416 of the Code of the City of New Orleans to establish definitions, procedures, and rights relevant to the collective bargaining for employees of the City of New Orleans; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/21/23). CONTINUED TO THE MEETING OF 5/25/23. 34124 MOTION (LYING OVER) - NO. M-23-Z - BY: COUNCILMEMBERS MORRELL AND KING https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4500&doc_id=8be15eb3-debc-11ed-95dd-0050569183fa 35/47 \f", - "page_number": 35, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 4-6-2023.pdf", - "page_content": "6/23/23, 5:39 PM 42. 43. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4500&doc_id=8be15eb3-debc-11ed-95dd-0050569183fa Brief: Directing City Planning Commission is directed to conduct a public hearing to consider amendments to Ordinance No. 4,264 M.C.S., amended by Ordinance No. 26,413 M.C.S., as amended, the Comprehensive Zoning Ordinance of the City of New Orleans, to amend Article 9 Historic Core Neighborhoods Residential Districts to create a new zoning classification, VCR-3, and to make associated zoning map changes to effectuate the new zoning district. The purpose of VCR-3 is to allow a mix of primarily residential uses, limited to singles, doubles, educational, and cultural uses. When compared to VCR-1 and VCR-2, VCR-3 is intended to promote educational and cultural uses that are compatible with residential use. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/7/23). CONTINUED TO THE MEETING OF 6/8/23. LO M-23-Z MOTION (LYING OVER) - NO. M-23-AA - BY: COUNCILMEMBERS MORRELL AND KING Brief: Directing City Planning Commission to conduct a public hearing to consider a zoning change from VCR-1 Vieux Carr", - "page_number": 36, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 4-6-2023.pdf", - "page_content": "e Residential District to VCR-3 Vieux Carre Residential District, on the entirety of Square 56, Lots 16, 18, 19, 20, 21, Lot A Pt Lot 1, Lot B, Pt Lot 1, and Lot C Pt 1, in the Second Municipal District, bounded by Saint Philip Street, Bourbon Street, Ursulines Street, and Royal Street (municipal addresses are 721 Saint Philip Street and 1014 Bourbon Street). Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/7/23). CONTINUED TO THE MEETING OF 6/8/23. LO M-23-AA MOTION - NO. M-23-140 - BY: COUNCILMEMBER THOMAS (BY REQUEST) Brief: Adding the President of the Council as a signatory to the Professional Services Agreement between the Health Department and Resources for Human Development (RHD) and authorizing the President of the Council to sign the Professional Services Agreement between the Health Department and Resources for Human Development (RHD). Annotation: (Council Rule 34. Postponement Deadline 8/4/23). (Criminal Justice Committee recommended approval). M-23-140 MOVED By: Thomas SECONDED BY: Giarrusso https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4500&doc_id=8be15eb3-debc-11ed-95dd-0050569183fa 36/47 \f", + "page_content": "- Topic: Amendment of Operating Budget for Expenditures\n- Summary: The ordinance aims to amend the operating budget to appropriate grant funds awarded by FEMA to the Chief Administrative Office for debris removal costs incurred during the aftermath of Hurricane Ida. The ordinance was continued to the meeting of 7/13/23 and referred to the Budget Committee.\n- Ordinance Number: 34,214\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: Continued to the meeting of 7/13/23 and referred to the Budget Committee\n- Tags/Keywords: Operating Budget, FEMA grant funds, Hurricane Ida, Budget Committee\n- UID: 9b7f3e35-8fc3-4340-aa25-679e8fa75900\n\n- Topic: Amendment of Operating Budget for Revenues\n- Summary: The ordinance seeks to amend the operating budget to appropriate grant funds awarded by FEMA to the Chief Administrative Office for debris removal costs incurred during the aftermath of Hurricane Ida. The ordinance was continued to the meeting of 7/13/23 and referred to the Budget Committee.\n- Ordinance Number: 34,215\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: Continued to the meeting of 7/13/23 and referred to the Budget Committee\n- Tags/Keywords: Operating Budget, FEMA grant funds, Hurricane Ida, Budget Committee\n- UID: 9b7f3e35-8fc3-4340-aa25-679e8fa75900\n\n- Topic: Amendment of Operating Budget for Expenditures\n- Summary: This ordinance aims to amend the operating budget to appropriate grant funds awarded by FEMA to the Chief Administrative Office for debris removal costs incurred during the aftermath of Hurricane Ida. The ordinance was continued to the meeting of 7/13/23 and referred to the Budget Committee.\n- Ordinance Number: 34,216\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: Continued to the meeting of 7/13/23 and referred to the Budget Committee\n- Tags/Keywords: Operating Budget, FEMA grant funds, Hurricane Ida, Budget Committee\n- UID: 9b7f3e35-8fc3-4340-aa25-679e8fa75900", + "uid": "9b7f3e35-8fc3-4340-aa25-679e8fa75900", + "publish_date": "6-8-2023", "page_number": 36, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 4-6-2023.pdf", - "page_content": "6/23/23, 5:39 PM 45. 46. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4500&doc_id=8be15eb3-debc-11ed-95dd-0050569183fa ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. RESOLUTION - NO. R-23-145 - BY: COUNCILMEMBERS MORENO, MORRELL, GIARRUSSO, HARRIS, KING, GREEN AND THOMAS Brief: Congratulating Head Coach Kim Mulkey, the LSU Women's Basketball staff, and the entire LSU Women's Basketball team on their historic season and for proudly representing the State of Louisiana in front of the entire nation and the world. GEAUX TIGERS! Annotation: (Council Rule 34. Postponement Deadline 8/4/23). R-23-145 MOVED By: Thomas SECONDED BY: Moreno ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. MOTION \u2014 NO. M-23-146 \u2014 BY: COUNCILMEMBER KING ", - "page_number": 37, - "part": 1 + "title": "Regular City Council Minutes 6-8-2023" }, { - "title": "Regular CIty Council Meeting 4-6-2023.pdf", - "page_content": " Brief: Directing the City Planning Commission to conduct a public hearing to consider amendments to the Comprehensive Zoning Ordinance (Ordinance No. 4,264 M.C.S., amended by Ordinance No. 26,413 M.C.S. and subsequent amendments) to amend Section 24.15.C to read as follows: \u201c24.15.C MAINTENANCE AND RELOCATION A designated classic sign may be moved to a new location when and where the associated business moves, or an exact replica of a designated classic sign may be installed at a new location when a business with a classic sign moves. Only the business name, other descriptive language, and color of an original designated classic sign may be changed to reflect a new business at the original classic sign location.\u201d Annotation: (Council Rule 34. Postponement Deadline 8/4/23). M-23-146 MOVED By: King SECONDED BY: Morrell https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4500&doc_id=8be15eb3-debc-11ed-95dd-0050569183fa 37/47 \f", + "page_content": "- Topic: Appropriation of unspent ACT 119 funds to the New Orleans Recreation Development Commission\n- Summary: This ordinance aimed to amend the operating budget of revenues and expenditures for the City of New Orleans for the year 2023 to appropriate unspent ACT 119 funds to the New Orleans Recreation Development Commission.\n- Ordinance Number: 34217\n- Votes Summary:\n Vote 1: N/A - (Continued to the meeting of 7/13/23 and referred to the budget committee)\n- Decision/Key Actions: The ordinance was continued to the meeting of 7/13/23 and referred to the budget committee for further consideration.\n- Tags/Keywords: Budget, Appropriation, New Orleans Recreation Development Commission\n- UID: e506a87e-3c3c-4656-9ac9-aec72b53abf5\n\n- Topic: Appropriation of unspent ACT 119 funds to the New Orleans Recreation Development Commission\n- Summary: This ordinance proposed to amend the operating budget of expenditures for the City of New Orleans for the year 2023 to appropriate unspent ACT 119 funds to the New Orleans Recreation Development Commission.\n- Ordinance Number: 34218\n- Votes Summary:\n Vote 1: N/A - (Continued to the meeting of 7/13/23 and referred to the budget committee)\n- Decision/Key Actions: The ordinance was continued to the meeting of 7/13/23 and referred to the budget committee for further review.\n- Tags/Keywords: Expenditure, Appropriation, New Orleans Recreation Development Commission\n- UID: e506a87e-3c3c-4656-9ac9-aec72b53abf5\n\n- Topic: Appropriation of grant funds to the Department of Health for Emergency Medical Services\n- Summary: This ordinance sought to amend the operating budget of revenues for the City of New Orleans for the year 2023 to appropriate grant funds to the Department of Health for Emergency Medical Services to hire and train coordinators, purchase Naloxone kits, and develop informational and educational materials on substance, overdose, and prevention.\n- Ordinance Number: 34219\n- Votes Summary:\n Vote 1: N/A - (Continued to the meeting of 7/13/23 and referred to the budget committee)\n- Decision/Key Actions: The ordinance was continued to the meeting of 7/13/23 and referred to the budget committee for further consideration.\n- Tags/Keywords: Grant funds, Department of Health, Emergency Medical Services\n- UID: e506a87e-3c3c-4656-9ac9-aec72b53abf5", + "uid": "e506a87e-3c3c-4656-9ac9-aec72b53abf5", + "publish_date": "6-8-2023", "page_number": 37, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 4-6-2023.pdf", - "page_content": "6/23/23, 5:39 PM 47. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4500&doc_id=8be15eb3-debc-11ed-95dd-0050569183fa ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. MOTION \u2014 NO. M-23-147 \u2014 BY: COUNCILMEMBER KING Brief: Establishing the following polling location, shown under the \u201cNew Site\u201d as the temporary polling location for the identified precincts within the Parish of Orleans for the upcoming April 29, 2023 Municipal General Election: Ward/ Precinct: From: 9/09 Engine House #24 1042 Poland Ave. 9/12 Engine House #24 1042 Poland Ave. Annotation: To: S", - "page_number": 38, - "part": 1 + "title": "Regular City Council Minutes 6-8-2023" }, { - "title": "Regular CIty Council Meeting 4-6-2023.pdf", - "page_content": "tallings St. Claude Recreation Cente 4300 St. Claude Ave. r Stallings St. Claude Recreation Cente 4300 St. Claude Ave. (Council Rule 34. Postponement Deadline 8/4/23). M-23-147 MOVED By: Morrell SECONDED BY: Giarrusso ACTION: Suspend the Rules YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. MOVED By: Thomas SECONDED BY: Harris ACTION: Add Item to Agenda YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4500&doc_id=8be15eb3-debc-11ed-95dd-0050569183fa 38/47 \f", + "page_content": "- Topic: Appropriation of grant funds for Emergency Medical Services\n- Summary: An Ordinance to amend the operating budget to appropriate grant funds for hiring and training coordinators with Odyssey House, purchasing Naloxone kits, and developing informational and educational materials on substance, overdose, and prevention.\n- Ordinance Number: 34219\n- Votes Summary:\n Vote 1: Continued to the meeting of 7/13/23 and referred to the Budget Committee\n- Decision/Key Actions: Continued and referred to the Budget Committee\n- Tags/Keywords: Grant funds, Emergency Medical Services, Substance abuse prevention\n- UID: a6f75300-15db-424b-af7c-7742c1b25db9\n\n- Topic: Appropriation of additional funds for Police Secondary Employment\n- Summary: An Ordinance to amend the operating budget to appropriate additional funds to the Office of Police Secondary Employment due to the increase of Reserve Officers needed during Mardi Gras 2023.\n- Ordinance Number: 34220, 34221\n- Votes Summary:\n Vote 1: Continued to the meeting of 7/13/23 and referred to the Budget Committee\n Vote 2: Continued to the meeting of 7/13/23 and referred to the Budget Committee\n- Decision/Key Actions: Continued and referred to the Budget Committee\n- Tags/Keywords: Additional funds, Police Secondary Employment, Mardi Gras\n- UID: a6f75300-15db-424b-af7c-7742c1b25db9", + "uid": "a6f75300-15db-424b-af7c-7742c1b25db9", + "publish_date": "6-8-2023", "page_number": 38, - "part": 2 + "title": "Regular City Council Minutes 6-8-2023" }, { - "title": "Regular CIty Council Meeting 4-6-2023.pdf", - "page_content": "6/23/23, 5:39 PM 48. 48a. A8b. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4500&doc_id=8be15eb3-debc-11ed-95dd-0050569183fa AND THE MOTION PASSED. MOVED By: King SECONDED BY: Morrell ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. POINT OF PERSONAL PRIVILEGE - HAPPY BIRTHDAY TO THE CLERK, LORA W. JOHNSON - HAPPY EASTER ORDINANCES ON FIRST READING ORDINANCES NUMBERS 34,125 THRU 34,149. INTRODUCED AND LAID OVER AS REQUIRED BY LAW MOVED By: Morrell SECONDED BY: Moreno ACTION: Suspend the Rules YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. CAL. NO. 34,125 - BY: COUNCILMEMBER MORRELL Brief: An Ordinance to amend a", + "page_content": "- Topic: Amendment to Operating Budget for Hurricane Ida related expenses\n- Summary: This ordinance aimed to amend the Operating Budget of Revenues and Expenditures for the City of New Orleans for the Year 2023 to appropriate funds to the Office of the Mayor for Emergency and Recovery to reimburse various departments for Hurricane Ida related expenses.\n- Ordinance Number: 34,223 and 34,224\n- Votes Summary:\n Vote 1: Continued to the meeting of 7/13/23 and referred to the Budget Committee\n Vote 2: N/A\n- Decision/Key Actions: The ordinance was continued to a future meeting and referred to the Budget Committee for further consideration.\n- Tags/Keywords: Operating Budget, Hurricane Ida, Reimbursement, Emergency and Recovery, Budget Committee\n- UID: c67fcabc-166d-41f1-89db-887a85965d27\n\n- Topic: Amendment to Operating Budget for Hurricane Ida related expenses\n- Summary: This ordinance sought to amend the Operating Budget of Expenditures for the City of New Orleans for the Year 2023 to appropriate funds to the Office of the Mayor for Emergency Response and Recovery to reimburse various departments for Hurricane Ida related expenses.\n- Ordinance Number: 34,224\n- Votes Summary:\n Vote 1: Continued to the meeting of 7/13/23 and referred to the Budget Committee\n Vote 2: N/A\n- Decision/Key Actions: The ordinance was continued to a future meeting and referred to the Budget Committee for further consideration.\n- Tags/Keywords: Operating Budget, Hurricane Ida, Reimbursement, Emergency Response, Recovery, Budget Committee\n- UID: c67fcabc-166d-41f1-89db-887a85965d27", + "uid": "c67fcabc-166d-41f1-89db-887a85965d27", + "publish_date": "6-8-2023", "page_number": 39, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 4-6-2023.pdf", - "page_content": "nd reordain Section 2-930 of the Code of the City of New Orleans; to provide relative to residential occupancy of City-owned property by City employees and elected officials; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 8/4/23). 34125 CAL. NO. 34,126 - BY: COUNCILMEMBER KING Brief: An Ordinanceto effect a zoning change from an HU-RD1 Historic Urban Two-Family Residential District to an HU-B1 Historic Urban Neighborhood Business District and a conditional use to permit a reception facility, on Square 15, Lots 14, 70, 71, and 72, in the Fifth Municipal District, bounded by Pace Boulevard, Wall Boulevard, Elizardi Boulevard, https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4500&doc_id=8be15eb3-debc-11ed-95dd-0050569183fa 39/47 \f", - "page_number": 39, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 4-6-2023.pdf", - "page_content": "6/23/23, 5:39 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4500&doc_id=8be15eb3-debc-11ed-95dd-0050569183fa and the Magellan Canal (Municipal Addresses: 1784 Pace Boulevard and 1778 Elizardi Boulevard); and otherwise to provide with respect thereto. (ZONING DOCKET NO. 8/23) Annotation: ELECTRONICALLY SUBMITTED. (90 Days, Cn. Deadline 6/21/23). (Cn. Deadline 6/8/23). 34126 48c. CAL. NO. 34,127 - BY: COUNCILMEMBER KING Brief: An Ordinance to establish a conditional use to permit a principal bed and breakfast in an HMR-?2 Historic Marigny/Trem\u00e9/Bywater Residential District, on Square 5, Lot 5, in the Third Municipal District, bounded by Esplanade Avenue, Chartres Street, Decatur Street, and Frenchmen Street (Municipal Address: 547 Esplanade Avenue); and otherwise to provide with respect thereto. (ZONINIG DOCKET NO. 10/23) Annotation: ELECTRONICALLY SUBMITTED. (90 Days, Cn. Deadline 6/21/23). (Cn. Deadline 6/8/23). 34127 48d. CAL. NO. 34,128 - BY: COUNCILMEMBER KING Brief: An Ordinance to temporarily waive certain fees, permit fees, and requireme", - "page_number": 40, - "part": 1 + "title": "Regular City Council Minutes 6-8-2023" }, { - "title": "Regular CIty Council Meeting 4-6-2023.pdf", - "page_content": "nts within and around the McDonough Playground located at 1550 Teche Street, New Orleans, Louisiana in conjunction with the West Fest Annual Parade event on Sunday, April 23, 2023 from 11:00 a.m. to 7:00 p.m., to specify the duration and boundaries of said waiver; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 8/4/23). 34128 48e. CAL. NO. 34,129 - BY: COUNCILMEMBER KING Brief: An Ordinance to temporarily waive certain fees, permit fees, and requirements within and around Treme Recreation Community Center located at 1400 St. Philip Street, New Orleans, Louisiana in conjunction with the Ole & Nu Style Fellas Annual Parade event on Sunday, April 23, 2023 from 10:00 a.m. to 2:00 p.m., to specify the duration and boundaries of said waiver; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 8/4/23). https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4500&doc_id=8be15eb3-debc-11ed-95dd-0050569183fa 40/47 \f", + "page_content": "- Topic: Appropriation of grant funds for Lineman Program training\n- Summary: Ordinance to amend the operating budget of revenues for the City of New Orleans to appropriate grant funds for the Lineman Program training. The ordinance was continued to the meeting of 7/13/23 and referred to the budget committee.\n- Ordinance Number: 34225\n- Votes Summary:\n Vote 1: N/A - (Continued to the meeting of 7/13/23)\n- Decision/Key Actions: Continued to the meeting of 7/13/23 and referred to the budget committee\n- Tags/Keywords: Grant funds, Lineman Program, budget amendment\n- UID: c88eb00b-5928-4544-9a29-12d543fd614a\n\n- Topic: Appropriation of grant funds for Lineman Program training\n- Summary: Ordinance to amend the operating budget of expenditures for the City of New Orleans to appropriate grant funds for the Lineman Program training. The ordinance was continued to the meeting of 7/13/23 and referred to the budget committee.\n- Ordinance Number: 34226\n- Votes Summary:\n Vote 1: N/A - (Continued to the meeting of 7/13/23)\n- Decision/Key Actions: Continued to the meeting of 7/13/23 and referred to the budget committee\n- Tags/Keywords: Grant funds, Lineman Program, budget amendment\n- UID: c88eb00b-5928-4544-9a29-12d543fd614a\n\n- Topic: Appropriation of grant funds for Hurricane Ida aftermath\n- Summary: Ordinance to amend the operating budget of revenues for the City of New Orleans to appropriate grant funds for the removal and replacement costs of servers and security cameras after Hurricane Ida. The ordinance was continued to the meeting of 7/13/23 and referred to the budget committee.\n- Ordinance Number: 34227\n- Votes Summary:\n Vote 1: N/A - (Continued to the meeting of 7/13/23)\n- Decision/Key Actions: Continued to the meeting of 7/13/23 and referred to the budget committee\n- Tags/Keywords: Grant funds, Hurricane Ida aftermath, budget amendment\n- UID: c88eb00b-5928-4544-9a29-12d543fd614a", + "uid": "c88eb00b-5928-4544-9a29-12d543fd614a", + "publish_date": "6-8-2023", "page_number": 40, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 4-6-2023.pdf", - "page_content": "6/23/23, 5:39 PM A8f. 48g. 48h. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4500&doc_id=8be15eb3-debc-11ed-95dd-0050569183fa 34129 CAL. NO. 34,130 - BY: COUNCILMEMBERS THOMAS AND GIARRUSSO (BY REQUEST) Brief: An Ordinance authorizing the Mayor of the City of New Orleans to enter into a Cooperative Endeavor Agreement between the City of New Orleans (the \u201cCity\u201d), and The Opioid Abatement Administration Corporation, a nonprofit corporation of the State of Louisiana, for a term greater than one year, for the public purpose of funding local efforts to address and mitigate the impacts of the opioid crisis in the City, as more fully detailed in the Cooperative Endeavor Agreement (\u201cCEA\u201d) form attached hereto as Exhibit \u201cA\u201d; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 8/4/23). 34130 CAL. NO. 34,131 - BY: COUNCILMEMBER GIARUSSO (BY REQUEST) Brief: An Ordinancerevoking the dedication to public use and authorizing the sale at public auction for a minimum price to be set by appraisal of a certain portion of ground together with all the rights, ways, privileges, servitudes", - "page_number": 41, - "part": 1 + "title": "Regular City Council Minutes 6-8-2023" }, { - "title": "Regular CIty Council Meeting 4-6-2023.pdf", - "page_content": " and appurtenances thereunto belonging or in anywise appertaining, situated in the state of Louisiana, Parish of Orleans, being a portion of Leake Avenue, in Burtheville, of the Sixth Municipal District of the City of New Orleans, which portion of Leake Avenue is bounded by Henry Clay Avenue, Tchoupitoulas Street, Exposition Boulevard, and the Mississippi River, as shown on a survey by Dufrene Surveying & Engineering Inc., dated July 7, 2022, revised August 17, 2022 (\u201cthe Property\u201d), which is no longer needed for public purposes; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 8/4/23). 34131 CAL. NO. 34,132 - BY: COUNCILMEMBER MORRELL Brief: An Ordinance to amend Section 70-415.316 of the Code of the City of New Orleans; to provide relative to administration of the New Orleans Recreation and Culture Fund through an external entity; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 8/4/23). https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4500&doc_id=8be15eb3-debc-11ed-95dd-0050569183fa 41/47 \f", + "page_content": "- Topic: Amendment to Operating Budget for FEMA Grant Funds\n- Summary: The ordinance aims to appropriate grant funds awarded by FEMA to the Chief Administrative Office for removal and replacement costs of servers and security cameras after Hurricane Ida. The ordinance was continued to the meeting of 7/13/23 and referred to the budget committee.\n- Ordinance Number: 34228\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: Continued to the meeting of 7/13/23 and referred to the budget committee\n- Tags/Keywords: FEMA grant funds, Hurricane Ida, budget committee\n- UID: bdece720-0702-1 1ee-95dd-0050569183fa\n\n- Topic: Temporary Waiver of Fees for Morris FX Jeff Sr. Park Event\n- Summary: The ordinance seeks to temporarily waive certain fees, permit fees, and requirements for an event at Morris FX Jeff Sr. Park. An amendment to the ordinance was moved and seconded, with a unanimous vote in favor of the amendment.\n- Ordinance Number: 34229\n- Votes Summary:\n Vote 1: Amendment - Passed - (6 YEAS, 0 NAYS)\n- Decision/Key Actions: Amendment passed unanimously\n- Tags/Keywords: Fee waiver, Morris FX Jeff Sr. Park, amendment\n- UID: accf2338-8e0f-4232-a19f-52bd71057b59", + "uid": "accf2338-8e0f-4232-a19f-52bd71057b59", + "publish_date": "6-8-2023", "page_number": 41, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 4-6-2023.pdf", - "page_content": "6/23/23, 5:39 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4500&doc_id=8be15eb3-debc-11ed-95dd-0050569183fa 34132 481. CAL. NO. 34,133 - BY: COUNCILMEMBER GREEN (BY REQUEST) Brief: An Ordinance to amend and reordain Section 154-232 of the Code of the City of New Orleans relative to the city traffic engineer\u2019s authority to designate crosswalks, establish safety zones, designate school zones; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 8/4/23). 34133 48). CAL. NO. 34,134 - BY: COUNCILMEMBER GIARRUSSO Brief: An Ordinance to change the name of the Alc\u00e9e Fortier Park to Walter Wolfman Washington Memorial Park; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 8/4/23). 34134 48k. CAL. NO. 34,135 - BY: COUNCILMEMBERSGIARRUSSO, MORENO, GREEN AND THOMAS (BYREQUEST), Brief: An Ordinanceto amend Ordinance No. 29265 M.C.S., as amen", - "page_number": 42, - "part": 1 + "title": "Regular City Council Minutes 6-8-2023" }, { - "title": "Regular CIty Council Meeting 4-6-2023.pdf", - "page_content": "ded, entitled \u201cAn Ordinance Providing an Operating Budget of Revenues for the City of New Orleans for the Year 2023\u201d, to appropriate grant funds awarded to the Health Department for the Alternative Dispatch Behavioral Crisis Response Program to implement a Crisis Call Center Management Software System; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 8/4/23). 34135 481. CAL. NO. 34,136 - BY: COUNCILMEMBERSGIARRUSSO, MORENO, GREEN AND THOMAS (BYREQUEST) Brief: An Ordinance to amend Ordinance No. 29266 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023\u201d, to appropriate grant funds awarded to the Health Department for the Alternative Dispatch Behavioral Crisis Response Program to implement a Crisis Call Center Management https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4500&doc_id=8be15eb3-debc-11ed-95dd-0050569183fa 42/47 \f", + "page_content": "- Topic: Amendment to Ordinance No. 4,264 M.C.S.\n- Summary: The City Planning Commission is directed to conduct a public hearing to consider amendments to create a new zoning classification, VCR-3, and make associated zoning map changes to effectuate the new zoning district.\n- Ordinance Number: M-23-Z\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The motion to direct the City Planning Commission passed, with 6 council members voting in favor and 1 absent.\n- Tags/Keywords: City Planning Commission, zoning classification, public hearing, residential uses\n- UID: 3e874379-c7a1-4af0-9d98-e2536e49c3a7", + "uid": "3e874379-c7a1-4af0-9d98-e2536e49c3a7", + "publish_date": "6-8-2023", "page_number": 42, - "part": 2 + "title": "Regular City Council Minutes 6-8-2023" }, { - "title": "Regular CIty Council Meeting 4-6-2023.pdf", - "page_content": "6/23/23, 5:39 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4500&doc_id=8be15eb3-debc-11ed-95dd-0050569183fa Software System; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 8/4/23). 34136 48m. CAL. NO. 34,137 - BY: COUNCILMEMBERSGIARRUSSO, MORENO, GREEN AND THOMAS (BYREQUEST) Brief: An Ordinanceto amend Ordinance No. 29265 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Revenues for the City of New Orleans for the Year 2023\u201d, to appropriate one-time grant funds awarded to the Healthcare for the Homeless Program to expand COVID-19 health center services; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 8/4/23). 34137 48n. CAL. NO. 34,138 - BY: COUNCILMEMBERSGIARRUSSO, MORENO, GREEN AND THOMAS (BYREQUEST) An Ordnance to amend Ordinance No. 29266 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Expenditures for ", + "page_content": "- Topic: Zoning Change in Vieux Carre Residential District\n- Summary: Motion to direct City Planning Commission to conduct a public hearing for a zoning change from VCR-1 to VCR-3 in the specified area.\n- Ordinance Number: M-23-Z\n- Votes Summary:\n Vote 1: Continuation to the meeting of 6/22/23\n- Decision/Key Actions: The motion was continued to the meeting of 6/22/23.\n- Tags/Keywords: Zoning, City Planning Commission, Vieux Carre, Residential District\n- UID: 41aaf557-f61d-48b5-b4ef-6d03d8787ab3\n\n- Topic: Briefing on City's Position before Filing in Court\n- Summary: Motion stating that City's Department of Law should brief the Council on the City's position before any filings are made in specific court cases.\n- Ordinance Number: M-23-AA\n- Votes Summary:\n Vote 1: Continuation to the meeting of 6/22/23\n- Decision/Key Actions: The motion was continued to the meeting of 6/22/23.\n- Tags/Keywords: City Law, Court Filing, Briefing, Position\n- UID: 41aaf557-f61d-48b5-b4ef-6d03d8787ab3\n\n- Topic: Amendment of Council's Rules and Regulations\n- Summary: Motion to amend Rule 35.B of the Council's Rules and Regulations regarding amendments to motions and ordinances.\n- Ordinance Number: M-23-164\n- Votes Summary:\n Vote 1: Continuation to the meeting of 6/22/23\n- Decision/Key Actions: The motion was continued to the meeting of 6/22/23.\n- Tags/Keywords: Council Rules, Amendments, Regulations\n- UID: 41aaf557-f61d-48b5-b4ef-6d03d8787ab3", + "uid": "41aaf557-f61d-48b5-b4ef-6d03d8787ab3", + "publish_date": "6-8-2023", "page_number": 43, - "part": 1 + "title": "Regular City Council Minutes 6-8-2023" }, { - "title": "Regular CIty Council Meeting 4-6-2023.pdf", - "page_content": "the City of New Orleans for the Year 2023\u201d, to appropriate one-time grant funds awarded to the Healthcare for the Homeless Program to expand COVID-19 health center services; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 8/4/23). 34138 48m. CAL. NO. 34,139 - BY: COUNCILMEMBERSGIARRUSSO, MORENO, GREEN AND THOMAS (BYREQUEST) Brief: An Ordinance to amend Ordinance No. 29265 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Revenues for the City of New Orleans for the Year 2023\u201d, to appropriate grant funds approved by FEMA on November 11, 2022, for the City of New Orleans\u2019 Lower Ninth Ward Energy Resilience Building Resilient Infrastructure and Communities Scoping Project; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 8/4/23). 34139 https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4500&doc_id=8be15eb3-debc-11ed-95dd-0050569183fa 43/47 \f", - "page_number": 43, - "part": 2 + "page_content": "- Topic: Amendment to Council Motion M-23-190\n- Summary: The amendment proposed by Councilmember Giarrusso aimed to establish a 48-hour deadline for receiving amendments to legislative instruments. The amendment passed with 6 YEAS and 0 NAYS.\n- Ordinance Number: M-23-190 Amendment\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The amendment to establish a 48-hour deadline for receiving amendments passed.\n- UID: fd972804-2f1e-4ae9-b9e9-b179f12b8e44", + "uid": "fd972804-2f1e-4ae9-b9e9-b179f12b8e44", + "publish_date": "6-8-2023", + "page_number": 44, + "title": "Regular City Council Minutes 6-8-2023" }, { - "title": "Regular CIty Council Meeting 4-6-2023.pdf", - "page_content": "6/23/23, 5:39 PM 480 48p. 48q. A8r. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4500&doc_id=8be15eb3-debc-11ed-95dd-0050569183fa . CAL, NO. 34,140 - BY: COUNCILMEMBERSGIARRUSSO, MORENO, GREEN AND THOMAS (BYREQUEST) Brief: An Ordinanceto amend Ordinance No. 29266 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023\u201d, to appropriate grant funds approved by FEMA on November 11, 2022, for the City of New Orleans\u2019 Lower Ninth Ward Energy Resilience Building Resilient Infrastructure and Communities Scoping Project; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 8/4/23). 34140 CAL. NO. 34,141 - BY: COUNCILMEMBERS HARRIS AND GIARRUSSO (BY REQUEST) _ Brief: An Ordinance authorizing the Mayor of the City of New Orleans to enter into a Cooperative Endeavor Agreement between the City of New Orleans (the \u201cCity\u201d), and The Louisiana Music and Heritage Experience, Inc. (\u201cLMHE\u201d), for a term greater than one year, for the public purpose of the preservation and education of the history of music in the City of", - "page_number": 44, - "part": 1 + "page_content": "- Topic: Amendment to Ordinance Procedure\n- Summary: The first ordinance focused on amending the procedure for introducing amendments to an ordinance. It required non-authoring council members to submit any amendments at least 48 hours in advance of the Council meeting. However, this amendment was withdrawn.\n- Ordinance Number: M-23-190 Amendment - JP02\n- Votes Summary: N/A\n- Decision/Key Actions: Withdrawn\n- UID: 2ef45945-af05-418a-a062-7b0c5e620220\n\n- Topic: Establishment of a Commercial Short-Term Rental Interim Zoning District\n- Summary: The second ordinance directed the City Planning Commission to conduct a public hearing to establish a new Interim Zoning District to prohibit certain types of commercial rentals citywide. The motion was laid over, and the postponement deadline was set for 9/8/23.\n- Ordinance Number: M-23-208\n- Votes Summary: N/A\n- Decision/Key Actions: Postponed\n- UID: 2ef45945-af05-418a-a062-7b0c5e620220\n\n- Topic: Amendment to Motion M-23-208\n- Summary: An amendment to Motion M-23-208 was introduced by Councilmembers Morrell and Harris, but specific details about the amendment and its outcome were not provided in the meeting minutes.\n- Ordinance Number: M-23-208 Amendment\n- Votes Summary: N/A\n- Decision/Key Actions: Not specified\n- UID: 2ef45945-af05-418a-a062-7b0c5e620220", + "uid": "2ef45945-af05-418a-a062-7b0c5e620220", + "publish_date": "6-8-2023", + "page_number": 45, + "title": "Regular City Council Minutes 6-8-2023" }, { - "title": "Regular CIty Council Meeting 4-6-2023.pdf", - "page_content": " New Orleans, as more fully detailed in the Cooperative Endeavor Agreement form attached hereto as Exhibit \u201cA\u201d; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 8/4/23). 34141 CAL. NO. 34,142 - BY: COUNCILMEMBER GIARRUSSO (BY REQUEST) Brief: An Ordinance to authorize the Mayor of the City of New Orleans to enter into a Cooperative Endeavor Agreement between the City of New Orleans (the \u201cCity\u201d) and the New Orleans City Park Improvement Association (the \u201cNOCPIA\u201d) to allow for the construction and future maintenance of a play structure on ground adjacent to the Gernon Brown Recreation Center located at 1001 Harrison Avenue of New Orleans, within New Orleans City Park, and as more fully set forth in the Cooperative Endeavor Agreement form attached hereto as \u201cExhibit A\u201d and made a part hereof; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 8/4/23). 34142 CAL. NO. 34,143 - BY: COUNCILMEMBER GIARRUSSO https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4500&doc_id=8be15eb3-debc-11ed-95dd-0050569183fa 44/47 \f", - "page_number": 44, - "part": 2 + "page_content": "- Topic: Amendment to Establish Commercial Short-Term Rental Interim Zoning District\n- Summary: The ordinance aims to address the uptick in commercial short-term rental developments in the city by directing the City Planning Commission to conduct a public hearing to establish a new Interim Zoning District to prohibit short-term rentals and limit the development of timeshares in certain areas.\n- Ordinance Number: Not specified\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n Vote 2: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance was passed with amendments to establish the Commercial Short-Term Rental Interim Zoning District and limit the development of timeshares in specific areas.\n- Tags/Keywords: Zoning, Short-Term Rental, Timeshare, Commercial Development\n- UID: 47e6d839-55fd-4e82-894c-e4fbf1a3d895\n\n- Topic: Motion (Lying Over) - No. M-23-225\n- Summary: The motion, proposed by Councilmember Morrell, is lying over for further discussion or action.\n- Ordinance Number: M-23-225\n- Votes Summary: Not applicable\n- Decision/Key Actions: The motion is lying over for further consideration.\n- Tags/Keywords: Motion, Councilmember Morrell\n- UID: 47e6d839-55fd-4e82-894c-e4fbf1a3d895", + "uid": "47e6d839-55fd-4e82-894c-e4fbf1a3d895", + "publish_date": "6-8-2023", + "page_number": 46, + "title": "Regular City Council Minutes 6-8-2023" }, { - "title": "Regular CIty Council Meeting 4-6-2023.pdf", - "page_content": "6/23/23, 5:39 PM 48s. A8t. 48u. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4500&doc_id=8be15eb3-debc-11ed-95dd-0050569183fa cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4500&doc_id=8be15eb3-debc-11ed-95dd-0050569183fa Brief: An Ordinance to require augmentation of the contact information included on Roadwork.nola.gov (\u201cthe Roadwork website\u201d) which was designed to provide the public with information about the Federal Emergency Management Agency (FEMA) funded Joint Infrastructure Recovery Roads (JIRR) projects currently under construction and planned city wide; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 8/4/23). 34143 CAL. NO. 34,144 - BY: COUNCILMEMBER GIARRUSSO Brief: An Ordinance to require the Department of Public Works to report regarding implementation of the Joint Infrastructure Recovery Request 30 Day Assessment Report; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 8/4/23", - "page_number": 45, - "part": 1 + "page_content": "- Topic: Contract Amendment with Global Solutions Group, Inc.\n- Summary: Adding the President of the Council as a signatory to Amendment No. 1 to the contract between the City of New Orleans and Global Solutions Group, Inc.\n- Ordinance Number: M-23-225\n- Votes Summary:\n Vote 1: Suspend the Rules - Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n Vote 2: Adopt - Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The President of the Council was authorized to sign Amendment No. 1 to the contract.\n- Tags/Keywords: Contract Amendment, Global Solutions Group, Inc., President of the Council, Authorization\n- UID: 4a826540-9e23-4c23-b658-1757139a2566\n\n- Topic: Ratification of Short Term Rental Permit Lotteries Rules and Regulations\n- Summary: Ratifying and approving the rules and regulations identified as DSP Rule 23-01 Short Term Rental Permit Lotteries.\n- Ordinance Number: R-23-253\n- Votes Summary: Not available\n- Decision/Key Actions: Ratification and approval of the rules and regulations.\n- Tags/Keywords: Short Term Rental Permit, Lotteries, Rules and Regulations\n- UID: 4a826540-9e23-4c23-b658-1757139a2566", + "uid": "4a826540-9e23-4c23-b658-1757139a2566", + "publish_date": "6-8-2023", + "page_number": 47, + "title": "Regular City Council Minutes 6-8-2023" }, { - "title": "Regular CIty Council Meeting 4-6-2023.pdf", - "page_content": "). 34144 CAL. NO. 34,145 - BY: COUNCILMEMBER THOMAS Brief: An Ordinance to rename the entirety of North Rocheblave Street between Jourdan Avenue and Dubreuil Street to Shirley Taylor Street; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 8/4/23). 34145 CAL. NO. 34,146 - BY: COUNCILMEMBER GIARRUSSO (BY REQUEST) Brief: An Ordinance to authorize the Mayor of the City of New Orleans to enter into Amendment No. 1 to the Cooperative Endeavor Agreement (\u201cCEA\u201d) executed on March 29, 2021, between the City of New Orleans (the \u201cCity\u2019\u201d), the Sewerage and Water Board of New Orleans (the \u201cBoard\u201d), and the NFT Group, LLC (\u201cNFT\u201d) to improve pedestrian access to new residential construction between the Lafitte Greenway and the Mid-City neighborhood by permitting NFT to construct a pedestrian bridge on N. Gayoso Street, New Orleans, Louisiana, as more fully set forth in the Amendment No. 1 form attached hereto as \u201cExhibit A\u201d and made a part hereof; and otherwise to provide with respect thereto. Annotation: 45/47 \f", - "page_number": 45, - "part": 2 + "page_content": "- Topic: Directing City Planning Commission to conduct a public hearing for amending the Comprehensive Zoning Ordinance\n- Summary: The ordinance directs the City Planning Commission to conduct a public hearing to consider amending the Comprehensive Zoning Ordinance, specifically regarding definitions, use tables, and use standards for \"Domestic Protection Shelter\" and \"Emergency Shelter\".\n- Ordinance Number: M-23-266\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The motion was adopted with a majority vote.\n- Tags/Keywords: City Planning Commission, Zoning Ordinance, Public Hearing\n- UID: d50f73ae-91d5-499d-b80b-fe12579fa64f\n\n- Topic: Adding the President of the Council as a signatory to a contract amendment\n- Summary: The ordinance aims to add the President of the Council as a signatory to an amendment to the contract between the City of New Orleans, the Orleans Parish Sheriff\u2019s Office, and Wellpath, LLC.\n- Ordinance Number: M-23-273\n- Votes Summary: This motion was continued to the meeting of 6/22/23.\n- Decision/Key Actions: The motion was continued to a future meeting.\n- Tags/Keywords: Contract Amendment, City Council, President, Signatory\n- UID: d50f73ae-91d5-499d-b80b-fe12579fa64f\n\n- Topic: Authorizing the President of the Council to sign a contract amendment\n- Summary: The ordinance seeks to authorize the President of the Council to sign Amendment No. 1 to the contract between the City of New Orleans, the Orleans Parish Sheriff\u2019s Office, and Wellpath, LLC.\n- Ordinance Number: M-23-275\n- Votes Summary: Information not provided in the given text.\n- Decision/Key Actions: Information not provided in the given text.\n- Tags/Keywords: Contract Amendment, President of the Council, Authorization\n- UID: d50f73ae-91d5-499d-b80b-fe12579fa64f", + "uid": "d50f73ae-91d5-499d-b80b-fe12579fa64f", + "publish_date": "6-8-2023", + "page_number": 48, + "title": "Regular City Council Minutes 6-8-2023" }, { - "title": "Regular CIty Council Meeting 4-6-2023.pdf", - "page_content": "6/23/23, 5:39 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4500&doc_id=8be15eb3-debc-11ed-95dd-0050569183fa ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 8/4/23). 34146 48v. CAL. NO. 34,147 - BY: COUNCILMEMBER GREEN Brief: An Ordinance to establish a conditional use to permit a small childcare center in an S-RD Suburban Two-Family Residential District, on Square 2873, Lots 7 and 8, in the Third Municipal District, bounded by Senate Street, Alfred Street, Harrison Avenue, and Jumonville Street (Municipal Addresses: 1373-1377 Senate Street); and otherwise to provide with respect thereto. (Zoning Docket NO. 7/23) Annotation: ELECTRONICALLY SUBMITTED. (90 Days, Cn. Deadline 6/21/23). (Cn. Deadline 6/8/23). 34147 48w. CAL. NO. 34,148 - BY: COUNCILMEMBER GREEN Brief: An Ordinance to rename Press Drive from Emme", - "page_number": 46, - "part": 1 + "page_content": "- Topic: Adding President of the Council as signatory to Professional Services Agreement\n- Summary: The ordinance aimed to add the President of the Council as a signatory to the Professional Services Agreement between the City of New Orleans and Clutch Consulting Group, LLC, and authorize the President to sign the contract. The motion to suspend the rules to introduce the ordinance on first reading passed.\n- Ordinance Number: M-23-275\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n Vote 2: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n Vote 3: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n Vote 4: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The motion to suspend the rules to introduce the ordinance on first reading passed.\n- UID: c478a1bd-b63f-44f5-b3ea-6674d91f719f", + "uid": "c478a1bd-b63f-44f5-b3ea-6674d91f719f", + "publish_date": "6-8-2023", + "page_number": 49, + "title": "Regular City Council Minutes 6-8-2023" }, { - "title": "Regular CIty Council Meeting 4-6-2023.pdf", - "page_content": "tt W Bashful Boulevard through the intersection with Leon C Simon Drive to the end of the public and/or private drive as SUNO Knights Drive; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 8/4/23). 34148 48x. CAL. NO. 34,149 - BY: COUNCILMEMBER GREEN Brief: An Ordinance to rename Cadillac Street, running from I-610 to Park Island Drive, to Roneagle Way; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 8/4/23). 34149 49. MEETING ADJOURNED @_1:50 P.M. MOVED By: Green SECONDED BY: Giarrusso ACTION: Adjourn YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4500&doc_id=8be15eb3-debc-11ed-95dd-0050569183fa 46/47 \f", - "page_number": 46, - "part": 2 + "page_content": "- Topic: Amendment to Section 26-680 of the Property Maintenance Code\n- Summary: The ordinance aims to amend and reordain Section 26-680 of the Code of New Orleans to add references to the Minimum Property Maintenance Code. It was introduced by Councilmember Morrell and was laid over as required by law.\n- Ordinance Number: CAL. NO. 34,230\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Laid over as required by law\n- UID: b97808bf-73a5-4e3a-b0cb-6d6f1822f81b\n\n- Topic: Amendment to the Comprehensive Zoning Ordinance for Electric Vehicle Charging Stations\n- Summary: This ordinance proposes to amend and reordain various articles of the Comprehensive Zoning Ordinance to create a definition and use standards for \"electric vehicle (EV) charging station (principal use)\" and reduce zoning barriers for EV charging stations. It was introduced by Councilmember Moreno and is under consideration.\n- Ordinance Number: CAL. NO. 34,231\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Under consideration\n- UID: b97808bf-73a5-4e3a-b0cb-6d6f1822f81b\n\n- Topic: Unspecified Amendment Proposal by Councilmember Harris\n- Summary: The details of this ordinance were not provided in the summary guidelines or the meeting minutes.\n- Ordinance Number: CAL. NO. 34,232\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: N/A\n- UID: b97808bf-73a5-4e3a-b0cb-6d6f1822f81b", + "uid": "b97808bf-73a5-4e3a-b0cb-6d6f1822f81b", + "publish_date": "6-8-2023", + "page_number": 50, + "title": "Regular City Council Minutes 6-8-2023" }, { - "title": "Regular CIty Council Meeting 4-6-2023.pdf", - "page_content": "6/23/23, 5:39 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4500&doc_id=8be15eb3-debc-11ed-95dd-0050569183fa NAYS: 0 ABSTAIN: 0 ABSENT: 0 R", - "page_number": 47, - "part": 1 + "page_content": "- Topic: Amendment of Article 19 of the Comprehensive Zoning Ordinance\n- Summary: The ordinance aimed to establish a new Interim Zoning District to temporarily prohibit new Short Term Rental, Commercial (STR) uses within a certain area. \n- Ordinance Number: ZONING DOCKET NO. 17/23\n- Votes Summary:\n Vote 1: Passed - (8 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance passed, establishing the new Interim Zoning District.\n- UID: 83e623c8-2158-4fac-9af2-eca08f05ddb4\n\n- Topic: Amendment of Multiple Articles of the Comprehensive Zoning Ordinance\n- Summary: This ordinance aimed to establish a new Interim Zoning District to ensure that bed and breakfasts are compatible with and preserve the character and integrity of the neighborhoods citywide.\n- Ordinance Number: ZONING DOCKET NO. 18/23\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 1 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance passed, establishing the Bed and Breakfast Interim Zoning District.\n- UID: 83e623c8-2158-4fac-9af2-eca08f05ddb4\n\n- Topic: Conditional Use for a Single-Family Residence\n- Summary: This ordinance aimed to establish a conditional use to permit a single-family residence in a General Planned Development District.\n- Ordinance Number: ZONING DOCKET NO. 23/23\n- Votes Summary:\n Vote 1: Passed - (9 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed, allowing the conditional use for a single-family residence.\n- UID: 83e623c8-2158-4fac-9af2-eca08f05ddb4\n\n- Topic: Zoning Change from HU-MU to HU-RD2\n- Summary: This ordinance aimed to effect a zoning change from an HU-MU Historic Urban Neighborhood Mixed-Use District to HU-RD2 Historic Urban Two Family Residential District.\n- Ordinance Number: ZONING DOCKET NO. 24/23\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 2 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance passed, allowing the zoning change from HU-MU to HU-RD2.\n- UID: 83e623c8-2158-4fac-9af2-eca08f05ddb4", + "uid": "83e623c8-2158-4fac-9af2-eca08f05ddb4", + "publish_date": "6-8-2023", + "page_number": 51, + "title": "Regular City Council Minutes 6-8-2023" }, { - "title": "Regular CIty Council Meeting 4-6-2023.pdf", - "page_content": "ECUSED: 0 AND THE MOTION PASSED. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4500&doc_id=8be15eb3-debc-11ed-95dd-0050569183fa 47/47 \f", - "page_number": 47, - "part": 2 + "page_content": "- Topic: Conditional Use for Hotel in CBD-5 Urban Core Neighborhood\n- Summary: An ordinance was proposed to establish a conditional use to permit a hotel in a CBD-5 Urban Core Neighborhood Lower Intensity Mixed-Use District. The proposed location is on Square 179, Lot 20, in the First Municipal District. \n- Ordinance Number: CAL. NO. 34,236\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The ordinance passed, allowing the establishment of a hotel in the specified district.\n- Tags/Keywords: Zoning, Urban Core, Hotel, Mixed-Use\n- UID: 7a55adc4-cf2f-4032-ad7d-0d7527f2adc8\n\n- Topic: Temporary Waiver of Fees for Senior Car Giveaway Event\n- Summary: An ordinance was proposed to temporarily waive certain fees, permit fees, and requirements within and around Devour Park for the Senior Car Giveaway event on June 18, 2023. The duration and boundaries of the waiver were specified in the ordinance.\n- Ordinance Number: CAL. NO. 34,237\n- Votes Summary: \n Vote 1: Passed - (9 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed, allowing the temporary waiver of fees for the specified event.\n- Tags/Keywords: Event Waiver, Park Fees, Senior Car Giveaway\n- UID: 7a55adc4-cf2f-4032-ad7d-0d7527f2adc8\n\n- Topic: Amendment to City's Clean Fleet Requirements\n- Summary: An ordinance was proposed to amend and reordain Section 2-905 of the Code of New Orleans to change the process for granting exceptions to the City\u2019s Clean Fleet requirements.\n- Ordinance Number: CAL. NO. 34,238\n- Votes Summary: \n Vote 1: Passed - (6 YEAS, 3 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed, amending the process for granting exceptions to the Clean Fleet requirements.\n- Tags/Keywords: Clean Fleet, Environmental Regulations, Code Amendment\n- UID: 7a55adc4-cf2f-4032-ad7d-0d7527f2adc8", + "uid": "7a55adc4-cf2f-4032-ad7d-0d7527f2adc8", + "publish_date": "6-8-2023", + "page_number": 52, + "title": "Regular City Council Minutes 6-8-2023" }, { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "6/23/23, 5:38 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff1 0-11 ed-95dd-00505691 83fa THE COUNCIL City of New Orleans HELENA MORENO JP MORRELL Councilmember-At-Large Councilmember-At-Large JOSEPH I. LESLI D. FREDDIE EUGENE J. OLIVER M. GIARRUSSO HARRIS KING ITI GREEN, JR. THOMAS, JR. Wi Councilmember Councilmember Councilmember Councilmember Councilmember District B District C District D District E District A MINUTES Regular City Council Meeting held in City Hall Council Chamber on Thursday", - "page_number": 1, - "part": 1 + "page_content": "- Topic: Cooperative Endeavor Agreement for Medical and Mental Health Services Facility\n- Summary: An ordinance authorizing the Mayor to enter into a Cooperative Endeavor Agreement for the construction of a new Medical and Mental Health Services Facility at the Orleans Justice Center.\n- Ordinance Number: 34239\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed without any opposition.\n- Tags/Keywords: Cooperative Endeavor Agreement, Medical and Mental Health Services, Orleans Justice Center\n- UID: addb81d7-1208-4776-b423-ac3d633ae816\n\n- Topic: Amendment to Cooperative Endeavor Agreement for Children and Youth Planning Board\n- Summary: An ordinance to authorize the Mayor to enter into an amendment to extend the Cooperative Endeavor Agreement with the Foundation for Louisiana for an additional year and make adjustments to compensation and services provided.\n- Ordinance Number: 34240\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 1 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed with one opposing vote.\n- Tags/Keywords: Amendment, Cooperative Endeavor Agreement, Foundation for Louisiana, Children and Youth Planning Board\n- UID: addb81d7-1208-4776-b423-ac3d633ae816\n\n- Topic: Unclassified Pay Plan Amendment for EMS Officers\n- Summary: An ordinance to amend the Unclassified Pay Plan to establish new titles and salary ranges for the positions of Chief of EMS and Deputy Chief of EMS within the City of New Orleans.\n- Ordinance Number: 34241\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed without any opposition.\n- Tags/Keywords: Unclassified Pay Plan, EMS Officers, Salary Ranges\n- UID: addb81d7-1208-4776-b423-ac3d633ae816", + "uid": "addb81d7-1208-4776-b423-ac3d633ae816", + "publish_date": "6-8-2023", + "page_number": 53, + "title": "Regular City Council Minutes 6-8-2023" }, { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": ", May 11, 2023 at 10:22 A.M. PRESIDENT VICE PRESIDENT JP MORRELL HELENA MORENO Councilmember-At-Large Councilmember-At-Large 1. ROLL CALL - LORA W. JOHNSON, CLERK OF COUNCIL On calling the roll, the following members answered to their names: PRESENT: Green, Harris, King, Moreno, Morrell, Thomas - 6 ABSENT: Giarrusso - 1 SIX MEMBERS PRESENT, CONSTITUTING A QUORUM. Cm. Giarrusso arrived later in the meeting https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff10-11ed-95dd-0050569183fa 1/69 \f", - "page_number": 1, - "part": 2 + "page_content": "- Topic: Amendment of Ordinance No. 29265 M.C.S. for Operating Budget of Revenues\n - Summary: The ordinance aims to appropriate funds for rental assistance programs in the Office of Community Development and to pilot a program to assist homeowners in addressing code enforcement violations in Historic District Landmarks Commission.\n - Ordinance Number: 34242\n - Votes Summary:\n Vote 1: Passed - (8 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n - Decision/Key Actions: Funds appropriated for rental assistance programs and pilot program for homeowners.\n - UID: b9463c7b-11f7-4c51-b5f9-470caeda92c5\n\n- Topic: Amendment of Ordinance No. 29266 M.C.S. for Operating Budget of Expenditures\n - Summary: The ordinance seeks to appropriate funds for rental assistance programs in the Office of Community Development and pilot a program to assist homeowners in addressing code enforcement violations in Historic District Landmarks Commission.\n - Ordinance Number: 34243\n - Votes Summary:\n Vote 1: Passed - (8 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n - Decision/Key Actions: Funds appropriated for rental assistance programs and pilot program for homeowners.\n - UID: b9463c7b-11f7-4c51-b5f9-470caeda92c5\n\n- Topic: Amendment of Ordinance No. 29265 M.C.S. for Operating Budget of Revenues\n - Summary: The ordinance aims to appropriate grant funds to the Police Department for personnel overtime and to purchase security systems, equipment, and software.\n - Ordinance Number: 34244\n - Votes Summary:\n Vote 1: Passed - (8 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n - Decision/Key Actions: Grant funds appropriated for the Police Department.\n - UID: b9463c7b-11f7-4c51-b5f9-470caeda92c5\n\n- Topic: Amendment of Ordinance No. 29266 M.C.S. for Operating Budget of Expenditures\n - Summary: The ordinance aims to appropriate grant funds to the Police Department for personnel overtime and to purchase security systems, equipment, and software.\n - Ordinance Number: 34245\n - Votes Summary:\n Vote 1: Passed - (8 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n - Decision/Key Actions: Grant funds appropriated for the Police Department.\n - UID: b9463c7b-11f7-4c51-b5f9-470caeda92c5", + "uid": "b9463c7b-11f7-4c51-b5f9-470caeda92c5", + "publish_date": "6-8-2023", + "page_number": 54, + "title": "Regular City Council Minutes 6-8-2023" }, { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "6/23/23, 5:38 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff1 0-11 ed-95dd-00505691 83fa 2. INVOCATION - PASTOR BRANDON BOUTIN, UNITED FELLOWSHIP FULL GOSPEL BAPTIST CHURCH 3. PLEDGE OF ALLEGIANCE \u2014 FREDDIE KING III, COUNILMEMBER DISTRICT \"C\"\" Cm. Giarruisso arrived and participated in the remainder of thre meeting. 4. NATIONAL ANTHEM \u2014 EDNA KARR CHOIR 5. PUBLIC E-COMMENT FORMS, RULES AND INFORMATION ARE AVAILABLE AT https://council.nola.gov/home/ 1. APPROVAL OF THE MINUTES - April 6,.2023 and April 20, 2023. Annotation: APPROVED. MOVED By: Green SECONDED BY: Morrell ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Morrell, Thomas - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Moreno - 1 RECUSED: 0 AND THE MOTION PASSED. SPECIAL ORDERS OF BUSINESS 1. FIRST ORDER OF BUSINESS \u2014 PRESENTATION - TOMIKA WASHINGTON, KARR", - "page_number": 2, - "part": 1 + "page_content": "- Topic: Grant funds appropriation for Police Department\n- Summary: This ordinance seeks to appropriate grant funds to the Police Department for personnel overtime and to purchase security systems, equipment, and software. \n- Ordinance Number: 34245\n- Votes Summary:\n Vote 1: Passed - (8 YEAS, 0 NAYS, 1 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The ordinance passed, allowing the appropriation of grant funds to the Police Department for specified purposes.\n- Tags/Keywords: Grant funds, Police Department, appropriation, security systems\n- UID: 7eb10c0b-775a-40a0-8701-b018e6d9478e\n\n- Topic: Grant funds appropriation for Healthcare for the Homeless Program\n- Summary: This ordinance aims to appropriate grant funds awarded to the Health Department for the Healthcare for the Homeless Program to expand HIV health services in the community through various partnerships.\n- Ordinance Number: 34246\n- Votes Summary:\n Vote 1: Passed - (9 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The ordinance passed, allowing the appropriation of grant funds to the Health Department for the specified program expansion.\n- Tags/Keywords: Grant funds, Health Department, Healthcare for the Homeless Program, HIV health services\n- UID: 7eb10c0b-775a-40a0-8701-b018e6d9478e\n\n- Topic: Grant funds appropriation for Healthcare for the Homeless Program\n- Summary: Similar to the previous ordinance, this one also aims to appropriate grant funds awarded to the Health Department for the Healthcare for the Homeless Program to expand HIV health services in the community through various partnerships.\n- Ordinance Number: 34247\n- Votes Summary:\n Vote 1: Passed - (8 YEAS, 1 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The ordinance passed, allowing the appropriation of grant funds to the Health Department for the specified program expansion, despite one dissenting vote.\n- Tags/Keywords: Grant funds, Health Department, Healthcare for the Homeless Program, HIV health services\n- UID: 7eb10c0b-775a-40a0-8701-b018e6d9478e\n\n- Topic: Appropriation of unspent grant funds to the Office of Workforce Development\n- Summary: This ordinance seeks to appropriate unspent grant funds to the Office of Workforce Development.\n- Ordinance Number: 34248\n- Votes Summary:\n Vote 1: Passed - (9 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The ordinance passed, allowing the appropriation of unspent grant funds to the Office of Workforce Development.\n- Tags/Keywords: Unspent grant funds, Office of Workforce Development, appropriation\n- UID: 7eb10c0b-775a-40a0-8701-b018e6d9478e", + "uid": "7eb10c0b-775a-40a0-8701-b018e6d9478e", + "publish_date": "6-8-2023", + "page_number": 55, + "title": "Regular City Council Minutes 6-8-2023" }, { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": " HIGH SCHOOL, _JAMAR_ MCKNEELY,_ CHIEF EXECUTIVE OFFICER, INSPIRENOLA CHARTER SCHOOL Brief: Honoring Edna Karr High School Head Coach, Brice Brown and Athletic Director, Taurus Howard, and Athletic Department Staff (Tonya Allen, Brennen Harris, Patrick Taylor, Jarrett Jones, Shakiel Smith, Norman Randall, Dwayne Mitchell, Pat Smith, Edward Brown, Eric Refuge, Darian Hays, Kevin Roussell, Omari Robertson, Errin Singleton, Leonard Welch, John Johnson, Devery Henderson, Bradley Aderholt, Condell Benjamin, Sherman Hughes, Marvin Rose, Dennis Lore, Ramos Landry, Frank Benoit, and Patrick Johnson) for their enormous accomplishments and commitment to the youth of our city. Annotation: ELECTRONICALLY SUBMITTED. (Cm. King). APPEARED. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff10-11ed-95dd-0050569183fa 2/69 \f", - "page_number": 2, - "part": 2 + "page_content": "- Topic: Appropriation of Unspent Grant Funds to Office of Workforce Development\n- Summary: This ordinance aimed to amend the operating budget of expenditures for the City of New Orleans for the year 2023 to appropriate unspent grant funds to the Office of Workforce Development. The ordinance was introduced by Councilmembers Giarrusso, Moreno, Green, and Thomas. \n- Ordinance Number: 34249\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed with unanimous support from the council.\n- UID: 582e808e-824d-4b1a-996f-7b008ec3a92e\n\n- Topic: Appropriation of Grant Funds to Department of Health for Emergency Medical Services\n- Summary: This ordinance sought to amend the operating budget of revenues for the City of New Orleans for the year 2023 to appropriate grant funds to the Department of Health for Emergency Medical Services to purchase computers and virtual reality headsets required for virtual reality training. The ordinance was introduced by Councilmembers Giarrusso, Moreno, Green, and Thomas. \n- Ordinance Number: 34250\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 1 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed with majority support from the council.\n- UID: 582e808e-824d-4b1a-996f-7b008ec3a92e\n\n- Topic: Appropriation of Grant Funds to Health Department for Emergency Medical Services\n- Summary: This ordinance aimed to amend the operating budget of expenditures for the City of New Orleans for the year 2023 to appropriate grant funds to the Health Department for Emergency Medical Services to purchase computers and virtual reality headsets required for virtual reality training. The ordinance was introduced by Councilmembers Giarrusso, Moreno, Green, and Thomas. \n- Ordinance Number: 34251\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 1 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed with majority support from the council.\n- UID: 582e808e-824d-4b1a-996f-7b008ec3a92e", + "uid": "582e808e-824d-4b1a-996f-7b008ec3a92e", + "publish_date": "6-8-2023", + "page_number": 56, + "title": "Regular City Council Minutes 6-8-2023" }, { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "6/23/23, 5:38 PM 2. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff1 0-11 ed-95dd-00505691 83fa SECOND ORDER OF BUSINESS \u2014 PRESENTATION - JAMAR MCKNEELY, CHIEF EXECUTIVE OFFICER, INSPIRENOLA CHARTER SCHOOL, MARDELE SIMMONS EARLY, PRINCIPAL, LAKE FOREST ELEMENTARY CHARTER SCHOOL Brief: Honoring Lake Forest Elementary Charter School Principal, Mardele Simmons Early and CEO Jamar McKneely, Inspire NOLA Charter School for their comprehensive programming by bringing in schools, community groups and stakeholders together over a series of recurring events to promote non-violence, academic success, high expectations and community support. Annotation: ELECTRONICALLY SUBMITTED. (Cm. Thomas). APPEARED. THIRD ORDER OF BUSINESS \u2014 PRESENTATION \u2014 COREY CALLIET Brief: Honoring Corey Calliet for his accomplishments and commitment to health and fitness. Corey is a Celebrity Trainer (Michael B. Jordan), Body Tr", - "page_number": 3, - "part": 1 + "page_content": "- Topic: Transfer of Funds for Reserve Officers' Payrolls\n- Summary: The ordinance aims to transfer funds from Personal Services to Other Operating within the Office of Police Secondary Employment to cover the remaining payrolls for Reserve Officers. The postponement deadline for this ordinance is 10/6/23.\n- Ordinance Number: 34252\n- Votes Summary:\n Vote 1: Adopt - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The motion for adjournment at 1:30 p.m. was adopted.\n- UID: b448307c-5855-44dc-b47f-2526bc425131", + "uid": "b448307c-5855-44dc-b47f-2526bc425131", + "publish_date": "6-8-2023", + "page_number": 57, + "title": "Regular City Council Minutes 6-8-2023" }, { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "ansformation Specialist and TV Personality to the stars. He was born and raised in New Orleans, Louisiana where he attended O. Perry Walker High School. He also attended Southeastern University in Hammond, Louisiana. Annotation: ELECTRONICALLY SUBMITTED. (Cm. King). APPEARED. CONSENT AGENDA COMMUNICATION - FROM ERIN SPEARS - CHIEF OF STAFF & COUNSEL, COUNCIL UTILITIES REGULATORY OFFICE Brief: Submitting the transmittal document for communications related to electric and gas utility matters to be received by the Council of the City of New Orleans at its meeting on May 11, 2023: Communications from Entergy New Orleans, LLC (\"ENO\") Erin spears Application for Approval of Future Ready Resilience Plan (Phase I), UD-21-03 Entergy - Edward R. Wicker, Jr. Reply Comments, UD-22-04 Entergy - Courtney R. Nicholson https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff10-11ed-95dd-0050569183fa 3/69 \f", - "page_number": 3, - "part": 2 + "page_content": "Topic: Roll Call and Quorum Establishment\nSummary: The roll call was conducted to establish the presence of council members, with six members present and one absent, constituting a quorum.\nOrdinance Number: N/A\nVotes Summary:\n Vote 1: N/A - (6 present, 1 absent)\nDecision/Key Actions: Quorum established for the meeting\nUID: a554187e-610c-4bc9-b732-fcea3ed65c4a", + "uid": "a554187e-610c-4bc9-b732-fcea3ed65c4a", + "publish_date": "8-10-2023", + "page_number": 1, + "title": "Regular City Council Minutes 8-10-2023" }, { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "6/23/23, 5:38 PM 3. 10. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff1 0-11 ed-95dd-00505691 83fa Response to Resolution R-23-150, UD-17-04 Entergy - Lacresha Wilkerson Environmental Adjustments for the April 2023 Billing Cycle, UD-18-07 Entergy - Scott M. Celino - ENOL EAC Purchased Gas Adjustments for the April 2023 Billing Cycle, UD-18-07 Entergy - Scott M. Celino - PGA Filing Purchased Power Capacity Recovery Adjustments for the May 2023 Billing Cycle, UD-18- 07 Entergy - Scott Celino - ENOL PPCR Fuel Adjustments for the April 2023 Billing Cycle, UD-18-07 Entergy - Scott Celino - ENOL FAC - Complete First Quarter 2023 New Orleans Power Station Usage Report, pursuant to R-21-153 Entergy - Courtney R. Nichols", - "page_number": 4, - "part": 1 + "page_content": "- Topic: Approval of the Minutes - July 13, 2023 and July 27, 2023\n- Summary: The council approved the minutes from the meetings held on July 13, 2023, and July 27, 2023.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: Approved - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: Minutes from the mentioned meetings were approved.\n- Tags/Keywords: Minutes, Approval, July 13, 2023, July 27, 2023\n- UID: de654feb-ac99-43b4-9030-b7d4301315e5\n\n- Topic: Communication from Erin Spears - Chief of Staff & Counsel, Council Utilities Regulatory Office\n- Summary: Erin Spears submitted communications related to electric and gas utility matters for the Council's receipt, including environmental adjustments and purchased gas adjustments for the August 2023 billing cycle from Entergy New Orleans, LLC.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: Communications related to utility matters were submitted for the Council's receipt.\n- Tags/Keywords: Communication, Erin Spears, Entergy New Orleans, Electric Utility, Gas Utility\n- UID: de654feb-ac99-43b4-9030-b7d4301315e5", + "uid": "de654feb-ac99-43b4-9030-b7d4301315e5", + "publish_date": "8-10-2023", + "page_number": 2, + "title": "Regular City Council Minutes 8-10-2023" }, { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "on - Ist Quarter 2023 NOPS Usage Report 2023 Electric and Gas Formula Rate Plan Filings, UD-18-07 Entergy - Courtney R. Nicholson - FERC - 01 2023 0428 ENOL FRP Transmittal Letter 2022 RCPS Compliance Demonstration Report, UD-19-01 Other Communications Entergy - Keith D. Wood - ENO RCPS 2022 Comp Report Reply Comments, submitted by the Alliance for Affordable Energy and the National Audubon Society, UD-22-04 Entergy - Susan Stevens Miller Reply Comments, submitted by Sierra Club, UD-22-04 Entergy - Elena Saxonhouse Request for Leniency on Late Filing, submitted by Together New Orleans, UD-21-03 Entergy - Broderick A. Bagert Jr. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff10-11ed-95dd-0050569183fa 4/69 \f", - "page_number": 4, - "part": 2 + "page_content": "Topic: Entergy - Scott M. Celino - ENOL PGA Filing Package August 2023 Billing Month\nSummary: The ordinance pertained to the Purchased Power Cost Recovery Adjustments for the August 2023 Billing Cycle and Fuel Adjustments for the same billing cycle, submitted by Entergy. The council reviewed the filings and related reports.\nOrdinance Number: UD-18-07\nVotes Summary:\nVote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\nDecision/Key Actions: The council approved the Purchased Power Cost Recovery Adjustments and Fuel Adjustments for the August 2023 Billing Cycle.\nUID: 325bd0e3-422d-4e06-861e-136b5d9947ae\n\nTopic: NOPS 2nd Quarter 2023 Usage Report\nSummary: Entergy submitted the 2nd Quarter 2023 Usage Report as required by Resolution R-21-153.\nOrdinance Number: N/A\nVotes Summary: N/A\nDecision/Key Actions: The report was submitted for review and compliance with the resolution.\nUID: 325bd0e3-422d-4e06-861e-136b5d9947ae\n\nTopic: Amendment to Credit Agreement\nSummary: Entergy submitted an amendment to the Credit Agreement, as required by Resolution R-20-226.\nOrdinance Number: N/A\nVotes Summary: N/A\nDecision/Key Actions: The amendment was submitted for review and compliance with the resolution.\nUID: 325bd0e3-422d-4e06-861e-136b5d9947ae\n\nTopic: Administrative Records Chart\nSummary: CURO submitted the Administrative Records Chart as part of UD-18-03.\nOrdinance Number: UD-18-03\nVotes Summary: N/A\nDecision/Key Actions: The Administrative Records Chart was submitted and received.\nUID: 325bd0e3-422d-4e06-861e-136b5d9947ae\n\nTopic: Monthly raw data relative to current staffing, hiring, and applications to the New Orleans Police Department\nSummary: The Personnel Director, City of New Orleans, Department of Civil Service, submitted the required monthly raw data as per City Council Ordinance No. 29130.\nOrdinance Number: N/A\nVotes Summary: N/A\nDecision/Key Actions: The raw data was submitted in compliance with the ordinance.\nUID: 325bd0e3-422d-4e06-861e-136b5d9947ae\n\nTopic: Communication from the Director of the Health Department\nSummary: The Director of the Health Department submitted a communication, the details of which were not specified in the provided content.\nOrdinance Number: N/A\nVotes Summary: N/A\nDecision/Key Actions: N/A\nUID: 325bd0e3-422d-4e06-861e-136b5d9947ae", + "uid": "325bd0e3-422d-4e06-861e-136b5d9947ae", + "publish_date": "8-10-2023", + "page_number": 3, + "title": "Regular City Council Minutes 8-10-2023" }, { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "6/23/23, 5:38 PM 4. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff1 0-11 ed-95dd-00505691 83fa Resilience Hubs Filing, submitted by Together New Orleans, UD-21-03 Entergy - Broderick A. Bagert Jr. 4-24-23 Independent Accountant\u2019s Report, submitted by Louisiana Utilities Restoration Corporation, UD-22-01 Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. Entergy - Courtney R. Nicholson - FERC - 01 2023 0428 ENOL FRP Transmittal Letter Entergy - Jamie Hurst Watts SPEAKER(S): Michael Burnside; E-Comments - Scott Simmons COMMUNICATION - FROM APRIL HUANG, PERMIT INTAKE ANALYST, DEPARTMENT OF SAFETY AND PERMITS, CITY OF NEW ORLEANS Brief: Transmitting the application documents for a demolition permit requiring City Council review and approval for the following property: * 1330-1332 Touro Street, 23-09290 - DEMO-RSF2 - Council District", - "page_number": 5, - "part": 1 + "page_content": "- Topic: July 2023 Encampment Clean-Up Documentation\n- Summary: Jennifer Avegno submitted the required documentation for encampment clean-up efforts as mandated by Section 82-703.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Documentation submitted as required by Section 82-703.\n- Tags/Keywords: Encampment Clean-Up, Documentation, Section 82-703\n- UID: 4bc0a131-368e-4716-a5aa-e455c954cc11\n\n- Topic: Subrecipient Agreement with Children's Hospital New Orleans\n- Summary: Jennifer Avegno submitted a proposed subrecipient agreement between the City of New Orleans and Children\u2019s Hospital New Orleans, along with a completed contract summary form.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Referred to the Budget Committee for review.\n- Tags/Keywords: Subrecipient Agreement, Children's Hospital, Budget Committee\n- UID: 4bc0a131-368e-4716-a5aa-e455c954cc11\n\n- Topic: Appeal of Historic District Landmarks Commission's Decision\n- Summary: Zachary Smith requested to appeal the Historic District Landmarks Commission\u2019s decision to approve the demolition of a property located at 634 Bartholomew Street.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Hearing date set for 8/24/23.\n- Tags/Keywords: Appeal, Historic District Landmarks Commission, Demolition\n- UID: 4bc0a131-368e-4716-a5aa-e455c954cc11\n\n- Topic: Restoration Tax Abatement Application\n- Summary: Elizabeth Holman transmitted the Mayor's Office of Economic Development's recommendation of disapproval for two Restoration Tax Abatement applications and requested the scheduling of a public hearing.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Public hearing requested for the two Restoration Tax Abatement applications.\n- Tags/Keywords: Restoration Tax Abatement, Mayor's Office of Economic Development, Public Hearing\n- UID: 4bc0a131-368e-4716-a5aa-e455c954cc11", + "uid": "4bc0a131-368e-4716-a5aa-e455c954cc11", + "publish_date": "8-10-2023", + "page_number": 4, + "title": "Regular City Council Minutes 8-10-2023" }, { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": " \"C\" Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. (Hearing Date Set For 5/25/23). COMMUNICATION \u2014 FROM MATT TORRI, DIRETOR, CITY OF NEW ORLEANS, DEPARTMENT OF SANITATION Brief: Submitting a proposed agreement between the City of New Orleans and Witt O\u2019Brien\u2019s, LLC, a completed contract summary form, and the related Motion, pursuant to Rule 57. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED AND REFERRED TO THE COMMUNITY DEVELOPMENT COMMITTEE. Matt Torri Witt OBriens LLC COMMUNICATION \u2014 FROM MATT TORRI, DIRECTOR, CITY OF NEW ORLEANS, DEPARTMENT OF SANITATION Brief: Submitting a proposed agreement between the City of New Orleans and Ceres Environmental Services, Inc. (Zone 1), a completed contract summary form, and the related Motion, pursuant https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff10-11ed-95dd-0050569183fa 5/69 \f", + "page_content": "- Topic: RTA Report on Air Quality Issues in Irish Channel Neighborhood\n- Summary: The Department of Environmental Quality submitted a report regarding reported air quality issues in the Irish Channel neighborhood, in response to Resolution R-23-207.\n- Ordinance Number: R-23-207\n- Votes Summary:\n Vote 1: N/A - (Not applicable as it was a report submission)\n- Decision/Key Actions: Report submitted for review and consideration\n- Tags/Keywords: Environmental Quality, Air Quality, Irish Channel Neighborhood\n- UID: 841f0d7b-e679-4380-8d2c-78c0cb7ea2a9\n\n- Topic: Sewerage and Water Board Financial Information Report\n- Summary: The Sewerage and Water Board of New Orleans submitted fiscal year 2022 financial information in response to annual reporting requirements.\n- Ordinance Number: Not applicable\n- Votes Summary:\n Vote 1: N/A - (Not applicable as it was a report submission)\n- Decision/Key Actions: Financial information submitted for review and consideration\n- Tags/Keywords: Sewerage and Water Board, Financial Information, Reporting\n- UID: 841f0d7b-e679-4380-8d2c-78c0cb7ea2a9\n\n- Topic: Demolition Report for Property at 1432 Touro Street\n- Summary: Anita Curran, Council Research Officer, transmitted a demolition report for the property located at 1432 Touro Street, as per application #23-15675.\n- Ordinance Number: 23-15675\n- Votes Summary:\n Vote 1: N/A - (Not applicable as it was a report submission)\n- Decision/Key Actions: Demolition report submitted for review and consideration\n- Tags/Keywords: Demolition Report, Property, Anita Curran\n- UID: 841f0d7b-e679-4380-8d2c-78c0cb7ea2a9\n\n- Topic: Zoning Docket Numbers Transmission\n- Summary: The Executive Director of the City Planning Commission transmitted zoning docket numbers 37/23, 49/23, 50/23, 51/23, 52/23, 53/23, 54/23, and 58/23, with a deadline of 10/9/23.\n- Ordinance Number: Not applicable\n- Votes Summary:\n Vote 1: N/A - (Not applicable as it was a report submission)\n- Decision/Key Actions: Zoning docket numbers transmitted for review and consideration\n- Tags/Keywords: Zoning Docket, City Planning Commission, Transmission\n- UID: 841f0d7b-e679-4380-8d2c-78c0cb7ea2a9", + "uid": "841f0d7b-e679-4380-8d2c-78c0cb7ea2a9", + "publish_date": "8-10-2023", "page_number": 5, - "part": 2 + "title": "Regular City Council Minutes 8-10-2023" }, { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "6/23/23, 5:38 PM 7. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff1 0-11 ed-95dd-00505691 83fa to Rule 57. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED AND REFERRED TO THE COMMUNITY DEVELOPMENT COMMITTEE. Matt Torri Z1 COMMUNICATION \u2014 FROM MATT TORRI, DIRECTOR, CITY OF NEW ORLEANS, DEPARTMENT OF SANITATION Brief: Submitting a proposed agreement between the City of New Orleans and Ceres Environmental Services, Inc. (Zone 2), a completed contract summary form, and the related Motion, pursuant to Rule 57. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED AND REFERRED TO THE COMMUNITY DEVELOPMENT COMMITTEE. Matt Torri Z2 COMMUNICATION \u2014 FROM MATT TORRI, DIRECTOR, CITY OF NEW ORLEANS, DEPARTMENT OF SANITATION Brief: Submitting a proposed agreement between the City of New Orleans and Ceres Environmental Se", + "page_content": "- Topic: Zoning Ordinance Amendment for Live Performance Venue\n- Summary: The ordinance sought to amend the zoning ordinance to permit a live performance venue exceeding 10,000 square feet of floor area in specific districts. The amendment was approved.\n- Ordinance Number: 34279-29574 MCS\n- Votes Summary:\n Vote 1: ADOPTED - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The ordinance was adopted.\n- Tags/Keywords: Zoning, Live Performance Venue, Amendment\n- UID: aa3b50eb-896d-45b2-9c24-09254c9296f7\n\n- Topic: Conditional Use for Outdoor Live Entertainment and Extended Restaurant Hours\n- Summary: The ordinance aimed to establish a conditional use for outdoor live entertainment and extended restaurant hours in specific districts. The ordinance was adopted.\n- Ordinance Number: 34280-29575 MCS\n- Votes Summary:\n Vote 1: ADOPTED - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The ordinance was adopted.\n- Tags/Keywords: Conditional Use, Outdoor Entertainment, Restaurant Hours\n- UID: aa3b50eb-896d-45b2-9c24-09254c9296f7\n\n- Topic: Conditional Use for Hotel Establishment\n- Summary: The ordinance aimed to establish a conditional use for a hotel in a specific district. Additional details can be found using the provided UID.\n- Ordinance Number: 34,281\n- Votes Summary:\n Vote 1: N/A - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: Further details can be found using the provided UID.\n- Tags/Keywords: Conditional Use, Hotel Establishment\n- UID: aa3b50eb-896d-45b2-9c24-09254c9296f7", + "uid": "aa3b50eb-896d-45b2-9c24-09254c9296f7", + "publish_date": "8-10-2023", "page_number": 6, - "part": 1 + "title": "Regular City Council Minutes 8-10-2023" }, { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "rvices, Inc. (Zone 3), a completed contract summary form, and the related Motion, pursuant to Rule 57. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED AND REFERRED TO THE COMMUNITY DEVELOPMENT COMMITTEE. Matt Torri Z3 COMMUNICATION \u2014 FROM MATT TORRI, DIRECTOR, CITY OF NEW ORLEANS, DEPARTMENT OF SANITATION Brief: Submitting a proposed agreement between the City of New Orleans and Ceres Environmental Services, Inc. (Zone 3), a completed contract summary form, and the related Motion, pursuant to Rule 57. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED AND REFERRED TO THE COMMUNITY DEVELOPMENT COMMITTEE. COMMUNICATION \u2014 FROM TYRA JOHNSON BROWN, DIRECTOR, CITY OF NEW ORLEANS, HOUSING POLICY AND OFFICE OF COMMUNITY DEVELOPMENT https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff10-11ed-95dd-0050569183fa 6/69 \f", - "page_number": 6, - "part": 2 + "page_content": "- Topic: Amendment to Neighborhood Business District and LaSalle Street Overlay District\n- Summary: The ordinance aims to amend and reordain Article 18 of the Comprehensive Zoning Ordinance to establish the Brown's Dairy Neighborhood District overlay and create affordable housing opportunities. It also prohibits certain types of accommodations on specific properties. The ordinance was adopted.\n- Ordinance Number: 34,282\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: Adoption of the ordinance\n- Tags/Keywords: Zoning, Affordable housing, Prohibition, Neighborhood District\n- UID: f145090e-a730-4a21-a231-37031aa116a5\n\n- Topic: Update to Personal Property Definitions and Removal Requirements\n- Summary: This ordinance seeks to amend and reordain specific sections of the Code of the City of New Orleans to update the definition of personal property, personal property removal and storage requirements, and city emergency powers and obligations. The ordinance was electronically submitted and subsequently adopted.\n- Ordinance Number: 34,304\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: Adoption of the ordinance\n- Tags/Keywords: Personal property, Code amendment, City emergency powers\n- UID: f145090e-a730-4a21-a231-37031aa116a5", + "uid": "f145090e-a730-4a21-a231-37031aa116a5", + "publish_date": "8-10-2023", + "page_number": 7, + "title": "Regular City Council Minutes 8-10-2023" }, { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "6/23/23, 5:38 PM 10. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff1 0-11 ed-95dd-00505691 83fa Brief: Submitting a proposed agreement between the City of New Orleans and Unity of Greater New Orleans, Inc., three accessory documents to the Loan Agreement Regulatory Agreement, Note, and Mortgage, a completed contract summary form, and the related Motion, pursuant to Rule 57. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED AND REFERRED TO THE COMMUNITY DEVELOPMENT COMMITTEE.See Motion M-23-185). Tyra Johnson Brown M-23-185 COMMUNICATION \u2014 FROM JENNIFER L. AVENGO,_M.D.,__ DIRECTOR, DEPARTMENT OF HEALTH, CITY OF NEW ORLEANS Brief: Submitting a proposed agreement between the City of New Orleans and Louisiana Department of Health Office of Public Health STD/HIV/Hepatitis Program (LDH SHHP), a completed contract summary form, and the related Motion, pursuant to Rule 57. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED AND REFERRED TO THE QUALITY OF L", - "page_number": 7, - "part": 1 + "page_content": "- Topic: Resolution R-23-348\n- Summary: The resolution directed Entergy New Orleans, LLC to investigate and remediate electric service disruptions and complaints, as well as establish minimum electric reliability performance standards and financial penalty mechanisms. The procedural schedule was amended and extended to allow for the submission of additional evidence regarding the penalty imposed by the council in Resolution R-19-442.\n- Ordinance Number: R-23-348\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The resolution was adopted, and the procedural schedule was amended and extended.\n- Tags/Keywords: Entergy New Orleans, electric service disruptions, reliability performance standards, financial penalty mechanisms\n- UID: f3fa2937-549d-466c-bdff-f58e8634c91f\n\n- Topic: Demolition Request of Lynnette Gordon, Spectrum Designs, LLC\n- Summary: The demolition request of Lynnette Gordon from Spectrum Designs, LLC was discussed.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: N/A\n- Tags/Keywords: Demolition request, Spectrum Designs, LLC\n- UID: f3fa2937-549d-466c-bdff-f58e8634c91f", + "uid": "f3fa2937-549d-466c-bdff-f58e8634c91f", + "publish_date": "8-10-2023", + "page_number": 8, + "title": "Regular City Council Minutes 8-10-2023" }, { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "IFE COMMITTEE. (See Motion M-23-172). Jennifer Avegno, Contract M-23-172 COMMUNICATION \u2014 FROM KAREN GLASER STEIN Brief: Requesting to appeal the Vieux Carr\u00e9 Commission\u2019s decision of \u201cdenial\u201d at the meeting of February 8, 2023, to retain work completed without benefit of VCC review and approval, including gallery millwork modifications, per application and materials received 12/16/2022 for properties located at 1000-1012 St. Philip Street. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. (Hearing Date Set For 5/25/23). Karen Glaser Stein VCC appeal 1000-1012 St Philip St. COMMUNICATION \u2014 FROM AMY B. TREPAGNIER, DIRECTOR OF PERSONNEL, CITY OF NEW ORLEANS, DEPARTMENT OF CIVIL SERVICE Brief: Submitting for Council approval Amendment to the Classified Pay Plan (Sewerage and Water Board) New Classification in accordance with Article X, Section 10 of the Constitution of https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff10-11ed-95dd-0050569183fa 7/69 \f", - "page_number": 7, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "6/23/23, 5:38 PM 11. 12. 13. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff1 0-11 ed-95dd-00505691 83fa Louisiana as adopted by the Civil Service Commission at its meeting of April 17, 2023. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED AND REFERRED TO THE BUDGET COMMITTEE. (See Motion No. M-23-182). Amy B. Trepagnier - SWB M-23-182 COMMUNICATION \u2014 FROM AMY B. TREPAGNIER, DIRECTOR OF PERSONNEL, CITY OF NEW ORLEANS, DEPARTMENT OF CIVIL SERVICE Brief: Submitting for Council approval Amendments to the Classified Pay Plan (Property Management) Hiring Rates and New Special Rate of Pay in accordance with Article X, Section 10 of the Constitution of Louisiana as adopted by the Civil Service Commission at its meeting of April 17, 2023. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED AND REFERRED TO THE BUDGET COMMITTEE. (See Motion No. M-23-183). Amy B. Trepagnier - ", - "page_number": 8, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "Property Management M-23-183 COMMUNICATION \u2014 FROM AMY B. TREPAGNIER, DIRECTOR OF PERSONNEL, CITY OF NEW ORLEANS, DEPARTMENT OF CIVIL SERVICE Brief: Submitting for Council approval Amendments to the Classified Pay Plan (Safety and Permits) Hiring Rates and New Job Classification (Zoning Administration) in accordance with Article X, Section 10 of the Constitution of Louisiana as adopted by the Civil Service Commission at its meeting of January 20, 2023. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED AND REFERRED TO THE BUDGET COMMITTEE. (See Motion No. M-23-184). M-23-184 COMMUNICATION \u2014 FROM AMY B. TREPAGNIER, DIRECTOR OF PERSONNEL, CITY OF NEW ORLEANS, DEPARTMENT OF CIVIL SERVICE Brief: Submitting for Council approval Amendments to the Classified Pay Plan (Public Safety) https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff10-11ed-95dd-0050569183fa 8/69 \f", - "page_number": 8, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "6/23/23, 5:38 PM 14. 15. 16. 17. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff1 0-11 ed-95dd-00505691 83fa Hiring Rates, Title Changes and New Special Rate of Pay in accordance with Article X, Section 10 of the Constitution of Louisiana as adopted by the Civil Service Commission at its meeting of April 17, 2023. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED AND REFERRED TO THE BUDGET COMMITTEE. (See Motion No. M-23-181). M-23-181 COMMUNICATION \u2014 FROM IAN F. TAYLOR Brief: Submitting a Withdrawal Letter for the appeal of the Historic District Landmarks Commission\u2019s decision of \u201cdenial\u201d for property located at 6028 Benjamin Street. Annotation: RECEIVED. COMMUNICATION \u2014 FROM DENNIS A. ROUBION, JR. AND KATHRYN ROUBION Brief: Requesting to appeal the parking requirements established by the Univers", - "page_number": 9, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "ity Area Off-Street Parking Interim Zoning District (IZD), per Article 19 of the City\u2019s Comprehensive Zoning Ordinance, as it applies to property located at 2030 Octavia Street. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. (Hearing Date Set For 5/25/23). Dennis A. Roubion, Jr. and Kathryn Roubion 2030 Octavua Street VUAOSP IZD COMMUNICATION - FROM AMY TREPAGNIER, PERSONNEL DIRECTOR, CITY OF NEW ORLEANS, DEPARTMENT OF CIVIL SERVICE Brief: Submitting the Monthly raw data relative to current staffing, hiring, and applications to the New Orleans Police Department as required by City Council Ordinance No. 29130. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. COMMUNICATION \u2014 FROM BRIAN D. BERRY AND JANE CARRIERE BERRY https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff10-11ed-95dd-0050569183fa 9/69 \f", - "page_number": 9, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "6/23/23, 5:38 PM 18. 19. 20. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff1 0-11 ed-95dd-00505691 83fa Brief: Requesting to appeal the University Area Off-Street Parking Interim Zoning District requirements, proposing the addition and renovation of a single-family dwelling for property located at 1227 S. Carrollton Avenue. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. (Hearing Date Set For 5/25/23). Brian Berry and Jane Carriere Berry 1227 So. Carrollton Avenue COMMUNICATION \u2014 FROM ANGELE AND GREGORY ROMIG Brief: Requesting to appeal the Historic District Landmarks Commission\u2019s decision of \u201cdenial\u201d of the application for demolition of more than 50% of the exterior wall structure through the increase in height for properties located at 41 Allard Boulevard and 39 Allard Boulevard. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. (Hearing Date Set For 5/25/23). Angel", - "page_number": 10, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "e and Gregory Roming HDLC Appeal 45 Allard Blvd COMMUNICATION - FROM KENOSHA C. PERRY, ACCOUNTANT, CITY OF NEW ORLEANS, DEPARTMENT OF POLICE Brief: Submitting a proposed agreement between the City of New Orleans and Orleans Tower, LLC, a completed contract summary form, and the related Motion, pursuant to Rule 57. Annotation: ELECTRONICALLY SUBMITTED.RECEIVED AND REFERRED TO THE CRIMINAL JUSTICE COMMITTEE. (See Motion M-23-187). Kenosha C. Perry M-23-187 COMMUNICATION \u2014 FROM AMANDA AUBRY, EXECUTIVE ASSISTANT, CITY OF NEW ORLEANS, _DEPARTMENT OF _ INFORMATION _TECHNOLOGY _AND INNOVATION Brief: Submitting a proposed agreement between the City of New Orleans and Global Solutions Group, Inc., a completed contract summary form, and the related Motion, pursuant to Rule 57. Annotation: https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff10-11ed-95dd-0050569183fa 10/69 \f", - "page_number": 10, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "6/23/23, 5:38 PM 21. 22. 23. 24. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff1 0-11 ed-95dd-00505691 83fa ELECTRONICALLY SUBMITTED. RECEIVED AND REFERRED TO THE GOVERNMENTAL AFFAIRS COMMITTEE. Amanda Aubry REPORT - OF ANITA CURRAN, COUNCIL RESEARCH OFFICER, NEW ORLEANS CITY COUNCIL Brief: Transmitting a demolition report for the following properties: * 1330-1332 Touro Street, 23- 09290 - DEMO-RSF2 - Council District \"C\" Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. Anita Curran, Council Research Officer - Demolition - 1330-1332 Touro Street REPORT - OF THE EXECUTIVE DIRECTOR OF THE CITY PLANNING COMMISSION Brief: Transmitting Zoning Docket Numbers 13/23 - Cms. All, 17/23 - Cms. All, 23/23 - Cm. King, 24/23 - Cm. Harris and 25/23 - Cm. Harris, Cn. Deadline 7/10/23. Annotation: ELECTRONICALLY SUBMITTED. RECE", - "page_number": 11, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "IVED. (Hearing Date Set For 5/25/23). CPC Zoning Transmittal for 4-11-23 REPORT - OF THE EXECUTIVE DIRECTOR OF THE CITY PLANNING COMMISSION Brief: Transmitting Zoning Docket Numbers 18/23 - Cms. All, 21/23 - Cm. King, 26/23 - Cm. King and 29/23 - Cm. Harris, Cn. Deadline 7/10/23. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. (Hearing Date Set For 5/25/23). CPC Zoning Transmittal for 4-25-23 REPORT - OF THE DEPUTY DIRECTOR OF THE NEW ORLEANS HISTORIC DISTRICT LANDMARKS COMMISSION _\u201d CENTRAL BUSINESS DISTRICT HISTORIC DISTRICT LANDMARKS COMMISSION Brief: Submitting a report regarding an appeal of the Historic District Landmarks Commission's (HDLC) \"denial\" again of an application to demolish properties located at 420-22 S. Galvez https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff10-11ed-95dd-0050569183fa 11/69 \f", - "page_number": 11, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "6/23/23, 5:38 PM 25. 26. 27. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff1 0-11 ed-95dd-00505691 83fa Street. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. HDLC Report 420-22 S. Galvez Street REPORT - OF THE DEPUTY DIRECTOR OF THE NEW ORLEANS HISTORIC DISTRICT LANDMARKS COMMISSION \u201d CENTRAL BUSINESS DISTRICT HISTORIC DISTRICT LANDMARKS COMMISSION Brief: Submitting a report regarding an appeal of the Historic District Landmarks Commission's (HDLC) \"denial\" of modification of a Significant rated three-story, mixed use building including demolition of the entire roof structure and rear service wings and subsequent construction of new rear addition for property located at 502 Frenchmen Street. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. HDLC Report 502 Frenchmen Street REPORT - OF THE DEPUTY DIRECTOR OF THE NEW ORLEANS HISTORIC DISTRICT LANDMARKS COMMISSION _\u201d ", - "page_number": 12, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "CENTRAL BUSINESS DISTRICT HISTORIC DISTRICT LANDMARKS COMMISSION Brief: Submitting a report regarding an appeal of the Historic District Landmarks Commission's (HDLC) \"approval\" of the retention of demolition of the structure and fine of $22,500 for property located at 610 David Street. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. HDLC Report 610 David Street REPORT - OF THE DEPUTY DIRECTOR OF THE NEW ORLEANS HISTORIC DISTRICT LANDMARKS COMMISSION _\u201d CENTRAL BUSINESS DISTRICT HISTORIC DISTRICT LANDMARKS COMMISSION Brief: Submitting a report regarding an appeal of the Historic District Landmarks Commission's (HDLC) \"no action vote\" for the retention of stone cladding on the front stairs for property located at 1437 St. Andrew Street. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff10-11ed-95dd-0050569183fa 12/69 \f", - "page_number": 12, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "6/23/23, 5:38 PM 28. 29. 30. 31. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff1 0-11 ed-95dd-00505691 83fa HDLC Report 1437 St Andrew Street REPORT - OF THE DEPUTY DIRECTOR OF THE NEW ORLEANS HISTORIC DISTRICT LANDMARKS COMMISSION _\u201d CENTRAL BUSINESS DISTRICT HISTORIC DISTRICT LANDMARKS COMMISSION Brief: Submitting a report regarding an appeal of the Historic District Landmarks Commission's (HDLC) \"denial\" retention of a partial roof, fagade, and exterior wall demolition at a Contributing rated, one-story, single-family residential building without a Certificate of Appropriateness for property located at 2123 Soniat Street. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. HDLC Report 2123 Soniat Street REPORT - OF THE DEPUTY DIRECTOR OF THE NEW ORLEANS HISTORIC DISTRICT LANDMARKS COMMISSION \u201d CENTRAL BUSINESS DISTRICT HISTORIC DISTRICT LANDMARKS COMMISSION Brief: Submitting a report regarding an appeal of the Historic District Landmarks Commission's (HDLC) \"denial", - "page_number": 13, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "\" again of an application to raise an existing one-story, single-family residential building to allow for the construction of conditioned space on the ground floor for property located at 2127 Esplanade Avenue. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. HDLC Report 2127 Esplanade Avenue REPORT - OF THE DEPUTY DIRECTOR OF THE NEW ORLEANS HISTORIC DISTRICT LANDMARKS COMMISSION _\u201d CENTRAL BUSINESS DISTRICT HISTORIC DISTRICT LANDMARKS COMMISSION Brief: Submitting a report regarding an appeal of the Historic District Landmarks Commission's (HDLC) \"denial\" of the request for demolition of the structure for property located at 2516 Upperline Street. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. HDLC Report 2516 Upperline Street REPORT - OF THE DEPUTY DIRECTOR OF THE NEW ORLEANS HISTORIC DISTRICT LANDMARKS COMMISSION _\u201d CENTRAL BUSINESS DISTRICT HISTORIC DISTRICT LANDMARKS COMMISSION https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff10-11ed-95dd-0050569183fa 13/69 \f", - "page_number": 13, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "6/23/23, 5:38 PM 32. 33. 34. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff1 0-11 ed-95dd-00505691 83fa Brief: Submitting a report regarding an appeal of the Historic District Landmarks Commission's (HDLC) \"denial\" of the request for demolition of more than 25% of the facade for property located at 6028 Benjamin Street. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. HDLC Report 6028 Benjamin Street REPORT \u2014 OF THE SEWERAGE AND WATER BOARD OF NEW ORLEANS, CHIEF OF STAFF, CHRISTY C. HAROWSKI Brief: Submitting the Sewerage and Water Board\u2019s Q1 Public Works Report. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. CAL. NO. 34,091 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29,265 M.C.S., as amended, entitled \"An Ordinance Providing an Operating Budget of Revenues for the City of New Orleans for the Year 2023\", to appropriate Capital Outlay fund", - "page_number": 14, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "s awarded by the State of Louisiana Facility Planning and Control (\"FP&C\") to the City of New Orleans for the Sewerage and Water Board Power Plant, Planning and Construction Project (No. 50-ML3-18-02); and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/7/23). (Fiscal Note received). (Referred to the Budget Committee). (Budget/Audit/Board of Review Committee recommended approval). ADOPTED. 34091-29427 MCS CAL. NO. 34,092 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29,266 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023\u201d, to appropriate Capital Outlay funds awarded by the State of Louisiana Facility https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff10-11ed-95dd-0050569183fa 14/69 \f", - "page_number": 14, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "6/23/23, 5:38 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff1 0-11 ed-95dd-00505691 83fa Planning and Control (\u201cFP&C\u201d) to the City of New Orleans for the Sewerage and Water Board Power Plant, Planning and Construction Project (No. 50-ML3-18-02); and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/7/23). (Fiscal Note received). (Referred to the Budget Committee). (Budget/Audit/Board of Review Committee recommended approval). ADOPTED. 34092-29428 MCS 35. CAL. NO. 34,093 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN, THOMAS AND KING (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29,265 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Revenues for the City of New Orleans for the Year 2023\u201d, to appropriate grants funds awarded to the City of New Orleans for the West Bank Ferry Terminal Renovations, Planning and Construction Project (No. 50-ML3-15-05); and otherwise to provide with respect thereto. Annotation: ELE", - "page_number": 15, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "CTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/7/23). (Fiscal Note received). (Referred to the Budget Committee). (Budget/Audit/Board of Review Committee recommended approval). ADOPTED. 34093-29429 MCS 36. CAL. NO. 34,094 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN, THOMAS AND KING (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29,266 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023\u201d, to appropriate grant funds awarded to the City of New Orleans for the West Bank Ferry Terminal Renovations, Planning and Construction Project (No. 50-ML3-15-05); and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/7/23). (Fiscal Note received). (Referred to the Budget Committee). (Budget/Audit/Board of Review Committee recommended approval). ADOPTED. 34094-29430 MCS https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff10-11ed-95dd-0050569183fa 15/69 \f", - "page_number": 15, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "6/23/23, 5:38 PM 37. 38. 39. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff1 0-11 ed-95dd-00505691 83fa CAL. NO. 34,095 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29,265 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Revenues for the City of New Orleans for the Year 2023\u201d, to appropriate donated funds received from CLB investments to The Department of Police to purchase equipment and supplies; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/7/23). (Fiscal Note received). (Referred to the Budget Committee). (Budget/Audit/Board of Review Committee recommended approval). ADOPTED. 34095-29431 MCS CAL. NO. 34,096 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29,266 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023\u201d, to appropr", - "page_number": 16, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "iate donated funds received from CLB Investments to The Department of Police to purchase equipment and supplies; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/7/23). (Fiscal Note Received). (Referred to the Budget Committee). (Budget/Audit/Board of Review Committee recommended approval). ADOPTED. 34096-29432 MCS CAL. NO. 34,117 - BY: COUNCILMEMBERS GIARRUSSO, MORENO GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29265 M.C.S., as amended, entitled \"An Ordinance Providing an Operating Budget of Revenues for the City of New Orleans for the Year 2023\", to appropriate grant funds from the U.S. Department of Labor to the Office of Workforce Development to assist job seekers and employers by providing career and training services; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/21/23). https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff10-11ed-95dd-0050569183fa 16/69 \f", - "page_number": 16, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "6/23/23, 5:38 PM 40. 4l. 42. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff1 0-11 ed-95dd-00505691 83fa (Fiscal Note Received). (Referred to the Budget Committee). (Budget/Audit/Board of Review Committee recommended approval). ADOPTED. 34117-29433 MCS CAL. NO, 34,118 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29266 M.C.S., as amended, entitled \"An Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023\", to appropriate grant funds from US Department of Labor to the Office of Workforce Development to assist job seekers and employers by providing career and training services; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/21/23). (Fiscal Note Received). (Referred to the Budget Committee). (Budget/Audit/Board of Review Committee recommended approval). ADOPTED. 34118-29434 MCS", - "page_number": 17, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": " CAL. NO. 34,119 - BY: COUNCILMEMBERS GIARRUSSO, GREEN, MORENO AND THOMAS (BY REQUEST) Brief: An Ordinance to amend and re-ordain Ordinance No. 28,869 M.C.S., entitled \"An Ordinance Providing a Capital Budget for the Year 2022\" in accordance with the provisions of Sections 3-117 and 4-206(1)(f) of the Home Rule Charter of the City of New Orleans; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/21/23). (Fiscal Note Received). (Referred to the Budget Committee). (Budget/Audit/Board of Review Committee recommended approval). ADOPTED. 34119-29435 MCS CAL. NO. 34,121 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29266 M.C.S., as amended, entitled \"An Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff10-11ed-95dd-0050569183fa 17/69 \f", - "page_number": 17, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "6/23/23, 5:38 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff1 0-11 ed-95dd-00505691 83fa 2023\", to transfer funds from the Department of Health to the Mayor's Office, Office of Homeless Programs & Strategy; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/21/23). (Fiscal Note Received). (Referred to the Budget Committee). (Budget/Audit/Board of Review Committee recommended approval). ADOPTED. 34121-29436 MCS 43. CAL. NO. 34,126 - BY: COUNCILMEMBERS KING AND MORRELL Brief: An Ordinance to effect a zoning change from an HU-RD1 Historic Urban Two-Family Residential District to an HU-B1 Historic Urban Neighborhood Business District and a conditional use to permit a reception facility, on Square 15, Lots 14, 70, 71, and 72, in the Fifth Municipal District, bounded by Pace Boulevard, Wall Boulevard, Elizardi Boulevard, and the Magellan Canal (Municipal Addresses: 1784 Pace Boulevard and 1778", - "page_number": 18, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": " Elizardi Boulevard); and otherwise to provide with respect thereto. (ZONING DOCKET NO. 8/23) Annotation: ELECTRONICALLY SUBMITTED. (90 Days, Cn. Deadline 6/21/23). (Cn. Deadline 6/8/23). ADOPTED. 34126-29437 MCS 44. CAL. NO. 34,127 - BY: COUNCILMEMBERS KING AND MORRELL Brief: An Ordinance to establish a conditional use to permit a principal bed and breakfast in an HMR-?2 Historic Marigny/Trem\u00e9/Bywater Residential District, on Square 5, Lot 5, in the Third Municipal District, bounded by Esplanade Avenue, Chartres Street, Decatur Street, and Frenchmen Street (Municipal Address: 547 Esplanade Avenue); and otherwise to provide with respect thereto. (ZONINIG DOCKET NO. 10/23) Annotation: ELECTRONICALLY SUBMITTED. (90 Days, Cn. Deadline 6/21/23). (Cn. Deadline 6/8/23). ADOPTED. 34127-29438 MCS 45. CAL. NO. 34,135 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff10-11ed-95dd-0050569183fa 18/69 \f", - "page_number": 18, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "6/23/23, 5:38 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff1 0-11 ed-95dd-00505691 83fa Brief: An Ordinance to amend Ordinance No. 29265 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Revenues for the City of New Orleans for the Year 2023\u201d, to appropriate grant funds awarded to the Health Department for the Alternative Dispatch Behavioral Crisis Response Program to implement a Crisis Call Center Management Software System; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 8/4/23). (Fiscal Note received). (Referred to the Budget Committee). (Budget/Audit/Board of Review Committee recommended approval). ADOPTED. 34135-29441 MCS 46. CAL. NO. 34,136 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29266 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023\u201d, to appropriate grant funds awarded to the Health Department for the Alternative Dispatch Behavioral Crisi", - "page_number": 19, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "s Response Program to implement a Crisis Call Center Management Software System; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 8/4/23). (Fiscal Note received). (Referred to the Budget Committee). (Budget/Audit/Board of Review Committee recommended approval). ADOPTED. 34136-29442 MCS 47. CAL. NO. 34,137 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29265 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Revenues for the City of New Orleans for the Year 2023\u201d, to appropriate one-time grant funds awarded to the Healthcare for the Homeless Program to expand COVID-19 health center services; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 8/4/23). (Fiscal Note received). (Referred to the Budget Committee). (Budget/Audit/Board of Review Committee recommended approval). ADOPTED. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff10-11ed-95dd-0050569183fa 19/69 \f", - "page_number": 19, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "6/23/23, 5:38 PM 48. 49. 50. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff1 0-11 ed-95dd-00505691 83fa 34137-29443 MCS CAL. NO. 34,138 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordnance to amend Ordinance No. 29266 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023\u201d, to appropriate one-time grant funds awarded to the Healthcare for the Homeless Program to expand COVID-19 health center services; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 8/4/23). (Fiscal Note received). (Referred to the Budget Committee). (Budget/Audit/Board of Review Committee recommended approval). ADOPTED. 34138-29444 MCS CAL. NO. 34,139 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29265 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Revenues for the City of New Orleans for the Year 2023\u201d, t", - "page_number": 20, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "o appropriate grant funds approved by FEMA on November 11, 2022, for the City of New Orleans\u2019 Lower Ninth Ward Energy Resilience Building Resilient Infrastructure and Communities Scoping Project; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 8/4/23). (Fiscal Note received). (Referred to the Budget Committee). (Budget/Audit/Board of Review Committee recommended approval). ADOPTED. 34139-29445 MCS CAL. NO. 34,140 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29266 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023\u201d, to appropriate grant funds approved by FEMA on November 11, 2022, for the City of New Orleans\u2019 Lower Ninth Ward Energy Resilience Building Resilient Infrastructure and Communities Scoping Project; and otherwise to provide with respect thereto. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff10-11ed-95dd-0050569183fa 20/69 \f", - "page_number": 20, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "6/23/23, 5:38 PM 51. 52. 53. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff1 0-11 ed-95dd-00505691 83fa Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 8/4/23). (Fiscal Note received). (Referred to the Budget Committee). (Budget/Audit/Board of Review Committee recommended approval). ADOPTED. 34140-29446 MCS CAL. NO. 34,147 - BY: COUNCILMEMBER GREEN Brief: An Ordinance to establish a conditional use to permit a small childcare center in an S-RD Suburban Two-Family Residential District, on Square 2873, Lots 7 and 8, in the Third Municipal District, bounded by Senate Street, Alfred Street, Harrison Avenue, and Jumonville Street (Municipal Addresses: 1373-1377 Senate Street); and otherwise to provide with respect thereto. (ZONING DOCKET NO. 7/23) Annotation: ELECTRONICALLY SUBMITTED. (90 Days, Cn. Deadline 6/21/23). (Cn. Deadline 6/8/23). ADOPTED. 34147-29447 MCS CAL. NO. 34,152 - BY: COUNCILMEMBER HARRIS Brief: An Ordi", - "page_number": 21, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "nance to establish a conditional use to permit a wine shop in an HU-B1 Historic Urban Neighborhood Business District, on Square 213, Lot A, in the Sixth Municipal District, bounded by Magazine Street, Aline Street, Foucher Street, and Constance Street (Municipal Addresses: 3500-3502 Magazine Street); and otherwise to provide with respect thereto. (ZONING DOCKET NO. 20/23) Annotation: ELECTRONICALLY SUBMITTED. (90 Days, Cn. Deadline 7/19/23). (Cn. Deadline 7/13/23). ADOPTED. 34152-29448 MCS CAL. NO. 34,153 - BY: COUNCILMEMBER HARRIS Brief: An Ordinance to establish a conditional use to permit a standard restaurant in an HU-B1 Historic Urban Residential Business District, on Square 141, Lot 7, in the Fourth Municipal District, bounded by St. Mary Street, Camp Street and Sophie Wright Place (Municipal Address: 1829 Sophie Wright Place); and otherwise to provide with respect https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff10-11ed-95dd-0050569183fa 21/69 \f", - "page_number": 21, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "6/23/23, 5:38 PM 54. 55. 56. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff1 0-11 ed-95dd-00505691 83fa thereto. (ZONING DOCKET NO. 11/23) Annotation: ELECTRONICALLY SUBMITTED. (90 Days, Cn. Deadline 7/5/23). (Cn. Deadline 6/22/23). ADOPTED. 34153-29449 MCS CAL. NO. 34,159 - BY: COUNCILMEMBER THOMAS Brief: An Ordinance to grant an amendment to Ordinance No. 23,346 MCS (Zoning Docket 069/08, which granted a conditional use to permit a large childcare center) to now authorize the use of the property as a community center in an HU-RD2 Historic Urban Two-Family Residential District, on Square 844, Lots 21-A and 22-A, in the Third Municipal District, bounded by Lizardi Street, Forstall Street, N Prieur Street, and N Roman Street (Municipal Address: 1804 Lizardi Street); and otherwise to provide with respect thereto. (ZONING DOCKET NO. 9/23) Annotation: ELECTRONICALLY SUBMITTED. (90 Days, Cn. Deadline 7/5/23). (Cn. Deadline 6/22/23). ADOPTED. 34159-29452 MCS CAL. NO. 34,160 - BY: COUNCILMEMBER MORR", - "page_number": 22, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "ELL Brief: An Ordinance to amend and reordain Article 19 of the Comprehensive Zoning Ordinance (Ordinance No. 4264 M.C.S., as amended by Ordinance No. 26,413 M.C.S. and subsequent amendments) to establish a new Interim Zoning District IZD) to be named the Residential Short Term Rental Interim Zoning District, the intent of which is to establish a temporary prohibition of Residential Short Term Rental (STR) uses citywide and to prevent any issuance of new Residential Short Term Rental permits or licenses. The three prohibited use categories include: Residential Short Term Rental, Small; Residential Short Term Rental, Large; and Residential Short Term Rental, Partial Unit; and otherwise to provide with respect thereto. (ZONING DOCKET NO. 95/22) Annotation: ELECTRONICALLY SUBMITTED. (90 Days, Cn. Deadline 6/21/23).(Cn. Deadline 6/8/23). ADOPTED. 34160-29453 MCS CAL. NO. 34,161 - BY: COUNCILMEMBERS GIARRUSSO AND HARRIS https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff10-11ed-95dd-0050569183fa 22/69 \f", - "page_number": 22, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "6/23/23, 5:38 PM 57. 58. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff1 0-11 ed-95dd-00505691 83fa Brief: An Ordinance to amend and reordain Article 19 of the Comprehensive Zoning Ordinance (Ordinance No. 4264 M.C.S., as amended by Ordinance No. 26,413 M.C.S. and subsequent amendments) to re-establish the University Area Off-Street Parking Interim Zoning District, the intent of which is to require off-street vehicular parking for any increase in the number of existing bedrooms, for all properties located in the area generally bounded by: Cecil Street, a straight line connecting Cecil Street to Monticello Avenue, Monticello Avenue, to Leake Avenue, to River Drive, to Riverview Drive, to East Drive, to Tchoupitoulas Street, turning north on Jefferson Avenue, turning east on South Claiborne Avenue, turning north on Toledano Street, connecting to Washington Avenue, turning east on Earhart Boulevard, turning north on South Carrollton Avenue, turning east on Tulane Avenue/Airline Highway connecting to Palmetto Street, to Northline Street, to Monticello Avenue, to Cecil Street; and otherwise to provide with respect thereto. (ZONING DOCKET NO. 100/22) Annotation: ELECTRONICALLY SUBMITTED. (90 Days, Cn. Deadline 7/5/23). (Cn. Deadline 6/22/23). Adopted later on the Regular age", - "page_number": 23, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "nda with an Amendment. CAL. NO. 34,163 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29265 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Revenues for the City of New Orleans for the Year 2023\u201d, to appropriate grant funds to the Health Department for Emergency Medical Services to purchase rescue equipment; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 8/18/23). (Fiscal Note received). (Budget/Audit/Board of Review Committee recommended approval). ADOPTED. 34163-29456 MCS CAL. NO. 34,164 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29266 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023\u201d, to appropriate grant funds to the Health Department for Emergency Medical Services to purchase rescue equipment; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 8/18/23). (Fiscal Note received). https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff10-11ed-95dd-0050569183fa 23/69 \f", - "page_number": 23, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "6/23/23, 5:38 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff1 0-11 ed-95dd-00505691 83fa (Budget/Audit/Board of Review Committee recommended approval). ADOPTED. 34164-29457 MCS 59. CAL. NO. 34,165 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29265 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Revenues for the City of New Orleans for the Year 2023\u201d, to appropriate additional funds to the Jackson Barracks Project unit within the Department of Mosquito, Termite & Rodent Control for the purchase of motor vehicles; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 8/18/23). (Fiscal Note received). (Budget/Audit/Board of Review Committee recommended approval). ADOPTED. 34165-29458 MCS 60. CAL. NO. 34,166 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29266 M.C.S., as am", - "page_number": 24, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "ended, entitled \u201cAn Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023\u201d, to appropriate additional funds to the Jackson Barracks Project unit within the Department of Mosquito, Termite & Rodent Control for the purchase of motor vehicles; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 8/18/23). (Fiscal Note received). (Budget/Audit/Board of Review Committee recommended approval). ADOPTED. 34166-29459 MCS 61. CAL. NO, 34,167 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29265 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Revenues for the City of New Orleans for the Year 2023\u201d, to appropriate unspent grant funds to the Department of Workforce Development; and otherwise to provide with respect thereto. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff10-11ed-95dd-0050569183fa 24/69 \f", - "page_number": 24, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "6/23/23, 5:38 PM 62. 63. 64. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff1 0-11 ed-95dd-00505691 83fa Annotation: ELECTRONICALLY SUBMITTED. (Fiscal Note received). (Council Rule 34. Postponement Deadline 8/18/23). (Budget/Audit/Board of Review Committee recommended approval). ADOPTED. 34167-29460 MCS CAL. NO. 34,168 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29266 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023\u201d, to appropriate unspent grant funds to the Department of Workforce Development; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 8/18/23). (Fiscal Note received). (Budget/Audit/Board of Review Committee recommended approval). ADOPTED. 34168-29461 MCS CAL. NO. 34,169 - BY: C", - "page_number": 25, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "OUNCILMEMBERS GIARRUSSO (BY REQUEST) AND MORRELL Brief: An Ordinance to ordain Section 70-564 of the Code of the City of New Orleans to establish fees for certain applications to the zoning administration of the Department of Safety and Permits; and to provide otherwise with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 8/18/23). (Budget/Audit/Board of Review Committee recommended approval). ADOPTED. 34169- 29462 MCS MOTION \u2014 NO. M-23-173 \u2014 BY: COUNCILMEMBERS GIARRUSSO, MORENO, MORRELL, GREEN AND THOMAS Brief: Submitting for Council approval the Amendments to the Classified Pay Plan (Aviation Board), Hiring Rates in accordance with Article X, Section 10 of the Constitution of Louisiana as adopted by the Civil Service Commission at its meeting of March 3, 2023, to be effective May 14, 2023. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff10-11ed-95dd-0050569183fa 25/69 \f", - "page_number": 25, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "6/23/23, 5:38 PM 65. 66. 67. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff1 0-11 ed-95dd-00505691 83fa Annotation: (Council Rule 34. Postponement Deadline 9/8/23). (Budget/Audit/Board of Review Committee recommended approval). ADOPTED. M-23-173 MOTION \u2014 NO. M-23-174 \u2014 BY: COUNCILMEMBERS GIARRUSSO, MORENO, MORRELL, GREEN AND THOMAS Brief: Submitting for Council approval the Amendment to the Classified Pay Plan (Sewerage and Water Board), New Classification in accordance with Article X, Section 10 of the Constitution of Louisiana as adopted by the Civil Service Commission at its meeting of March 3, 2023, to be effective May 14, 2023. Annotation: (Council Rule 34. Postponement Deadline 9/8/23). (Budget/Audit/Board of Review Committee recommended approval). ADOPTED. M-23-174 MOTION \u2014 NO. M-23-175 \u2014 BY: COUNCILMEMBERS GIARRUSSO, MORENO, MORRELL, GREEN AND THOMAS Brief: Submitting for Council approval the Amendments to the Classified Pay Plan (Sewerage and Water Board), Hiring Rat", - "page_number": 26, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "es (Safety Coordinator Series) in accordance with Article X, Section 10 of the Constitution of Louisiana as adopted by the Civil Service Commission at its meeting of March 3, 2023, to be effective May 14, 2023. Annotation: (Council Rule 34. Postponement Deadline 9/8/23). (Budget/Audit/Board of Review Committee recommended approval). ADOPTED. M-23-175 MOTION \u2014 NO. M-23-176 \u2014 BY: COUNCILMEMBERS GIARRUSSO, MORENO, MORRELL, GREEN AND THOMAS Brief: Submitting for Council approval the Amendments to the Classified Pay Plan (Finance), NEW CLASSIFICATIONS AND TITLE CHANGE: REVENUE FIELD AGENT SERIES in accordance with Article X, Section 10 of the Constitution of Louisiana as adopted by the Civil Service Commission at its meeting of March 3, 2023, to be effective May 14, 2023. Annotation: (Council Rule 34. Postponement Deadline 9/8/23). (Budget/Audit/Board of Review Committee recommended approval). ADOPTED. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff10-11ed-95dd-0050569183fa 26/69 \f", - "page_number": 26, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "6/23/23, 5:38 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff1 0-11 ed-95dd-00505691 83fa M-23-176 68. MOTION \u2014 NO. M-23-177 \u2014 BY: COUNCILMEMBERS GIARRUSSO, MORENO, MORRELL, GREEN AND THOMAS Brief: Submitting for Council approval the Amendments to the Classified Pay Plan (Finance), HIRING RATES: FINANCE BUREAU CHIEFS in accordance with Article X, Section 10 of the Constitution of Louisiana as adopted by the Civil Service Commission at its meeting of March 3, 2023, to be effective May 14, 2023. Annotation: (Council Rule 34. Postponement Deadline 9/8/23). (Budget/Audit/Board of Review Committee recommended approval). ADOPTED. M-23-177 69. MOTION \u2014 NO. M-23-178 \u2014 BY: COUNCILMEMBERS GIARRUSSO, MORENO, MORRELL, GREEN AND THOMAS Brief: Submitting for Council approval the Amendments to the Classified Pay Plan (Police), Hiring Rates and New Classification (Social Services Series) in accordance with Article X, Section 10 of th", - "page_number": 27, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "e Constitution of Louisiana as adopted by the Civil Service Commission at its meeting of March 3, 2023, to be effective May 14, 2023. Annotation: (Council Rule 34. Postponement Deadline 9/8/23). (Budget/Audit/Board of Review Committee recommended approval). ADOPTED. M-23-178 70. MOTION \u2014 NO. M-23-181 \u2014 BY: COUNCILMEMBERS GIARRUSSO, MORENO, MORRELL, GREEN AND THOMAS Brief: Submitting for Council approval the Amendments to the Classified Pay Plan (Public Safety), Hiring Rates, Title Changes and New Special Rate of Pay in accordance with Article X, Section 10 of the Constitution of Louisiana as adopted by the Civil Service Commission at its meeting of April 17, 2023, to be effective May 14, 2023. Annotation: (Council Rule 34. Postponement Deadline 9/8/23). (Budget/Audit/Board of Review Committee recommended approval). ADOPTED. M-23-181 https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff10-11ed-95dd-0050569183fa 27/69 \f", - "page_number": 27, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "6/23/23, 5:38 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff1 0-11 ed-95dd-00505691 83fa 71. MOTION \u2014 NO. M-23-182 \u2014 BY: COUNCILMEMBERS GIARRUSSO, MORENO, MORRELL, GREEN AND THOMAS Brief: Submitting for Council approval the Amendment to the Classified Pay Plan (Sewerage and Water Board), New Classification in accordance with Article X, Section 10 of the Constitution of Louisiana as adopted by the Civil Service Commission at its meeting of April 17, 2023, to be effective May 14, 2023. Annotation: (Council Rule 34. Postponement Deadline 9/8/23). (Budget/Audit/Board of Review Committee recommended approval). ADOPTED. M-23-182 72. MOTION \u2014 NO. M-23-183 \u2014 BY: COUNCILMEMBERS GIARRUSSO, MORENO, MORRELL, GREEN AND THOMAS Brief: Submitting for Council approval the Amendments to the Classified Pay Plan (Property Management), Hiring Rates and New Special Rate of Pay in accordance with Article X, Section 10 of the Constitution of Louisiana as adopted by the Civil Serv", - "page_number": 28, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "ice Commission at its meeting of April 17, 2023, to be effective May 14, 2023. Annotation: (Council Rule 34. Postponement Deadline 9/8/23). (Budget/Audit/Board of Review Committee recommended approval). ADOPTED. M-23-183 73. MOTION \u2014 NO. M-23-184 \u2014 BY: COUNCILMEMBERS GIARRUSSO, MORENO, MORRELL, GREEN AND THOMAS Brief: Submitting for Council approval the Amendments to the Classified Pay Plan (Safety and Permits), Hiring Rates and New Job Classification (Zoning Administration) in accordance with Article X, Section 10 of the Constitution of Louisiana as adopted by the Civil Service Commission at its meeting of January 20, 2023, to be effective May 14, 2023. Annotation: (Council Rule 34. Postponement Deadline 9/8/23). (Budget/Audit/Board of Review Committee recommended approval). ADOPTED. M-23-184 a. MOTION TO ADOPT CONSENT AGENDA AND REFER OTHER MATTERS TO THE PROPER AGENCY. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff10-11ed-95dd-0050569183fa 28/69 \f", - "page_number": 28, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "6/23/23, 5:38 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff1 0-11 ed-95dd-00505691 83fa MOVED By: Harris SECONDED BY: Moreno ACTION: Adopt YEAS: Green, Harris, Moreno, Morrell, Thomas - 5 NAYS: 0 ABSTAIN: 0 ABSENT: Giarrusso, King - 2 RECUSED: 0 AND THE MOTION PASSED. b. \u00a9 AND THE CONSENT AGENDA WAS ADOPTED. REGULAR AGENDA 27. CAL. NO. 34,170 - BY: COUNCILMEMBER MORENO (BY REQUEST) Brief: An Ordinance to authorize the Mayor of the City of New Orleans to enter into a Subrecipient Agreement (the \u201cAgreement\u201d) by and between the City of New Orleans (the \u201cCity\u201d) and Medical Debt Resolution, Inc. (\u201c\u201cSubrecipient\u2019\u2019), to utilize $1,300,000.00 in American Rescue Plan funds for the valuable public purpose of addressing economic hardship related to the COVID-19 pandemic by providing assistance to constituents with utility arrearages incurred during the pandemi", - "page_number": 29, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "c (the \u201cPublic Purpose\u201d), as more fully set forth in the Agreement, attached hereto as Exhibit 1 and made a part hereof; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 8/18/23). Deferred until later in the meeting. 2. COMMUNICATION - FROM RICHARD LINDSAY, ON BEHALF OF SYLVIA CHRISS- BIBBINS Brief: Requesting to appeal the Historic District Landmarks Commission's decision of \"denial\" to levy a fine for $20,000.00 for properties located at 2123 Soniat Street. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. (Hearing Date Set For 5/25/23). HDLC Appeal 2123 Soniat St MOVED By: Green SECONDED BY: Harris ACTION: Suspend the Rules YEAS: Giarrusso, Green, Harris, Moreno, Morrell - 5 NAYS: 0 ABSTAIN: 0 https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff10-11ed-95dd-0050569183fa 29/69 \f", - "page_number": 29, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "6/23/23, 5:38 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff1 0-11 ed-95dd-00505691 83fa ABSENT: King, Thomas - 2 RECUSED: 0 AND THE MOTION PASSED. Suspend the Rules to Receive the foregoing Communication. MOVED By: Morrell SECONDED BY: Green ACTION: Add Item to Agenda YEAS: Giarrusso, Green, Harris, Moreno, Morrell - 5 NAYS: 0 ABSTAIN: 0 ABSENT: King, Thomas - 2 RECUSED: 0 AND THE MOTION PASSED. Suspend the Rules to Add the foregoing Communication to the Council\u2019s agenda. COMMUNICATION \u2014 FROM DARREN P. LOMBARD, CLERK OF CRIMINAL DISTRICT COURT AND CHIEF ELECTIONS OFFICER Brief: Submitting the results from the April 29, 2023 Proposition Election. Annotat", - "page_number": 30, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "ion: RECEIVED. Darren P. Lombard, Clerk of Court MOVED By: Morrell SECONDED BY: Green ACTION: Suspend the Rules YEAS: Giarrusso, Green, Harris, Moreno, Morrell - 5 NAYS: 0 ABSTAIN: 0 ABSENT: King, Thomas - 2 RECUSED: 0 AND THE MOTION PASSED. Suspend the Rules to Receive the foregoing Communication. MOVED By: Morrell SECONDED BY: Moreno ACTION: Add Item to Agenda YEAS: Giarrusso, Green, Harris, Moreno, Morrell - 5 NAYS: 0 ABSTAIN: 0 ABSENT: King, Thomas - 2 RECUSED: 0 AND THE MOTION PASSED. Suspend the Rules to Add the foregoing Communication to the Council\u2019s agenda. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff10-11ed-95dd-0050569183fa 30/69 \f", - "page_number": 30, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "6/23/23, 5:38 PM 3. 3a. 3b. 4a. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff1 0-11 ed-95dd-00505691 83fa LEGISLATIVE GROUPING COMMUNICATION - FROM ELIZABETH HOLMAN, DIRECTOR OF LAND USE,_ COUNCILMEMBER LESLI HARRIS, DISTRICT \"B\" Brief: Transmitting the Mayor's Office of Economic Development's recommendation of approval, and requesting the scheduling of a public hearing, for the following Restoration Tax Abatement application: * RTA #2018-0489, 3425-27 & 3427A S. Liberty Street, Liberty Street Cottages, LLC Annotation: ELECTRONICALLY SUBMITTED. (Communication received at the meeting of 4/20/23). HEARING HELD. RTA - Communication - Elizabeth Holman - 3425-27 S. Liberty Street RESOLUTION \u2014 NO. R-23-203 \u2014 BY: COUNCILMEMBER HARRIS Brief: A resolution Approving RTA Application #20180", - "page_number": 31, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "489 3425-27 & 3427A S. Liberty Street, Liberty Street Cottages, LLC Annotation: (Council Rule 34. Postponement Deadline 9/8/23). ADOPTED. R-23-203 MOVED By: Harris SECONDED BY: Green ACTION: Adopt YEAS: Giarrusso, Green, Harris, Moreno, Morrell - 5 NAYS: 0 ABSTAIN: 0 ABSENT: King, Thomas - 2 RECUSED: 0 AND THE MOTION PASSED. LEGISLATIVE GROUPING COMMUNICATION - FROM ELIZABETH HOLMAN, DIRECTOR OF LAND USE, COUNCILMEMBER LESLI HARRIS, DISTRICT \"B\" Brief: Transmitting the Mayor's Office of Economic Development's no recommendation, and requesting the scheduling of a public hearing, for the following Restoration Tax Abatement application: * RTA #2021-0106, 705 Common Street, NS Hotel Partners - MSY LLC https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff10-11ed-95dd-0050569183fa 31/69 \f", - "page_number": 31, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "6/23/23, 5:38 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff1 0-11 ed-95dd-00505691 83fa Annotation: ELECTRONICALLY SUBMITTED. (Communication received at the meeting of 4/20/23). HEARING HELD. RTA - Communication - Elizabeth Holman - 705 Common Street 4b. RESOLUTION \u2014 NO. R-23-204 \u2014 BY: COUNCILMEMBER HARRIS Brief: A resolution Approving RTA Application #2021-0106, 705 Common Street, NS Hotel Partners \u2014 MSY LLC Annotation: (Council Rule 34. Postponement Deadline 9/8/23). ADOPTED. R-23-204 MOVED BY: Harris SECONDED BY: Green ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Morrell - 5 NAYS: 0 ABSTAIN: 0 ABSENT: Moreno, Thomas - 2 RECUSED: 0 AND THE MOTION PASSED. A. LAND USE MATTERS ALL LAND USE ARE SCHEDULED TO COMMENCE AT 11:00 A.M. OR THEREAFTER. All public comments on land use items are subject to City Council Ru", - "page_number": 32, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "le 10.1B, whereby each land use matter is limited to a maximum public comment period of 20 minutes, with speakers being limited to two minutes, per item. No ceding of public speaking time is permitted. 1. LEGISLATIVE GROUPING la. HDLC APPEAL \u2014 OF HEATHER COOPER, AJA, ~NCARB, \u2014ROZAS WARD ARCHITECTS Brief: Requesting to appeal the Historic District Landmarks Commission\u2019s decision of \u201cdenial\u201d regarding the proposed renovation of an existing Significant rated three-story, mixed use building including demolition of the roof structure and construction of new rear addition for property located at 502 Frenchmen Street. Annotation: ELECTRONICALLY SUBMITTED. (Cm. King, District C, Cn. Deadline 6/4/23). (Communication received at the meeting of 4/20/23). https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff10-11ed-95dd-0050569183fa 32/69 \f", - "page_number": 32, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "6/23/23, 5:38 PM 1b. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff1 0-11 ed-95dd-00505691 83fa (Report received on today\u2019s Consent Agenda). CONTINUED TO THE MEETING OF 5/25/23. HDLC APPEAL - Heather Cooper - 502 Frenchmen Street MOTION \u2014 NO. M-23-202 \u2014 BY: COUNCILMEMBER KING Brief: Granting the applicant\u2019s request for property located at 502 Frenchmen Street. Annotation: (Council Rule 34. Postponement Deadline 9/8/23). CONTINUED TO THE MEETING OF 5/25/23. M-23-192 SPEAKER(S): (Did not speak, cont'd to 5/25/23) Susan Johnson, Jeffrey Seymour, Allen Johnson, Mike Sherman, Heather Cooper, Steven Stewart, Quina Fortune, Ireion Smith, Meron Yilma, Susan D. Mizell, Aster Telilo, Biau Bejigo, Bibek Bepary, Melanie S. Daughty, Karen Carolaw, Maya Taylor, Chandler Patten, Cole Sheehan, Valentina Mancera; E-Comments - Mary Mysing-Gubala, Sandra Stokes HDLC APPEAL - OF ZACHARY SMITH, OWNER, ZACH SMITH, CONSULTING & DESIGN Brief: Requesting to appeal the Historic District Landmarks Commission's de", - "page_number": 33, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "cision of \"denial\" of the full demolition for property located at 2516 Upperline Street. Annotation: ELECTRONICALLY SUBMITTED. (Cm. Harris, District B, Cn. Deadline 6/4/23). (Communication received at the meeting of 4/20/23). (Report received on today's Consent Agenda). CONTINUED TO THE MEETING OF 5/25/23. HDLC APPEAL - Zachary Smith - 2516 Upperline Street HDLC APPEAL \u2014 OF IAN F. TAYLOR Brief: Requesting to appeal the Historic District Landmarks Commission\u2019s decision of \u201cdenial\u201d of demolition of more than 25% of the primary facade on a contributing two-story, two-family residential building for property located at 6028 Benjamin Street. Annotation: ELECTRONICALLY SUBMITTED. (Cm. Giarrusso, District A, Cn. Deadline 6/4/23). (Communication received at the meeting of 4/20/23). (Report received on today\u2019s Consent Agenda). WITHDRAWN. (At the request of the applicant). (See Item # 14 on the Consent Agenda). https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff10-11ed-95dd-0050569183fa 33/69 \f", - "page_number": 33, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "6/23/23, 5:38 PM 4a. Ab. Sa. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff1 0-11 ed-95dd-00505691 83fa Ian F. Taylor HDLC 6028 Benjamin Street LEGISLATIVE GROUPING HDLC APPEAL \u2014 OF NICOLE WEBRE, WEBRE CONSULTING Brief: Requesting to appeal the Historic District Landmarks Commission\u2019s decision of \u201cdenial\u201d for the retention of stone cladding on the front stairs for property located at 1437 St. Andrew Street. Annotation: ELECTRONICALLY SUBMITTED. (Cm. Harris, District B, Cn. Deadline 6/4/23). (Communication received at the meeting of 4/20/23). (Report received on today\u2019s Consent Agenda). HEARING HELD. HDLC APPEAL - Nicole Webre - 1437 St. Andrew MOTION \u2014 NO. M-23-205 \u2014 BY: C", - "page_number": 34, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "OUNCILMEMBER HARRIS Brief: Granting the applicant\u2019s request for property located at 1437 St. Andrew Street. Annotation: (Council Rule 34. Postponement Deadline 9/8/23). M-23-205 MOVED By: Harris SECONDED BY: _ King ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Morrell - 5 NAYS: 0 ABSTAIN: 0 ABSENT: Moreno, Thomas - 2 RECUSED: 0 AND THE MOTION PASSED. LEGISLATIVE GROUPING HDLC APPEAL \u2014 OF NICOLE WEBRE, WEBRE CONSULTING Brief: Requesting to appeal the Historic District Landmarks Commission\u2019s decision of \u201cdenial\u201d for demolition to grade for property located at 420 S. Galvez Street. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff10-11ed-95dd-0050569183fa 34/69 \f", - "page_number": 34, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "6/23/23, 5:38 PM 5b. 6a. 6b. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff1 0-11 ed-95dd-00505691 83fa Annotation: ELECTRONICALLY SUBMITTED. (Cm. Harris, District B, Cn. Deadline 6/4/23). (Communication received at the meeting of 4/20/23). (Report received on today\u2019s Consent Agenda). HEARING HELD. HDLC APPEAL - Nicole Webre - 420 S. Galvez MOTION \u2014 NO. M-23-206 \u2014 BY: COUNCILMEMBER HARRIS Brief: Granting the applicant\u2019s request for property located at 420 S. Galvez Street. Annotation: (Council Rule 34. Postponement Deadline 9/8/23). M-23-206 SPEAKER(S): Susan P. Johnson MOVED By: Harris SECONDED BY: King ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Thomas - 5 NAYS: 0 ABSTAIN: 0 ABSENT: Moreno, Morrell - 2 RECUSED: 0 ", - "page_number": 35, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": " AND THE MOTION PASSED. LEGISLATIVE GROUPING HDLC APPEAL \u2014 OF RICARDO A. RIVERA, ROCK MANAGEMENT LLC Brief: Requesting to appeal the Historic District Landmarks Commission\u2019s decision of \u201capproval\u201d of retention of the collapsed building and levy a fine of $22,500 for the unpermitted demolition for property located at 610 David Street. Annotation: ELECTRONICALLY SUBMITTED. (Cm. Giarrusso, District A, Cn. Deadline 6/4/23). (Communication received at the meeting of 4/20/23). (Report received on today\u2019s Consent Agenda). HEARING HELD. HDLC APPEAL - Ricardo A. Rivera - 610 David Street_Letter of Appeal MOTION \u2014 NO. M-23-191 \u2014 BY: COUNCILMEMBER GIARRUSSO https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff10-11ed-95dd-0050569183fa 35/69 \f", - "page_number": 35, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "6/23/23, 5:38 PM 7a. 7b. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff1 0-11 ed-95dd-00505691 83fa Brief: Denying the applicant\u2019s appeal request for property located at 610 David Street. Annotation: (Council Rule 34. Postponement Deadline 9/8/23). M-23-191 SPEAKER(S): Barbara Rivera Fulton, Esq., Susan Johnson(Did not speak) MOVED BY: Giarrusso SECONDED BY: _ Harris ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Morrell, Thomas - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Moreno - 1 RECUSED: 0 AND THE MOTION PASSED. LEGISLATIVE GROUPING HDLC APPEAL - OF ZACHARY SMITH, OWNER, ZACH SMITH, CONSULTING & DESIGN Brief: Requesting to appeal the Historic District Landmarks Commission's decision of \"denial\" of the", - "page_number": 36, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": " ARC recommendations for material details of the renovation of a Significant rated, 1-1/2 story, residential building for property located at 2127 Esplanade Avenue. Annotation: ELECTRONICALLY SUBMITTED. (Cm. Green, District D, Cn. Deadline 6/4/23). (Communication received at the meeting of 4/20/23). (Report received on today's Consent Agenda). HEARING HELD. HDLC APPEAL - Zachary Smith - 2127 Esplanade Avenue SPEAKER(S): Susan Johnson MOTION \u2014 M-23-211 \u2014 BY: COUNCILMEMBER GREEN Brief: Granting the applicant\u2019s request for property located at 2127 Esplanade Avenue. Annotation: (Council Rule 34. Postponement Deadline 9/8/23). https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff10-11ed-95dd-0050569183fa 36/69 \f", - "page_number": 36, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "6/23/23, 5:38 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff1 0-11 ed-95dd-00505691 83fa M-23-211 MOVED By: Green SECONDED BY: Thomas ACTION: Adopt YEAS: Giarrusso, Green, King, Moreno, Thomas - 5 NAYS: 0 ABSTAIN: 0 ABSENT: Harris, Morrell - 2 RECUSED: 0 AND THE MOTION PASSED. 27. CAL. NO. 34,170 - BY: COUNCILMEMBER MORENO (BY REQUEST) Brief: An Ordinance to authorize the Mayor of the City of New Orleans to enter into a Subrecipient Agreement (the \u201cAgreement\u201d) by and between the City of New Orleans (the \u201cCity\u201d) and Medical Debt Resolution, Inc. (\u201c\u201cSubrecipient\u2019\u2019), to utilize $1,300,000.00 in American Rescue Plan funds for the valuable public purpose of addressing economic hardship related to the COVID-19 pandemic by providing assistance to constituents with utility arrearages incu", - "page_number": 37, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "rred during the pandemic (the \u201cPublic Purpose\u201d), as more fully set forth in the Agreement, attached hereto as Exhibit 1 and made a part hereof; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 8/18/23). 34170-29463 MCS MOVED By: Thomas SECONDED BY: Green ACTION: Amendment YEAS: Giarrusso, Green, Harris, King, Moreno, Thomas - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Morrell - 1 RECUSED: 0 AND THE MOTION PASSED. 34170 Amendment MOVED By: Moreno SECONDED BY: Giarrusso ACTION: As Amended YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Thomas - 1 RECUSED: 0 AND THE MOTION PASSED. 34170 As Amended https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff10-11ed-95dd-0050569183fa 37/69 \f", - "page_number": 37, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "6/23/23, 5:38 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff1 0-11 ed-95dd-00505691 83fa 28. CAL. NO. 34,171 - BY: COUNCILMEMBER KING (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29265 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Revenues for the City of New Orleans for the Year 2023\u201d, to appropriate funds to the Office of Cultural Economy for Mardi Gras, Jazz Fest and Bayou Classic events and to embrace Culture Economic Initiatives & Partnerships; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 8/18/23). (Fiscal Note Received). 34171-29464 MCS MOVED By: King SECONDED BY: Green ACTION: Adopt YEAS: Giarrusso, Green, King, Moreno, Morrell - 5 NAYS: 0 ABSTAIN: 0 ABSENT: Thomas - 1 RECUSED: Harri", - "page_number": 38, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "s - 1 AND THE MOTION PASSED. 8. LEGISLATIVE GROUPING 8a. UNIVERSITY AREA OFF-STREET PARKING INTERIM ZONING DISTRICT APPEAL - OF ZACHARY SMITH, OWNER, ZACH SMITH, CONSULTING & DESIGN Brief: Requesting to appeal the University Area Off-Street Parking Interim Zoning District for the property located at 7465-7467 Pitt Street. Annotation: ELECTRONICALLY SUBMITTED. (Cm. Giarrusso, District A, Cn. Deadline N/A). (Communication received at the meeting of 4/6/23). HEARING HELD. Zachary Smith - IZD - 7465-7467 Pitt Street 8b. MOTION \u2014 M-23-188 \u2014 BY: COUNCILMEMBER GIARRUSSO Brief: Approving and granting the applicant\u2019s appeal request for property located at 7465-7467 Pitt Street. Annotation: (Council Rule 34. Postponement Deadline 9/8/23). https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff10-11ed-95dd-0050569183fa 38/69 \f", - "page_number": 38, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "6/23/23, 5:38 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff1 0-11 ed-95dd-00505691 83fa M-23-188 MOVED By: Giarrusso SECONDED BY: Harris ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Morrell - 5 NAYS: 0 ABSTAIN: 0 ABSENT: Moreno, Thomas - 2 RECUSED: 0 AND THE MOTION PASSED. 9. LEGISLATIVE GROUPING 9a. EXTENSION REQUEST \u2014 OF ~ANDREW ___ SHEPPARD, MANAGER, SOUTHERN RECYCING, L.L.C. Brief: Requesting an extension of one-year from June 6, 2023 to June 6, 2024 to the Conditional Use in Calendar No. 32404 \u2014 Ord. No. 27893 M.C.S., ZD NO. 91/18 for property located at 4201 ", - "page_number": 39, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "France Road. Annotation: (Cm. Green, District D). HEARING HELD. SPEAKER(S): Jeffery Good 9b. MOTION \u2014 M-23-213 \u2014 BY: COUNCILMEMBER GREEN Brief: Granting the applicant\u2019s request for property located at 4201 France Road. Annotation: (Council Rule 34. Postponement Deadline 9/8/23). M-23-213 MOVED By: Green SECONDED BY: Thomas ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. 10. LEGISLATIVE GROUPING https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff10-11ed-95dd-0050569183fa 39/69 \f", - "page_number": 39, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "6/23/23, 5:38 PM 10a. 10b. 11. 12. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff1 0-11 ed-95dd-00505691 83fa ZONING DOCKET NO. 3/23 - 604 JULIA STREET PROJECT, LLC Brief: Requesting a Conditional Use to permit a hotel in a CBD-5 Urban Core Neighborhood Lower Intensity Mixed-Use District, located on the rear portion of Lot 2 or 39, Square 181, in the First Municipal District, bounded by Julia Street, Camp Street, Saint Charles Avenue, and Saint Joseph Street (Municipal Address: 604 Julia Street). The recommendation of the City Planning Commission being \u201cFOR DENIAL\u201d. Annotation: ELECTRONICALLY SUBMITTED. (Cm. Harris, District B, Cn. Deadline 5/22/23). WITHDRAWN. (At the request of the applicant). ZD NO. 3-23 Final SPEAKER(S): (Withdrawn, Did not speak) Susan Johnson; E-Comments - Sandra Stokes, Michael Duplantier, Scott Simmons, Cassandra Sharpe, Dr. Susan Saward", - "page_number": 40, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": ", Michael Bell, Aimee Bell MOTION (LYING OVER) \u2014 NO. M-23-138 \u2014 BY: COUNCILMEMBER HARRIS Brief: Denying the applicant\u2019s Conditional Use request on ZD NO. 3/23. Annotation: (Council Rule 34. Postponement Deadline 8/4/23). WITHDRAWN. M-23-138 LO CAL. NO. 33,183 - BY: COUNCILMEMBER WILLIAMS (BY REQUEST) Brief: An Ordinance granting a non-exclusive franchise to Telepak Networks, Inc. to construct, maintain, and operate an aboveground and/or underground Wireline Telecommunications System, to provide for the furnishing of a surety bond, annual payments, and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. CONTINUED TO THE MEETING OF 8/10/23. 33183 SPEAKER(S): (Cont'd to 8/10/23, Did not speak) Michael Burnside CAL. NO. 33,893 - BY: COUNCILMEMBER HARRIS https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff10-11ed-95dd-0050569183fa 40/69 \f", - "page_number": 40, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "6/23/23, 5:38 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff1 0-11 ed-95dd-00505691 83fa Brief: An Ordinance to ordain Section 70-10 of the Code of the City of New Orleans to establish reporting requirements applicable to the Department of Finance, including both a statement to be issued alongside each payment the City of New Orleans provides to a security and improvement district, and an annual financial report to be transmitted to the City Council, and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. CONTINUED TO THE MEETING OF 5/25/23. 33893 13. CAL. NO. 33,950 - BY: COUNCILMEMBER MORRELL Brief: An Ordinance to ordain section 2-1122 of the Code of the City of New Orleans to provide for subpoena and investigatory responsibilities of the Orleans Independent Police Monitor; and otherwise to provide with ", - "page_number": 41, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "respect thereto. Annotation: ELECTRONICALLY SUBMITTED. WITHDRAWN. 33950 14. CAL. NO. 34,046 - BY: COUNCILMEMBER MORRELL Brief: An Ordinance to establish section 26-80 of the Code of the City of New Orleans relative to inspections of multi-family housing units of ten units or more when there is a violent crime incident on the premises; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 6/2/23). (Referred to the Community Development Committee). 34046-29426 MCS MOVED By: Morrell SECONDED BY: Moreno ACTION: Amendment YEAS: Giarrusso, Harris, King, Moreno, Morrell, Thomas - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Green - 1 RECUSED: 0 AND THE MOTION PASSED. 34046 Amendment MOVED By: Thomas https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff10-11ed-95dd-0050569183fa 41/69 \f", - "page_number": 41, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "6/23/23, 5:38 PM 15. 16. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff1 0-11 ed-95dd-00505691 83fa SECONDED BY: Moreno ACTION: As Amended YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. 34046 As Amended CAL. NO. 34,131 - BY: COUNCILMEMBER GIARUSSO (BY REQUEST) Brief: An Ordinance revoking the dedication to public use and authorizing the sale at public auction for a minimum price to be set by appraisal of a certain portion of ground together with all the rights, ways, privileges, servitudes and appurtenances thereunto belonging or in anywise appertaining, situated in the state of Louisiana, Parish of Orleans, being a portion of Leake Avenue, in Burtheville, of the Sixth Municipal District of the City of New Orleans, which portion of Leake Avenue is bounded by Henry Clay Avenue, Tchoupitoulas Street, Exposition Boulevard, and the Mississippi River, as shown on a survey by Dufrene Surveying & Engineering Inc., dated July 7, 2022, revi", - "page_number": 42, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "sed August 17, 2022 (\u201cthe Property\u201d), which is no longer needed for public purposes; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 8/4/23). 34131-29439 MCS MOVED By: Giarrusso SECONDED BY: Harris ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. CAL. NO. 34,133 - BY: COUNCILMEMBER GREEN (BY REQUEST) Brief: An Ordinance to amend and reordain Section 154-232 of the Code of the City of New Orleans relative to the city traffic engineer\u2019s authority to designate crosswalks, establish safety zones, designate school zones; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 8/4/23). (Referred to the Transportation Committee). (Transportation Committee recommended approval). 34133-29440 MCS https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff10-11ed-95dd-0050569183fa 42/69 \f", - "page_number": 42, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "6/23/23, 5:38 PM 17. 18. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff1 0-11 ed-95dd-00505691 83fa MOVED By: Giarrusso SECONDED BY: Green ACTION: Amendment YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. 34133 Amendment MOVED By: Green SECONDED BY: Giarrusso ACTION: As Amended YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. 34133 As Amended CAL. NO. 34,143 - BY: COUNCILMEMBER GIARRUSSO Brief: An Ordinance to require augmentation of the contact information included on Roadwork.nola.gov (\u201cthe Roadwork website\u201d) which was designed to provide the public with information about the Federal Eme", - "page_number": 43, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "rgency Management Agency (FEMA) funded Joint Infrastructure Recovery Roads (JIRR) projects currently under construction and planned city wide; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 8/4/23). CONTINUED TO THE MEETING OF 5/25/23. 34143 SPEAKER(S): (Cont'd to 5/25/23, Did not speak) Michael Burnside CAL. NO. 34,144 \u2014- BY: COUNCILMEMBER GIARRUSSO Brief: An Ordinance to require the Department of Public Works to report regarding implementation of the Joint Infrastructure Recovery Request 30 Day Assessment Report; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff10-11ed-95dd-0050569183fa 43/69 \f", - "page_number": 43, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "6/23/23, 5:38 PM 19. 20. 21. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff1 0-11 ed-95dd-00505691 83fa (Council Rule 34. Postponement Deadline 8/4/23). WITHDRAWN. 34144 CAL. NO. 34,150 - BY: COUNCILMEMBER THOMAS Brief: An Ordinance to amend and reordain Section 66-36 and to ordain Section 66-79 of the Code of the City of New Orleans, in the Smoke Free Air Act, to create operating health and safety regulations for cigar bars; and to provide otherwise with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 8/18/23). CONTINUED TO THE MEETING OF 5/25/23. 34150 SPEAKER(S): (Cont'd to 5/25/23, Did not speak) Anne Jayes CAL. NO. 34,154 - BY: COUNCILMEMBER HARRIS Brief: An ordinance to direct the Department of City Civil Service, in accordance with Secti", - "page_number": 44, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "on 4- 1503 of the Home Rule Charter, to evaluate and provide recommendations to the Civil Service Commission and the City Council relative to amending the Classified Pay Plan to increase to market rate the minimum and maximum annual salary of all classes of positions in the Emergency Management Services job series; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 8/18/23). 34154-29450 MCS SPEAKER(S): Michael Burnside MOVED By: Harris SECONDED BY: Green ACTION: Adopt YEAS: Green, Harris, King, Moreno, Morrell, Thomas - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Giarrusso - 1 RECUSED: 0 AND THE MOTION PASSED. CAL. NO. 34,155 - BY: COUNCILMEMBER HARRIS https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff10-11ed-95dd-0050569183fa 44/69 \f", - "page_number": 44, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "6/23/23, 5:38 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff1 0-11 ed-95dd-00505691 83fa Brief: An ordinance to temporarily waive certain fees, permit fees, and requirements within and around the Lyons Recreation Center located at 624 Louisiana Avenue, New Orleans, Louisiana, and the Rosenwald Recreation Center located at 1120 South Broad Street, New Orleans, Louisiana, in conjunction with Central City Partnership\u2019s Eleventh Annual Cohen and Fortier Alumni Classic event on Saturday, April 8, 2023; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 8/18/23). 34155-29451 MCS SPEAKER(S): Michael Burnside MOVED By: Harris SECONDED BY: _ King ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSE", - "page_number": 45, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "D. EXEUCTIVE SESSION Brief: NOTICE IS HEREBY GIVEN THAT PURSUANT TO LOUISIANA REVISED STATUTE 42:16 AND 42:17(A)(2), THE COUNCIL OF THE CITY OF NEW ORLEANS MAY CONVENE IN EXECUTIVE SESSION DURING ITS MAY lI, 2023 REGULAR MEETING FOR THE PURPOSE OF DISCUSSING THE FOLLOWING LITIGATION: 1. Alexandra Land and Development, L.L.C. and Pinnacle Towers Asset Holding LLC v. City of New Orleans; Case No. 2021-09939 Section F, Civil District Court for the Parish of Orleans, Judge Jennifer Medley Annotation: ELECTRONICALLY SUBMITTED. SESSION HELD. Executive Session Public Notice may 11 2023 Meeting MOVED By: Green SECONDED BY: Morrell ACTION: Enter Executive Session YEAS: Giarrusso, Green, Moreno, Morrell, Thomas - 5 NAYS: 0 ABSTAIN: 0 ABSENT: Harris, King - 2 RECUSED: 0 https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff10-11ed-95dd-0050569183fa 45/69 \f", - "page_number": 45, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "6/23/23, 5:38 PM 38. 38a. 38b. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff1 0-11 ed-95dd-00505691 83fa AND THE MOTION PASSED. MOVED By: Green SECONDED BY: _ King ACTION: Reconvene YEAS: Green, Harris, King, Morrell, Thomas - 5 NAYS: 0 ABSTAIN: 0 ABSENT: Giarrusso, Moreno - 2 RECUSED: 0 AND THE MOTION PASSED. On calling the roll, the following members answered to their names: PRESENT: Green, Harris, King, Morrell, Thomas - 5 ABSENT: Giarrusso, Moreno - 2 FIVE MEMBERS PRESENT, CONSTITUTING A QUORUM. LEGISLATIVE GROUPING MOTION - NO. M-23-210 - BY: COUNCILMEMBERS HARRIS AND MORRELL Brief: A Motion directing the Office of Code Enforcement and other members of the Administration to prov", - "page_number": 46, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "ide the Council with a plan of action to address Plaza Tower\u2019s public health and safety risks and outstanding violations of the Minimum Property Code, including appropriate enforcement action; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 9/8/23). M-23-210 SPEAKER(S): Michael Burnside; E-Comment - Mary Mysing-Gubala MOVED BY: Harris SECONDED BY: Morrell ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. MOTION - NO. M-23-201 - BY: COUNCILMEMBERS MORRELL AND HARRIS https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff10-11ed-95dd-0050569183fa 46/69 \f", - "page_number": 46, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "6/23/23, 5:38 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff1 0-11 ed-95dd-00505691 83fa Brief: A Motion directing the Office of Code Enforcement to hold a hearing to assess any expenses incurred by the City of New Orleans for street closures related to Plaza Tower. Annotation: (Council Rule 34. Postponement Deadline 9/8/23). M-23-201 MOVED By: Morrell SECONDED BY: Harris ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. 57c. MOTION - NO. M-23-180 - BY: COUNCILMEMBERS MORRELL AND HARRIS Brief: Requesting thatthe Department of Law shall take all steps to prioritize and expediate a favorable resolution of the Plaza Tower Code Enforcement litigation Alexandra Land an", - "page_number": 47, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "d Development, L.L.C. and Pinnacle Towers Asset Holding LLC v. City of New Orleans, Case No. 2021-09939. Annotation: (Council Rule 34. Postponement Deadline 9/8/23). MOVED By: Morrell SECONDED BY: Moreno ACTION: Suspend the Rules YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. Suspend the Rules to Receive the foregoing Motion. MOVED By: Morrell SECONDED BY: Moreno ACTION: Add Item to Agenda YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. Suspend the Rules to Add the foregoing Motion to the Council\u2019s agenda. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff10-11ed-95dd-0050569183fa 47/69 \f", - "page_number": 47, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "6/23/23, 5:38 PM 22. 23. 24. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff1 0-11 ed-95dd-00505691 83fa MOVED By: Morrell SECONDED BY: Harris ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. M-23-180 CAL. NO. 34,156 - BY: COUNCILMEMBERS GIARRUSSO (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29265 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Revenues for the City of New Orleans for the Year 2023,\u201d to appropriate unassigned fund balance to provide for anticipated budget shortfalls; after the first quarter budget hearings; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 8/18/23). (Fiscal Note received). Technical Correction Needed. CONTINUED TO THE MEETING OF 5/25/23. 34156 CAL", - "page_number": 48, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": ". NO. 34,157 - BY: COUNCILMEMBERS GIARRUSSO (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29266 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023,\u201d to utilize fund balance to provide for anticipated budget shortfalls after the first quarter budget hearings; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 8/18/23). (Fiscal Note received). Technical Correction Needed. CONTINUED TO THE MEETING OF 5/25/23. 34157 CAL. NO. 34,158 - BY: COUNCILMEMBERS GIARRUSSO (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29266 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff10-11ed-95dd-0050569183fa 48/69 \f", - "page_number": 48, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "6/23/23, 5:38 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff1 0-11 ed-95dd-00505691 83fa 2023,\u201d to reappropriate American Rescue Plan Act Tranche Two Part One funds from other operating to personal services, reappropriate American Rescue Plan Act Tranche One funds to the Chief Administrative Office to support the Police Department K9 and Mounted Units, and to move funding for the Real Timbers Walking Trail to Parks and Parkways; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 8/18/23). (Fiscal Note received). Technical Correction Needed. CONTINUED TO THE MEETING OF 5/25/23. 34158 56. CAL. NO. 34,161 - BY: COUNCILMEMBERS GIARRUSSO AND HARRIS Brief: An Ordinance to amend and reordain Article 19 of the Comprehensive Zoning Ordinance (Ordinance No. 4264 M.C.S., as amended by Ordinance No. 26,413 M.C.S. and subsequent amendments) to re-establish the University Area Off-Street Parking Interim Zoning District, the intent of which is to require off-street vehicular parking for any increase in the number of existing bedrooms, for all properties located in the area g", - "page_number": 49, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "enerally bounded by: Cecil Street, a straight line connecting Cecil Street to Monticello Avenue, Monticello Avenue, to Leake Avenue, to River Drive, to Riverview Drive, to East Drive, to Tchoupitoulas Street, turning north on Jefferson Avenue, turning east on South Claiborne Avenue, turning north on Toledano Street, connecting to Washington Avenue, turning east on Earhart Boulevard, turning north on South Carrollton Avenue, turning east on Tulane Avenue/Airline Highway connecting to Palmetto Street, to Northline Street, to Monticello Avenue, to Cecil Street; and otherwise to provide with respect thereto. (ZONING DOCKET NO. 100/22) Annotation: ELECTRONICALLY SUBMITTED. (90 Days, Cn. Deadline 7/5/23). (Cn. Deadline 6/22/23). 34161-29454 MCS MOVED By: Giarrusso SECONDED BY: Morrell ACTION: As Amended YEAS: Giarrusso, Green, King, Moreno, Morrell, Thomas - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Harris - 1 RECUSED: 0 AND THE MOTION PASSED. SPEAKER(S): (Was not read) Stephanie Emmerling, Sally Reeves, Tim Traycoff, Susan Kohn, Mary Mysing-Gubala, Susan Johnson https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff10-11ed-95dd-0050569183fa 49/69 \f", - "page_number": 49, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "6/23/23, 5:38 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff1 0-11 ed-95dd-00505691 83fa 25. AMENDMENT TO ORDINANCE CAL. NO. 34,161 - BY: COUNCILMEMBER GIARRUSSO Brief: 1) On page 1, in the introduction, replace \u201cturning east on Earhart\u201d with \u201cturning west on Earhart\u201d. 2) On page 1, in the introductory paragraph, replace \u201cturning east on Tulane\u201d with \u201cturning west on Tulane\u201d. 3) Onpage 2, line 19, replace \u201cturning east on Earhart\u201d with \u201cturning west on Earhart\u201d. 4) Onpage 2, line 20, replace \u201cturning east on Tulane\u201d with \u201cturning west on Tulane\u201d. 5) On page 3, line 34, delete \u201c(e.g., kitchens, dining rooms, living rooms, parlors, attics, offices, game rooms, utility rooms)\u201d. 6) On page 3, line 35, after \u201cDivision 5 of Article 4\u201d insert \u201cof Chapter 26\u201d. 7) On page 3, line 38, after \u201cA common room is any\u201d insert \u201cenclosed\u201d. 8) Onpage 4, line 50, after ?Division 5", - "page_number": 50, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": " of Article 4? insert ?of Chapter 26?. 9) Onpage 4, after line 51, add the following: c. Inthe case of shotgun-style dwelling units, for purposes of this ordinance and calculating the Required Off-street Parking Spaces, the number of existing bedrooms shall be the number of rooms remaining after excluding living rooms, kitchens, bathrooms, and laundries. On page 5, delete lines 77 \u2014 81, and renumber the subsequent paragraphs accordingly. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 9/8/23). 34161 Amendment 25. AMENDMENT TO THE AMENDMENT TO ORDINANCE CAL. NO. 34,161 - BY: COUNCILMEMBER GIARRUSSO Brief: Delete amendment number 7 and insert in-lieu thereof the following: On page 3, line 38, after \"A common room is any\" insert \"unenclosed.\" Annotation: https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff10-11ed-95dd-0050569183fa 50/69 \f", - "page_number": 50, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "6/23/23, 5:38 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff1 0-11 ed-95dd-00505691 83fa ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 9/8/23). MOVED By: Giarrusso SECONDED BY: Green ACTION: Amendment YEAS: Giarrusso, Green, King, Moreno, Morrell, Thomas - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Harris - 1 RECUSED: 0 AND THE MOTION PASSED. MOVED By: Giarrusso SECONDED BY: Green ACTION: As Amended YEAS: Giarrusso, Green, King, Moreno, Morrell, Thomas - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Harris - 1 RECUSED: 0 AND THE MOTION PASSED. Amendment As Amended 26. CAL. NO. 34,162 - BY: COUNCILMEMBER THOMAS (BY REQUEST) Brief: An Ordinance to authorize the Mayor of the City of New Orleans to enter into Amendment No. | to a previously executed Cooperative Endeavor Agreement (\u201cCEA\u201d) between the City of New Orleans (\u201cCity\u201d) and Capital Area Corporate", - "page_number": 51, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": " Recycling Council (\u201c\u201cCACRC\u2019\u201d) for the valuable public purpose of providing electronic waste removal and recycling services, reducing dumping fees, reducing electronic waste in landfills, and providing greater access to technology, to extend the term thereof for one (1) year, and to reaffirm the maximum aggregate amount of compensation of $0, as more fully set forth in the Amendment No. 1 form attached hereto as Exhibit 1 and made a part hereof; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 8/18/23). 34162-29455 MCS MOVED By: Thomas SECONDED BY: Green ACTION: Adopt YEAS: Giarrusso, Green, King, Moreno, Morrell, Thomas - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Harris - 1 RECUSED: 0 AND THE MOTION PASSED. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff10-11ed-95dd-0050569183fa 51/69 \f", - "page_number": 51, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "6/23/23, 5:38 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff1 0-11 ed-95dd-00505691 83fa 29. CAL. NO. 34,172 - BY: COUNCILMEMBER KING (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29266 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023\u201d, to appropriate funds to the Office of Cultural Economy for Mardi Gras, Jazz Fest and Bayou Classic events and to embrace Culture Economic Initiatives & Partnerships; and otherwise to provide with respect thereto. Annotation ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 8/18/23). (Fiscal Note Received). 34172-29465 MCS MOVED By: King SECONDED BY: Giarrusso ACTION: Adopt YEAS: Giarrusso, Green, King, Moreno, Morrell, Thomas - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Harris - 1 RECUSED: 0 AND THE", - "page_number": 52, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": " MOTION PASSED. 30. CAL. NO. 34,173 - BY: COUNCILMEMBER KING (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29265 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Revenues for the City of New Orleans for the Year 2023\u201d, to appropriate funds to the Office of Cultural Economy for marketing materials, international exchanges, memberships, subscriptions and events; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 8/18/23). (Fiscal Note Received). 34173-29466 MCS MOVED By: King SECONDED BY: Harris ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Morrell, Thomas - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Moreno - 1 RECUSED: 0 AND THE MOTION PASSED. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff10-11ed-95dd-0050569183fa 52/69 \f", - "page_number": 52, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "6/23/23, 5:38 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff1 0-11 ed-95dd-00505691 83fa 31. CAL. NO. 34,174 - BY: COUNCILMEMBER KING (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29266 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023\u201d, to appropriate funds to the Office of Cultural Economy for marketing materials, international exchanges, memberships, subscriptions and events; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 8/18/23). (Fiscal Note Received). 34174-29467 MCS MOVED By: King SECONDED BY: Morrell ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Morrell, Thomas - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Moreno - 1 RECUSED: 0 AND THE MOTI", - "page_number": 53, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "ON PASSED. 32. CAL. NO. 34,175 - BY: COUNCILMEMBER KING (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29265 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Revenues for the City of New Orleans for the Year 2023\u201d, to appropriate funds to the Office of Cultural Economy for business development, memberships, subscriptions, marketing and events; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 8/18/23). (Fiscal Note Received). 34175-29468 MCS MOVED By: King SECONDED BY: Harris ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Morrell, Thomas - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Moreno - 1 RECUSED: 0 AND THE MOTION PASSED. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff10-11ed-95dd-0050569183fa 53/69 \f", - "page_number": 53, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "6/23/23, 5:38 PM 33. 34. 35. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff1 0-11 ed-95dd-00505691 83fa CAL. NO. 34,176 - BY: COUNCILMEMBER KING (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29266 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023,\u201d to appropriate funds to the Office of Cultural Economy for business development, memberships, subscriptions, marketing and events; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 8/18/23). (Fiscal Note Received). 34176-29469 MCS MOVED By: King SECONDED BY: Harris ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Morrell, Thomas - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Moreno - 1 RECUSED: 0 AND THE MOTION PASSED. RESOLUTION (LYING OVER) - NO.", - "page_number": 54, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": " R-23-13 - BY: COUNCILMEMBERS MORRELL AND MORENO Brief: A Resolution establishing a task force between the City of New Orleans and the Bureau of Alcohol, Tobacco, Firearms, and Explosives (ATF) to address crime. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 5/18/23). Amendment Adopted at the meeting of 1/18/23. (Referred to the Criminal Justice Committees). (Criminal Justice Committee recommended approval). WITHDRAWN. R-23-13 LO R-23-13 LO Amendment RESOLUTION (LYING OVER) - NO. R-23-17 - BY: COUNCILMEMBERS MORRELL, KING AND MORENO Brief: A Resolution in support of utilizing the Law Enforcement Management District of Orleans Parish to increase police presence and response times for non-violent service calls within the City of New Orleans. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff10-11ed-95dd-0050569183fa 54/69 \f", - "page_number": 54, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "6/23/23, 5:38 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff1 0-11 ed-95dd-00505691 83fa Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 5/18/23). (Referred to the Criminal Justice Committee). (Criminal Justice Committee recommended approval). WITHDRAWN. R-23-17 LO 36. RESOLUTION (LYING OVER) - NO. R-23-W - BY: COUNCILMEMBER KING Brief: A RESOLUTION in support of a cooperative endeavor agreement (\u201cCEA\u201d) between the City of New Orleans (\u201cCity\u201d) and the French Quarter Management District (\u201cFQMD\u201d) to manage and maintain the Royal Street Pedestrian Mall and Bourbon Street Pedestrian Mall (\u201cpedestrian malls\u201d) in the French Quarter. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/7/23). CONTINUED TO THE MEETING OF 7/13/23. R-23-W LO 37. MOTION (LYING OVER) - NO. M-23-164 - BY: COUNCILMEMBER MORRELL Brief: Stating that before", - "page_number": 55, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": " any substantive filing is made in the United States District Court for the Eastern District of Louisiana, or, in any appellate court with jurisdiction over the Eastern District, for either Lashawn Jones v. Marlin Gusman or United State of America v. City of New Orleans, the Department of Law shall brief the Council on the City\u2019s position before the filing occurs. Annotation: (Council Rule 34. Postponement Deadline 8/18/23). (Cm. Giarrusso requested his name be added). CONTINUED TO THE MEETING OF 5/25/23. M-23-164 LO MOVED By: Morrell SECONDED BY: Thomas ACTION: Suspend the Rules YEAS: Giarrusso, Green, Harris, King, Morrell, Thomas - 6 NAYS: 0 ABSTAIN: Moreno - 1 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. Suspend Rule 57, because the Council didn\u2019t vote on these matters at the Committee meeting. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff10-11ed-95dd-0050569183fa 55/69 \f", - "page_number": 55, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "6/23/23, 5:38 PM 44. 45. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff1 0-11 ed-95dd-00505691 83fa MOTION - NO. M-23-172 - BY: COUNCILMEMBER HARRIS (BY REQUEST) Brief: Adding the President of the Council as a signatory to the contract between the City of New Orleans and Louisiana Department of Health Office of Public Health STD/HIV/Hepatitis Program; and authorizing the President of the Council to sign the contract between the City of New Orleans and Louisiana Department of Health Office of Public Health STD/HIV/Hepatitis Program. Annotation: (Council Rule 34. Postponement Deadline 9/8/23). M-23-172 MOVED By: Harris SECONDED BY: _ King ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Morrell, Thomas - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Moreno - 1 RECUSED: 0 AND THE MOTION PASSED. MOTION - NO. M-23-185 - BY: COU", - "page_number": 56, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "NCILMEMBERS KING AND GREEN (BY REQUEST) Brief: Adding the President of the Council as a signatory to the Loan Agreement between the City of New Orleans, through its Office of Community Development, and Unity of Greater New Orleans, Inc. and authorizing the President of the Council to sign the Loan Agreement between the City of New Orleans, through its Office of Community Development, and Unity of Greater New Orleans, Inc. Annotation: (Council Rule 34. Postponement Deadline 9/8/23). M-23-185 MOVED By: Giarrusso SECONDED BY: Thomas ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Morrell, Thomas - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Moreno - 1 RECUSED: 0 AND THE MOTION PASSED. COMMUNICATION \u2014 FROM COUNCILMEMBER THOMAS, DISTRICT \u201cE\u201d https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff10-11ed-95dd-0050569183fa 56/69 \f", - "page_number": 56, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "6/23/23, 5:38 PM 39. 40. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff1 0-11 ed-95dd-00505691 83fa Brief: Requesting that Sewerage & Water Board of New Orleans (SWBNO) appear before the Council to address their failure to submit the quarterly construction that was due was due March 2023. Pursuant to La R.S. 33:4091E, SWBNO is required to appear before the Council to explain why they have not submitted the report. Annotation: TO APPEAR. Cm. Thomas and the Council expressed their concerns regarding the Sewerage & Water Board not appearing before the Council to give their quarterly report. Cm. Thomas - SWBNO SPEAKER(S): Michael Burnside RESOLUTION - NO. R-23-167 - BY: COUNCILMEMBERS MORRELL, MORENO, GIARRUSSO, HARRIS, KING, GREEN AND THOMAS Brief: Encouraging the Legislative Auditor to conduct an audit of the Sewerage a", - "page_number": 57, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "nd Water Board of New Orleans relative to the utility\u2019s compliance with all relevant federal, state, and local laws. Annotation: (Council Rule 34. Postponement Deadline 9/8/23). R-23-167 MOVED By: Morrell SECONDED BY: Moreno ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. SPEAKER(S): Michael Burnside RESOLUTION - NO. R-23-168 - BY: COUNCILMEMBERS MORRELL, MORENO, GIARRUSSO, HARRIS, KING, GREEN AND THOMAS Brief: A RESOLUTION in support of House Bill Number 225 by Representative Stephanie Hilferty relative to billing practices of the Sewerage and Water Board of New Orleans. Annotation: (Council Rule 34. Postponement Deadline 9/8/23). R-23-168 https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff10-11ed-95dd-0050569183fa 57/69 \f", - "page_number": 57, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "6/23/23, 5:38 PM 4l. 42. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff1 0-11 ed-95dd-00505691 83fa MOVED By: Morrell SECONDED BY: Thomas ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. RESOLUTION - NO. R-23-169 - BY: COUNCILMEMBERS MORRELL, MORENO, GIARRUSSO, HARRIS, KING AND GREEN Brief: Resolution stating that the Council will not introduce an instrument to increase Sewerage and Water Board of New Orleans\u2019 (SWBNO) rates until the utility demonstrates that it has implemented all aspects of the local laws governing its billing practices. Annotation: (Council Rule 34. Postponement Deadline 9/8/23). R-23", - "page_number": 58, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "-169 SPEAKER(S): Michael Burnside MOVED By: Morrell SECONDED BY: Giarrusso ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Thomas - 1 RECUSED: 0 AND THE MOTION PASSED. RESOLUTION - NO. R-23-170 - BY: COUNCILMEMBERS MORRELL, MORENO, GIARRUSSO, KING, GREEN AND THOMAS Brief: Encouraging the Office of Inspector General to conduct an audit of the Sewerage and Water Board of New Orleans for compliance with all relevant federal, state, and local laws and organizational policies. Annotation: (Council Rule 34. Postponement Deadline 9/8/23). R-23-170 SPEAKER(S): Michael Burnside https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff10-11ed-95dd-0050569183fa 58/69 \f", - "page_number": 58, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "6/23/23, 5:38 PM 43. 46. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff1 0-11 ed-95dd-00505691 83fa MOVED By: Morrell SECONDED BY: Giarrusso ACTION: Adopt YEAS: Giarrusso, Green, King, Moreno, Morrell, Thomas - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Harris - 1 RECUSED: 0 AND THE MOTION PASSED. MOTION - NO. M-23-171 - BY: COUNCILMEMBERS MORRELL, MORENO, GIARRUSSO, KING, GREENAND THOMAS Brief: Motion stating that the Sewerage and Water Board of New Orleans (SWBNO) shall have ten (10) days to provide evidence that it has complied with all aspects of the ordinances adopted by the Council, as codified in chapter 159 of the Code of the City of New Orleans. Annotation: (Council Rule 34. Postponement Dead", - "page_number": 59, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "line 9/8/23). M-23-171 SPEAKER(S): Michael Burnside MOVED By: Morrell SECONDED BY: Moreno ACTION: Adopt YEAS: Giarrusso, Green, King, Moreno, Morrell, Thomas - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Harris - 1 RECUSED: 0 AND THE MOTION PASSED. RESOLUTION - NO. R-23-186 - BY: COUNCILMEMBER THOMAS Brief: A Resolution calling an election in the Lake Willow Subdivision Improvement District for Saturday, October 14, 2023. Annotation: (Council Rule 34. Postponement Deadline 9/8/23). R-23-186 MOVED By: Thomas SECONDED BY: Moreno ACTION: Adopt YEAS: Giarrusso, Green, King, Moreno, Morrell, Thomas - 6 NAYS: 0 ABSTAIN: 0 https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff10-11ed-95dd-0050569183fa 59/69 \f", - "page_number": 59, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "6/23/23, 5:38 PM 47. 48. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff1 0-11 ed-95dd-00505691 83fa ABSENT: Harris - 1 RECUSED: 0 AND THE MOTION PASSED. MOTION - NO. M-23-187 - BY: COUNCILMEMBER THOMAS (BY REQUEST) Brief: Adding the President of the Council as a signatory to the lease between the City of New Orleans and Orleans Tower, LLC and authorizing the President of the Council to sign the lease between the City of New Orleans and Orleans Tower, LLC. Annotation: (Council Rule 34. Postponement Deadline 9/8/23). (Criminal Justice Committee recommended approval). M-23-187 MOVED By: Thomas SECONDED BY: Moreno ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Thomas - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Morrell - 1 RECUSED: 0 AND THE MOTION PASSED. MOTION - NO. M-23-189 - BY: COUNCILMEMBER GIARRUSSO Brief: Motion stating that Rule 15.A of the Council\u2019s Rules and Regulations is amended and restated to read as follows: Except as otherwise provided in this rule, any appointment to a board, commission, ", - "page_number": 60, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "or public agency requiring Council approval shall be made by motion, which shall be referred automatically to the Governmental Affairs Committee for initial consideration before approval by the full Council. In accordance with City Code Section 2-87.1, no appointment motion may be considered until a nominee has submitted a completed and notarized questionnaire on forms provided by the Council Research Office. No vote on a motion to approve a new appointee to any board, commission, or public agency may be taken by Council unless the outgoing board, commission, or public agency member is notified in writing of the termination of his or her appointment, and a copy of said notice is provided to the Council Research Office along with the other necessary documents for a new appointment. Annotation: (Council Rule 34. Postponement Deadline 9/8/23). (Referred to the Governmental Affairs Committee). CONTINUED TO THE MEETING OF 5/25/23. M-23-189 https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff10-11ed-95dd-0050569183fa 60/69 \f", - "page_number": 60, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "6/23/23, 5:38 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff1 0-11 ed-95dd-00505691 83fa 49. MOTION - NO. M-23-190 - BY: COUNCILMEMBER GIARRUSSO Brief: Motion stating that Rule 35.B of the Council\u2019s Rules and Regulations is amended and restated to read as follows: Amendments cannot alter or nullify the original purpose of the motion, resolution, or ordinance; and all amendments must be germane to the instrument\u2019s original purpose. Amendments to a calendared ordinance by a non-sponsoring councilmember must be received by the sponsoring councilmember at least 48 hours in advance of the Council meeting at which the ordinance will be considered. Amendments to a motion by a non-sponsoring councilmember must be received by the sponsoring councilmember at least 48 hours in advance of the Council meeting at which the motion will be considered. Annotation: (Council Rule 34. Postponement Deadline 9/8/23). (Referred to the Governmental Affairs Committee). CONTINUED TO THE MEETING OF 5/25/23. M-23-190 50. MOTION - NO. M-23-192 - BY: COUNCILMEMBERS MORRELL AND GREEN Brief: Directing the City Planning Commission to con", - "page_number": 61, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "duct a public hearing to consider amendments to Ordinance No. 4,264 M.C.S., amended by Ordinance No. 26,413 M.C.S., as amended, the Comprehensive Zoning Ordinance of the City of New Orleans, to rezone all residential plots located in the neighborhoods of Lake Terrace (bounded by Lake Ponchartrain, the London Avenue Outfall Canal, Allen Toussaint Boulevard, and Bayou St. John) and Lake Oaks (bounded by Leon C. Simon Drive, Elysian Fields Avenue, Lake Oaks Parkway, and Music Street) from S-RS Suburban Single-Family Residential District to S-LRS2 Lake Vista and Lake Shore Single-Family Residential District. Annotation: (Council Rule 34. Postponement Deadline 9/8/23). M-23-192 SPEAKER(S): Jeanne Ippolito, Paul Caboche, President, Lake Vista POA, Sonya Forte Duhe, Sallie F Arnoult, Patricia J Arnoult, Dennis R. McSeveney, Ph.D., Joe Hassinger, Jose Prado, Kim Springer, David Springer MOVED By: Morrell SECONDED BY: Green ACTION: Adopt YEAS: Giarrusso, Green, Harris, Moreno, Morrell, Thomas - 6 NAYS: 0 ABSTAIN: 0 ABSENT: King - 1 https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff10-11ed-95dd-0050569183fa 61/69 \f", - "page_number": 61, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "6/23/23, 5:38 PM 51. 52. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff1 0-11 ed-95dd-00505691 83fa RECUSED: 0 AND THE MOTION PASSED. Suspend Rule 57, because the Council didn\u2019t vote on these matters at the Committee meeting. MOTION - NO. M-23-193 - BY: COUNCILMEMBER KING (BY REQUEST) Brief: Adding the President of the Council as a signatory to the Professional Services Agreement between the City and Acadian Ambulance Service, Inc. and authorizing the President of the Council to sign a Professional Services Agreement between the City and Acadian Ambulance Service, Inc.. Annotation: (Council Rule 34. Postponement Deadline 9/8/23). M-23-193 MOVED By: King SECONDED BY: Moreno ACTION: Adopt YEAS: Giarrusso, Green, Harris, King", - "page_number": 62, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": ", Moreno, Morrell - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Thomas - 1 RECUSED: 0 AND THE MOTION PASSED. RESOLUTION - NO. R-23-198 - BY: COUNCILMEMBERS MORRELL, MORENO, GIARRUSSO, HARRIS, KING, GREEN AND THOMAS Brief: Resolution stating that the application deadline for Harrah\u2019s Community Support Grant and the City Council/Cox Communications Louisiana\u2019s Community Grant is Monday, July 10, 2023. Annotation: (Council Rule 34. Postponement Deadline 9/8/23). R-23-198 MOVED BY: Moreno SECONDED BY: Thomas ACTION: Adopt YEAS: Giarrusso, Green, Harris, Moreno, Morrell, Thomas - 6 NAYS: 0 ABSTAIN: 0 ABSENT: King - 1 RECUSED: 0 AND THE MOTION PASSED. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff10-11ed-95dd-0050569183fa 62/69 \f", - "page_number": 62, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "6/23/23, 5:38 PM 53. 54. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff1 0-11 ed-95dd-00505691 83fa RESOLUTION - NO. R-23-199 - BY: COUNCILMEMBERS MORENO,_ MORRELL, GIARRUSSO, HARRIS, GREEN AND THOMAS Brief: Recognizing that our city and its people are unwavering in our collective belief in human rights, notably in a state that so often disregards the liberties of our most vulnerable communities. This City Council supports the right to bodily autonomy, including the right to an abortion, and requests, at least, that HB 522, HB 461, HB 346, HB 549, HB 598, and HB 266, which, collectively, will help to ensure access to timely and appropriate reproductive health care to treat serious and often life-threatening pregnancy complications and support survivors of sexual violence, be adopted by the Louisiana Legislature. Annotation: (Council Rule 34. Postponement Deadline 9/8/23). R-23-199 MOVED BY: Moreno SECONDED BY: Harris ACTION: Adopt YEAS: Giarrusso, Green, Harris, Moreno, Morrell, Thomas - 6 N", - "page_number": 63, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "AYS: 0 ABSTAIN: 0 ABSENT: King - 1 RECUSED: 0 AND THE MOTION PASSED. SPEAKER(S): (Was not read) Erin Jensen, Johnice Katz, Annie Birkentall, Andrea Outhuse, Candice Caccioppi RESOLUTION - NO. R-23-200 - BY: COUNCILMEMBERS MORENO,_ MORRELL, GIARRUSSO, HARRIS, GREEN AND THOMAS Brief: The City Council is reaffirming its commitment to the equality and safety of all, to include transgender and gender non-conforming individuals; all persons, including children and adolescents who are diverse in their sexuality and gender identities, expression, and/or presentation have the inherent human right to equal opportunity and a physically and psychologically safe environment within all institutions. Annotation: (Council Rule 34. Postponement Deadline 9/8/23). R-23-200 SPEAKER(S): Michael Burnside MOVED By: Moreno SECONDED BY: Harris ACTION: Adopt YEAS: Giarrusso, Green, Harris, Moreno, Morrell, Thomas - 6 NAYS: 0 https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff10-11ed-95dd-0050569183fa 63/69 \f", - "page_number": 63, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "6/23/23, 5:38 PM 55. 56. 57. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff1 0-11 ed-95dd-00505691 83fa ABSTAIN: 0 ABSENT: King - 1 RECUSED: 0 AND THE MOTION PASSED. RESOLUTION - NO. R-23-207 - BY: COUNCILMEMBERS HARRIS, MORRELL, MORENO, KING, GREEN AND THOMAS Brief: Urging the Louisiana Governor's Office and U.S. EPA to immediately exercise oversight authority and compel the LDEQ to reinstate the Irish Channel Air Monitoring Site and to suspend BWC Harvey's air permit and institute a permit review process that provides for public input and accounts for noxious emissions from BWC Harvey's entire operations, including those at the recently-purchased IMTT Gretna. Annotation: (Council Rule 34. Postponement Deadline 9/8/23). CONTINUED TO THE MEETING OF 6/22/23. R-23-207 SPEAKER(S): Michael Burnside MOTION - NO. M-23-208 - BY: COUNCILMEMBERS MORRELL AND HARRIS Brief: Directing the City Planning Commission to conduct a public hearing to amend and reordain Ord", - "page_number": 64, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "inance No. 4264 M.C.S., amended by Ordinance No. 26,413 M.C.S., as amended, the Comprehensive Zoning Ordinance of the City of New Orleans, to amend Article 19 to establish a new Interim Zoning District to be named the Commercial Short-Term Rental Interim Zoning District (IZD), the intent of which is to prohibit Short-Term Rental, Commercial; Hotel/Motel; Timeshare; and Hostel as allowable uses within all areas of the City of New Orleans. These prohibitions shall apply citywide. Annotation: (Council Rule 34. Postponement Deadline 9/8/23). CONTINUED TO THE MEETING OF 5/25/23. M-23-208 MOTION - NO. M-23-209 - BY: COUNCILMEMBER MORRELL Brief: Selecting the Times-Picayune/The New Orleans Advocate as the official journal for the City of New Orleans for the period beginning June 1, 2023 to and ending May 31, 2024. Annotation: (Council Rule 34. Postponement Deadline 9/8/23). M-23-209 https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff10-11ed-95dd-0050569183fa 64/69 \f", - "page_number": 64, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "6/23/23, 5:38 PM 58. 58a. 58b. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff1 0-11 ed-95dd-00505691 83fa MOVED By: Morrell SECONDED BY: Moreno ACTION: Adopt YEAS: Giarrusso, Green, Harris, Moreno, Morrell, Thomas - 6 NAYS: 0 ABSTAIN: 0 ABSENT: King - 1 RECUSED: 0 AND THE MOTION PASSED. MOVED By: Morrell SECONDED BY: Moreno ACTION: Suspend the Rules YEAS: Giarrusso, Green, Harris, Moreno, Morrell, Thomas - 6 NAYS: 0 ABSTAIN: 0 ABSENT: King - 1 RECUSED: 0 AND THE MOTION PASSED. ORDINANCES ON FIRST READING CALENDAR NUMBERS 34,177 THRU 34,189. INTRODUCED AND LAID OVER AS REQUIRED BY LAW. CAL. NO. 34,177 - BY: COUNCILMEMBER MORENO (BY REQUEST) Brief: An Ordinance authorizing the Mayor of the City of New Orleans to enter into a Cooperative Endeavor Agreement between the City of New Orleans (the \u201cCity\u201d), and the Louisiana Department of Health (\u201cContractor\u2019\u2019), for a term greater than one year, for the public purpose of providing the City with grant funds to increase and strengthen the public health workforce of the New Orleans Health Department so that it may have greater capacity to prote", - "page_number": 65, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "ct and promote the health and wellness of citizens of New Orleans, as more fully set forth in the Cooperative Endeavor Agreement attached hereto and made a part hereof, titled Exhibit \u201c1\u201d; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 9/8/23). 34177 CAL. NO. 34,178 - BY: COUNCILMEMBERS GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to authorize the Mayor of the City of New Orleans to enter into Amendment No. 3 to a previously executed Cooperative Endeavor Agreement (\u201cCEA\u201d) between the City of New Orleans (the \u201cCity\u201d) and the University of New Orleans (\u201cUNO\u201d) to modify the provisions of and extend the term of said previously executed CEA from January 1, 2019 through June 30, 2024 relative to restoration of the City\u2019s infrastructure damaged as a result of Hurricane Katrina, including roads, the storm water drainage system, water distribution lines, sanitary sewer collection lines, and Americans with Disabilities Act (\u201cADA\u201d) compliant curb https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff10-11ed-95dd-0050569183fa 65/69 \f", - "page_number": 65, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "6/23/23, 5:38 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff1 0-11 ed-95dd-00505691 83fa ramps, all in furtherance of the Joint Infrastructure Recovery Request (\u201cJIRR\u201d) Program, as more fully set forth in Amendment No. 3 to the CEA form attached hereto and made a part hereof; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 9/8/23). 34178 58c. CAL. NO. 34,179 - BY: COUNCILMEMBER MORENO Brief: An Ordinance to amend and reordain section 102-115 of the Code of the City of New Orleans to expand the harm-reduction-related exception for fentanyl testing strips in Section 102- 115(e) to include other forms of drug testing equipment; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 9/8/23). 34179 58d. CAL. NO. 34,180 - BY: COUNCILMEMBERS MORENO AND GIARRUSSO Brief: An Ordinance to establish the Youth Fare Transportation Fund as Division 51 o", - "page_number": 66, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "f Article II in Chapter 70 of the Code of the City of New Orleans; to ordain Sections 70-415.322 through 70-415.326 of the Code of the City of New Orleans within said Division; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 9/8/23). 34180 58e. CAL. NO. 34,181 - BY: COUNCILMEMBER HARRIS Brief: An Ordinance to establish a conditional use to permit a curb cut along Convention Center Boulevard in a Multi-Modal/Pedestrian Corridor Overlay on the public right-of-way adjacent to Square 27, Lot B-2, in the First Municipal District, bounded by Convention Center Boulevard, Calliope Street, Gaiennie Street, and South Peters Street (Municipal Address: 351 Calliope Street); and otherwise to provide with respect thereto.(Zoning Docket NO. 16/23) Annotation: ELECTRONICALLY SUBMITTED. (90 Days, Cn. Deadline 7/19/23). (Cn. Deadline 7/13/23). https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff10-11ed-95dd-0050569183fa 66/69 \f", - "page_number": 66, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "6/23/23, 5:38 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff1 0-11 ed-95dd-00505691 83fa 34181 58f. CAL. NO. 34,182 - BY: COUNCILMEMBER GIARRUSSO (BY REQUEST) Brief: An Ordinance to amend and reordain Section 70-101 of the Code of the City of New Orleans, relative to authorized petty cash accounts, to increase the amount of petty cash available to the Chief Administrative Office\u2019s Equipment Maintenance Division to $10,000 so that the Equipment Maintenance Division has access to sufficient petty cash to pay for vehicle title and registration fees and other related expenses; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 9/8/23). 34182 58g. CAL. NO. 34,183 - BY: COUNCILMEMBER HARRIS (BY REQUEST) Brief: An Ordinance to authorize the Mayor of the City of New Orleans to enter into the First Amendment to a previously executed Cooperative Endeavor Agreement (\u201cCEA\u201d) between the City of New Orleans (the \u201cCity\u201d\u2019) and the National", - "page_number": 67, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": " Alliance on Mental IIIness (\u201cNAMI\u201d) New Orleans for thirteen (13) months to provide Law Enforcement Assisted Diversion (\u201cLEAD\u201d) program management services; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 9/8/23). 34183 58h. CAL. NO. 34,184 - BY: COUNCILMEMBER GIARRUSSO, THOMAS, MORENO, HARRIS, KING, MORRELL AND GREEN Brief: An Ordinance to establish the Affordable and Workforce Housing Gap Financing Fund as Division 52 of Article III in Chapter 70 of the Code of the City of New Orleans; to ordain Sections 70-415.327 through 70-415.333 of the Code of the City of New Orleans within said Division; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 9/8/23). 34184 58i. CAL. NO. 34,185 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, HARRIS, KING, GREEN AND THOMAS (BY REQUEST) https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff10-11ed-95dd-0050569183fa 67/69 \f", - "page_number": 67, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "6/23/23, 5:38 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff1 0-11 ed-95dd-00505691 83fa Brief: An Ordinance to amend Ordinance No. 29265 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Revenues for the City of New Orleans for the Year 2023,\u201d to appropriate unassigned fund balance and American Rescue Plan Act (ARPA) funds to fund projects and operations in the Mayor\u2019s Office; the Chief Administrative Office; the Office of Workforce Development; the Department of Health; the Department of Finance; the Historic District Landmarks Commission; the New Orleans Fire Department; the Mosquito, Termite and Rodent Control Board; and the Office of Community Development; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 9/8/23). 34185 58}. CAL. NO. 34,186 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, HARRIS, KING, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29266 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023,\u201d to appropriate unassigned fund balance and American Rescue Plan Act (ARPA) funds to fund projects and operations in the Mayor\u2019s Office; the Chief Administrative Office; the Office of Workforce Development; the Department of Health; the Department of Finance; the Historic District Landmarks Commi", - "page_number": 68, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "ssion; the New Orleans Fire Department; the Mosquito, Termite and Rodent Control Board; and the Office of Community Development; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 9/8/23). 34186 58k. CAL. NO. 34,187 - BY: COUNCILMEMBER KING Brief: An Ordinance to ordain Section 166-22 of the Code of the City of New Orleans to temporarily prohibit the prosecution of any violation(s) or prevention of the issuance or renewal of any permit; and to amend and reordain Sections 166-33, 166-83, 166-84, 166-121, and 166-123 of the Code of the City of New Orleans to provide that the Vieux Carr\u00e9 Commission (VCC) make rules and regulations in accordance with Chapter 2, Article XI of the Code, to permit the name of a business to be displayed on the door(s) used for patron ingress and egress as a permitted sign, to provide for the application and issuance of temporary signs to be erected in connection with a special event or celebration, to clarify that the building defects outlined in 166-121 are exclusive, to provide that VCC violation notices shall be specific, and to modify the procedure related to remediatory applications; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 9/8/23). https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff10-11ed-95dd-0050569183fa 68/69 \f", - "page_number": 68, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "6/23/23, 5:38 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff1 0-11 ed-95dd-00505691 83fa 34187 581. CAL. NO. 34,188 - BY: COUNCILMEMBER KING Brief: An Ordinance to ordain section 10-107 of the Code of the City of New Orleans to establish a temporary alcoholic beverage permit; to amend and reordain section 10-132 to establish a procedure for the issuance of a temporary renewal permit pending appeal of denial of renewal application to alcoholic beverage control board; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 9/8/23). 34188 58m. CAL. NO. 34,189 - BY: COUNCILMEMBER MORENO (BY REQUEST) Brief: An Ordinance authorizing the Mayor of the City of New Orleans to enter into a Cooperative Endeavor Agree", - "page_number": 69, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-11-2023.pdf", - "page_content": "ment (\u201cCEA\u201d) between the City of New Orleans (the \u201cCity\u201d), and Greater New Orleans, Inc. (\u201cGNO, Inc.\u201d\u2019), for a term greater than one year, for the public purpose of promoting economic growth and prosperity in the city for all its citizens in the City of New Orleans, as more fully detailed in the CEA form attached hereto as Exhibit \u201cA\u201d; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 9/8/23). 34189 59. MOTION TO ADJOURN @_2:43 PM MOVED By: Giarrusso SECONDED BY: Moreno ACTION: Adjourn YEAS: Giarrusso, Green, Harris, Moreno, Morrell - 5 NAYS: 0 ABSTAIN: 0 ABSENT: King, Thomas - 2 RECUSED: 0 AND THE MOTION PASSED. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4545&doc_id=0e9f44e9-ff10-11ed-95dd-0050569183fa 69/69 \f", - "page_number": 69, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "6/23/23, 5:38 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4554&doc_id=db1b4480-ffe0-11ed-95dd-0050569183fa THE COUNCIL City of New Orleans HELENA MORENO JP MORRELL Councilmember-At-Large Councilmember-At-Large JOSEPH I. LESLI D. FREDDIE EUGENE J. OLIVER M. GIARRUSSO HARRIS KING III GREEN, JR. THOMAS, JR. Wi Councilmember Councilmember Councilmember Councilmember Councilmember District B District C District D District E District A MINUTES Regular City Council Meeting to be held in City Hall Cou", - "page_number": 1, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "ncil Chamber on Thursday, May 25, 2023 at 10:07 A.M. PRESIDENT VICE PRESIDENT JP MORRELL HELENA MORENO Councilmember-At-Large Councilmember-At-Large 1. ROLL CALL - LORA W. JOHNSON, CLERK OF COUNCIL UPON CALLING THE ROLL THE FOLLOWING MEMBERS ANSWERED TO THEIR NAMES. PRESENT: GIARRUSSO GREEN HARRIS KING MORRELL (PRESIDENT) ABSENT: MORENO (VICE PRESIDENT) (ARRIVED LATER) THOMAS https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=45548&doc_id=db1b4480-ffe0-11 ed-95dd-00505691 83fa 1/67 \f", - "page_number": 1, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "6/23/23, 5:38 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4554&doc_id=db1b4480-ffe0-11ed-95dd-0050569183fa FIVE MEMBERS PRESENT, CONSTITUTING A QUORUM. 2. PASTOR BRANDON BOUTIN - UNITED FELLOWSHIP FULL GOSPEL BAPTIST CHURCH 3. PLEDGE OF ALLEGIANCE HELENA MORENO - COUNCILMEMBER-AT-LARGE 4. NATIONAL ANTHEM PUBLIC E-COMMENT FORMS, RULES AND INFORMATION ARE AVAILABLE AT https://council.nola.gov/home/ SPECIAL ORDERS OF BUSINESS 1. FIRST ORDER OF BUSINESS - PRESENTATION - CAPTAIN STEPHANIE MENTOS, SHERIFE\u2019S OFFICE VICTIM ADVOCATE; DARLENE COSTANZA, CRIMESTOPPERS; SHERILYN PRICE; AND ELIZABETH HANSARD Brief: Emphasizing the importance of support for and the challenges faced by victims of ", - "page_number": 2, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "crime. Annotation: ELECTRONICALLY SUBMITTED. (Cm. Green). APPEARED. Speakers: Michael Burnside Albert \"Chui\" Clark 3. THIRD ORDER OF BUSINESS - PRESENTATION - COUNCILMEMBER JOSEPH I. GIARRUSSO III Brief: Recognizing the retirement of the Honorable Robin M. Giarrusso from the Orleans Parish Civil District Court. Annotation: ELECTRONICALLY SUBMITTED. (Cm. Giarrusso). APPEARED. 2. SECOND ORDER OF BUSINESS - PRESENTATION - BYRON GOODWIN, DIRECTOR OF THE TRAVIS HILL SCHOOL, SHANELL DOWLING, JJIC | PRINCIPAL, SHELACIA CARNEY, OJC PRINCIPAL, AND RACHEL LEWIS, CHIEF ACADEMIC OFFICER https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=45548&doc_id=db1b4480-ffe0-11 ed-95dd-00505691 83fa 2/67 \f", - "page_number": 2, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "6/23/23, 5:38 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4554&doc_id=db1b4480-ffe0-11ed-95dd-0050569183fa Brief: Giving an overview of the Travis Hill School's programming and future plans, along with several recent successes/wins by students. Annotation: ELECTRONICALLY SUBMITTED. (Cm. Giarrusso). APPEARED. REGULAR AGENDA 21. CAL. NO. 34,150 - BY: COUNCILMEMBER THOMAS Brief: An Ordinance to amend and reordain Section 66-36 and to ordain Section 66-79 of the Code of the City of New Orleans, in the Smoke Free Air Act, to create operating health and safety regulations for cigar bars; and to provide otherwise with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 8/18/23). CONTINUED TO THE MEETING OF 6/22/23. 34150 22. CAL. NO. 34,15", - "page_number": 3, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "6 - BY: COUNCILMEMBERS GIARRUSSO (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29265 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Revenues for the City of New Orleans for the Year 2023,\u201d to appropriate unassigned fund balance to provide for anticipated budget shortfalls; after the first quarter budget hearings; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 8/18/23). (Fiscal Note received). Technical Correction Needed. 34156 - 29470 M.C.S. Speakers: Michael Burnside Maxwell Ciardullo E-Comment: Casey Giraud Davis MOVED By: Giarrusso SECONDED BY: Harris https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=45548&doc_id=db1b4480-ffe0-11 ed-95dd-00505691 83fa 3/67 \f", - "page_number": 3, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "6/23/23, 5:38 PM 23. 24. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4554&doc_id=db1b4480-ffe0-11ed-95dd-0050569183fa ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno - 5 NAYS: 0 ABSTAIN: Morrell - 1 ABSENT: Thomas - 1 RECUSED: 0 AND THE MOTION PASSED. CAL. NO. 34,157 - BY: COUNCILMEMBERS GIARRUSSO (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29266 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023,\u201d to utilize fund balance to provide for anticipated budget shortfalls after the first quarter budget hearings; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 8/18/23). (Fiscal Note received). Technical Correction Needed. 34157 - 29471 M.C.S. E-Comments: (*Comments read in on this matter were for 34,158). *Bob Morrell *Melissa Flemmings Casey Giraud Davis MOVED BY: Giarrusso SECOND", - "page_number": 4, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "ED BY: Green ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Thomas - 1 RECUSED: 0 AND THE MOTION PASSED. CAL. NO. 34,158 - BY: COUNCILMEMBERS GIARRUSSO (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29266 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023,\u201d to reappropriate American Rescue Plan Act Tranche Two Part One funds from other operating to personal services, reappropriate American Rescue Plan Act Tranche One funds to the Chief Administrative Office to support the Police Department K9 and Mounted Units, and to move funding for the Real Timbers Walking Trail to Parks and Parkways; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 8/18/23). https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=45548&doc_id=db1b4480-ffe0-11 ed-95dd-00505691 83fa 4/67 \f", - "page_number": 4, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "6/23/23, 5:38 PM 31. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4554&doc_id=db1b4480-ffe0-11ed-95dd-0050569183fa (Fiscal Note received). Technical Correction Needed. 34158 - 29472 M.CS. Speakers: Michael Burnside Maxwell Ciardullo Jordan Bridges E-Comments: (*Did not speak on this matter). *Bob Morrell *Melissa Flemmings Casey Giraud Davis MOVED BY: Giarrusso SECONDED BY: Green ACTION: Amendment YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Thomas - 1 RECUSED: 0 AND THE MOTION PASSED. 34158AMD MOVED BY: Giarrusso SECONDED BY: Moreno ACTION: As Amended YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Thomas - 1 RECUS", - "page_number": 5, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "ED: 0 AND THE MOTION PASSED. 34158 - 29472 M.C.S. AS AMENDED CAL. NO. 34,184 - BY: COUNCILMEMBERS GIARRUSSO, THOMAS, MORENO, HARRIS, KING, MORRELL AND GREEN Brief: An Ordinance to establish the Affordable and Workforce Housing Gap Financing Fund as Division 52 of Article III in Chapter 70 of the Code of the City of New Orleans; to ordain Sections 70-415.327 through 70-415.333 of the Code of the City of New Orleans within said Division; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 9/8/23). Technical Correction needed. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=45548&doc_id=db1b4480-ffe0-11 ed-95dd-00505691 83fa 5/67 \f", - "page_number": 5, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "6/23/23, 5:38 PM 32. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4554&doc_id=db1b4480-ffe0-11ed-95dd-0050569183fa 34184 - 29478 M.C.S. E-Comment: Steven Kennedy Speakers: Michael Burnside Terri North Maxwell Ciardullo MOVED By: Giarrusso SECONDED BY: Green ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Thomas - 1 RECUSED: 0 AND THE MOTION PASSED. CAL. NO. 34,185 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, HARRIS, Brief: An Ordinance to amend Ordinance No. 29265 M.C.S., as amended, entitled \"An Ordinance Providing an Operating Budget of Revenues for the City of New Orleans for the Year 2023,\" to appropriate unassigned fund balance and American Rescue Plan Act (ARPA) funds to fund projects and operations in the Mayor's Office; the Chief ", - "page_number": 6, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "Administrative Office; the Office of Workforce Development; the Department of Health; the Department of Finance; the Historic District Landmarks Commission; the New Orleans Fire Department; the Mosquito, Termite and Rodent Control Board; and the Office of Community Development; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 9/8/23). 34185 - 29479 M.C.S. Speakers: Michael Burnside Maxwell Ciardullo Kelder Summers Sarah Omojoza Jordan Bridges Pastor Charles \"Chuck\" Norris MOVED By: Giarrusso SECONDED BY: Green ACTION: Amendment YEAS: Giarrusso, Green, Harris, King, Moreno - 5 NAYS: 0 ABSTAIN: 0 https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=45548&doc_id=db1b4480-ffe0-11 ed-95dd-00505691 83fa 6/67 \f", - "page_number": 6, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "6/23/23, 5:38 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4554&doc_id=db1b4480-ffe0-11ed-95dd-0050569183fa ABSENT: Morrell, Thomas - 2 RECUSED: 0 AND THE MOTION PASSED. MOVED By: Green SECONDED BY: _ King ACTION: Amendment YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Thomas - 1 RECUSED: 0 AND THE MOTION PASSED. MOVED By: Green SECONDED BY: Giarrusso ACTION: Reconsider YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Thomas - 1 RECUSED: 0 AND THE MOTION PASSED. MOVED By: Giarrusso SECONDED BY: Green ACTION: Reconsider YE", - "page_number": 7, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "AS: Giarrusso, Green, Harris, King, Moreno, Morrell - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Thomas - 1 RECUSED: 0 AND THE MOTION PASSED. MOVED By: Green SECONDED BY: Giarrusso ACTION: Amendment YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Thomas - 1 RECUSED: 0 AND THE MOTION PASSED. 34185 AMD - GREEN MOVED By: Giarrusso SECONDED BY: Green ACTION: Amendment YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Thomas - 1 RECUSED: 0 https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=45548&doc_id=db1b4480-ffe0-11 ed-95dd-00505691 83fa 7/67 \f", - "page_number": 7, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "6/23/23, 5:38 PM 33. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4554&doc_id=db1b4480-ffe0-11ed-95dd-0050569183fa AND THE MOTION PASSED. 34185 AMD JIG MOVED By: Giarrusso SECONDED BY: Green ACTION: As Amended YEAS: Giarrusso, Green, Harris, King, Moreno - 5 NAYS: Morrell - 1 ABSTAIN: 0 ABSENT: Thomas - 1 RECUSED: 0 AND THE MOTION PASSED. 34185 - 29479 M.C.S. AS AMENDED CAL. NO. 34,186 - BY: COUNCILMEMBERS GIARRUSSO,_ MORENO, HARRIS, Brief: An Ordinance to amend Ordinance No. 29266 M.C.S., as amended, entitled \"An Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023,\" to appropriate unassigned fund balance and American Rescue Plan Act (ARPA) funds to fund projects and operations in the Mayor's Office; the Chief Administrative Office; the Office of Workforce Development; ", - "page_number": 8, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "the Department of Health; the Department of Finance; the Historic District Landmarks Commission; the New Orleans Fire Department; the Mosquito, Termite and Rodent Control Board; and the Office of Community Development; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 9/8/23). 34186 - 29480 M.C.S. MOVED By: Green SECONDED BY: Giarrusso ACTION: Amendment YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Thomas - 1 RECUSED: 0 AND THE MOTION PASSED. 34186 AMD - GREEN MOVED By: Giarrusso SECONDED BY: Green ACTION: Amendment YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell - 6 NAYS: 0 ABSTAIN: 0 https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=45548&doc_id=db1b4480-ffe0-11 ed-95dd-00505691 83fa 8/67 \f", - "page_number": 8, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "6/23/23, 5:38 PM 22. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4554&doc_id=db1b4480-ffe0-11ed-95dd-0050569183fa ABSENT: Thomas - 1 RECUSED: 0 AND THE MOTION PASSED. 34186AMD MOVED By: Giarrusso SECONDED BY: Green ACTION: As Amended YEAS: Giarrusso, Green, Harris, King, Moreno - 5 NAYS: Morrell - 1 ABSTAIN: 0 ABSENT: Thomas - 1 RECUSED: 0 AND THE MOTION PASSED. 34186 - 29480 M.C.S. AS AMENDED CAL. NO. 34,156 - BY: COUNCILMEMBERS GIARRUSSO (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29265 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Revenues for the City of New Orleans for the Year 2023,\u201d to appropriate unassigned fund balance to provide for anticipated budget shortfalls; after th", - "page_number": 9, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "e first quarter budget hearings; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 8/18/23). (Fiscal Note received). Technical Correction Needed. 34156 - 29470 M.C.S. MOVED By: Green SECONDED BY: Giarrusso ACTION: Reconsider YEAS: Giarrusso, Green, King, Moreno, Morrell - 5 NAYS: 0 ABSTAIN: 0 ABSENT: Harris, Thomas - 2 RECUSED: 0 AND THE MOTION PASSED. MOVED By: Giarrusso SECONDED BY: Green ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno - 5 NAYS: Morrell - 1 ABSTAIN: 0 ABSENT: Thomas - 1 RECUSED: 0 AND THE MOTION PASSED. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=45548&doc_id=db1b4480-ffe0-11 ed-95dd-00505691 83fa 9/67 \f", - "page_number": 9, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "6/23/23, 5:38 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4554&doc_id=db1b4480-ffe0-11ed-95dd-0050569183fa 25. CAL. NO. 34,177 - BY: COUNCILMEMBER MORENO (BY REQUEST) Brief: An Ordinance authorizing the Mayor of the City of New Orleans to enter into a Cooperative Endeavor Agreement between the City of New Orleans (the \u201cCity\u201d), and the Louisiana Department of Health (\u201cContractor\u2019\u2019), for a term greater than one year, for the public purpose of providing the City with grant funds to increase and strengthen the public health workforce of the New Orleans Health Department so that it may have greater capacity to protect and promote the health and wellness of citizens of New Orleans, as more fully set forth in the Cooperative Endeavor Agreement, titled Exhibit \u201c1\u201d; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 9/8/23). 34177 - 29473 M.C:S. E", - "page_number": 10, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "-Comment: Casey Giraud Davis MOVED By: Moreno SECONDED BY: Green ACTION: Adopt YEAS: Giarrusso, Green, Harris, Moreno, Morrell - 5 NAYS: 0 ABSTAIN: 0 ABSENT: King, Thomas - 2 RECUSED: 0 AND THE MOTION PASSED. 27. CAL. NO. 34,179 - BY: COUNCILMEMBER MORENO Brief: An Ordinance to amend and reordain section 102-115 of the Code of the City of New Orleans to expand the harm-reduction-related exception for fentanyl testing strips in Section 102- 115(e) to include other forms of drug testing equipment; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 9/8/23). 34179 - 29475 M.C.S. MOVED By: Moreno SECONDED BY: Harris ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Thomas - 1 https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=45548&doc_id=db1b4480-ffe0-11 ed-95dd-00505691 83fa 10/67 \f", - "page_number": 10, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "6/23/23, 5:38 PM 58. 59. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4554&doc_id=db1b4480-ffe0-11ed-95dd-0050569183fa RECUSED: 0 AND THE MOTION PASSED. MOVED By: Green SECONDED BY: Morrell ACTION: Suspend the Rules YEAS: Giarrusso, Green, Harris, Moreno, Morrell - 5 NAYS: 0 ABSTAIN: 0 ABSENT: King, Thomas - 2 RECUSED: 0 AND THE MOTION PASSED. MOTION - NO. M-23-239 - BY: COUNCILMEMBER HARRIS (BY REQUEST) Brief: Adding the President of the Council as a signatory to the Loan Agreement and the three accessory contracts between the City of New Orleans and Celeste Landing, L.L.C.; and authorizing the President of the Council to sign the Loan Agreement and three accessory contracts between the City of New Orleans and Celeste Landing L.L.C. Annotation: (Council Rule 34. Postponement Deadline 9/22/23). M-2", - "page_number": 11, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "3-239 Prt 1 Constract - Intercreditor Prt 2 Constract - Lease Loan Agreement Prt 3 MOVED By: Harris SECONDED BY: Giarrusso ACTION: Adopt YEAS: Giarrusso, Green, Harris, Moreno, Morrell - 5 NAYS: 0 ABSTAIN: 0 ABSENT: King, Thomas - 2 RECUSED: 0 AND THE MOTION PASSED. MOTION - NO. M-23-240 - BY: COUNCILMEMBER MORRELL (BY REQUEST) Brief: Adding the President of the Council as a signatory to the Professional Services Agreement between the City and Interstate Electronic Systems LLC; and authorizing the President of the Council to sign a Professional Service Agreement between the City and Interstate Electronic Systems LLC. Annotation: (Council Rule 34. Postponement Deadline 9/22/23). M-23-240 https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=45548&doc_id=db1b4480-ffe0-11 ed-95dd-00505691 83fa 11/67 \f", - "page_number": 11, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "6/23/23, 5:38 PM 60. 46. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4554&doc_id=db1b4480-ffe0-11ed-95dd-0050569183fa MOVED By: Morrell SECONDED BY: Giarrusso ACTION: Adopt YEAS: Giarrusso, Green, Harris, Moreno, Morrell - 5 NAYS: 0 ABSTAIN: 0 ABSENT: King, Thomas - 2 RECUSED: 0 AND THE MOTION PASSED. MOTION - NO. M-23-241 - BY: COUNCILMEMBERS MORRELL AND THOMAS (BY REQUEST) Brief: Adding the President of the Council as a signatory to the Amendment No. 2 to the Professional Services Agreement between the City of New Orleans and Children's Hospital; and authorizing the President of the Council to sign Amendment No. 2 to the Professional Services Agreement between the City of New Orleans and Children's Hospital. Annotation: (Council Rule 34. Postponement Deadline 9/22/23). M-23-241 MOVED By: Morrell SECONDED BY: Moreno ACT", - "page_number": 12, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "ION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Thomas - 1 RECUSED: 0 AND THE MOTION PASSED. MOTION - NO. M-23-218 - BY: COUNCILMEMBER KING (BY REQUEST) Brief: Adding the President of the Council as a signatory to the Amendment No. 2 to the contract between the City of New Orleans and Ceres Environmental Services, Inc. (Zone 1); and authorizing the President of the Council to sign the Amendment No. 2 to the contract between the City of New Orleans and Ceres Environmental Services, Inc. Annotation: (Council Rule 34. Postponement Deadline 9/22/23). M-23-218 MOVED By: King SECONDED BY: Harris ACTION: Adopt YEAS: Green, Harris, King, Moreno, Morrell - 5 NAYS: 0 ABSTAIN: 0 https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=45548&doc_id=db1b4480-ffe0-11 ed-95dd-00505691 83fa 12/67 \f", - "page_number": 12, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "6/23/23, 5:38 PM 47. 48. 49. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4554&doc_id=db1b4480-ffe0-11ed-95dd-0050569183fa ABSENT: Giarrusso, Thomas - 2 RECUSED: 0 AND THE MOTION PASSED. MOTION - NO. M-23-219 - BY: COUNCILMEMBER KING (BY REQUEST) Brief: Adding the President of the Council as a signatory to the Amendment No. 2 to the contract between the City of New Orleans and Ceres Environmental Services, Inc. (Zone 2); and authorizing the President of the Council to sign the Amendment No. 2 to the contract between the City of New Orleans and Ceres Environmental Services, Inc. Annotation: (Council Rule 34. Postponement Deadline 9/22/23). M-23-219 MOVED By: King SECONDED BY: Harris ACTION: Adopt YEAS: Green, Harris, King, Moreno, Morrell - 5 NAYS: 0 ABSTAIN: 0 ABSENT: Giarrusso, Thomas - 2 RECUSED: 0 AND THE MOTI", - "page_number": 13, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "ON PASSED. MOTION - NO. M-23-220 - BY: COUNCILMEMBER KING (BY REQUEST) Brief: Adding the President of the Council as a signatory to the Amendment No. 2 to the contract between the City of New Orleans and Ceres Environmental Services, Inc. (Zone 3); and authorizing the President of the Council to sign the Amendment No. 2 to the contract between the City of New Orleans and Ceres Environmental Services, Inc. Annotation: (Council Rule 34. Postponement Deadline 9/22/23). M-23-220 MOVED By: King SECONDED BY: Green ACTION: Adopt YEAS: Green, Harris, King, Moreno, Morrell - 5 NAYS: 0 ABSTAIN: 0 ABSENT: Giarrusso, Thomas - 2 RECUSED: 0 AND THE MOTION PASSED. MOTION - NO. M-23-221 - BY: COUNCILMEMBER KING (BY REQUEST) https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=45548&doc_id=db1b4480-ffe0-11 ed-95dd-00505691 83fa 13/67 \f", - "page_number": 13, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "6/23/23, 5:38 PM 50. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4554&doc_id=db1b4480-ffe0-11ed-95dd-0050569183fa Brief: Adding the President of the Council as a signatory to the Amendment No. 3 to the contract between the City of New Orleans and Witt O\u2019Brien\u2019s LLC; and authorizing the President of the Council to sign the Amendment No. 3 to the contract between the City of New Orleans and Witt O\u2019Brien\u2019s, LLC. Annotation: (Council Rule 34. Postponement Deadline 9/22/23). M-23-221 MOVED By: King SECONDED BY: Moreno ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Thomas - 1 RECUSED: 0 AND THE MOTION PASSED. MOTION \u2014 NO. M-23-223 \u2014 BY: COUNCILME", - "page_number": 14, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "MBER HARRIS Brief: Tabulating the votes cast in the Election held on Saturday, April 29, 2023 \u2014 TWINBROOK SECURITY DISTRICT PROPOSITION: VOTES FOR: 241 VOTES AGAINST: 76 TOTAL VOTES: 317 MAJORITY OF VOTES FOR: 241 Annotation: (Council Rule 34. Postponement Deadline 9/22/23). M-23-223 MOVED By: Harris SECONDED BY: Moreno ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno - 5 NAYS: 0 ABSTAIN: 0 ABSENT: Morrell, Thomas - 2 RECUSED: 0 AND THE MOTION PASSED. COMMUNICATION \u2014 FROM ASHLEY J. BECNEL, CHIEF ZONING OFFICIAL, DEPARTMENT OF SAFETY AND PERMITS, CITY OF NEW ORLEANS https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=45548&doc_id=db1b4480-ffe0-11 ed-95dd-00505691 83fa 14/67 \f", - "page_number": 14, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "6/23/23, 5:38 PM la. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4554&doc_id=db1b4480-ffe0-11ed-95dd-0050569183fa Brief: Submitting the following information pursuant to City Code Sec. 2-1000, concerning the adoption of proposed rules (DSP Rule 23-01: Short Term Rental Permit Lotteries): (1) Acopy of the proposed regulations governing Short Term Rental Permit Lotteries, marked for identification as DSP Rule 23-01; (2) Acopy of the legal notice of public hearing published in the Times Picayune New Orleans Advocate newspaper; (3) Asummary of the comments received at the public hearing and virtual listening session held on May 19, 2023 and May 10, 2023, respectively; (4) Adraft resolution which would implement the regulations if adopted. The Department of Safety and Permits also provides that these proposed rules and regulati", - "page_number": 15, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "ons would have no additional fiscal impact beyond that created by Ordinances 29381 and 29382 MCS. Annotation: RECEIVED. MOVED By: Moreno SECONDED BY: Harris ACTION: Suspend the Rules YEAS: Giarrusso, Green, Harris, King, Moreno - 5 NAYS: 0 ABSTAIN: 0 ABSENT: Morrell, Thomas - 2 RECUSED: 0 AND THE MOTION PASSED. MOVED By: Moreno SECONDED BY: Harris ACTION: Add Item to Agenda YEAS: Giarrusso, Green, Harris, King, Moreno - 5 NAYS: 0 ABSTAIN: 0 ABSENT: Morrell, Thomas - 2 RECUSED: 0 AND THE MOTION PASSED. LEGISLATIVE GROUPING DEMOLITION APPEAL \u2014 OF STEPHEN MCCREADY Brief: Transmitting the application documents for a demolition permit requiring City Council review and approval for the following property: https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=45548&doc_id=db1b4480-ffe0-11 ed-95dd-00505691 83fa 15/67 \f", - "page_number": 15, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "6/23/23, 5:38 PM 1b. 2a. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4554&doc_id=db1b4480-ffe0-11ed-95dd-0050569183fa * 1330-1332 Touro Street, 23-09290 - DEMO-RSF2 - Council District \u201cC\u201d Annotation: ELECTRONICALLY SUBMITTED. (Cm. King, Cn. Deadline 6/25/23). (Communication received at the meeting of 5/11/23). (Report received at the meeting of 5/11/23). HEARING HELD. MOTION \u2014 NO. M-23-248 \u2014 BY: COUNCILMEMBER KING Brief: Approving the applicant\u2019s demolition request for the property located at 1330-1332 Touro Street. Annotation: (Council Rule 34. Postponement Deadline 9/22/23). M-23-248 MOVED By: King SECONDED BY: Moreno ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno - 5 NAYS: 0 ABSTAIN: 0 ABSENT: Morrell, Thomas - 2 RECUSED: 0 AND THE MO", - "page_number": 16, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "TION PASSED. LEGISLATIVE GROUPING HDLC APPEAL - OF HEATHER COOPER,_ AIA, NCARB,_ ROZAS_ WARD ARCHITECTS Brief: Requesting to appeal the Historic District Landmarks Commission's decision of \"denial\" regarding the proposed renovation of an existing Significant rated three-story, mixed use building including demolition of the roof structure and construction of new rear addition for property located at 502 Frenchmen Street. Annotation: ELECTRONICALLY SUBMITTED. (Cm. King, District C, Cn. Deadline 6/4/23). (Communication received at the meeting of 4/20/23). (Report received at the meeting of 5/11/23). ON DEADLINE. WITHDRAWN. (At the applicant's request). https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=45548&doc_id=db1b4480-ffe0-11 ed-95dd-00505691 83fa 16/67 \f", - "page_number": 16, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "6/23/23, 5:38 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4554&doc_id=db1b4480-ffe0-11ed-95dd-0050569183fa HDLC APPEAL - Heather Cooper - 502 Frenchmen Street E-Comments: Heather Cooper Steven Stewart 2b. MOTION (LYING OVER) - NO. M-23-202 - BY: COUNCILMEMBER KING Brief: Approving the applicant's request for the proposed renovation of an existing Significant rated three-story, mixed use building including demolition of the roof structure and construction of new rear addition for property located at 502 Frenchmen Street. Annotation: (Council Rule 34. Postponement Deadline 9/8/23). WITHDRAWN. LO M-23-202 2c. MOTION \u2014NO. M-23-228 \u2014 BY: COUNCILMEMBER KING Brief: Denying the applicant\u2019s request for the proposed renovation of an existing Significant rated three-story, mixed use building including demolition ", - "page_number": 17, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "of the roof structure and construction of new rear addition for property located at 502 Frenchmen Street. Annotation: (Council Rule 34. Postponement Deadline 9/22/23). WITHDRAWN. M-23-228 2d. MOTION - NO. M-23-249 - BY: COUNCILMEMBER KING Brief: Approving and granting the applicant's request for the proposed renovation of 502 Frenchman Street, with the following modifications: 1. Applicant shall retain 50% of the historic roof. 2. Final plans shall be subject to the approval of the HDLC. Annotation: (Council Rule 34. Postponement Deadline 9/22/23). Technical Correction needed. WITHDRAWN. M-23-249 3. LEGISLATIVE GROUPING 3a. HDLC APPEAL - OF ZACHARY SMITH, OWNER, ZACH SMITH, CONSULTING & DESIGN https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=45548&doc_id=db1b4480-ffe0-11 ed-95dd-00505691 83fa 17/67 \f", - "page_number": 17, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "6/23/23, 5:38 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4554&doc_id=db1b4480-ffe0-11ed-95dd-0050569183fa Brief: Requesting to appeal the Historic District Landmarks Commission's decision of \"denial\" of the full demolition for property located at 2516 Upperline Street. Annotation: ELECTRONICALLY SUBMITTED. (Cm. Harris, District B, Cn. Deadline 6/4/23). (Communication received at the meeting of 4/20/23). (Report received at the meeting of 5/11/23). ON DEADLINE. HEARING HELD. HDLC APPEAL - Zachary Smith - 2516 Upperline Street 3b. MOTION \u2014 NO. M-23-234 \u2014 BY: COUNCILMEMBER HARRIS Brief: Denying the applicant\u2019s request for full demolition of the property located at 2516 Upperline Street. Annotation: (C", - "page_number": 18, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "ouncil Rule 34. Postponement Deadline 9/22/23). M-23-234 3c. MOTION \u2014NO. M-23-243 \u2014 BY: COUNCILMEMBER HARRIS Brief: Approving and granting the applicant\u2019s request for full demolition of the property located at 2516 Upperline Street. Annotation: (Council Rule 34. Postponement Deadline 9/22/23). WITHDRAWN. M-23-243 3b. MOTION \u2014 NO. M-23-234 \u2014- BY: COUNCILMEMBER HARRIS Brief: Denying the applicant\u2019s request for full demolition of the property located at 2516 Upperline Street. Annotation: (Council Rule 34. Postponement Deadline 9/22/23). M-23-234 MOVED By: Harris SECONDED BY: Moreno ACTION: Adopt https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=45548&doc_id=db1b4480-ffe0-11 ed-95dd-00505691 83fa 18/67 \f", - "page_number": 18, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "6/23/23, 5:38 PM 4a. Ab. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4554&doc_id=db1b4480-ffe0-11ed-95dd-0050569183fa YEAS: Giarrusso, Green, Harris, King, Moreno - 5 NAYS: 0 ABSTAIN: 0 ABSENT: Morrell, Thomas - 2 RECUSED: 0 AND THE MOTION PASSED. LEGISLATIVE GROUPING HDLC APPEAL \u2014 OF ANGELE AND GREGORY ROMIG Brief: Requesting to appeal the Historic District Landmarks Commission\u2019s decision of \u201cdenial\u201d of the application for demolition of more than 50% of the exterior wall structure through the increase in height for properties located at 41 Allard Boulevard and 39 Allard Boulevard. Annotation: ELECTRONICALLY SUBMITTED. (Cm. Giarrusso, District A, Cn. Deadline 6/25/23). (Communication received at the meeting of 5/11/23). HEARING HELD. HDLC Appeal - Angele and Gregory Roming - 39-41 Allard B", - "page_number": 19, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "lvd MOTION \u2014 NO. M-23-232 \u2014 BY: COUNCILMEMBER GIARRUSSO Brief: Approving and granting the demolition request of more than 50% of the exterior wall structure through the increase in height to the property located at 39 Allard Boulevard and 41 Allard Boulevard. Annotation: (Council Rule 34. Postponement Deadline 9/22/23). M-23-232 MOVED By: Giarrusso SECONDED BY: Green ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno - 5 NAYS: 0 ABSTAIN: 0 ABSENT: Morrell, Thomas - 2 RECUSED: 0 AND THE MOTION PASSED. HDLC APPEAL - OF RICHARD LINDSAY, ON BEHALF OF SYLVIA _CHRISS- BIBBINS Brief: Requesting to appeal the Historic District Landmarks Commission's decision to levy a fine for https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=45548&doc_id=db1b4480-ffe0-11 ed-95dd-00505691 83fa 19/67 \f", - "page_number": 19, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "6/23/23, 5:38 PM 7a. 7b. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4554&doc_id=db1b4480-ffe0-11ed-95dd-0050569183fa $20,000.00 for property located at 2123 Soniat Street. Annotation: ELECTRONICALLY SUBMITTED. (Cm. Harris, Cn. Postponement Deadline 6/25/23). CONTINUED TO THE MEETING OF 6/8/23. Richard Lindsay - HDLC Appeal _- 2123 Soniat Street VCC APPEAL \u2014 OF KAREN GLASER STEIN Brief: Requesting to appeal the Vieux Carr\u00e9 Commission\u2019s decision of \u201cdenial\u201d at the meeting of February 8, 2023, to retain work completed without benefit of VCC review and approval, including gallery millwork modifications, per application and materials received 12/16/2022 for properties located at 1000-1012 St. Philip Street. Annotation: ELECTRONICALLY SUBMITTED. (Cm. King, Cn. Deadline 6/25/23). (Communication received at the meeting of 5/11/23). CONTINUED TO THE MEETING OF 6/8/23. VCC Appeal - Karen Glaser Stein - 1000-1012 St Philip Stre", - "page_number": 20, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "et LEGISLATIVE GROUPING UNIVERSITY AREA OFF-STREET PARKING INTERIM ZONING DISTRICT AREA APPEAL - OF DENNIS A. ROUBION, JR. AND KATHRYN ROUBION Brief: Requesting to appeal the parking requirements established by the University Area Off-Street Parking Interim Zoning District (IZD), per Article 19 of the City's Comprehensive Zoning Ordinance, as it applies to property located at 2030 Octavia Street. Annotation: ELECTRONICALLY SUBMITTED. (Cm. Giarrusso, Cn. Deadline N/A). (Communication received at the meeting of 5/11/23). HEARING HELD. Dennis A. Robion Jr. and Kathryn Robion - 2030 Octavia Street MOTION \u2014 NO. M-23-233 \u2014 BY: COUNCILMEMBER GIARRUSSO Brief: Granting and approving the applicant\u2019s appeal request for property located at 2030 Octavia Street. Annotation: (Council Rule 34. Postponement Deadline 9/22/23). https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=45548&doc_id=db1b4480-ffe0-11 ed-95dd-00505691 83fa 20/67 \f", - "page_number": 20, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "6/23/23, 5:38 PM 8a. 8b. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4554&doc_id=db1b4480-ffe0-11ed-95dd-0050569183fa M-23-233 MOVED By: Giarrusso SECONDED BY: Harris ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno - 5 NAYS: 0 ABSTAIN: 0 ABSENT: Morrell, Thomas - 2 RECUSED: 0 AND THE MOTION PASSED. LEGISLATIVE GROUPING UNIVERSITY AREA OFF-STREET PARKING INTERIM ZONING DISTRICT AREA APPEAL - OF BRIAN D. BERRY AND JANE CARRIERE BERRY Brief: Requesting to appeal the University Area Off-Street Parking Interim Zoning District requirements, proposing the addition and renovation of a single-family dwelling for property located at 1227 S. Carrollton Avenue. Annotation: ELECTRO", - "page_number": 21, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "NICALLY SUBMITTED. (Cm. Giarrusso, Cn. Deadline N/A). (Communication received at the meeting of 5/11/23). HEARING HELD. Brian Berry and Jane Carriere Berry 1227 So. Carrollton Avenue MOTION \u2014 NO. M-23-242 \u2014 BY: COUNCILMEMBER GIARRUSSO Brief: Granting and approving the applicant\u2019s appeal request for property located at 1227 S. Carrollton Avenue. Annotation: (Council Rule 34. Postponement Deadline 9/22/23). M-23-242 Speakers: Brian Berry Jane Carriere-Berry MOVED By: Giarrusso SECONDED BY: Moreno ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno - 5 NAYS: 0 ABSTAIN: 0 https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=45548&doc_id=db1b4480-ffe0-11 ed-95dd-00505691 83fa 21/67 \f", - "page_number": 21, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "6/23/23, 5:38 PM 9a. 9b. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4554&doc_id=db1b4480-ffe0-11ed-95dd-0050569183fa ABSENT: Morrell, Thomas - 2 RECUSED: 0 AND THE MOTION PASSED. LEGISLATIVE GROUPING ZONING DOCKET NO. 13/23 - CITY COUNCIL MOTION NO. M-23-98 Brief: Requesting a Text Amendment to create a definition and use standards for \u201cElectric Vehicle (EV) Charging Station (principal use)\u201d and to reduce zoning barriers for EV charging stations with the following considerations: * Consider updating existing regulations in the Comprehensive Zoning Ordinance to increase opportunities for EV charging stations in appropriate zoning districts; * Consider defining Levels 1, 2, and 3 EV charging stations or other relevant EV charging industry standards when creating use standards and definitions; * Consider requiring EV charging stations in any newly proposed parking lots (principal use) or parking structures (pr", - "page_number": 22, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "incipal use) based off national best practices; * Consider reducing the required number of off-street vehicle parking requirements for developments that include EV charging stations; * Consider limiting EV charging stations (principal use) to zoning districts with existing auto-oriented uses or consider ways to mitigate any potential negative impacts of this auto-oriented use. The proposed Text Amendment would affect regulations that are applied to all zoning districts. The recommendation of the City Planning Commission being \u201cFOR MODIFIED APPROVAL\u201d. Annotation: ELECTRONICALLY SUBMITTED. (All Cms., Cn. Deadline 7/10/23). HEARING HELD. ZD NO. 13/23 MOTION - NO. M-23-246 - BY: COUNICLMEMBER MORENO Brief: Approving the applicant's amendment request for ZD NO. 13/23, subject to the following modifications: https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=45548&doc_id=db1b4480-ffe0-11 ed-95dd-00505691 83fa 22/67 \f", - "page_number": 22, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "6/23/23, 5:38 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4554&doc_id=db1b4480-ffe0-11ed-95dd-0050569183fa (1) In Section 22.4.A, Table 22-1 of the Comprehensive Zoning Ordinance, Off-Street Vehicle and Bicycle Parking Requirements, insert a new column titled ELECTRIC VEHICLE CHARGING STATION MINIMUM REQUIREMENTS, beneath which, insert two additional columns with the following titles, use requirements, and footnotes: PERCENTAGE OF TOTAL REQUIRED OFF-STREET VEHICLE PARKING SPACES WITH LEVEL 2 OR LEVEL 3 ELECTRIC VEHICLE CHARGING STATIONS INSTALLED! In this first column, insert \"10% or 1 space, whichever is greater\" next to the following uses: Airport; Movie Theater; Amusement Facility, Outdoor; Arena; Auditorium; Bed and Breakfast; Brewery; Casino/Gaming Establishment; City Hall; Convention Center; Country Club; Dormitory; Driving Range; Dwelling, Multi-family; Educational Facility, Primary; Educational Facility, Secondary; Educational Facility, University; Educational Facility, Vocational; Financial Institution; Golf Course; Government Offices; Hospital; Hotel/Motel/Hostel; Micro-brewery, micro-distillery; Office; Shopping Center; Shooting Range, Indoor and Outdoor; Short Term Rental, Commercial; Stadi", - "page_number": 23, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "um; and Winery. PERCENTAGE OF TOTAL REQUIRED OFF-STREET VEHICLE PARKING SPACES THAT ARE ELECTRIC VEHICLE CHARGING READY\u201d In this second column, insert \"10% or 1 space, whichever is greater\" next to the following uses: Airport; Amusement Facility, Indoor; Bowling Alley; Movie Theater; Amusement Facility, Outdoor; Arena Auditorium; Bed and Breakfast; Brewery; Casino/ Gaming Establishment; City Hall; Community Center; Convention Center; Country Club; Cultural Facility; Dormitory; Driving Range; Dwelling, Multi-family; Educational Facility, Primary; Educational Facility, Secondary; Educational Facility, University; Educational Facility, Vocational; Financial Institution; Golf Course; Government Offices; Health Club; Hospital; Hotel/Motel/Hostel; Medical/Dental Clinic; Micro-brewery, micro-distillery; Office; Restaurant, Standard; Retail Goods Establishment; Shopping Center; Shooting Range, Indoor and Outdoor; Short Term Rental, Commercial; Stadium; and Winery. At the bottom of Table 22-1 Off-street Vehicle Parking, insert the following footnotes: ' This requirement shall apply to off-street parking https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=45548&doc_id=db1b4480-ffe0-11 ed-95dd-00505691 83fa 23/67 \f", - "page_number": 23, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "6/23/23, 5:38 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4554&doc_id=db1b4480-ffe0-11ed-95dd-0050569183fa providing 10 or more spaces. See Section 22.18 for guidance on Level 2 and Level 3 Electric Vehicle Charging standards. * This requirement shall apply to off-street parking providing 10 or more spaces. See section 22.18 for guidance on \u201cElectric Vehicle Ready\u201d requirements. (2) \u2014 Insert the following text of new Section 22.5.F of Article 22: 22.5.F REDUCTION OF OFF-STREET VEHICLE PARKING SPACE REQUIREMENTS FOR VOLUNTARY INSTALLATION OF LEVEL 2 AND LEVEL 3 ELECTRIC VEHICLE CHARGING STATIONS: 1. The following reductions in the number of required vehicle parking spaces are permitted when non-required EV Charging Stations are voluntarily installed: a. Where 10% or more of required off-street vehicle parking spaces provide installation of Level 2 Electric Vehicle Charging Stations, a 10% reduction of the off-street vehicle parking space requirement is permitted. b. Where 10% or more of required off-street vehicle parking spaces ", - "page_number": 24, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "provide installation of Level 3 Electric Vehicle Charging Stations, a 20% reduction of off-street vehicle parking space requirements is permitted. 2. These benefits may be combined for a maximum of a 30% reduction of off-street vehicle parking space requirements. 3. Uses required to provide installation of Electric Vehicle Charging Stations are eligible for the above reductions if: a. Providing a greater number of Electric Charging Station installations than required per Section 22.4.A General Requirements Table 22-1, and b. The above conditions are met in Section 22.4.A. (3) Insert the following text as new Section 22.18 of Article 22: SECTION 22.18 ELECTRIC VEHICLE CHARGING 1. Level 2 Charging: Level 2 AC (alternating current) offers charging through 240 V (typical in residential applications) or 208 V (typical in commercial applications) electrical service. At least 19 KW of charging capacity must be provided to satisfy https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=45548&doc_id=db1b4480-ffe0-11 ed-95dd-00505691 83fa 24/67 \f", - "page_number": 24, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "6/23/23, 5:38 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4554&doc_id=db1b4480-ffe0-11ed-95dd-0050569183fa requirements of Section 22.4.A General Requirements Table 22-1 and achieve parking reductions outlined in Section 22.5.F 2. Level 3 Charging: Level 3 DC (direct-current) chargers are fast charging EV equipment (typically a three-phase AC input). At least 100 KW of charging capacity per plug must be provided to satisfy requirements of Section 22.4.A General Requirements Table 22-1 and achieve parking reductions outlined in Section 22.5.F 3. Electric Vehicle Ready: An off-street parking space is Electric Vehicle Ready if it provides sufficient electrical capacity for a 40-ampere 240-volt branch circuit for the future installation of Electric Vehicle Supply Equipment. Annotation: (Council Rule 34. Postponement Deadline 9/22", - "page_number": 25, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "/23). M-23-246 MOVED By: Moreno SECONDED BY: Harris ACTION: Adopt YEAS: Green, Harris, King, Moreno, Morrell - 5 NAYS: 0 ABSTAIN: 0 ABSENT: Giarrusso, Thomas - 2 RECUSED: 0 AND THE MOTION PASSED. 28. CAL. NO. 34,180 - BY: COUNCILMEMBERS MORENO AND GIARRUSSO Brief: An Ordinance to establish the Youth Fare Transportation Fund as Division 51 of Article II in Chapter 70 of the Code of the City of New Orleans; to ordain Sections 70-415.322 through 70-415.326 of the Code of the City of New Orleans within said Division; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 9/8/23). 34180 - 29476 M.C.S. Speakers: Michael Burnside Courtney Jackson https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=45548&doc_id=db1b4480-ffe0-11 ed-95dd-00505691 83fa 25/67 \f", - "page_number": 25, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "6/23/23, 5:38 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4554&doc_id=db1b4480-ffe0-11ed-95dd-0050569183fa E-Comment: Casey Giraud Davis MOVED By: Moreno SECONDED BY: Green ACTION: Adopt YEAS: Green, Harris, King, Moreno, Morrell - 5 NAYS: 0 ABSTAIN: 0 ABSENT: Giarrusso, Thomas - 2 RECUSED: 0 AND THE MOTION PASSED. 29. CAL. NO. 34,182 - BY: COUNCILMEMBER GIARRUSSO (BY REQUEST) Brief: An Ordinance to amend and reordain Section 70-101 of the Code of the City of New Orleans, relative to authorized petty cash accounts, to increase the amount of petty cash available to the Chief Administrative Office\u2019s Equipment Maintenance Division to $10,000 so that the Equipment Maintenance Division has access to sufficient petty cash to pay for vehicle title and registration fees and other related expenses; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 9/8/23). Referred to th", - "page_number": 26, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "e Budget Committee. CONTINUED TO THE MEETING OF 6/8/22. 34182 36. CAL. NO. 34,189 - BY: COUNCILMEMBER MORENO (BY REQUEST) Brief: An Ordinance authorizing the Mayor of the City of New Orleans to enter into a Cooperative Endeavor Agreement (\u201cCEA\u201d) between the City of New Orleans (the \u201cCity\u201d), and Greater New Orleans, Inc. (\u201cGNO, Inc.\u201d\u2019), for a term greater than one year, for the public purpose of promoting economic growth and prosperity in the city for all its citizens in the City of New Orleans, as more fully detailed in the CEA form attached hereto as Exhibit \u201cA\u201d; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 9/8/23). 34189 - 29481 M.C.S. MOVED By: Moreno SECONDED BY: Harris ACTION: Adopt YEAS: Green, Harris, King, Moreno, Morrell - 5 NAYS: 0 ABSTAIN: 0 https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=45548&doc_id=db1b4480-ffe0-11 ed-95dd-00505691 83fa 26/67 \f", - "page_number": 26, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "6/23/23, 5:38 PM 37. 53. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4554&doc_id=db1b4480-ffe0-11ed-95dd-0050569183fa ABSENT: Giarrusso, Thomas - 2 RECUSED: 0 AND THE MOTION PASSED. MOTION (LYING OVER) - NO. M-22-516 - BY: COUNCILMEMBER MORRELL Brief: Authorizing the creation of committee as an advisory committee, to be known as the City of New Orleans Home Rule Charter Review Committee, to review, opine on and make non- binding recommendations to the New Orleans City Council regarding potential changes to the Home Rule Charter, pursuant Section 3-127 of the City of New Orleans Home Rule Charter. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 3/31/23). (Referred to the Governmental Affairs Committee). CONTINUED TO THE MEETING OF 6/22/23. LO M-22-516 Speaker: Charles Marsala RESOLUTION - NO. R-23-226 - BY: ", - "page_number": 27, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "COUNCILMEMBER MORENO Brief: Supporting the work of the New Orleans Food Policy Action Council, representing diverse interests and including representatives from agriculture, public health, business, and food distribution/food access, and would like the Action Council to continue providing recommendations and advice to the City Council on healthy food and farming initiatives that will address the need for an equitable food system within New Orleans. Annotation: (Council Rule 34. Postponement Deadline 9/22/23). R-23-226 Speakers: (*Did not speak) Brynn Comeaux *Haley Holeton E-Comments: Devin Wright Pamela Broom Emily Slazer Eric Rothschild Jamie Montelepre Marie Louise Ryan Maggie Kaiser Sinnidra Taylor Elisa Munoz MOVED By: Moreno https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=45548&doc_id=db1b4480-ffe0-11 ed-95dd-00505691 83fa 27/67 \f", - "page_number": 27, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "6/23/23, 5:38 PM 51. 52. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4554&doc_id=db1b4480-ffe0-11ed-95dd-0050569183fa SECONDED BY: King ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Thomas - 1 RECUSED: 0 AND THE MOTION PASSED. MOTION \u2014 NO. M-23-224 \u2014 BY: COUNCILMEMBERS THOMAS AND GREEN Brief: Tabulating the votes cast in the Election held on Saturday, April 29, 2023 \u2014 EASTOVER NEIGHBORHOOD IMPROVEMENT AND SECURITY DISTRICT PROPOSITION: VOTES FOR: 78 VOTES AGAINST: 126 TOTAL VOTES: 204 MAJORITY OF VOTES: AGAINST: 126 Annotation: (Council Rule 34. Postponement Deadline 9/22/23). M-23-224 Speaker: Mr. Larry Morgan MOVED By: Green SECONDED BY: King ACTION: Adopt YEAS: Giarrusso, Green,", - "page_number": 28, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": " King, Moreno, Morrell - 5 NAYS: 0 ABSTAIN: 0 ABSENT: Harris, Thomas - 2 RECUSED: 0 AND THE MOTION PASSED. MOTION - NO. M-23-225 - BY: COUNCILMEMBER MORRELL (BY REQUEST) Brief: Adding the President of the Council as a signatory to the Amendment No. | to the contract between the City of New Orleans and Global Solutions Group, Inc.; and authorizing the President of the Council to sign the Amendment No. 1 to the contract between the City of New Orleans and Global Solutions Group, Inc. Annotation: (Council Rule 34. Postponement Deadline 9/22/23). (Referred to the Governmental Affairs Committee). CONTINUED TO THE MEETING OF 6/8/23. M-23-225 https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=45548&doc_id=db1b4480-ffe0-11 ed-95dd-00505691 83fa 28/67 \f", - "page_number": 28, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "6/23/23, 5:38 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4554&doc_id=db1b4480-ffe0-11ed-95dd-0050569183fa 54. MOTION - NO. M-23-227 - BY: COUNCILMEMBER MORENO (BY REQUEST) Brief: Directing the City Planning Commission to conduct a public hearing to consider amending and re-ordaining the Comprehensive Zoning Ordinance (Ordinance No. M.C.S. 4264, as amended by Ordinance No. 26,413 M.C.S. and subsequent amendments) to expand community solar opportunities with the following considerations: i. Consider defining a \u201cCommunity Solar Project\u201d as \u201ca solar energy system constructed and operated by a public or private entity that connects directly to the electricity distribution network and converts solar energy into electricity and/or stores energy for the primary purpose of serving electric demands offsite from the facility. Community solar projects may allow multiple local subscribers to purchase or lease ownership shares or a percentage of the power produced on the site.\u201d ii. Consider creating accessory use standards for \"Community Solar Projects,\u201d which may include minimum lot size requirements, setbacks, design standards, and/or landscaping requirements. ili. Consider amending Article 21.6.J of the Comprehensive Zoning Ordinance to read as follows: \u201c1. Acollective alternative energy system such as a communit", - "page_number": 29, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "y solar project, wind energy system, or geothermal energy system is permitted to be constructed upon one or more properties owned by a neighborhood organization, homeowners association, institutional campus, religious institution, non-profit organization, or a public entity. Collective alternative energy systems shall be permitted as accessory use for the purpose of serving electric demands on- site or offsite from, but related to, the 2. Acollective alternative energy system may be constructed on one or more contiguous lots owned by a neighborhood organization, homeowners association, institutional campus, religious institution, non-profit organization, or a public entity. Where collective alternative energy systems are constructed on two or more contiguous lots, all owners shall agree to such arrangement. The agreement shall be recorded as a \u201ccollective alternative energy servitude\u201d on each plat of survey to grant access to all participants to maintain equipment. A management plan shall be submitted and servitude recorded. The management plan shall clearly detail the relationship between the accessory Collective Alternative Energy System use and the related on-site or off-site principal use or uses. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=45548&doc_id=db1b4480-ffe0-11 ed-95dd-00505691 83fa 29/67 \f", - "page_number": 29, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "6/23/23, 5:38 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4554&doc_id=db1b4480-ffe0-11ed-95dd-0050569183fa 3. Collective Alternative Energy Systems shall be built in accordance with accessory use standards for the particular type of energy system used, as described in this section. A management plan shall be submitted to the Department of Safety and Permits. The management plan shall clearly detail the relationship between the accessory Collective Alternative Energy System use and the related on-site or off-site principal use or uses.\u201d That the requirement to participate in the Neighborhood Participation Program and any fees are hereby waived. Annotation: (Council Rule 34. Postponement Deadline 9/22/23). M-23-227 MOVED By: Moreno SECONDED BY: King ACTION: Adopt YEAS: Giarrusso, Green", - "page_number": 30, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": ", King, Moreno, Morrell - 5 NAYS: 0 ABSTAIN: 0 ABSENT: Harris, Thomas - 2 RECUSED: 0 AND THE MOTION PASSED. 55. MOTION \u2014 NO. M-23-229 \u2014 BY: COUNCILMEMBER MORRELL Brief: Directing the Chief of Staff to issue a Request for Qualifications for a public safety consultant to begin the competitive selection process established by Rule 42. Annotation: (Council Rule 34. Postponement Deadline 9/22/23). M-23-229 MOVED By: Morrell SECONDED BY: Moreno ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Thomas - 1 RECUSED: 0 AND THE MOTION PASSED. 10. LEGISLATIVE GROUPING 10a. ZONING DOCKET NO. 17/23 - CITY COUNCIL MOTION NO. M-23-58 https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=45548&doc_id=db1b4480-ffe0-11 ed-95dd-00505691 83fa 30/67 \f", - "page_number": 30, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "6/23/23, 5:38 PM 10b. 11. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4554&doc_id=db1b4480-ffe0-11ed-95dd-0050569183fa Brief: Requesting a Text Amendment to Article 19 of the Comprehensive Zoning Ordinance (CZO) to establish a new Interim Zoning District (IZD) to be named the Preserving Residential Character Interim Zoning District. The intent of the IZD is to establish a temporary prohibition of new Short-Term Rental, Commercial (STR) uses within a certain area. The proposed Text Amendment would affect properties currently zoned HU-MU Neighborhood Mixed Use District (HU-MU), MU-1 Medium Intensity Mixed-Use District (MU-1), and MU- 2 High-Intensity Mixed Use District (MU-2) within the following boundaries: from Calliope Street (uptown side) at Simon Bolivar Avenue, continuing along Simon Bolivar Avenue (both sides) to Jackson Avenue, continuing along Jackson Avenue (both sides) to Magazine Street, continuing along Magazine Street (both sides) to Louisiana Avenue, continuing along Louisiana Avenue (both sides) to Tchoupitoulas Street, continui", - "page_number": 31, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "ng along Tchoupitoulas Street (both sides) to Dufossat Street, continuing back on Tchoupitoulas Street (both sides) to Calliope Street, and continuing along Calliope Street (uptown side) to its intersection with Simon Bolivar Avenue; and excluding the entirety of the Convention Center Neighborhood (CCN) Overlay District. The recommendation of the City Planning Commission being \"FOR APPROVAL\". Annotation: ELECTRONICALLY SUBMITTED. (All Cms., Cn. Deadline 7/10/23). ZD NO. 17/23 MOTION - NO. M-23-235 - BY: COUNCILMEMBER HARRIS Brief: Approving and granting the applicant's Text Amendment request for ZD NO. 17/23. Annotation: (Council Rule 34. Postponement Deadline 9/22/23). M-23-235 Speaker: Maxwell Ciardullo E-Comment: Sam Levin MOVED By: Harris SECONDED BY: Morrell ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Thomas - 1 RECUSED: 0 AND THE MOTION PASSED. LEGISLATIVE GROUPING https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=45548&doc_id=db1b4480-ffe0-11 ed-95dd-00505691 83fa 31/67 \f", - "page_number": 31, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "6/23/23, 5:38 PM lla. 11b. 12. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4554&doc_id=db1b4480-ffe0-11ed-95dd-0050569183fa ZONING DOCKET NO. 18/23 - CITY COUNCIL MOTION NO. M-23-59 Brief: Requesting a Text Amendment to the Comprehensive Zoning Ordinance (CZO) to amend Article 19 to establish a new Interim Zoning District (IZD) to be named the Bed and Breakfast Interim Zoning District, the intent of which is to ensure that bed and breakfasts are compatible with and preserve the character and integrity of the neighborhoods citywide. The proposed Text Amendment would affect regulations that are applied to all zoning districts. The recommendation of the City Planning Commission being \u201cFOR APPROVAL\u201d. Annotation: ELECTRONICALLY SUBMITTED. (All Cms., Cn. Deadline 7/10/23). HEARING HELD. ZD NO. 18/23 MOTION \u2014 NO. M-23-236 \u2014 BY: COUNCILMEMBER HARRIS Brief: Approving and granting the applicant\u2019s Text Amendment request for ZD NO. 18/23. Annotation: (Council Rule 34. Postp", - "page_number": 32, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "onement Deadline 9/22/23). M-23-236 MOVED By: Harris SECONDED BY: _ King ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Thomas - 1 RECUSED: 0 AND THE MOTION PASSED. ZONING DOCKET NO. 21/23 - NOLA COMMERCIAL PROPERTIES, LLC Brief: Requesting a Conditional Use to permit a reception facility in an HMC-2 Historic Marigny/Trem\u00e9/Bywater Commercial District, on Square 636, Lots C and 10, in the Third Municipal District, bounded by North Claiborne Avenue, Pauger Street, North Robertson Street, and Saint Anthony Street (Municipal Address(es): 1830-1840 North Claiborne Avenue and 2224 Pauger Street). The recommendation of the City Planning Commission being \u201cFOR APPROVAL\u201d, subject to five (5) provisos. Annotation: ELECTRONICALLY SUBMITTED. (Cm. King, Cn. Deadline 7/10/23). CONTINUED TO THE MEETING OF 6/8/23. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=45548&doc_id=db1b4480-ffe0-11 ed-95dd-00505691 83fa 32/67 \f", - "page_number": 32, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "6/23/23, 5:38 PM 13. 13a. 13b. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4554&doc_id=db1b4480-ffe0-11ed-95dd-0050569183fa ZD NO. 21/23 Speaker: Darriel King Dayana January LEGISLATIVE GROUPING ZONING DOCKET NO. 23/23 - KATHLEEN ETIENNE Brief: Requesting a Conditional Use to permit a single-family residence in a GPD General Planned Development District, on Square 17, Lots 9 through 12, in the Fifth Municipal District, bounded by Oliver Street, J. Weiner Bert Street, Bisson Street, and Simms Street (Municipal Addresses: 3513-3525 Oliver Street). The recommendation of the City Planning Commission being \"FOR APPROVAL\", subject to three (3) provisos. Annotation: ELECTRONICALLY SUBMITTED. (Cm. King, District C, Cn. Deadline 7/10/23). HEARING HELD. ZD NO. 23/23 MOTION - NO. M-23-250 - BY: COUNCILMEMBER KING Brief: Approving and granting the applicant\u2019s Conditional Use request for the properties located at 3513-3525 Oliver Street, subject to three (3) provisos as stated in the City Planning Commission\u2019s report, wit", - "page_number": 33, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "h a modification to Proviso 1, with two (2) additional provisos, and one (1) waiver, as follows (additions are underlined: deletions are strikethreughs): PROVISOS: 1. The applicant shall consolidate existing Lets-9+threveh +2 Lots 11 and 12 into a single lot of record through the City Planning Commission. The planned development shall apply only to the new lot of record. The applicant shall submit a complete application for the resubdivision prior to City Planning Commission sign- off on final plans. The approved subdivision shall be recorded with the Clerk of Civil District Court\u2019s Land Records Division prior to the issuance of a Certificate of Occupancy by the Department of Safety and Permits. OK Ok 4. The structure shall have an interior side yard of at least 18.5 feet. An off-street parking space meeting the design requirements contained in Article 22 shall be provided within the interior side yard. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=45548&doc_id=db1b4480-ffe0-11 ed-95dd-00505691 83fa 33/67 \f", - "page_number": 33, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "6/23/23, 5:38 PM 14. 14a. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4554&doc_id=db1b4480-ffe0-11ed-95dd-0050569183fa and 12, which shall be re-subdivided into a single lot of record prior to the issuance of a certificate of occupancy. WAIVER: 1. The development shall be granted a waiver of Article 13, Section 13.3 and Table 13-2, which requires a minimum lot area of 6,000 square feet, to permit a lot area of 4,681 square feet; which requires a minimum lot width of 50 feet, to permit a minimum lot width of 38 feet; and which requires a rear yard setback of 20 feet, to permit a rear yard setback of 16 feet. Annotation: (Council Rule 34. Postponement Deadline 9/22/23). M-23-250 Speaker: Kathleen Etienne MOVED By: King SECONDED BY: Morrell ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Thomas - 1 RECUSED: 0 AND ", - "page_number": 34, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "THE MOTION PASSED. LEGISLTAIVE GROUPING ZONING DOCKET NO. 24/23 - CITY COUNCIL MOTION NO. M-23-72 Brief: Requesting a Zoning Change from an HU-MU Historic Urban Neighborhood Mixed-Use District to HU-RD2 Historic Urban Two Family Residential District, on all lots currently zoned HU-MU Historic Urban Neighborhood Mixed Use District, on Squares 48 and 49, in the Fourth Municipal District, bounded by Second Street, Fourth Street, Rousseau Street, and Saint Thomas Street (Municipal Addresses: 502-536 Second Street; 521-533 Third Street; 2515-2517 Rousseau Street; 525 Fourth Street). The recommendation of the City Planning Commission being \"MODIFIED APPROVAL\". Annotation: ELECTRONICALLY SUBMITTED. (Cm. Harris, Cn. Deadline 7/10/23). HEARING HELD. ZD NO. 24/23 https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=45548&doc_id=db1b4480-ffe0-11 ed-95dd-00505691 83fa 34/67 \f", - "page_number": 34, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "6/23/23, 5:38 PM 14b. 15. 15a. 15b. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4554&doc_id=db1b4480-ffe0-11ed-95dd-0050569183fa MOTION - NO. M-23-237 - BY: COUNCILMEMBER HARRIS Brief: Granting and approving the applicant's Zoning Change request for ZD NO. 24/23, subject to the following modification: exclude 2515-2517 Rousseau Street on Lot 8, Square 48 in the Fourth Municipal District from the Zoning Change. Annotation: (Council Rule 34. Postponement Deadline 9/22/23). M-23-237 Speakers: (Did Not Speak) Sam Scofield Damon Nichols Anthony Koval MOVED By: Harris SECONDED BY: Giarrusso ACTION: Adopt YEAS: Giarrusso, Harris, King, Moreno, Morrell - 5 NAYS: 0 ABSTAIN: 0 ABSENT: Green, Thomas - 2 RECUSED: 0 AND THE MOTION PASSED. LEGISLATIVE GROUPING ZONING DOCKET NO. 25/23 - 1012 NORTH RAMPART, LLC; CHIU CAMP, LLC; FUSELIER REALTY, LLC Brie", - "page_number": 35, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "f: Requesting a Conditional use to permit a hotel in a CBD-5 Urban Core Neighborhood Lower Intensity Mixed-Use District, on Square 179, Lot 20, in the First Municipal District, bounded by Camp Street, Girod Street, Church Street, and Julia Street (Municipal Address(es): 705-707 Camp Street and 606 Girod Street). The recommendation of the City Planning Commission being \"FOR APPROVAL\", subject to four (4) provisos. Annotation: ELECTRONICALLY SUBMITTED. (Cm. Harris, Cn. Deadline 7/10/23). HEARING HELD. ZD NO. 25/23 MOTION - NO. M-23-251 - BY: COUNCILMEMBER KING Brief: Approving and granting the applicant's Conditional Use request on ZD No. 25/23, for the properties located 705-707 Camp Street and 606 Girod Street, subject to four (4) provisos, as https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=45548&doc_id=db1b4480-ffe0-11 ed-95dd-00505691 83fa 35/67 \f", - "page_number": 35, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "6/23/23, 5:38 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4554&doc_id=db1b4480-ffe0-11ed-95dd-0050569183fa stated in the City Planning Commission's report. Annotation: (Council Rule 34. Postponement Deadline 9/22/23). M-23-251 Speaker: Susan Johnson David Fuselier Michael Sherman MOVED By: King SECONDED BY: Green ACTION: Adopt YEAS: Giarrusso, Green, King, Moreno, Morrell - 5 NAYS: 0 ABSTAIN: 0 ABSENT: Thomas - 1 RECUSED: Harris - 1 AND THE MOTION PASSED. 16. LEGISLATIVE GROUPING l6a. ZONING DOCKET NO. 26/23 - NEW ORLEANS REDEVELOPMENT AUTHORITY Brief: Requesting a Zoning change from an HMR-2 Historic Marigny/Trem\u00e9/Bywater Residential District to an HMC-2 Historic Marigny/Trem\u00e9/Bywater Commercial District, in the rear portions of existing Lots A or 14, 15, and 470-A or 16 (which are to be subdivided", - "page_number": 36, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": " into the rear portion of proposed Lot B), on Square 623 & 624, in the Third Municipal District, bounded by Saint Bernard Avenue, North Robertson Street, Annette Street, and North Villere Street (Municipal Addresses: 1646, 1650, and 1654 North Robertson Street). The recommendations of the City Planning Commission being \"FOR APPROVAL\". Annotation: ELECTRONICALLY SUBMITTED. (Cm. King, Cn. Deadline 7/10/23). HEARING HELD. ZD NO. 26/23 16b. MOTION - NO. M-23-222 - BY: COUNCILMEMBER KING Brief: Approving and granting the applicant's Zoning Change request on ZD No. 26/23 for the properties located 1646, 1650 and 1654 North Robertson Street Annotation: (Council Rule 34. Postponement Deadline 9/22/23). M-23-222 https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=45548&doc_id=db1b4480-ffe0-11 ed-95dd-00505691 83fa 36/67 \f", - "page_number": 36, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "6/23/23, 5:38 PM 17. 17a. 17b. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4554&doc_id=db1b4480-ffe0-11ed-95dd-0050569183fa Maxwell Ciardullo Christopher Clement MOVED By: King SECONDED BY: Harris ACTION: Adopt YEAS: Giarrusso, Harris, King, Moreno, Morrell - 5 NAYS: 0 ABSTAIN: 0 ABSENT: Green, Thomas - 2 RECUSED: 0 AND THE MOTION PASSED. LEGISLATIVE GROUPING ZONING DOCKET NO. 29/23 - RICHARD CAHN Brief: Requesting Conditional Use to permit alcohol beverage sales in an existing standard restaurant in an HU-B1 Historic Urban Neighborhood Business District and the Magazine Street Use Restriction Overlay District, on Square 209, Lot 4, in the Sixth Municipal District, bounded by Magazine Street, General Taylor Street, General Pershing Street, and Constance Street (Muni", - "page_number": 37, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "cipal Address(es): 3814-3816 Magazine Street). The recommendation of the City Planning Commission being \"FOR APPROVAL\", subject to two (2) provisos. Annotation: ELECTRONICALLY SUBMITTED. (Cm. Harris, Cn. Deadline 7/10/23). HEARING HELD. ZD NO. 29/23 MOTION - NO. M-23-238 - BY: COUNCILMEMBER HARRIS Brief: Approving and granting the applicant's Conditional Use request for ZD 29/23, for the property located at 3814-3816 Magazine Street, subject to the two (2) provisos set forth by the City Planning Commission. Annotation: (Council Rule 34. Postponement Deadline 9/22/23). M-23-238 Speakers: Serigne Mbaye Effie Richardson Chris Young MOVED By: Harris SECONDED BY: King https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=45548&doc_id=db1b4480-ffe0-11 ed-95dd-00505691 83fa 37/67 \f", - "page_number": 37, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "6/23/23, 5:38 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4554&doc_id=db1b4480-ffe0-11ed-95dd-0050569183fa ACTION: Adopt YEAS: Giarrusso, Harris, King, Moreno, Morrell - 5 NAYS: 0 ABSTAIN: 0 ABSENT: Green, Thomas - 2 RECUSED: 0 AND THE MOTION PASSED. CONSENT AGENDA COMMUNICATION - FROM ERIN SPEARS - CHIEF OF STAFF & COUNSEL, COUNCIL UTILITIES REGULATORY OFFICE Brief: Submitting the transmittal document for communications related to electric and gas utility matters to be received by the Council of the City of New Orleans at its meeting on May 25, 2023: Communications from Entergy New Orleans, LLC (\"ENO\") 1. New Orleans Power Station 2022 Emissions Inventory Certifications, UD-16-02 2. Ninth Annual Post-Miso-Integration-Monitoring Report, UD-11-01 Annotation: E", - "page_number": 38, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "LECTRONICALLY SUBMITTED. RECEIVED. Erin Spears, Chief of Staff, CURO Entergy - Courtney R. Nicholson - Emissions Inventory Certification UD-16-02 Entergy - Keith D. Wood - Post-MISO Integration Report - UD-11-01 Speaker: Michael Burnside COMMUNICATION \u2014 FROM PETER GARDNER Brief: Requesting to appeal the Historic District Landmarks Commission\u2019s decision of \u201cdenial\u201d of the application for demolition of more than 50% of the existing wall structure through raising a Contributing one-story, single-family residential building for property located at 720 Moss Street. Annotation: RECEIVED. (Hearing Date Set For 6/8/23). HDLC Appeal - Peter Gardner - 720 Moss Street https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=45548&doc_id=db1b4480-ffe0-11 ed-95dd-00505691 83fa 38/67 \f", - "page_number": 38, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "6/23/23, 5:38 PM 3. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4554&doc_id=db1b4480-ffe0-11ed-95dd-0050569183fa COMMUNICATION _- FROM APRIL HUANG, PERMIT INTAKE ANALYST, DEPARTMENT OF SAFETY AND PERMITS, CITY OF NEW ORLEANS Brief: Transmitting the application documents for a demolition permit requiring City Council review and approval for the following properties: * 2204-2206 Pauger Street, 23-10414 - DEMO (DEMO-RSF2) - Council District \"C\" Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. (Hearing Date Set For 6/8/23). April Huang - Demolition Request - 2204-2206 Pauger St. COMMUNICATION - FROM ZACHARY SMITH, OWNER \u201d\u00ae ZACK SMITH CONSULTING & DESIGN Brief: Requesting to appeal the Historic District Landmarks Commission's decision of \"denial\" for the retention of inappropriate wood balustrade at the front gallery of contributing two-story, two-family residential building for property located at 801 Belleville Street. ", - "page_number": 39, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": " Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. (Hearing Date Set for 6/8/23). HDLC Appeal - Zach Smith - 801 Belleville Street COMMUNICATION - FROM KEISHA CALDERON AND MORGAN PEELE, PROPERTY OWNERS Brief: Requesting to appeal the Historic District Landmarks Commission's decision of \"denial\" of the application for retention of the screened in porch and second-floor deck at the rear of building for property located at 1716-1722 S. Rampart Street. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. (Hearing Date Set for 6/8/23). HDLC Appeal - Keisha Calderon and Morgan Peele COMMUNICATION - FROM SUSAN JOHNSON, TOWN OF CARROLLTON WATCH, LLC Brief: Requesting to appeal the Historic District Landmarks Commission's decision of \"approval\" to grant Conceptual Approval for property located at 7417-7421 Burthe Street. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=45548&doc_id=db1b4480-ffe0-11 ed-95dd-00505691 83fa 39/67 \f", - "page_number": 39, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "6/23/23, 5:38 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4554&doc_id=db1b4480-ffe0-11ed-95dd-0050569183fa Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. (Hearing Date Set for 6/8/23). Susan Johnson 7. COMMUNICATION - FROM DICHELLE L. WILLIAMS, M.A., EXECUTIVE DIRECTOR, DEPARTMENT OF _HUMAN _ SERVICES JUVENILE _ JUSTICE INTERVENTION CENTER, CITY OF NEW ORLEANS Brief: Submitting a proposed agreement between the City of New Orleans and Children's Hospital, a completed contract Summary Form and the related Motion, pursuant to Rule 57. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED AND REFERRED TO THE GOVERNMENTAL AFFAIRS COMMITTEE. See Motion No. M-23-241. Contract - Dichelle L. Williams, M.A., Executive Director - Juvenile Justice Intervention Center E-Comment: Casey Giraud Davis 8. COMMUNICATION - FROM WILLIAM T. SALMERON, CHIEF OF NEW ORLEANS EMS, NEW ORLEANS EMERGENCY MEDICAL SERVICES, CITY OF NEW ORLEANS", - "page_number": 40, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": " Brief: Submitting a proposed agreement between the City of New Orleans and Interstate Electronic Systems, LLC, a completed contract Summary Form and the related Motion, pursuant to Rule 57. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED AND REFERRED TO THE GOVERNMENTAL AFFAIRS COMMITTEE. See Motion No. M-23-240. Contract - William T. Salmeron, Chief of NO EMS 9. COMMUNICATION - FROM TYRA JOHNSON BROWN, DIRECTOR HOUSING POLICY AND OFFICE OF COMMUNITY DEVELOPMENT, CITY OF NEW ORLEANS Brief: Submitting a proposed agreement between the City of New Orleans and Celeste Landing, L.L.C., three accessory documents to the Loan Agreement: Regulatory Agreement, Mortgage, and Subordination Agreement, a completed contract Summary Form and the related Motion, pursuant to Rule 57. Annotation: ELECTRONICALLY SUBMITTED. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=45548&doc_id=db1b4480-ffe0-11 ed-95dd-00505691 83fa 40/67 \f", - "page_number": 40, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "6/23/23, 5:38 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4554&doc_id=db1b4480-ffe0-11ed-95dd-0050569183fa RECEIVED AND REFERRED TO THE GOVERNMENTAL AFFAIRS COMMITTEE. See Motion No. M-23-239. Speakers: Michael Burnside E-Comment: Casey Giraud Davis 10. COMMUNICATION - FROM LATEEFAH E. HARRIS, DEPUTY CITY ATTORNEY, CODE ENFORCEMENT DIVISION, CITY OF NEW ORLEANS Brief: Submitting in compliance with City of New Orleans Code Section 2-1000, City of New Orleans Code Enforcement and Finance Departments information concerning the adoption of the proposed rules. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. 11. COMMUNICATION - FROM AMY B. TREPAGNIER, DIRECTOR OF PERSONNEL, CITY OF NEW ORLEANS, DEPARTMENT OF CIVIL SERVICE Brief: Submitting for Council approval an Amendment to the Classified Pay Plan (Police Retention Pay), Special Rate of Pay: Police Retention an", - "page_number": 41, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "d Recruitment, in accordance with Article X, Section 10 of the Constitution of Louisiana as adopted by the Civil Service Commission at its meetings of March 11, 2022, amended on November 17, 2022, March 3, 2023 and May 18, 2023. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED AND REFERRED TO THE BUDGET COMMITTEE. 12. COMMUNICATION - FROM AMY B. TREPAGNIER, DIRECTOR OF PERSONNEL, CITY OF NEW ORLEANS, DEPARTMENT OF CIVIL SERVICE Brief: Submitting for Council approval Amendments to the Classified Pay Plan (Office of Community Development) in accordance with Article X, Section 10 of the Constitution of Louisiana as adopted by the Civil Service Commission at its meeting of May 18, 2023, as outlined below: Hiring Rates (Code Enforcement Case Specialist Series) https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=45548&doc_id=db1b4480-ffe0-11 ed-95dd-00505691 83fa 41/67 \f", - "page_number": 41, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "6/23/23, 5:38 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4554&doc_id=db1b4480-ffe0-11ed-95dd-0050569183fa Hiring Rates (Code Enforcement Case Specialist Series) Class Code Class Title From: Annual To: Annual Grade/ Grade/ Step Step C5311 Code Enforcement Case 61/13 $36,119 61/27 $42,980 Specialist I C5312 Code Enforcement Case 64/13 $38,913 64/27 $46,306 Specialist I C5313 Code Enforcement Case 71/13 $46,306 71/21 $51,144 Specialist II C5314 Code Enforcement 78/13 $55,102 78/25 $63,960 Case Supervisor Annotation: ELECTRONICALLY SUBMITTED. RECEIVED AND REFERRED TO THE BUDGET COMMITTEE. 13. COMMUNICATION \u2014 FROM GINO R. GISONDO Brief: Supporting the rezoning and the City Planning Commission staff\u2019s recommendations to not include 525 Fourth Street and thanking the Council for considering the rezoning and following the City Plan", - "page_number": 42, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "ning Commission staff's recommendations to appropriately rezone 502-536 Second Street, 521-533 Third Street, and 2515-2517 Rousseau Street. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. Gino R. Gisondo 14. COMMUNICATION - FROM AMY B. TREPAGNIER, DIRECTOR OF PERSONNEL, CITY OF NEW ORLEANS, DEPARTMENT OF CIVIL SERVICE Brief: Submitting for Council approval an Amendment to the Classified Pay Plan (Property Management) in accordance with Article X, Section 10 of the Constitution of Louisiana as adopted by the Civil Service Commission at its meeting of May 18, 2023, as outlined below: New Classification: Class Code New Classification Grade \u2014_Grade/Step FLSA Status Hiring Rate C4040 Space Planner 79 79/31 Exempt $70,643 https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=45548&doc_id=db1b4480-ffe0-11 ed-95dd-00505691 83fa 42/67 \f", - "page_number": 42, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "6/23/23, 5:38 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4554&doc_id=db1b4480-ffe0-11ed-95dd-0050569183fa Annotation: ELECTRONICALLY SUBMITTED. RECEIVED AND REFERRED TO THE BUDGET COMMITTEE. 15. COMMUNICATION - FROM AMY B. TREPAGNIER, DIRECTOR OF PERSONNEL, CITY OF NEW ORLEANS, DEPARTMENT OF CIVIL SERVICE Brief: Submitting for Council approval Amendments to the Classified Pay Plan (Chief Administrative Office) in accordance with Article X, Section 10 of the Constitution of Louisiana as adopted by the Civil Service Commission at its meeting of May 18, 2023, as outlined below: New Classifications: Class Code Class Title From: Annual FLSA Status Grade/ Step C0220 Recruiting Special", - "page_number": 43, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "ist 78 78/23 Exempt $62,390 C0221 Recruiting Supervisor 86 86/21 Exempt $74,242 Annotation: ELECTRONICALLY SUBMITTED. RECEIVED AND REFERRED TO THE BUDGET COMMITTEE. Amy B. Trepagnier - New Classifications - Recruiting 16. REPORT - OF ANITA CURRAN, COUNCIL RESEARCH OFFICER, NEW ORLEANS CITY COUNCIL Brief: Transmitting a demolition report for the following property: * 2204-2206 Pauger Street - 23-10414 - DEMO Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. Anita Curran - Demolition Report 2204-06 Pauger 17. REPORT - OF THE EXECUTIVE DIRECTOR OF THE CITY PLANNING COMMISSION https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=45548&doc_id=db1b4480-ffe0-11 ed-95dd-00505691 83fa 43/67 \f", - "page_number": 43, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "6/23/23, 5:38 PM 18a. 18b. 18. 19. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4554&doc_id=db1b4480-ffe0-11ed-95dd-0050569183fa Brief: Transmitting Zoning Docket Numbers 66/22 - Cm. Harris, 12/23 - All Cms., 14/23 - All Cms., 19/23 - Cm. Harris, 27/23 - Cm. Giarrusso, 28/23 - Cm. Green, 30/23 - Cm. Harris, 31/23 - All Cms., 32/23 - Cm. King, 33/23 - Cm. King, 34/23 - Cm. Harris, and 35/23 - Cm. Green. Cn. Deadline 7/24/23. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. (Hearing Date Set For 6/8/23). CPC Transmittal MOTION TO ADOPT CONSENT AGENDA AND REFER OTHER MATTERS TO THE PROPER AGENCY. MOVED By: Morrell SECONDED BY: Moreno ACTION: Adopt YEAS: Giarrusso, Harris, King, Moreno, Morrell - 5 NAYS: 0 ABSTAIN: 0 ABSENT: Green, Thomas - 2 RECUSED: 0 AND THE MOTION PASSED. AND THE CONSENT AGENDA WAS ADOPTED. CAL. NO. 33,893 - BY: COUNCILMEMBER HARRIS Brief: An Ordinance to ordain Section 70-10 of the Code of the City of New Orleans to esta", - "page_number": 44, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "blish reporting requirements applicable to the Department of Finance, including both a statement to be issued alongside each payment the City of New Orleans provides to a security and improvement district, and an annual financial report to be transmitted to the City Council, and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. CONTINUED TO THE MEETING OF 6/8/23. 33893 CAL. NO. 34,124 - BY: COUNCILMEMBER MORENO Brief: An Ordinance to ordain Sections 114-400, 114-401, 114-402, 114-403, 114-404, 114-405, 114-406, 114-407, 114-408, 114-409, 114-410, 114-411, 114-412, 114-413, 114-414, 114-415, and 114-416 of the Code of the City of New Orleans to establish definitions, procedures, and rights relevant to the collective bargaining for employees of the City of New Orleans; and otherwise to provide with respect thereto. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=45548&doc_id=db1b4480-ffe0-11 ed-95dd-00505691 83fa 44/67 \f", - "page_number": 44, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "6/23/23, 5:38 PM 20. 26. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4554&doc_id=db1b4480-ffe0-11ed-95dd-0050569183fa Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/21/23). CONTINUED TO THE MEETING OF 6/8/23. 34124 Speaker: Michael Burnside CAL. NO. 34,143 - BY: COUNCILMEMBER GIARRUSSO Brief: An Ordinance to require augmentation of the contact information included on Roadwork.nola.gov (\u201cthe Roadwork website\u201d) which was designed to provide the public with information about the Federal Emergency Management Agency (FEMA) funded Joint Infrastructure Recovery Roads (JIRR) projects currently under construction and planned city wide; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 8/4/23). CONTINUED TO THE MEETING OF 6/8/23. 34143 Speaker: Michael Burnside CAL. NO. 34,178 - BY: COUNCILMEMBERS GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to authorize the Mayor of the City of New Orleans to enter into Amendment No. 3 to", - "page_number": 45, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": " a previously executed Cooperative Endeavor Agreement (\"CEA\") between the City of New Orleans (the \"City\") and the University of New Orleans (\"UNO\") to modify the provisions of and extend the term of said previously executed CEA from January 1, 2019 through June 30, 2024 relative to restoration of the City's infrastructure damaged as a result of Hurricane Katrina, including roads, the storm water drainage system, water distribution lines, sanitary sewer collection lines, and Americans with Disabilities Act (\"ADA\") compliant curb ramps, all in furtherance of the Joint Infrastructure Recovery Request (\"JIRR\") Program, as more fully set forth in Amendment No. 3 to the CEA form; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 9/8/23). 34178 - 29474 M.C.S. MOVED By: Green SECONDED BY: Giarrusso ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Morrell - 5 https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=45548&doc_id=db1b4480-ffe0-11 ed-95dd-00505691 83fa 45/67 \f", - "page_number": 45, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "6/23/23, 5:38 PM 30. 34. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4554&doc_id=db1b4480-ffe0-11ed-95dd-0050569183fa NAYS: 0 ABSTAIN: 0 ABSENT: Moreno, Thomas - 2 RECUSED: 0 AND THE MOTION PASSED. CAL. NO. 34,183 - BY: COUNCILMEMBER HARRIS (BY REQUEST) Brief: An Ordinance to authorize the Mayor of the City of New Orleans to enter into the First Amendment to a previously executed Cooperative Endeavor Agreement (\u201cCEA\u201d) between the City of New Orleans (the \u201cCity\u2019\u201d) and the National Alliance on Mental IIness (\u201cNAMI\u201d) New Orleans for thirteen (13) months to provide Law Enforcement Assisted Diversion (\u201cLEAD\u201d) program management services; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 9/8/23). 34183 - 29477 M.C.S. MOVED By: Harris SECONDED BY: _ King ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Morrell - 5 NAYS: 0 ABSTAIN: 0 ABSENT: Moreno, Thomas - 2 RECUSED: 0 AND THE MOTION PASSED. CAL. NO. 34,187 - BY: COUNCILMEMBER KING Brief: An Ordinance to ordain Section 166-22 of the Code of the City of ", - "page_number": 46, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "New Orleans to temporarily prohibit the prosecution of any violation(s) or prevention of the issuance or renewal of any permit; and to amend and reordain Sections 166-33, 166-83, 166-84, 166-121, and 166-123 of the Code of the City of New Orleans to provide that the Vieux Carr\u00e9 Commission (VCC) make rules and regulations in accordance with Chapter 2, Article XI of the Code, to permit the name of a business to be displayed on the door(s) used for patron ingress and egress as a permitted sign, to provide for the application and issuance of temporary signs to be erected in connection with a special event or celebration, to clarify that the building defects outlined in 166-121 are exclusive, to provide that VCC violation notices shall be specific, and to modify the procedure related to remediatory applications; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 9/8/23). CONTINUED TO THE MEETING OF 7/13/23. 34187 https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=45548&doc_id=db1b4480-ffe0-11 ed-95dd-00505691 83fa 46/67 \f", - "page_number": 46, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "6/23/23, 5:38 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4554&doc_id=db1b4480-ffe0-11ed-95dd-0050569183fa 35. CAL. NO. 34,188 - BY: COUNCILMEMBER KING Brief: An Ordinance to ordain section 10-107 of the Code of the City of New Orleans to establish a temporary alcoholic beverage permit; to amend and reordain section 10-132 to establish a procedure for the issuance of a temporary renewal permit pending appeal of denial of renewal application to alcoholic beverage control board; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 9/8/23). CONTINUED TO THE MEETING OF 7/13/23. 34188 38. MOTION (LYING OVER) - NO. M-23-164 - BY: COUNCILMEMBER MORRELL Brief: Stating that before any substantive filing is made in the United States District Court for the Eastern District of Louisiana, or, in any appellate court with jurisdiction over the Eastern District, for either Lashawn Jones v. Marlin Gusman or United State of America v. City of New Orleans, the Department of Law shall brief the Council on the City's position before the filing occurs. Annotation: (Council Rule 34. Postponement Deadline 8/18/23). (Cm. Giarrusso requested his name be added). CONTINUED TO THE MEETING OF 6/22/23. LO M-23-164 39. MOTION (LYING OVER) -", - "page_number": 47, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": " NO. M-23-189 - BY: COUNCILMEMBER GIARRUSSO Brief: Motion stating that Rule 15.A of the Council's Rules and Regulations is amended and restated to read as follows: Except as otherwise provided in this rule, any appointment to a board, commission, or public agency requiring Council approval shall be made by motion, which shall be referred automatically to the Governmental Affairs Committee for initial consideration before approval by the full Council. In accordance with City Code Section 2- 87.1, no appointment motion may be considered until a nominee has submitted a completed and notarized questionnaire on forms provided by the Council Research Office. No vote on a motion to approve a new appointee to any board, commission, or public agency may be taken by Council unless the outgoing board, commission, or public agency member is notified in writing of the termination of his or her appointment, and a copy of said notice is provided to the Council Research Office along with the other necessary documents for a new appointment. Annotation: (Council Rule 34. Postponement Deadline 9/8/23). (Referred to the Governmental Affairs Committee). CONTINUED TO THE MEETING OF 6/8/23. LO M-23-189 https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=45548&doc_id=db1b4480-ffe0-11 ed-95dd-00505691 83fa 47/67 \f", - "page_number": 47, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "6/23/23, 5:38 PM 40. 4l. Ala. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4554&doc_id=db1b4480-ffe0-11ed-95dd-0050569183fa MOTION (LYING OVER)- NO. M-23-190 - BY: COUNCILMEMBER GIARRUSSO Brief: Motion stating that Rule 35.B of the Council\u2019s Rules and Regulations is amended and restated to read as follows: Amendments cannot alter or nullify the original purpose of the motion, resolution, or ordinance; and all amendments must be germane to the instrument\u2019s original purpose. Amendments to a calendared ordinance by a non-sponsoring councilmember must be received by the sponsoring councilmember at least 48 hours in advance of the Council meeting at which the ordinance will be considered. Amendments to a motion by a non-sponsoring councilmember must be received by the sponsoring councilmember at least 48 hours in advance of the Council meeting at which the motion will be considered. Annotation: (Council Rule 34. Postponement Deadline 9/8/23). (Referred to the Governmental Affairs Committee). CONTINU", - "page_number": 48, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "ED TO THE MEETING OF 6/8/23. LO M-23-190 LEGISLATIVE GROUPING MOTION (LYING OVER) - NO. M-23-208 - BY: COUNCILMEMBERS MORRELL AND HARRIS Brief: Directing the City Planning Commission to conduct a public hearing to amend and reordain Ordinance No. 4264 M.C.S., amended by Ordinance No. 26,413 M.C.S., as amended, the Comprehensive Zoning Ordinance of the City of New Orleans, to amend Article 19 to establish a new Interim Zoning District to be named the Commercial Short-Term Rental Interim Zoning District (IZD), the intent of which is to prohibit Short-Term Rental, Commercial; Hotel/Motel; Timeshare; and Hostel as allowable uses within all areas of the City of New Orleans. These prohibitions shall apply citywide. Annotation: (Council Rule 34. Postponement Deadline 9/8/23). CONTINUED TO THE MEETING OF 6/8/23. LO M-23-208 Speaker: Jeff Grannan E-Comments: Amber Wallace Howell Rebecca Jostes https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=45548&doc_id=db1b4480-ffe0-11 ed-95dd-00505691 83fa 48/67 \f", - "page_number": 48, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "6/23/23, 5:38 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4554&doc_id=db1b4480-ffe0-11ed-95dd-0050569183fa 41b. AMENDMENT TO MOTION M-23-208 - BY: COUNCILMEMBERS MORRELL AND HARRIS Brief: 1. One page 2, delete the first recital paragraph, and insert the following in lieu thereof: WHEREAS, In neighborhoods across the City there is a noticeable uptick in commercial short term rental developments including, but not limited to, the conversion of apartment complexes from long-term housing to transient housing; and 2. On page 2, delete the first paragraph following the recitals, and insert the following in lieu thereof: BE IT MOVED BY THE COUNCIL OF THE CITY OF NEW ORLEANS, That the City Planning Commission is directed to conduct a public hearing to amend and reordain Ordinance No. 4264 M.C.S., amended by Ordinance No. 26,413 M.C.S., as amended, the Comprehensive Zoning Ordinance of the City of New Orleans, to amend Article 19 to establish a new Interim Zoning District to be named the Commercial Short-Term Rental Interim Zoning District (IZD), the intent of which is to prohibit Short-Term Rental, Commercial and Hostel as allowable uses within all areas of the ", - "page_number": 49, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "City of New Orleans, and to limit the development of Timeshares with the following considerations: * Instituting a cap of no more than one unit or 25% of total dwelling units on a lot or a single building constructed across lot lines, whichever is greater, to be permitted to be included in a Timeshare Plan within a Timeshare Building. * In the CBD-5 Urban Core Neighborhood Lower Intensity Mixed-Use District, a Timeshare Building shall only be permitted when the total number of dwelling units is at least ten and the Mandatory Inclusionary Zoning regulations of Article 28 are triggered and an Affordable Housing Unit is provided as required by law. This cap shall not apply to the VCE Vieux Carr\u00e9 Entertainment District, to structures which front on Canal Street between the Mississippi River and Rampart Street, the EC Educational Campus District, MC Medical Campus District, LS Life Science District, or the MI Maritime Industrial District Commercial and Recreational Subdistrict. 3. On page 3, delete the second paragraph in its entirety. Annotation: https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=45548&doc_id=db1b4480-ffe0-11 ed-95dd-00505691 83fa 49/67 \f", - "page_number": 49, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "6/23/23, 5:38 PM 42. 43. 44. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4554&doc_id=db1b4480-ffe0-11ed-95dd-0050569183fa (Council Rule 34. Postponement Deadline 9/22/23). CONTINUED TO THE MEETING OF 6/8/23. M-23-208 AMD MOTION \u2014 NO. M-23-214 \u2014-BY: COUNCILMEMBERS THOMAS AND GREEN Brief: Tabulating the votes cast in the Election held on Saturday, April 29, 2023 - MCKENDALL ESTATES NEIGHBORHOOD IMPROVEMENT DISTRICT PROPOSITION: VOTES FOR: 60 VOTES AGAINST: 39 TOTAL VOTES: 99 MAJORITY OF VOTES: FOR: 60 Annotation: (Council Rule 34. Postponement Deadline 9/22/23). M-23-214 MOVED By: Green SECONDED BY: _ King ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Thomas - 1 RECUS", - "page_number": 50, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "ED: 0 AND THE MOTION PASSED. MOTION \u2014 NO. M-23-215 \u2014 BY: COUNCILMEMBERS THOMAS AND GREEN Brief: Tabulating the votes cast in the Election held on Saturday, April 29, 2023 - LAKE CARMEL SUBDIVISION IMPROVEMENT DISTRICT PROPOSITION: VOTES FOR: 93 VOTES AGAINST: 77 TOTAL VOTES: 170 MAJORITY OF VOTES: FOR: 93 Annotation: (Council Rule 34. Postponement Deadline 9/22/23). M-23-215 MOVED By: Green SECONDED BY: Moreno ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Thomas - 1 RECUSED: 0 AND THE MOTION PASSED. MOTION \u2014 NO. M-23-216 \u2014 BY: COUNCILMEMBERS THOMAS AND GREEN https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=45548&doc_id=db1b4480-ffe0-11 ed-95dd-00505691 83fa 50/67 \f", - "page_number": 50, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "6/23/23, 5:38 PM 45. 56. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4554&doc_id=db1b4480-ffe0-11ed-95dd-0050569183fa Brief: Tabulating the votes cast in the Election held on Saturday, April 29, 2023 \u2014 TAMARON SUBDIVISION IMPROVEMENT DISTRICT PROPOSITION: VOTES FOR: 35 VOTES AGAINST: 16 TOTAL VOTES: 51 MAJORITY OF VOTES: FOR: 35 Annotation: (Council Rule 34. Postponement Deadline 9/22/23). M-23-216 MOVED By: Green SECONDED BY: _ King ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Thomas - 1 RECUSED: 0 AND THE MOTION PASSED. MOTION \u2014 NO. M-23-217 \u2014 BY: COUNCILMEMBERS THOMAS AND GREEN Brief: Tabulating the votes cast in the Election held on Saturday, April 29, 2023 - KINGSWOOD SUBDIVISION IMPROVEMENT DISTRICT PROPOSITION: VOTES FOR: 88 VOTES AGAINST: 55 TOTAL VOTES: 1", - "page_number": 51, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "43 MAJORITY OF VOTES: FOR: 88 Annotation: (Council Rule 34. Postponement Deadline 9/22/23). M-23-217 MOVED By: Green SECONDED BY: Moreno ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Thomas - 1 RECUSED: 0 AND THE MOTION PASSED. MOTION \u2014 NO. M-23-230 \u2014 BY: COUNCILMEMBER MORRELL Brief: Requesting and authorizing the President of the Council to sign a cooperative endeavor agreement with the Orleans Parish Sheriff\u2019s Office for the provision of security services for the City Council, for the period of January 1, 2023 through December 31, 2023, for a maximum compensation amount not to exceed $561,795.56. Annotation: (Council Rule 34. Postponement Deadline 9/22/23). https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=45548&doc_id=db1b4480-ffe0-11 ed-95dd-00505691 83fa 51/67 \f", - "page_number": 51, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "6/23/23, 5:38 PM 57. 61. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4554&doc_id=db1b4480-ffe0-11ed-95dd-0050569183fa M-23-230 MOVED By: Morrell SECONDED BY: Green ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Morrell - 5 NAYS: 0 ABSTAIN: 0 ABSENT: Moreno, Thomas - 2 RECUSED: 0 AND THE MOTION PASSED. MOTION \u2014 NO. M-23-231 \u2014 BY: COUNCILMEMBER GIARRUSSO Brief: Directing the City Planning Commission to conduct a public hearing to consider amending and re-ordaining Ordinance No. M.C.S. 4264, as amended by Ordinance No. 26,413 M.C.S., as amended, the Comprehensive Zoning Ordinance of the City of New Orleans, to consider amending the Permitted and Conditional Use Tables in Article 14, Suburban & Neighborhood Districts, Table 14-1 (S-LM designation) to disallow the following residential uses currently allowed in the S-LM District: Dwelling, Above the Ground Floor Dwelling, Townhouse Dwelling, Multi-Family Group Home,", - "page_number": 52, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": " Small Group Home, Large Permanent Supportive Housing; and Directing and granting the City Planning Commission staff the flexibility to make all appropriate changes relative to this request to ensure consistency and continuity and to make needed and/or appropriate adjustments deemed necessary stemming from the study and review of this request in the process of studying and reviewing the proposal amendment. Annotation: (Council Rule 34. Postponement Deadline 9/22/23). M-23-231 M-23-231 - Attachment Speakers: Charles Marsala Michael Burnside E-Comments: Thomas Long Sam Levin MOVED By: Giarrusso SECONDED BY: Green ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Morrell - 5 NAYS: 0 ABSTAIN: 0 ABSENT: Moreno, Thomas - 2 RECUSED: 0 AND THE MOTION PASSED. RESOLUTION \u2014 NO. R-23-244 \u2014 BY: COUNCILMEMBER HARRIS https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=45548&doc_id=db1b4480-ffe0-11 ed-95dd-00505691 83fa 52/67 \f", - "page_number": 52, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "6/23/23, 5:38 PM 62. 63. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4554&doc_id=db1b4480-ffe0-11ed-95dd-0050569183fa Brief: Declaring June as Eat Local Month and supporting the Eat Local movement, encouraging all residents and businesses to support local farmers, fishers, food producers, farmers markets, restaurants and other food businesses year-round. Annotation: (Council Rule 34. Postponement Deadline 9/22/23). (Referred to the Quality of Life Committee). CONTINUED TO THE MEETING OF 6/8/23. R-23-244 E-Comment: Devin Wright RESOLUTION - NO. R-23-245 - BY: COUNCILMEMBER GIARRUSSO_ (BY REQUEST) Brief: Requesting the below listed organization receive grant funds and the amount to be awarded: HandsOn NOLA $500,000 Annotation: (Council Rule 34. Postponemen", - "page_number": 53, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "t Deadline 9/22/23). R-23-245 MOVED By: Giarrusso SECONDED BY: Harris ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Morrell - 5 NAYS: 0 ABSTAIN: 0 ABSENT: Moreno, Thomas - 2 RECUSED: 0 AND THE MOTION PASSED. MOTION \u2014 NO. M-23-247\u2014 BY: COUNCILMEMBER HARRIS Brief: Directing the City Planning Commission to pursue a new study regarding the impacts and recommended updated regulations for Commercial Short Term Rentals (CSTR) as well as all transient lodging uses, including but not limited to hotel/motel, timeshare, hostel, and bed and breakfast. Annotation: (Council Rule 34. Postponement Deadline 9/22/23). M-23-247 Speakers: Michael Burnside https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=45548&doc_id=db1b4480-ffe0-11 ed-95dd-00505691 83fa 53/67 \f", - "page_number": 53, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "6/23/23, 5:38 PM 64. 66. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4554&doc_id=db1b4480-ffe0-11ed-95dd-0050569183fa Maxwell Ciardullo E-Comment: Elisa Mumoz MOVED By: Harris SECONDED BY: Giarrusso ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Morrell - 5 NAYS: 0 ABSTAIN: 0 ABSENT: Moreno, Thomas - 2 RECUSED: 0 AND THE MOTION PASSED. MOTION - NO. M-23-252 - BY: COUNCILMEMBERS GIARRUSSO, KING AND THOMAS (BY REQUEST) Brief: Amending Motion M-23-45 by deleting the first \"BE IT FURTHER MOVED\" paragraph and insert in lieu thereof the following paragraph: \"BE IT FURTHER MOVED, That the CAO is hereby authorized through February 13, 2024, to secure informal bids for the emergency procurement of", - "page_number": 54, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": " vehicles and heavy equipment and associated upfitting, at a total cost not to exceed $95,000,000.\" Annotation: (Council Rule 34. Postponement Deadline 9/22/23). M-23-252 Speakers: Michael Burnside Tilman Hardy MOVED By: Giarrusso SECONDED BY: _ King ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Morrell - 5 NAYS: 0 ABSTAIN: 0 ABSENT: Moreno, Thomas - 2 RECUSED: 0 AND THE MOTION PASSED. ORDINANCES ON FIRST READING MOVED By: SECONDED BY: ACTION: YEAS: NAYS: ABSTAIN: ABSENT: Giarrusso Green Suspend the Rules Giarrusso, Green, Harris, King, Morrell - 5 0 0 Moreno, Thomas - 2 https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=45548&doc_id=db1b4480-ffe0-11 ed-95dd-00505691 83fa 54/67 \f", - "page_number": 54, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "6/23/23, 5:38 PM 66a. 66b. 66c. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4554&doc_id=db1b4480-ffe0-11ed-95dd-0050569183fa RECUSED: 0 AND THE MOTION PASSED. CAL. NO. 34,190 - BY: COUNCILMEMBER KING Brief: An Ordinance to effect a zoning change from an HMR-2 Historic Marigny/Trem\u00e9/Bywater Residential District to an HMC-2 Historic Marigny/Trem\u00e9/Bywater Commercial District, located on the rear portions of existing Lots A or 14, 15, and 470-A or 16 (which are to be subdivided into the rear portion of proposed Lot B) in Square 623 & 624, the Third Municipal District and bounded by Saint Bernard Avenue, North Robertson Street, Annette Street, and North Villere Street (Municipal Addresses: 1646, 1650 and 1654 North Robertson Street); and otherwise to provide with respect thereto. (Zoning Docket NO. 26/23) Annotation: ELECTRONICALLY SUBMITTED. (90 Days, Cn. Deadline 8/23/23). (Cn. Deadline 8/10/23). 34190 NO. 34,191 - BY: COUNCILMEMBER THOMAS (BY REQUEST) Brief: An Ordinance to authorize the Mayor of the City of New Orleans to enter into Amendment No. 1 (\u2018Amendment\u2019) to amend the Cooperative Endeavor Agreement (\u201cAgreement\u201d) between the City of New Orleans (the \u201cCity\u201d) and Children\u2019s Bureau of New Orleans (the \u201cContractor", - "page_number": 55, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "\u2019\u2019) relative to the Contractor providing mental health services to youth, in order to extend the Agreement for an additional one (1) year; to increase the maximum aggregate amount of compensation; to amend the rate of compensation; and to add, modify, or reaffirm certain terms and conditions, as more fully set forth in the Amendment attached hereto as Exhibit \u201c1\u201d and incorporated and made a part hereof; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 9/22/23). 34191 CAL. NO. 34,192 - BY: COUNCILMEMBER HARRIS Brief: An Ordinance to establish a conditional use to permit alcohol beverage sales in an existing standard restaurant in an HU-B1 Historic Urban Neighborhood Business District and the Magazine Street Use Restriction Overlay District, on Square 209, Lot 4, in the Sixth Municipal District, bounded by Magazine Street, General Taylor Street, Peniston Street, and Constance Street (Municipal Addresses: 3814-3816 Magazine Street); and otherwise to provide with respect thereto. (Zoning Docket NO. 29/23) Annotation: ELECTRONICALLY SUBMITTED. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=45548&doc_id=db1b4480-ffe0-11 ed-95dd-00505691 83fa 55/67 \f", - "page_number": 55, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "6/23/23, 5:38 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4554&doc_id=db1b4480-ffe0-11ed-95dd-0050569183fa (90 Days, Cn. Deadline 8/23/23). (Cn. Deadline 8/10/23). 34192 66d. CAL. NO. 34,193 - BY: COUNCILMEMBERGREEN Brief: An Ordinanceto temporarily waive certain fees, permit fees, and requirementswithin and around A.P. Tureaud Civil Rights Memorial Park, located at 1800 A.P. Tureaud Avenue, NewOrleans,LA70116,inconjunctionwith The Plessy & Ferguson Foundation, Inc., and Plessy Day 2023 on June 10, 2023 at 10 am. \u2014 2 p.m.,to specifythe duration and boundaries ofsaidwaiver;andtoprovide otherwisewithrespectthereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 9/22/23). 34193 66e. CAL. NO. 34,194 - BY: COUNCILMEMBERGREEN Brief: An Ordinance to temporarily waive certain fees, permit fees, and requirementswithin and around NORD Lafite Greenway located at the Lafitte ", - "page_number": 56, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "Street side of the Greenway between North Prier Street and North Galvez, NewOrleans,LA70119,inconjunctionwith The Unity Social Aid and Pleasure Club Coalition and The First Annual Unity and Resource Picnic on June 11, 2023 at 10 am. -\u2014 7 p.m.,to specifythe duration and _ boundaries ofsaidwaiver;andtoprovide otherwisewithrespectthereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 9/22/23). 34194 66f. CAL. NO. 34,195 - BY: COUNCILMEMBER MORRELL Brief: An Ordinance to amend and reordain Ordinance No. 29239 MCS (Cal. No. 33,898) to provide an effective date of such ordinance; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 9/22/23). 34195 66g. CAL. NO. 34,196 - BY: COUNCILMEMBER KING https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=45548&doc_id=db1b4480-ffe0-11 ed-95dd-00505691 83fa 56/67 \f", - "page_number": 56, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "6/23/23, 5:38 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4554&doc_id=db1b4480-ffe0-11ed-95dd-0050569183fa Brief: An Ordinance to provide for the designation of public property within designated areas of the City of New Orleans (\u201cCity\u201d) as a temporary \u201cClean Zone\u201d during the time period beginning at 6:00 a.m., Monday, June 26, 2023 and continuing through and until midnight on Monday, July 3, 2023, relative to the use of these areas in conjunction with the 2023 Essence Festival (\u2018Festival\u2019) and related activities to provide for the temporary prohibition of certain permits in the Clean Zone area; to provide for the temporary prohibition of the transaction of certain business and/or commercial activity within the Clean Zone area; to provide for the imposition of fines and penalties for violations of this ordinance; to establish the Clean Zone as the area bounded by Earhart Boulevard to Calliope Street, Religious Street to Orange Street proceeding across the Mississippi River along the West Bank Levee, continuing across the Mississippi River to Elysian Fields Avenue, North Claiborne Avenue to Tulane Avenue, North Broad to Earhart Boulevard thereto, and the Mississippi River (West Bank Levee of Orleans Parish at the Parish line), excluding the Louisiana Superdome property, the New Orleans Smoothie King Arena property, and the Ernest N. Morial Convention Center property; to provide a sunset period for applicabi", - "page_number": 57, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "lity; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 9/22/23). 34196 66h. CAL. NO. 34,197 - BY: COUNCILMEMBER HARRIS Brief: An Ordinanceto direct the Department of City Civil Service, in accordance with Section 4- 1503 of the Home Rule Charter, to evaluate and provide recommendations to the Civil Service Commission and the City Council relative to amending Rule VIII to establish a bonus annual leave day for NOPD commissioned officers who meet certain fitness standards on a yearly basis; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 9/22/23). 34197 661. CAL. NO. 34,198 - BY: COUNCILMEMBER MORRELL Brief: An Ordinance to amend and reordain Section 26-15 of the Code of the City of New Orleans, relative to the City of New Orleans\u2019 amendments to the adopted International Building Code, 2015 Edition; to amend therein the Stormwater Code of the City of New Orleans, which includes permitting and submittal requirements, removal of bonding requirements, fees, plan review, and various standards relative thereto; and otherwise provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 9/22/23). 34198 https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=45548&doc_id=db1b4480-ffe0-11 ed-95dd-00505691 83fa 57/67 \f", - "page_number": 57, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "6/23/23, 5:38 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4554&doc_id=db1b4480-ffe0-11ed-95dd-0050569183fa 66). CAL. NO. 34,199 - BY: COUNCILMEMBER MORRELL Brief: An Ordinance to establish section 26-551 of the Code of the City of New Orleans relative to ownership of hotels and motels for licensing; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 9/22/23). 34199 66k. CAL. NO. 34,200 - BY: COUNCILMEMBER THOMAS (BY REQUEST) Brief: An Ordinance to authorize the Mayor of the City of New Orleans to enter into Amendment No. | to a previously executed Cooperative Endeavor Agreement (\u201cCEA\u201d) between the City of New Orleans (the \u201cCity\u201d) and Healing Minds Nola, relative to the public purpose of supporting the New Orleans Assisted Outpatient Treatment (\u201c\u201cAOT\u201d) program\u2019s ability to coordinate physicians to conduct mental health evaluations for prospective AOT participants, in compliance with the Louisiana Revised Statutes \u00a7\u00a7 28:66 et seq., to compensate physicians for same by operating the AOT programs through the Orleans Civil District Court, and to connect people in need of mental health treatment with appropriate resources through case management and court supervision; to modify the provisions thereof; and extend the term thereof for one (1", - "page_number": 58, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": ") additional year, as more fully set forth in the Amendment No. | the form of which is attached hereto as Exhibit \u201c1\u201d and made a part hereof; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 9/22/23). 34200 661. CAL. NO. 34,201 - BY: COUNCILMEMBER HARRIS (BY REQUEST) Brief: An Ordinanceto authorize the Mayor of the City of New Orleans to enter into Amendment No. 2 to a previously executed Cooperative Endeavor Agreement between the City of New Orleans (the \u201cCity\u201d) and the New Orleans Redevelopment Authority (\u201cNORA\u201d), relative to the Drainage Pump Station 01 Watershed Drainage and Green Infrastructure Project for Broadmoor, Central City, Garden District, Lower Garden District, Irish Channel, St. Thomas Development, Touro, East Riverside, and Milan neighborhoods to extend the term of said Cooperative Endeavor Agreement for an additional four years, as more fully set forth in Amendment No. 2 to the Cooperative Endeavor Agreement, the form of which is attached hereto and made a part hereof; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 9/22/23). 34201 https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=45548&doc_id=db1b4480-ffe0-11 ed-95dd-00505691 83fa 58/67 \f", - "page_number": 58, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "6/23/23, 5:38 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4554&doc_id=db1b4480-ffe0-11ed-95dd-0050569183fa 66m. CAL. NO. 34,202 - BY: COUNCILMEMBER THOMAS (BY REQUEST) Brief: An Ordinance authorizing the Mayor of the City of New Orleans to enter into a Cooperative Endeavor Agreement (\u201cCEA\u201d) between the City of New Orleans (the \u201cCity\u201d) and University Medical Center Management Corporation (\u201cContractor\u2019\u2019), for a term greater than one year, for the public purpose of reducing community violence, as more fully detailed in the CEA form attached hereto as Exhibit \u201cA\u201d; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 9/22/23). 34202 66n. CAL. NO. 34,203 - BY: COUNCILMEMBERSGIARRUSSO, MORENO, GREEN AND THOMAS (BYREQUEST) Brief: An Ordinance to amend Ordinance No. 29265 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Revenues for the City of New Orleans for the Year 2023\u201d, to appropriate grant fu", - "page_number": 59, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "nds awarded by the State of Louisiana to the Office of Homeland Security for the Urban Area Security Initiative; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 9/22/23). 34203 660. CAL. NO. 34,204 - BY: COUNCILMEMBERSGIARRUSSO, MORENO, GREEN AND THOMAS (BYREQUEST) Brief: An Ordinanceto amend Ordinance No. 29266 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023\u201d, to appropriate grant funds awarded by the State of Louisiana to the Office of Homeland Security for the Urban Area Security Initiative; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 9/22/23). 34204 66p. CAL. NO. 34,205 - BY: COUNCILMEMBERSGIARRUSSO, MORENO, GREEN AND THOMAS (BYREQUEST) https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=45548&doc_id=db1b4480-ffe0-11 ed-95dd-00505691 83fa 59/67 \f", - "page_number": 59, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "6/23/23, 5:38 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4554&doc_id=db1b4480-ffe0-11ed-95dd-0050569183fa Brief: An Ordinanceto amend Ordinance No. 29265 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Revenues for the City of New Orleans for the Year 2023\u201d, to appropriate grants funds to the Office of Homeland Security for the State Homeland Security Program to purchase equipment and supplies; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 9/22/23). 34205 66q. CAL. NO. 34,206 - BY: COUNCILMEMBERSGIARRUSSO, MORENO, GREEN AND THOMAS (BYREQUEST) Brief: An Ordinanceto amend Ordinance No. 29266 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023\u201d, to appropriate grant funds to the Office of Homeland Security for the State Homeland Security Program to purchase equipment and supplies; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Co", - "page_number": 60, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "uncil Rule 34. Postponement Deadline 9/22/23). 34206 66r. CAL. NO. 34,207 - BY: COUNCILMEMBERSGIARRUSSO, MORENO, GREEN AND THOMAS (BYREQUEST) Brief: An Ordinance to amend Ordinance No. 29265 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Revenues for the City of New Orleans for the Year 2023\u201d, to appropriate unspent grant funds awarded by the State of Louisiana to the Department of Homeland Security to purchase equipment and supplies; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 9/22/23). 34207 66s. CAL. NO. 34,208 - BY: COUNCILMEMBERSGIARRUSSO, MORENO, GREEN AND THOMAS (BYREQUEST) Brief: An Ordinanceto amend Ordinance No. 29266 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023\u201d, to appropriate unspent grant funds awarded by the State of Louisiana to the https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=45548&doc_id=db1b4480-ffe0-11 ed-95dd-00505691 83fa 60/67 \f", - "page_number": 60, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "6/23/23, 5:38 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4554&doc_id=db1b4480-ffe0-11ed-95dd-0050569183fa Department of Homeland Security to purchase equipment and supplies; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 9/22/23). 34208 66t. CAL. NO. 34,209 - BY: COUNCILMEMBERSGIARRUSSO, MORENO, GREEN AND THOMAS (BYREQUEST) Brief: An Ordinance to amend Ordinance No. 29265 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Revenues for the City of New Orleans for the Year 2023\u201d, to appropriate grant funds to the Department of Homeland Security for the Emergency Management Performance Grant (EMPG) Program to purchase equipment and supplies; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 9/22/23). 34209 66u. CAL. NO. 34,210 - BY: COUNCILMEMBERSGIARRUSSO, MORENO, GREEN AND THOMAS (BYREQUEST) Brief: An Ordinanceto amend Ordinance No. 29266 M.C.S., as amended,", - "page_number": 61, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": " entitled \u201cAn Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023\u201d, to appropriate grant funds to the Department of Homeland Security for the Emergency Management Performance Grant (EMPG) Program to purchase equipment and supplies; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 9/22/23). 34210 66v. CAL. NO. 34,211 - BY: COUNCILMEMBERSGIARRUSSO, MORENO, GREEN AND THOMAS (BYREQUEST) Brief: An Ordinanceto amend Ordinance No. 29265 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Revenues for the City of New Orleans for the Year 2023\u201d, to appropriate grant funds awarded by FEMA to the Chief Administrative Office to cover the eligible clearance testing costs at New Orleans Facilities during the aftermath of Hurricane Katrina; and otherwise to provide with respect thereto. Annotation: https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=45548&doc_id=db1b4480-ffe0-11 ed-95dd-00505691 83fa 61/67 \f", - "page_number": 61, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "6/23/23, 5:38 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4554&doc_id=db1b4480-ffe0-11ed-95dd-0050569183fa ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 9/22/23). 34211 66w. CAL. NO. 34,212 - BY: COUNCILMEMBERSGIARRUSSO, MORENO, GREEN AND THOMAS (BYREQUEST) Brief: An Ordinanceto amend Ordinance No. 29266 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023\u201d, to appropriate grant funds awarded by FEMA to the Chief Administrative Office to cover the eligible clearance testing costs at New Orleans Facilities during the aftermath of Hurricane Katrina; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 9/22/23). 34212 66x. CAL. NO. 34,213 - BY: COUNCILMEMBERSGIARRUSSO, MORENO, GREEN AND THOMAS (BYREQUEST) Brief: An Ordinanceto amend Ordinance No. 29265 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget", - "page_number": 62, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": " of Revenues for the City of New Orleans for the Year 2023\u201d, to appropriate grant funds awarded by FEMA to the Chief Administrative Office for debris removal cost during the aftermath of Hurricane Ida; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 9/22/23). 34213 66y. CAL. NO. 34,214 - BY: COUNCILMEMBERSGIARRUSSO, MORENO, GREEN AND THOMAS (BYREQUEST) Brief: An Ordinance to amend Ordinance No. 29266 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023\u201d, to appropriate grant funds awarded by FEMA to the Chief Administrative Office for debris removal cost during the aftermath of Hurricane Ida; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 9/22/23). 34214 https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=45548&doc_id=db1b4480-ffe0-11 ed-95dd-00505691 83fa 62/67 \f", - "page_number": 62, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "6/23/23, 5:38 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4554&doc_id=db1b4480-ffe0-11ed-95dd-0050569183fa 66z. CAL. NO. 34,215 \u2014 BY: COUNCILMEMBERSGIARRUSSO, MORENO, GREEN AND THOMAS (BYREQUEST) Brief: An Ordinanceto amend Ordinance No. 29265 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Revenues for the City of New Orleans for the Year 2023\u201d, to appropriate grant funds awarded by FEMA to the Chief Administrative Office for debris removal costs incurred during the aftermath of Hurricane Ida; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 9/22/23). 34215 66.aa CAL. NO. 34,216 - BY: COUNCILMEMBERSGIARRUSSO, MORENO, GREEN AND THOMAS (BYREQUEST) Brief: An Ordinance to amend Ordinance No. 29266 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023\u201d, to appropriate grant fun", - "page_number": 63, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "ds awarded by FEMA to the Chief Administrative Office for debris removal costs incurred during the aftermath of Hurricane Ida; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 9/22/23). 34216 66.bb CAL. NO. 34,217 - BY: COUNCILMEMBERSGIARRUSSO, MORENO, GREEN AND THOMAS (BYREQUEST) Brief: An Ordinanceto amend Ordinance No. 29265 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Revenues for the City of New Orleans for the Year 2023\u201d, to appropriate unspent ACT 119 funds to the New Orleans Recreation Development Commission; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 9/22/23). 34217 66.cc CAL. NO. 34,218 - BY: COUNCILMEMBERSGIARRUSSO, MORENO, GREEN AND THOMAS (BYREQUEST) https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=45548&doc_id=db1b4480-ffe0-11 ed-95dd-00505691 83fa 63/67 \f", - "page_number": 63, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "6/23/23, 5:38 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4554&doc_id=db1b4480-ffe0-11ed-95dd-0050569183fa Brief: An Ordinance to amend Ordinance No. 29266 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023\u201d, to appropriate unspent ACT 119 funds to the New Orleans Recreation Development Commission; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 9/22/23). 34218 66.dd CAL. NO. 34,219 - BY: COUNCILMEMBERSGIARRUSSO, MORENO, GREEN AND THOMAS (BYREQUEST) Brief: An Ordinanceto amend Ordinance No. 29265 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Revenues for the City of New Orleans for the Year 2023\u201d, to appropriate grant funds to the Department of Health for Emergency Medical Services to hire and train coordinators, purchase Naloxone kits and to develop informational and educational materials on substance, overdose and prevention; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITT", - "page_number": 64, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "ED. (Council Rule 34. Postponement Deadline 9/22/23). 34219 66.ce CAL. NO. 34,220 - BY: COUNCILMEMBERSGIARRUSSO, MORENO, GREEN AND THOMAS (BYREQUEST) Brief: An Ordinance to amend Ordinance No. 29266 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023\u201d, to appropriate grant funds to the Department of Health for Emergency Medical Services to hire and train coordinators with Odyssey House, purchase Naloxone kits and to develop informational and educational materials on substance, overdose and prevention; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 9/22/23). 34220 66.ff CAL. NO. 34,221 - BY: COUNCILMEMBERSGIARRUSSO, MORENO, GREEN AND THOMAS (BYREQUEST) Brief: An Ordinanceto amend Ordinance No. 29265 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Revenues for the City of New Orleans for the Year 2023\u201d, https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=45548&doc_id=db1b4480-ffe0-11 ed-95dd-00505691 83fa 64/67 \f", - "page_number": 64, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "6/23/23, 5:38 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4554&doc_id=db1b4480-ffe0-11ed-95dd-0050569183fa to appropriate additional funds to the Office of Police Secondary Employment due to the increase of Reserve Officers needed during Mardi Gras 2023; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 9/22/23). 34221 66.gg CAL. NO. 34,222 - BY: COUNCILMEMBERSGIARRUSSO, MORENO, GREEN AND THOMAS (BYREQUEST)gg Brief: An Ordinance to amend Ordinance No. 29266 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023\u201d, to appropriate additional funds to the Office of Police Secondary Employment due to the increase of Reserve Officers needed during Mardi Gras 2023; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 9/22/23). 34222 66hh. CAL. NO. 34,223 - BY: COUNCILMEMBERSGIARRUSSO, MORENO, GREEN AND THOMAS (BYREQUES", - "page_number": 65, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "T) Brief: An Ordinanceto amend Ordinance No. 29265 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Revenues for the City of New Orleans for the Year 2023\u201d, to appropriate funds to the Office of the Mayor for Emergency and Recovery to reimburse various departments for Hurricane Ida related expenses; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 9/22/23). 34223 66.11 CAL. NO. 34,224 - BY: COUNCILMEMBERSGIARRUSSO, MORENO, GREEN AND THOMAS (BYREQUEST) Brief: An Ordinanceto amend Ordinance No. 29266 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023\u201d, to appropriate funds to the Office of the Mayor for Emergency Response and Recovery to reimburse various departments for Hurricane Ida related expenses; and otherwise to provide with respect thereto. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=45548&doc_id=db1b4480-ffe0-11 ed-95dd-00505691 83fa 65/67 \f", - "page_number": 65, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "6/23/23, 5:38 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4554&doc_id=db1b4480-ffe0-11ed-95dd-0050569183fa Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 9/22/23). 34224 66.j) CAL. NO. 34,225 - BY: COUNCILMEMBERSGIARRUSSO, MORENO, GREEN AND THOMAS (BYREQUEST) Brief: An Ordinanceto amend Ordinance No. 29265 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Revenues for the City of New Orleans for the Year 2023\u201d, to appropriate grant funds awarded by the Louisiana Workforce Commission to the Office of Workforce Development to enroll and train clients for the Lineman Program; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 9/22/23). 34225 66.kk CAL. NO. 34,226 - BY: COUNCILMEMBERSGIARRUSSO, MORENO, GREEN AND THOMAS (BYREQUEST) Brief: An Ordinanceto amend Ordinance No. 29266 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans ", - "page_number": 66, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "for the Year 2023\u201d, to appropriate grant funds awarded by the Louisiana Workforce Commission to the Office of Workforce Development to enroll and train clients for the Lineman Program; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 9/22/23). 34226 66.11 CAL. NO. 34,227 - BY: COUNCILMEMBERSGIARRUSSO, MORENO, GREEN AND THOMAS (BYREQUEST) Brief: An Ordinanceto amend Ordinance No. 29265 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Revenues for the City of New Orleans for the Year 2023\u201d, to appropriate grant funds awarded by FEMA to the Chief Administrative Office for removal and replacement costs of servers and twenty (20) security cameras during the aftermath of Hurricane Ida; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 9/22/23). https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=45548&doc_id=db1b4480-ffe0-11 ed-95dd-00505691 83fa 66/67 \f", - "page_number": 66, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": "6/23/23, 5:38 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4554&doc_id=db1b4480-ffe0-11ed-95dd-0050569183fa 34227 66.mm CAL. NO. 34,228 - BY: COUNCILMEMBERSGIARRUSSO, MORENO, GREEN AND THOMAS (BYREQUEST) Brief: An Ordinance to amend Ordinance No. 29266 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023\u201d, to appropriate grant funds awarded by FEMA to the Chief Administrative Office for removal and replacement costs of servers and twenty (20) security cameras during the aftermath of Hurricane Ida; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 9/22/23). 34228 66.nn CAL. NO. 34,229 - BY: COUNCILMEMBER KING Brief: An Ordinance to temporarily waive", - "page_number": 67, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 5-25-2023.pdf", - "page_content": " certain fees, permit fees, and requirements within and around Morris FX Jeff Sr. Park located at 1320 General De Gaulle Drive, New Orleans, Louisiana in conjunction with the Space Walk & Splash Pads event from Friday, June 9, 2023 at 5:00 p.m. to Saturday, June 10, 2023 at 8:00 p.m., to specify the duration and boundaries of said waiver; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 9/22/23). 34229 67. MEETING ADJOURNED @ 3:30 P.M. MOVED By: King SECONDED BY: Giarrusso ACTION: Adjourn YEAS: Giarrusso, Green, Harris, King, Moreno - 5 NAYS: 0 ABSTAIN: 0 ABSENT: Morrell, Thomas - 2 RECUSED: 0 AND THE MOTION PASSED. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=45548&doc_id=db1b4480-ffe0-11 ed-95dd-00505691 83fa 67/67 \f", - "page_number": 67, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 6-22-2023.pdf", - "page_content": "8/5/23, 1:56 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-00505691 83fa THE COUNCIL City of New Orleans HELENA MORENO JP MORRELL Councilmember-At-Large Councilmember-At-Large JOSEPH I. LESLI D. FREDDIE EUGENE J. OLIVER M. GIARRUSSO HARRIS KING III GREEN, JR. THOMAS, JR. Wi Councilmember Councilmember Councilmember Councilmember Councilmember District B District C District D District E District A MINUTES Regular City Council Meeting held in City Hall Council Chamber on Thursday, June 22, 2023 at 1", - "page_number": 1, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 6-22-2023.pdf", - "page_content": "0:00 A.M. PRESIDENT VICE PRESIDENT JP MORRELL HELENA MORENO Councilmember-At-Large Councilmember-At-Large 1. ROLL CALL - LORA W. JOHNSON, CLERK OF COUNCIL On calling the roll, the following members answered to their names: PRESENT: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 ABSENT: 0 SEVEN MEMBERS PRESENT, CONSTITUTING A QUORUM. 2. INVOCATION \u2014 RABBI DAVID GERBER, CONGREGATION GATES OF PRAYER Invocation https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-1 4f8-11ee-aabb-0050569183fa 1/53 \f", - "page_number": 1, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 6-22-2023.pdf", - "page_content": "8/5/23, 1:56 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-00505691 83fa 3. PLEDGE OF ALLEGIANCE \u2014 JOSEPH I. GIARRUSSO UI, COUNCILMEMBER DISTRICT \u201cA\u201d 4. NATIONAL ANTHEM 5. PUBLIC E-COMMENT FORMS, RULES AND INFORMATION ARE AVAILABLE AT https://council.nola.gov/home/ ENew Orleans City Council-Regular Meeting, May 11, 2023E-Public Comment Form(1-32) SPECIAL ORDERS OF BUSINESS OOBs 1. FIRST ORDER OF BUSINESS \u2014 PRESENTATION \u2014 SHE\u2019S GOT TIME SUMMIT - SWIN CASH VICE PRESIDENT _OF_ _ BASKETBALL _ OPERATIONS/TEAM DEVELOPMENT, NEW ORLEANS PELICANS, KENEISHA SIMMONS, SENIOR COORDINATOR OF BUSINESS DEVELOPMENT, SHE\u2019S GOT TIME, SHANEIKA DABNEY-HENDERSON,_ VICE PRESIDENT OF PRODUCTION, NEW ORLEANS SAINTS AND NEW ORLEANS PELICANS Brief: Organizational representatives will present on the She's Got Time annual summit whose mission is to e", - "page_number": 2, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 6-22-2023.pdf", - "page_content": "levate, highlight, and empower a community of women in sports to gain new tools and expanded networks that support their ability to rise above in their everyday life. Annotation: ELECTRONICALLY SUBMITTED. (Cm. Moreno). APPEARED. 2. SECOND ORDER OF BUSINESS \u2014 PRESENTATION \u2014 NEW ORLEANS DRAG QUEENS \u2014 DEBBIE WITH A D, ALEXA MILANO AND VANESSA CARR KENNEDY Brief: Recognizing the important role of local drag during Pride Month and year round. Annotation: ELECTRONICALLY SUBMITTED. (Cm. Harris). APPEARED. 3. THIRD ORDER OF BUSINESS \u2014 PRESENTATION \u2014 DR. DESHANDA FIRMIN, PHARMD, JD Brief: Honoring Deshanda Firmin, PharmD, JD, for her astounding accomplishments and as an ambassador for the River Parishes as a result of her dedication to working across boundary https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-1 4f8-11ee-aabb-0050569183fa 2/53 \f", - "page_number": 2, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 6-22-2023.pdf", - "page_content": "8/5/23, 1:56 PM 36. 40. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-00505691 83fa lines and promoting cross regional partnerships. Annotation: ELECTRONICALLY SUBMITTED. (Cm. Thomas). APPEARED. RESOLUTION (LYING OVER) - NO. R-23-207 - BY: COUNCILMEMBERS HARRIS, MORRELL, MORENO, KING, GREEN AND THOMAS Brief: Urging the Louisiana Governor's Office and U.S. EPA to immediately exercise oversight authority and compel the LDEQ to reinstate the Irish Channel Air Monitoring Site and to suspend BWC Harvey's air permit and institute a permit review process that provides for public input and accounts for noxious emissions from BWC Harvey's entire operations, including those at the recently-purchased IMTT Gretna. Annotation: (Council Rule 34. Postponement Deadline 9/8/23). R-23-207 LO SPEAKER(S): Rosemond Dijrich, Kimberly Terrell, Justin Vittitow, Robin V. Davis, Kelly Donahve, Mich", - "page_number": 3, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 6-22-2023.pdf", - "page_content": "ael Burnside, Michele Eliezek; E-Comments - Andreanecia Morris, Calvin Helfenstine, Catherine Keeney, Bill Clements, Treb Winegar, Larry Gottfried, Ellen Brandao. Holly Hobbs, Camille Terk (Was not read), Rep. Landry MOVED By: Harris SECONDED BY: Green ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. RESOLUTION - NO. R-23-279 - BY: COUNCILMEMBER MORRELL Brief: Resolution stating that based on recent testimony from federal consent decree monitors, the Council of the City of New Orleans expresses its concern for the healthcare services provided at the Orleans Justice Center. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 10/20/23). R-23-279 MOVED By: Morrell SECONDED BY: Thomas https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-1 4f8-11ee-aabb-0050569183fa 3/53 \f", - "page_number": 3, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 6-22-2023.pdf", - "page_content": "8/5/23, 1:56 PM 37. 49. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-00505691 83fa ACTION: Adopt YEAS: Giarrusso, Green, King, Moreno, Morrell, Thomas - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Harris - 1 RECUSED: 0 AND THE MOTION PASSED. MOTION (LYING OVER) - NO. M-23-273 - BY: COUNCILMEMBER THOMAS (BY REQUEST) Brief: Adding the President of the Council as a signatory to the Amendment No. | to the contract between the City of New Orleans, the Orleans Parish Sheriff\u2019s Office, and Wellpath, LLC; and authorizing the President of the Council to sign Amendment No. 1 contract between the City of New Orleans, the Orleans Parish Sheriff\u2019s Office, and Wellpath, LLC as Exhibit A. Annotation: (Council Rule 34. Postponement Deadline 10/6/23). M-273 LO MOVED By: Thomas SECONDED BY: Morrell ACTION: Adopt YEAS: Giarrus", - "page_number": 4, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 6-22-2023.pdf", - "page_content": "so, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. RESOLUTION - NO. R-23-296 - BY: COUNCILMEMBERS MORENO, MORRELL, HARRIS, GREEN AND THOMAS Brief: A RESOLUTION requesting an official third-party audit to review the cost of construction for the new Medical and Mental Health Service Facility (Phase II) at the Orleans Justice Center to ensure the drastic rise in expenses is appropriate prior to the allocation of public funds. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 10/20/23). R-23-296 SPEAKER(S): Michael Burnside MOVED By: Thomas SECONDED BY: Morrell ACTION: Receive YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-1 4f8-11ee-aabb-0050569183fa 4/53 \f", - "page_number": 4, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 6-22-2023.pdf", - "page_content": "8/5/23, 1:56 PM 48. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-00505691 83fa NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. MOVED By: Morrell SECONDED BY: Moreno ACTION: Add Item to Agenda YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. MOVED By: Moreno SECONDED BY: Harris ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. RESOLUTION - NO. R-23-295 - BY: COUNCILMEMBERS MORRELL, MORENO, HARRIS, KING, THOMAS, GIARRUSSO AND GREEN Brie", - "page_number": 5, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 6-22-2023.pdf", - "page_content": "f: Imploring on behalf of all Louisiana citizens, the Lousiana Legislature to reconsider the $100 million budget cut to the Louisiana Department of Health. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 10/20/23). R-23-295 MOVED By: Moreno SECONDED BY: Morrell ACTION: Receive YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Thomas - 1 RECUSED: 0 AND THE MOTION PASSED. MOVED By: Morrell SECONDED BY: Moreno ACTION: Add Item to Agenda YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell - 6 https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-1 4f8-11ee-aabb-0050569183fa 5/53 \f", - "page_number": 5, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 6-22-2023.pdf", - "page_content": "8/5/23, 1:56 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-00505691 83fa NAYS: 0 ABSTAIN: 0 ABSENT: Thomas - 1 RECUSED: 0 AND THE MOTION PASSED. MOVED By: Morrell SECONDED BY: Thomas ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. 50. MOTION - NO. M-23-297 - BY: COUNCILMEMBERS MORRELL, HARRIS AND KING Brief: Directing Gilbert Montafio, Chief Administrative Officer, Tom Mulligan, Deputy Chief Administrative Officer, Business and External Services, Vincent Smith, Director of Capital Projects Administration, and Tammie Jackson, Director of the Department of Safety and Permits to appear before the Council\u2019s Community Development Committee on Monday, June 26, at 10 a.m. to advise the Council on the status of the Department and the expected", - "page_number": 6, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 6-22-2023.pdf", - "page_content": " timeframe for obtaining internet services, to explain why services were not procured ahead of the move and what the Department is doing to mitigate the impact of the lack of internet services on the public, and to answer any questions Councilmembers may have regarding the situation. Annotation: (Council Rule 34. Postponement Deadline 10/20/23). WITHDRAWN. M-23-297 SPEAKER(S): Lillie Bolding, Karen Cook(Did not speak), Michael Burnside MOVED By: Morrell SECONDED BY: Harris ACTION: Receive YEAS: Giarrusso, Green, Harris, King, Morrell, Thomas - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Moreno - 1 RECUSED: 0 AND THE MOTION PASSED. MOVED By: Morrell SECONDED BY: Harris ACTION: Add Item to Agenda YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-1 4f8-11ee-aabb-0050569183fa 6/53 \f", - "page_number": 6, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 6-22-2023.pdf", - "page_content": "8/5/23, 1:56 PM 11. 12. 12a. 12b. 3. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-00505691 83fa NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. CAL. NO. 34,017 - BY: COUNCILMEMBER MORRELL Brief: An Ordinance to amend and reordain section 34-1.1 of the Code of the City of New Orleans to require annual reporting to City Council of the mayor\u2019s Mardi Gras advisory council\u2019s recommendations; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Referred to the Governmental Affairs Committee). CONTINUED TO THE MEETING OF 8/10/23. 34017 LEGISLATIVE GROUPING CAL. NO. 34,124 - BY: COUNCILMEMBERS MORENO, MORRELL, GIARRUSSO, HARRIS, KING, GREEN AND THOMAS Brief: An Ordinance to ordain Sections 114-400, 114-401, 114-402, 114-403, 114-404, 114-405, 114-406, 114-407, 114-408, 114-409, 114-410, 114-411, 114-412, 114-413, 114-414, ", - "page_number": 7, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 6-22-2023.pdf", - "page_content": "114-415, and 114-416 of the Code of the City of New Orleans to establish definitions, procedures, and rights relevant to the collective bargaining for employees of the City of New Orleans; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/21/23). 34124-29494 MCS AMENDMENT _ TO ORDINANCE CAL. NO. 34,124 - BY: COUNCILMEMBER MORENO Brief: In the preamble, delete ?Sections 114-400, 114-401, 114-402, 114-403, 114-404, 114-405, 114-406, 114-407, 114-408, 114-409, 114-410, 114-411, 114-412, 114-413, 114-414, 114- 415, and 114-416? and insert in lieu thereof: ?Article V of Chapter 114? In the first WHEREAS clause, delete \u201cEmployees\u201d and insert in lieu thereof: \u201cemployees\u201d In the second WHEREAS clause, on the first line, delete \u201cbeen\u201d\u2019. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-1 4f8-11ee-aabb-0050569183fa 7/53 \f", - "page_number": 7, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 6-22-2023.pdf", - "page_content": "8/5/23, 1:56 PM 10. 11. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-00505691 83fa After the second WHEREAS clause, insert the following: \u201cWHEREAS, AFSCME Council 17 is the recognized exclusive representative of general government employees and the New Orleans Fire Fighters Association, Local 632 IAFF, is the current exclusive representative of firefighters; and\u201d After the insertion above is made, in what will then be the fifth WHEREAS clause, on the first line, delete ?city? and insert in lieu thereof: ?City? In what is now the fifth WHEREAS clause, on the second line, delete \u201cthe the process\u201d and insert in lieu thereof: \u201cthe process\u201d In what is now the sixth WHEREAS clause, on the second line, delete \u201ccity\u201d and insert in lieu thereof: \u201cCity\u201d In Section 1, delete lines 1-4 in their entirety and insert in lieu thereof: ?SECTION 1. THE COUNCIL OF THE CITY OF NEW ORLEANS HEREBY ORDAINS, That the Code of the City of New Orleans, Louisiana, is amended by adding an article to Chapter 114 to be numbered as Article V which shall read as follows:? Delete line 5 in its entirety and insert in lieu thereof: ??CHAPTER 114. ? PERSONNEL? Delete lines 9-61 in their entirely and insert in lieu _ thereof: \u2018As used in this Article, the following terms shall have the meanings ascribed to them in this section: Collective Bargaining means bargaining for employee matters on behalf of employees. Collective bargaining agreement means a written lawful contract between the City and an exclusive bargaining agent representing the employees in a bargaining unit authorized by this Article and resulting from collective ", - "page_number": 8, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 6-22-2023.pdf", - "page_content": "bargaining. Confidential employee means an employee who acts in a confidential capacity with respect to an individual who formulates or effectuates management policies in the field of labor-management relations. Covered employee means any employee of the City of New Orleans in classified or unclassified service, as defined in the Charter, excluding confidential employees, management officials and supervisors as defined herein. Employee labor organization means an organization in which employees participate, and that exists, in whole or in part, for the purpose of representing employees in collective bargaining concerning labor disputes, hours, and other terms and conditions of employment. Grievance means a claim of breach, misinterpretation, or misapplication of any provision of a collective bargaining agreement between the City and an exclusive bargaining representative. Management official means an individual whose duties and responsibilities require or authorize the individual to formulate or determine the policies of a City department. Supervisor means any individual having independent authority in the interest of the City to hire, transfer, suspend, lay off, recall, promote, discharge, assign, reward, or discipline other employees. The term \u201csupervisor\u201d does not include either sworn Police Department employees below the rank of Lieutenant or uniformed Fire Department employees at or below the rank of Fire District Chief.\u201d Delete lines 62-74 in their entirety and insert in lieu thereof: ?Sec. 114-401. ? Employee Rights. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-1 4f8-11ee-aabb-0050569183fa 8/53 \f", - "page_number": 8, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 6-22-2023.pdf", - "page_content": "8/5/23, 1:56 PM 12. 13. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-00505691 83fa (a) Subject to the terms of this article, employees shall have the right to: (1) organize, form, join, assist, participate in, and pay dues or contributions to a union; (2) bargain collectively through an exclusive bargaining representative of their own choosing and to receive fair representation from a union; and (3) engage in other concerted activities for the purpose of collective bargaining or other mutual aid and protection insofar as such activity is not inconsistent with this article. (b) Employees shall also have the right to refrain from any or all such activities described above. No City employee or any other person acting on behalf of the City, an exclusive bargaining agent, or a union or labor organization may interfere with the exercise of an employee\u2019s rights under this article or commit any form of retaliation arising from the exercise of any rights granted here under this article.\u201d Delete lines 75-84 in their entirety and insert in lieu thereof: \u201cSec. 114-402. \u2014 Employee Use of Work Time for Employee Labor Organization Matters. (a) Employees shall have the right to hold informal conversations and interactions with one another to discuss workplace and employee labor organization issues while on duty, provided that su", - "page_number": 9, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 6-22-2023.pdf", - "page_content": "ch conversations or interactions do not interfere with the employee\u2019s job duties. Employee labor organizations shall not hold formal meetings that interfere with the work time of employees, except as provided for in this article or in a collective bargaining agreement. (b) Employees are permitted to use City electronic communication systems, including but not limited to, email and text messaging on City devices and/or accounts, to discuss employee labor organization business or activities, or employee organizing activity.\u201d Delete lines 85-96 in their entirety and insert in lieu thereof: \u201cSec. 114-403. \u2014 Bargaining Units. The City shall recognize the following bargaining units for the purposes of collective bargaining: (a) Police. The police department employees\u2019 bargaining unit shall consist of all sworn commissioned employees of the police department, except those excluded by definition in section 114-400. (b) Fire. The fire fighters bargaining unit shall consist of Fire Fighters, Fire Apparatus Operators, Fire Captains, Fire Prevention Inspectors, and Fire Alarm Dispatchers and any other uniformed fire employees below the rank of Deputy Chief. (c) General Government. All other covered City employees, except those excluded in section 114-400.\u201d https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-1 4f8-11ee-aabb-0050569183fa 9/53 \f", - "page_number": 9, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 6-22-2023.pdf", - "page_content": "8/5/23, 1:56 PM 14. 15. 16. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-00505691 83fa Delete lines 97-128 in their entirety and insert in lieu thereof: \u201cSec. 114-404. \u2014 Labor Relations Advisor. (a) The Council shall employ one or more labor relations advisors (LRA) to provide professional advice and assistance to the Council regarding the implementation of this article and the development of labor policy; to assist the Council in mediating impasses in the negotiation of collective bargaining agreements; to investigate and advise the Council regarding possible violations of this article; and to serve as liaison among the Council, the administration, exclusive bargaining agents, unions or labor organizations, and employees with respect to labor and collective bargaining concerns. (b) The LRA shall operate under the rules and procedures detailed in a City Council Labor Relations Advisor Rules Manual (LRA Rules Manual). (c) The Council shall create the LRA Rules Manual by resolution and shall publish the same on the Council website. The LRA Rules Manual may be amended by the same procedure. (d) City departments shall cooperate with the labor relations advisor and shall provide all documents or assistance reasonably requested by the LRA in performance of the duties described herein or otherwise assigned by the Council. (e) The LRA shall oversee and report to the Council ", - "page_number": 10, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 6-22-2023.pdf", - "page_content": "in relation to the following: (1) Oversight and ratification of elections, including card-check recognition, certification or decertification pursuant to the provisions of the LRA Rules Manual, and issue to the Council a report on certification or decertification; (2) Disputed issues of employee inclusion in or exclusion from the bargaining units permitted under this article; and (3) The status and results of negotiations of any collective bargaining proposal as a subject of bargaining permitted under this article.\u201d After line 128, insert the following: \u201cSec. 114-405. \u2014- Exclusive Collective Bargaining. The City may engage in collective bargaining and enter into a collective bargaining agreement only with an employee labor organization selected as the exclusive bargaining representative of a particular employee bargaining unit.\u201d Delete lines 129-147 in their entirety and insert in lieu thereof: \u201cSec. 114-406. \u2014 Recognition of Exclusive Bargaining Agent. (a) If upon the effective date of this ordinance, an employee labor organization has been recognized as the exclusive bargaining agent of a bargaining unit of City employees, whether by a Memorandum of Understanding with the City or by another process legally recognized with the City of New Orleans, then that bargaining agent shall have the rights https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-1 4f8-11ee-aabb-0050569183fa 10/53 \f", - "page_number": 10, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 6-22-2023.pdf", - "page_content": "8/5/23, 1:56 PM 17. 18. 19. 20. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-00505691 83fa and responsibilities vested by this ordinance. All other provisions of this ordinance shall henceforth apply to all recognized bargaining agents and the bargaining units they represent. (b) If there is no recognized exclusive bargaining agent, a bargaining agent may become recognized as the exclusive bargaining agent of all employees in an appropriate bargaining unit described in section 114-403 if the LRA reports to the Council the appropriate procedures to select a representative are followed and that representative is certified by the Council as described in section 114-107.\u201d Delete lines 148-209 in their entirety and insert in lieu thereof: \u201cSec. 114-407. \u2014 Certification of an Exclusive Representative. (a) Elections of exclusive bargaining agents shall occur pursuant to rules promulgated in the LRA Rules Manual and overseen by the LRA. (b) The LRA shall present a report to the Council regarding the outcome of any election and compliance with the procedures within the LRA Rules Manual. (c) The certification or decertification of a union or labor organization as an exclusive bargaining agent shall be made by Council resolution.? After line 209, insert the following: \u201cSec. 114-408. \u2014 Access. To facilitate the certification process and to ensure fair access among competing employee labor organizations, the City shall provide reasonable access to any employee lab", - "page_number": 11, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 6-22-2023.pdf", - "page_content": "or organization seeking to become the exclusive bargaining representative of a particular bargaining unit that meets the qualifications set forth in a resolution adopted pursuant to section 114-407.\u201d Delete lines 210-242 in their entirety. Delete lines 243-288 in their entirety and insert in lieu thereof: ?Sec. 114-409. ? Rights Accompanying Exclusive Representation. Any employee labor organization recognized as the exclusive bargaining agent for employees in an appropriate bargaining unit has the following rights: (a) To speak on behalf of all members of the bargaining unit and be responsible for representing the interests of all members of the bargaining unit without discrimination and without regard to employee labor organization membership. (b) To meet at reasonable times and places to engage in good faith collective bargaining on matters that, under this article, may be the subject of collective bargaining, in an effort to reach an agreement with the City. (c) To meet with bargaining unit employees on City premises in non-secure areas during times when the employees are on break or in a non-duty status. Any other employee labor organization that has submitted a petition and established a valid question concerning representation of the bargaining unit is also permitted to meet with bargaining unit employees with the same limitations. An exclusive bargaining agent and the City is https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-1 4f8-11ee-aabb-0050569183fa 11/53 \f", - "page_number": 11, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 6-22-2023.pdf", - "page_content": "8/5/23, 1:56 PM 21. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-00505691 83fa permitted to negotiate regarding greater access to employees by the exclusive bargaining agent as a provision of a collective bargaining agreement. (d) To receive a quarterly list of all bargaining unit employees, to be informed of all new hires within 10 calendar days, and to be permitted to provide a presentation at any new employee orientation or on-boarding meeting. (e) To communicate with employees regarding collective bargaining, the administration of collective bargaining agreements, investigation of grievances, other workplace-related complaints and issues, and internal union matters involving the governance or business of the exclusive bargaining agent via City communications systems, including but not limited to, City-issued email addresses and/or phone numbers. (f) To be represented at any formal discussion between one or more representatives of the City and one or more employees in the bargaining unit or their representatives concerning (1) any matter that is within the scope of collective bargaining as set forth in section 114- 400; or (2) any examination of bargaining unit employees by a representative of the City in connection with an investigation if the employee reasonably believes that the examination involves matters covered by any collective bargaining agreement then in effect, and the employee requests representation. The City shall inform the employee that the employee has a right to union representation prior to any such discussion or interview, and the employee shall have a right to request union representation before proceeding with the discussion or interview. An individual employee may present a personal complaint or question at any time to the City without the", - "page_number": 12, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 6-22-2023.pdf", - "page_content": " intervention of an employee labor organization, provided that any such organization that is recognized by the City as the exclusive bargaining agent for the bargaining unit in which the employee is a member is afforded an effective opportunity to be present and to offer its view at any meetings held to adjust the matter and that any adjustment made shall not be inconsistent with the terms of any applicable collective bargaining agreement. Employees who utilize this avenue of presenting personal complaints to the City shall not do so under the name, or by representation, of an employee labor organization. (g) To be the only labor organization eligible to receive from the City amounts deducted from the pay of employees _as authorized by written assignment of the employees, for the payment of regular and periodic dues to the exclusive bargaining agent. Any such authorization may be revoked in accordance with the terms of the authorization which shall provide a period of irrevocability of not more than one year. An authorization that satisfies the Uniform Electronic Transactions Act (La. Rev. Stat. \u00a7 9:2601), including, without limitation, electronic authorizations and voice authorizations, shall be valid for employees\u2019 authorizations for payroll deductions.\u201d Delete lines 289-303 in their entirety and insert the following in lieu thereof: \u201cSec. 114-410. \u2014 Good Faith Bargaining Process. (a) The exclusive bargaining agent must submit a written request for bargaining to the City and negotiations must begin no later than May 1 and conclude by November 15 of any year where an agreement is sought to be effective at the beginning of the next fiscal year, in order to accommodate the City budget process. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-1 4f8-11ee-aabb-0050569183fa 12/53 \f", - "page_number": 12, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 6-22-2023.pdf", - "page_content": "8/5/23, 1:56 PM 22. 23. 24. 25. 26. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-00505691 83fa (b) Good faith bargaining does not include submission of or a response to a proposal that: (1) Violates the rights of employees as set forth in this article, or (2) Is outside the scope of lawful collective bargaining.\u201d After line 303, insert the following: \u201cSec. 114-411. \u2014 Inclusion of Grievance Procedures. All collective bargaining agreements must include a negotiated grievance procedure which culminates in final and binding arbitration matters defined as a grievance in section 114-400. Where an alternate procedure to process a grievance is available, an employee\u2019s initial election of procedure made at the time of filing the grievance through the negotiated procedure or alternative procedure shall be irrevocable.\u201d Delete lines 304-307 in their entirety and insert in lieu thereof: \u201cSec. 114-412. \u2014 Approval of Agreement. When an exclusive bargaining agent and the City reach an agreement, they shall reduce it to writing and execute it, signifying the approval of the bargaining agent and the Mayor. (a) Upon signature of the Mayor, the agreement shall be communicated to the Council for approval as provided for in section 114-413, and appropriation of funds necessary to implement the financial terms of the agreement and the exclusive representative\u2019s rati", - "page_number": 13, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 6-22-2023.pdf", - "page_content": "fication process. (b) Upon Council approval of the agreement, if any provision of the agreement is inconsistent with the published rules of the Civil Service Commission, or addresses pay, classification, benefits or other matters relating to compensation that are within the authority of the Civil Service Commission, the City shall request that the Civil Service Commission amend its rules to resolve the inconsistency but the provision or provisions shall not go into effect unless and until the inconsistency is resolved.\u201d Delete lines 308-329 in their entirety. After line 329, insert the following: ?Sec. 114-413. ? Council Approval of Collective Bargaining Agreements. Any collective bargaining agreement must be signed by the Council President and authorized by a motion of the Council in the manner provided in City Code Sec. 70-10.? Delete lines 330-379 in their entirety and insert in lieu thereof: \u201cSec. 114-414. \u2014 Non- interference and Neutrality. Neither the City nor any exclusive bargaining agent shall refuse to negotiate in good faith with respect to matters within the scope of collective bargaining defined in section 114-400. (a) The City and its agents shall not: (1) Interfere with, restrain, or coerce employees with regard to the exercise of rights granted by this article; https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-1 4f8-11ee-aabb-0050569183fa 13/53 \f", - "page_number": 13, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 6-22-2023.pdf", - "page_content": "8/5/23, 1:56 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-00505691 83fa (2) Dominate or interfere in the administration of any employee labor organization; (3) Deter or discourage employees or applicants for City positions from becoming or remaining members of an employee labor organization, or from authorizing dues deductions, or voting to authorize union representation, or exercising any of their rights under this article; (4) Encourage or discourage membership in any employee labor organization, committee, or association including by discrimination in hiring, tenure, or other terms and conditions of employment, provided that use of City property and time for meetings and the City\u2019s communication system for employee labor organization business, as may be permitted by this article or a collective bargaining agreement, shall not be deemed encouragement prohibited by this section; (5) Discharge, retaliate, or discriminate against any employee because the employee has filed an affidavit, petition, or complaint or given any information or testimony under this article or because the employee has formed, joined, or chosen to be represented by any exclusive bargaining agent; (6) Deny the rights ", - "page_number": 14, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 6-22-2023.pdf", - "page_content": "accompanying certification as the exclusive bargaining agent as conferred by this article; (7) Refuse to bargain collectively with the exclusive bargaining agent as provided in this article; (8) Refuse to participate in good faith in any agreed-upon impasse resolution procedures or those set forth in this article; (9) Refuse to reduce a collective bargaining agreement to writing and sign such agreement provided all conditions for an enforceable agreement, as set forth in this article, have been met; or (10) Enforce any rule or regulation which is plainly in direct conflict with any applicable collective bargaining agreement if the agreement was in effect before the date the rule or regulation was prescribed. (b) No employee labor organization or its agents shall: (1) Interfere with, restrain, or coerce any employee with respect to rights granted in this article or with respect to selecting an exclusive representative; (2) Fail to represent an employee who is in a bargaining unit exclusively represented by the employee labor organization fairly and without discrimination provided such failure is willful or deliberate; https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-1 4f8-11ee-aabb-0050569183fa 14/53 \f", - "page_number": 14, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 6-22-2023.pdf", - "page_content": "8/5/23, 1:56 PM 27. 28. 29. 30. 31. 32. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-00505691 83fa (3) Refuse to bargain collectively with the City as provided in this article; (4) Refuse to participate in good faith in or violate any mutually agreed-upon impasse resolution procedures; or (5) Engage in conduct which is plainly in direct conflict with any applicable collective bargaining agreement.\u201d Delete lines 380-396 in their entirety. Delete lines 397-399 in their entirety and insert in lieu thereof: \u201cSec. 114-415. \u2014 Time Limits. Any time limits in this article may be extended by written agreement of the City, the employee labor organization, and any other appropriate parties.\u201d Delete lines 400-406 in their entirety. Delete lines 407-412 in their entirety and insert in lieu thereof: \u201cSec. 114-416. \u2014 Annual Public Hearing. The Council shall hold a public hearing annually to hear presentations from city employee unions or labor representatives about the needs of City employees. At said hearings, labor representatives or City employees may discuss recommendations for addressing workplace concerns, civil service requests, employee pay or leave change reques", - "page_number": 15, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 6-22-2023.pdf", - "page_content": "ts, recommendations for City facility upgrades, budgetary recommendations, or other labor or workplace issues that affect City employees.\u201d After line 412, insert the following: \u201cSec. 114-417. \u2014 Authority of Civil Service Commission. Nothing in this article should be construed to impair or supersede the authority granted to the civil service commission or the city civil service department by the Louisiana Constitution or the Home Rule Charter. The chief administrative office shall take all available steps to secure necessary civil service commission approval of any matter governed by this article or by a collective bargaining agreement requiring commission approval.\u201d After Sec. 114-417 (above) is inserted in its entirety, insert the following: \u201cSECTION 2. THE COUNCIL OF THE CITY OF NEW ORLEANS HEREBY ORDAINS, That this ordinance shall be effective January 1, 2024.\u201d Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 10/20/23). 34124 Amendment MOVED By: Moreno SECONDED BY: Morrell ACTION: Amendment YEAS: Green, Harris, King, Moreno, Morrell - 5 NAYS: 0 ABSTAIN: 0 https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-1 4f8-11ee-aabb-0050569183fa 15/53 \f", - "page_number": 15, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 6-22-2023.pdf", - "page_content": "8/5/23, 1:56 PM 12c. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-00505691 83fa ABSENT: Giarrusso, Thomas - 2 RECUSED: 0 AND THE MOTION PASSED. SPEAKER(S): Emilie Staet, Lee Abbott, Joseph A. Colon, Michael Burnside, Felix Allen, Simmette Berry, Lingran Kong, Claude Schlesinger, Chip Fleetwood, Tiger Hammond, Karen Cook, Britain Forsyth; Did not speak - Rodney Wallts, Ernest Cortez, Keith Black, Jonathan Talbot, Mike Filers, Jazz Lakich, Shannan Waters, Kyle Leger, Ronnie Rooser, Emanuel Mitchell, Andrew O'brien, Josh Sonnier, Chris LaFleur, Maximino Perdomo, Leslie Harvel, Jaffer Garcia: E- Comments - Ryan Smith, Avery Smith, Ivy Molloy, Brendan Chase, Tanguy Bader, Melissa Fleming, Jason Kruse, Amanda Fallis, Brenda Flora, Ariel Farrar, Raymond Wolfe, Aaron Dunsay, Felix Allen(2), Emmett Luty, Patrick Daurio, Gregory Jean, Eric Johns, Tiffany French, Joshua Smith, Lisa Foster, Elizabeth Soychak, Leslie Bean, Remy Moreau, Erika Zucker, Charlie Bini (Not Read), Nancy Hebert MOVED By: Moreno SECONDE", - "page_number": 16, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 6-22-2023.pdf", - "page_content": "D BY: Morrell ACTION: Adopt as Amended YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. MOTION NO. M-23-281 - BY: COUNCILMEMBER MORENO Brief: Directing the Council Chief of Staff to conduct a competitive selection for a labor relations advisor to perform the duties outlined by Section 114-404 of the Code of the City of New Orleans, as adopted in Ordinance Cal. No. 34,124, in accordance with Council Rule 42. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 10/20/23). M-23-281 MOVED By: Moreno SECONDED BY: Harris ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. 12d. RESOLUTION NO. R-23-282 - BY: COUNCILMEMBER MORENO Brief: Resolution stating that the rule manual (Exhibit A), establishing as the rules governing the https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-1 4f8-11ee-aabb-0050569183fa 16/53 \f", - "page_number": 16, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 6-22-2023.pdf", - "page_content": "8/5/23, 1:56 PM 13. 14. 1. la. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-00505691 83fa Labor Relations Advisor. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 10/20/23). R-23-282 MOVED By: Moreno SECONDED BY: Morrell ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. CAL. NO. 34,143 - BY: COUNCILMEMBER GIARRUSSO Brief: An Ordinance to require augmentation of the contact information included on Roadwork.nola.gov (\u201cthe Roadwork website\u201d) which was designed to provide the public with information about the Federal Emergency Management Agency (FEMA) funded Joint Infrastructure Recovery Roads (JIRR) projects currently under construction", - "page_number": 17, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 6-22-2023.pdf", - "page_content": " and planned city wide; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 8/4/23). CONTINUED TO THE MEETING OF 7/13/23. 34143 CAL, NO. 34,150 - BY: COUNCILMEMBER THOMAS Brief: An Ordinance to amend and reordain Section 66-36 and to ordain Section 66-79 of the Code of the City of New Orleans, in the Smoke Free Air Act, to create operating health and safety regulations for cigar bars; and to provide otherwise with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 8/18/23). WITHDRAWN. 34150 LEGISLATIVE GROUPING HDLC APPEAL - OF SUSAN JOHNSON, TOWN OF CARROLLTON WATCH, LLC https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-1 4f8-11ee-aabb-0050569183fa 17/53 \f", - "page_number": 17, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 6-22-2023.pdf", - "page_content": "8/5/23, 1:56 PM 1b. 2a. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-00505691 83fa Brief: Requesting to appeal the Historic District Landmarks Commission's decision of \"approval\" to grant Conceptual Approval for property located at 7417-7421 Burthe Street. Annotation: ELECTRONICALLY SUBMITTED. (Cm. Giarrusso, District A, Cn. Deadline 7/9/23). (Communication received at the meeting of 5/25/23). (Report received at the meeting of 6/8/22). HEARING HELD. HDLC Appeal - Susan Johnson HDLC Report - 7417-21 Burthe Street SPEAKER(S): Susan Johnson MOTION \u2014 NO. M-23-288 \u2014 BY: COUNCILMEMBER GIARRUSSO Brief: Denying the applicant\u2019s appeal request for properties located at 7417-7421 Burthe Street. Annotation: ELECTRONICALLY SUBMITTED. (Cou", - "page_number": 18, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 6-22-2023.pdf", - "page_content": "ncil Rule 34. Postponement Deadline 10/20/23). M-23-288 MOVED By: Giarrusso SECONDED BY: Morrell ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Morrell, Thomas - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Moreno - 1 RECUSED: 0 AND THE MOTION PASSED. LEGISLATIVE GROUPING VCC APPEAL \u2014 OF KAREN GLASER STEIN Brief: Requesting to appeal the Vieux Carr\u00e9 Commission\u2019s decision of \u201cdenial\u201d at the meeting of February 8, 2023, to retain work completed without benefit of VCC review and approval, including gallery millwork modifications, per application and materials received 12/16/2022 for properties located at 1000-1012 St. Philip Street. Annotation: ELECTRONICALLY SUBMITTED. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-1 4f8-11ee-aabb-0050569183fa 18/53 \f", - "page_number": 18, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 6-22-2023.pdf", - "page_content": "8/5/23, 1:56 PM 2b. 2c. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-00505691 83fa (Cm. King, Cn. Deadline 6/25/23). (Communication received at the meeting of 5/11/23). HEARING HELD. VCC Appeal - Karen Glaser Stein -1000-1012 St Philip St. VCC Revised Report 1000 St Philip St MOTION (LYING OVER) \u2014 NO. M-23-269 \u2014 BY: COUNCILMEMBER KING Brief: Denying the applicant\u2019s appeal request for properties located at 1000-1012 St. Philip Street. Annotation: (Council Rule 34. Postponement Deadline 10/6/23). M-23-269 LO MOVED By: King SECONDED BY: Harris ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Morrell, Thomas - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Moreno - 1 RECUSED: 0 AND THE MOTION PASSED. MOTION \u2014 NO. M-23-289 \u2014 BY: COUNCILMEMBER KING Brief: Granting in part and den", - "page_number": 19, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 6-22-2023.pdf", - "page_content": "ied in part the applicant\u2019s appeal request for properties located at 1000-1012 St. Philip Street, as follows: * The retention of the flood lights and cameras is approved; and * The retention of all other matters under appeal, including gallery millwork modifications, is denied. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 10/20/23). WITHDRAWN. M-23-289 ZONING DOCKET NO. 22/23 \u20142GETHER, LLC Brief: Requesting a Conditional Use to permit a standard restaurant over 5,000 square feet in an HU- MU Historic Urban Neighborhood Mixed-Use District, on Square 581, Lots A and B, in the Sixth Municipal District, bounded by Freret Street, Upperline Street, LaSalle Street, and https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-1 4f8-11ee-aabb-0050569183fa 19/53 \f", - "page_number": 19, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 6-22-2023.pdf", - "page_content": "8/5/23, 1:56 PM 4a. Ab. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-00505691 83fa Valence Street (Municipal Address: 4730 Freret Street). The recommendation of the City Planning Commission being \u201cFOR DENIAL\u201d. Annotation: ELECTRONICALLY SUBMITTED.(Cm. Harris, District B, Cn. Deadline 8/7/23). CONTINUED TO THE MEETING OF 7/13/23. LEGISLATIVE GROUPING ZONING DOCKET NO. 28/23 \u2014 BAYOU TREME CENTER, LLC Brief: Requesting an Amendment to Ordinance No. 27,982 MCS (Zoning Docket 131/18) to permit a live performance venue with waivers of Section 18.9.C.1 of the Comprehensive Zoning Ordinance to: * remove a restriction limiting the live performance venue to plays and musicals only; and * remove a restriction limiting the sale of alcoholic beverages for consumption on-site to only one (1) hour prior to and during performances, permitting such alcoholic beverage sales from 4 p.m. to midnight Tuesday through Thursday, 4 p.m. to 1. a.m. on Friday, 2 p.m. to midnight on Saturday, and 2 p.m. to 11 p.m. on Sunday. (Municipal Addresses: 2527-2541 Bayou Road). The recommendation of the City Planning Commission being \u201cFOR APPROVAL\u201d, wi", - "page_number": 20, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 6-22-2023.pdf", - "page_content": "th two (2) waivers. Annotation: ELECTRONICALLY SUBMITTED. (Cm. Green, District D, Cn. Deadline 7/24/23). HEARING HELD. ZD NO. 28-23 Final MOTION \u2014 NO. M-23-292 \u2014 BY: COUNCILMEMBER GREEN Brief: Approving the applicant\u2019s request for property located at 2527-2541 Bayou Road, ZD NO. 28/23, subject to the two (2) waivers recommended by the City Planning Commission, with the following modification: Strike the last sentence of waiver 2 so that it reads as follows: The development shall be granted a waiver of Article 18, Section 18.9.C.1 of the Comprehensive Zoning Ordinance to remove a restriction limiting the sale of alcoholic beverages for consumption on-site to only one (1) hour prior to and during performances, permitting such alcoholic beverage sales for consumption on-site one (1) hour prior to performances, during performances, and until one (1) hour after a performance concludes. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 10/20/23). M-23-292 SPEAKER(S): Nicole Nelson, Geoffrey Wilson, Dr. Robin T. Vander https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-1 4f8-11ee-aabb-0050569183fa 20/53 \f", - "page_number": 20, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 6-22-2023.pdf", - "page_content": "8/5/23, 1:56 PM Sa. 5b. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-00505691 83fa MOVED By: Green SECONDED BY: Moreno ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. LEGISLATIVE GROUPING ZONING DOCKET NO. 30/23 \u2014 3205 TULANE, LLC Brief: Requesting a Conditional Use to permit outdoor live entertainment (secondary use) and the extension of restaurants\u2019 hours of operations in an MU-1 Medium Intensity Mixed-Use District and in an EC Enhancement Corridor Design Overlay District, on Square 663, Lot C-1, in the First Municipal District, bounded by Tulane Avenue, South Lopez Street, d'Hemecourt Street, and South Rendon Street (Municipal Address: 3219 Tulane Avenue). The recommendation of the City Planning Commission being \u201cFOR APPROVAL\u201d, with four (4) provisos. Annotation: ELECTRONICALLY SUBMITTED. (Cm. Harris, Distri", - "page_number": 21, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 6-22-2023.pdf", - "page_content": "ct B, Cn. Deadline 7/24/23). HEARING HELD. ZD NO 30-23 Final Staff Report MOTION \u2014 NO. M-23-283 \u2014 BY: COUNCILMEMBER HARRIS Brief: Granting the applicant\u2019s request for property located at 3219 Tulane Avenue, ZD NO. 30/23, subject to the four (4) provisos set forth by the City Planning Commission, modified as follows: Delete the text of proviso 3f and replace it with the following: The restaurant\u2019s allowable hours of operation are Sunday thru Saturday, 24 hours a day; however, alcohol service is permitted only on Sunday thru Wednesday from 6:00 am to 12:00 am midnight, and Thursday thru Saturday from 6:00 am to 2:00 am. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 10/20/23). M-23-283 MOVED By: Harris SECONDED BY: _ King ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-1 4f8-11ee-aabb-0050569183fa 21/53 \f", - "page_number": 21, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 6-22-2023.pdf", - "page_content": "8/5/23, 1:56 PM 7a. 7b. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-00505691 83fa ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. ZONING DOCKET NO. 31/23 \u2014 CITY COUNCIL MOTION NO. M-23-X Brief: Requesting a text amendment to Article 19 of the Comprehensive Zoning Ordinance (CZO) to establish a new Interim Zoning District (IZD) to be named the Historic Urban Neighborhood Commercial Short Term Rental Interim Zoning District. The intent of the IZD is to establish a temporary prohibition of new Commercial Short Term Rental Commercial (CSTR) uses within the Historic Urban Neighborhood Mixed-Use District (HU-MU). The proposed text amendment would affect properties across the city currently zoned Historic Urban Neighborhood Mixed Use District (HU-MU) City-wide. The recommendation of the City Planning Commission being \u201cFOR APPROVAL\u201d. Annotation: ELECTRONICALLY SUBMITTED. (All Cms., All Districts, Cn. Deadline 7/24/23). CONTINUED TO THE MEEETING OF 7/27/23. ZD NO 31-23 Final Staff Report SPEAKER(S): Not Read, matter cont'd to 7/27/23 E-Comment - Andreanecia Morris LEGIS", - "page_number": 22, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 6-22-2023.pdf", - "page_content": "LATIVE GROUPING ZONING DOCKET NO. 35/23 \u2014 THE BLACK SCHOOL, INC Brief: Requesting a Conditional Use to permit a community center on a lot with insufficient lot and insufficient off-street parking in an HU-RD2 Historic Urban Two-Family Residential District, on Square 766, Lots 23 and 24, in the Fourth Municipal District, bounded by North Roman Street, New Orleans Avenue, North Derbrigny Street, St. Bernard Avenue, and Seventh Streets (Municipal Address: 1660 N. Roman Street). The recommendation of the City Planning Commission being \u201cFOR APPROVAL\u201d, with one (1) waiver and twelve (12) provisos. Annotation: ELECTRONICALLY SUBMITTED. (Cm. Green, District D, Cn. Deadline 7/24/23). CONTINUED TO THE MEETING OF 7/13/23. ZD NO. 35-23 Final Staff Report_report MOTION (LYING OVER) \u2014 NO. M-23-258 \u2014 BY: COUNCILMEMBER GREEN Brief: Approving the applicant\u2019s Conditional Use request for the property located at 1660 N. Roman Street, on ZD NO. 35/23, subject to one (1) waiver and twelve (12) provisos recommended by https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-1 4f8-11ee-aabb-0050569183fa 22/53 \f", - "page_number": 22, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 6-22-2023.pdf", - "page_content": "8/5/23, 1:56 PM 8a. 8b. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-00505691 83fa City Planning Commission. Annotation: (Council Rule 34. Postponement Deadline 10/6/23). CONTINUED TO THE MEETING OF 7/13/23. M-23-258 LO LEGISLATIVE GROUPING ZONING DOCKET NO. 36/23 \u2014 2834 LASALLE, LLC Brief: Requesting a Conditional Use to permit a hotel in an HU-B1 Historic Urban Neighborhood Business District and the LAS La Salle Street Overlay District, on Square 333, Lot 38 and part of Lot J or Lot 4, the rear part of Lot 15, part of original Lot J, rear part of Lot 17, and rear part of Lot 18, in the Fourth Municipal District, bounded by La Salle Street, Washington Avenue, Sixth Street, and South Liberty Street (Municipal Addresses: 2832-2834 La Salle Street). The recommendation of the City Planning Commission ", - "page_number": 23, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 6-22-2023.pdf", - "page_content": "being \u201cFOR APPROVAL\u201d, subject to three (3) provisos. Annotation: ELECTRONICALLY SUBMITTED. (Cm. Harris, District B, Cn. Deadline 8/7/23). HEARING HELD. ZD NO 36-23 Staff Report MOTION \u2014 NO. M-23-284 \u2014 BY: COUNCILMEMBER HARRIS Brief: Approving the applicant\u2019s Conditional Use request for the property located at 2832-2834 LaSalle Street, on ZD NO. 36/23, subject to three (3) provisos recommended by City Planning Commission. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 10/20/23). M-23-284 SPEAKER(S): Michael Burnside, Curtis Doucette, Jr. MOVED By: Harris SECONDED BY: Morrell ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-1 4f8-11ee-aabb-0050569183fa 23/53 \f", - "page_number": 23, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 6-22-2023.pdf", - "page_content": "8/5/23, 1:56 PM 10. 10a. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-00505691 83fa AND THE MOTION PASSED. ZONING DOCKET NO. 40/23 \u2014 C. DEMATTEO, LLC Brief: Requesting a Conditional Use to permit a car wash in an MU-1 Medium Intensity Mixed-Use District and an HUC Historic Urban Corridor Use Restriction Overlay District, on Square 762, Lots 11, 12, 13, 14, 18, 19, 20, 21A, 22A, 22B, 23, 24, 25, 26, 27, and 28, bounded by South Carrollton Avenue, Tulane Avenue, Ulloa Street, South Pierce Street (Municipal Addresses: 4118-4132 South Carrollton Avenue, 4036-4052 Ulloa Street, and 4041-4051 Tulane Avenue). The recommendation of the City Planning Commission being \u201cFOR APPROVAL\u201d, subject to one (1) waiver and 17 provisos. Annotation: ELECTRONICALLY SUBMITTED. (Cm. Giarrusso, District A, Cn. Deadline 8/7/23). CONTINUED TO THE MWETING OF 7/13/23. ZD NO 40-23 Final w Attachments SPEAKER(S): Did not speak, matter cont'd to 7/13/23. Mollie Burke, Ayman Jaber, Deema Alkhattari, Nicholas Riesner, Olivia Sastry, Karla Belk, Mary Mysing-Gubala, Mike Murray LEGISLATIVE GROUPING ZONING DOCKET NO. 41/23 \u2014 CITY COUNCIL MOTION NO. M-23-105 Brief: Requesting ", - "page_number": 24, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 6-22-2023.pdf", - "page_content": "an Amendment to the text of Article 18 of the Comprehensive Zoning Ordinance to establish the Brown\u2019s Dairy Neighborhood District overlay, bounded by Erato Street, Baronne Street, Martin Luther King, Jr. Boulevard, and Carondelet Street, to maintain and create affordable housing opportunities for long-term residency. For all lots within the boundaries, the following use restrictions shall apply. The following uses are prohibited: * Bed and Breakfast (accessory and principal); * Hostel; * Hotel/Motel; and \u00a2 Short Term Rental (commercial and non-commercial). Properties located in the area generally bounded by Erato Street, Baronne Street, Martin Luther King, Jr. Boulevard, and Carondelet Street (Municipal Addresses: 1300-1432 Baronne Street, 1710-1726 Erato Street, 1301-1429 Carondelet Street, 1714-1736 Thalia Street, and 1721-1731 Martin Luther King, Jr. Boulevard). The recommendation of the City Planning Commission being \u201cNO RECOMMENDATION\u201d. Annotation: ELECTRONICALLY SUBMITTED. (Cm. Harris, District B, Cn. Deadline 8/7/23). HEARING HELD. ZD NO 41-23 Final Staff Report https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-1 4f8-11ee-aabb-0050569183fa 24/53 \f", - "page_number": 24, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 6-22-2023.pdf", - "page_content": "8/5/23, 1:56 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-00505691 83fa 10b. MOTION \u2014 NO. M-23-285 \u2014 BY: COUNCILMEMBER HARRIS Brief: Granting the applicant\u2019s request for the properties located at 1300-1432 Baronne Street, 1710- 1726 Erato Street, 1302-1429 Carondelet Street, 1714-1736 Thalia Street, and 1721-1731 Martin Luther King, Jr. Boulevard, on ZD NO. 41/23. Annotation: (Council Rule 34. Postponement Deadline 10/20/23). M-23-285 SPEAKER(S): Maxwell Ciardullo, Sam Levin; E-Comments - Andreanecia Morris MOVED By: Harris SECONDED BY: Green ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 REC", - "page_number": 25, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 6-22-2023.pdf", - "page_content": "USED: 0 AND THE MOTION PASSED. CONSENT AGENDA COMMUNICATION - FROM ERIN SPEARS - CHIEF OF STAFF & COUNSEL, COUNCIL UTILITIES REGULATORY OFFICE Brief: Submitting the transmittal document for communications related to electric and gas utility matters to be received by the Council of the City of New Orleans at its meeting on June 22, 2023: Communications from Entergy New Orleans, LLC (\"ENO\") 1. First Quarter 2023 Customer Interruptions Report, UD-17-04 2. First Quarter 2023 Reliability Plan Progress Report, UD-17-04 Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. Erin Spears Report https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-1 4f8-11ee-aabb-0050569183fa 25/53 \f", - "page_number": 25, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 6-22-2023.pdf", - "page_content": "8/5/23, 1:56 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-00505691 83fa SPEAKER(S): Michael Burnside COMMUNICATION \u2014 FROM JONATHAN LANDRY Brief: Requesting to appeal the Historic District Landmarks Commission\u2019s decision of \u201cdenial\u201d of a roof replacement request for property located at 437 Bermuda Street. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. (Hearing Date Set for 7/13/23). Jonathan Landry HDLC appeal 437 Bermuda Street Zachary Smith HDLC Appeal 1622 Pine Street 3. COMMUNICATION \u2014 FROM ZACHARY SMITH, OWNER, ZACH SMITH, CONSULTING & DESIGN Brief: Requesting to appeal the Historic District Landmarks Commission\u2019s decision of a fine of $5,000 for the unpermitted demolition of the front porch for property located at 1622 Pine Street. Annotation: ELECTRONICALLY SUBMITTED. R", - "page_number": 26, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 6-22-2023.pdf", - "page_content": "ECEIVED. (Hearing Date Set for 7/13/23). Zachary Smith HDLC Appeal 1622 Pine Street COMMUNICATION \u2014 FROM BRIAN ACE Brief: Requesting to appeal the Historic District Landmarks Commission\u2019s decision of \u201cdenial\u201d of a request to replace approximately 29 feet of iron fencing for property located at 2222 Chartres Street. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. (Hearing Date Set for 7/13/23). HDLC Appeal Brian Ace 2222 Chartres Street COMMUNICATION \u2014 FROM HEATHER COOPER, AIA NCARB, ROZAS WARD ARCHITECTS Brief: Requesting to appeal the Historic District Landmarks Commission\u2019s decision of \u201cdenial\u201d of a request of a proposed demolition of an existing rear service cottage for property located at 1492 Moss Street. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-1 4f8-11ee-aabb-0050569183fa 26/53 \f", - "page_number": 26, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 6-22-2023.pdf", - "page_content": "8/5/23, 1:56 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-00505691 83fa Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. (Hearing Date Set for 7/13/23). Heather CooperHDLC 1492 Moss Street COMMUNICATION \u2014 FROM JUDGE MICHAEL G. BAGNERIS, RET., BAGNERIS, PIEKSEN_ & ASSOCIATES, LLC., REPRESENTING APPLICANT, BROADWAY STREET HOLDINGS, LLC Brief: Requesting to appear before the New Orleans City Council to appeal the decisions and fine of $15,000 rendered by the Historic District Landmarks Commission and to get the decision reversed and have the fine removed or significantly reduced for property located at 7200 S. Claiborne Avenue. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. (Hearing Date Set for 7/13/23). Judge Michael G. Bagneris, Ret HDLC Appeal 7200 So. Claiborne Avenue COMMUNICATION \u2014 FROM SEBASTIAN HERRMANN Brief: Requesting to appeal the Historic Distri", - "page_number": 27, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 6-22-2023.pdf", - "page_content": "ct Landmarks Commission\u2019s decision of \u201cdenial\u201d to retain all windows as they currently are, since they were installed by the previous owner in 2020/21 for property located at 430 Homer Street. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. (Hearing Date Set for 7/13/23). Sebastian Herrmann HDLC Appeal 430 Homer Street COMMUNICATION \u2014 FROM RODGERIKA MEDRANO,__ SENIOR _ PROJECT MANAGER, STORMWATER & GREEN INFRASTRUCTURE, DEPARTMENT OF PUBLIC WORKS, CITY OF NEW ORLEANS Brief: Submitting a proposed agreement between the City of New Orleans and Orleans Parish School Board, a completed contract summary form and the related Motion, pursuant to Rule 57. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED AND REFERRED TO THE PUBLIC WORKS COMMITTEE. (See Motion No. M-23-294). Rodgerilka Medrano OPSB https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-1 4f8-11ee-aabb-0050569183fa 27/53 \f", - "page_number": 27, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 6-22-2023.pdf", - "page_content": "8/5/23, 1:56 PM 9. 10. 11. 12. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-00505691 83fa COMMUNICATION \u2014 FROM CLIFFORD G. TERRY, ACCOUNTANT III, NEW ORLEANS POLICE DEPARTMENT, CITY OF NEW ORLEANS Brief: Submitting a proposed agreement between the City of New Orleans and Saltus Technologies, Inc., a completed contract summary form and the related Motion, pursuant to Rule 57. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED AND REFERRED TO THE PUBLIC WORKS COMMITTEE. (See Motion No. M-23-293). Clifford Terry COMMUNICATION \u2014 FROM TYRA JOHNSON BROWN,_DIRECTOR, OFFICE OF HOUSING POLICY & COMMUNITY DEVELOPMENT, CITY OF NEW ORLEANS Brief: Submitting a proposed agreement between the City of New Orleans and START Corporation, Incorporation, a completed contract summary form and the related Motion, pursuant to Rule 57. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED AND ", - "page_number": 28, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 6-22-2023.pdf", - "page_content": "REFERRED TO THE COMMUNITY DEVELOPMENT COMMITTEE. Tyra Johnson Brown COMMUNICATION \u2014 FROM WILLIAM T. SALMERON, CHIEF OF NEW ORLEANS EMS, NEW ORLEANS EMERGENCY MEDICAL SERVICES, CITY OF NEW ORLEANS Brief: Submitting a proposed agreement between the City of New Orleans and Teleflex, LLC, a completed contract summary form and the related Motion, pursuant to Rule 57. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED AND REFERRED TO THE COMMUNITY DEVELOPMENT COMMITTEE. William T. Salmeron - TELEFLEX COMMUNICATION \u2014 FROM WILLIAM T. SALMERON, CHIEF OF NEW ORLEANS EMS, NEW ORLEANS EMERGENCY MEDICAL SERVICES, CITY OF NEW ORLEANS Brief: Submitting a proposed agreement between the City of New Orleans and ZOLL Medical, a completed contract summary form and the related Motion, pursuant to Rule 57. Annotation: https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-1 4f8-11ee-aabb-0050569183fa 28/53 \f", - "page_number": 28, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 6-22-2023.pdf", - "page_content": "8/5/23, 1:56 PM 13. 14. 15. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-00505691 83fa ELECTRONICALLY SUBMITTED. RECEIVED AND REFERRED TO THE COMMUNITY DEVELOPMENT COMMITTEE. William T. Salmeron - ZOLL SPEAKER(S): Michael Burnside COMMUNICATION \u2014 FROM JAMES SPALT, LBT VENTURES Brief: Requesting to appeal the Historic District Landmarks Commission\u2019s decision to levy a fine of $48,254 for the unpermitted demolition for property located at 838 Lowerline Street. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. (Hearing Date Set for 7/13/23). James Spalt HDLC Appeal 838 Lowerline Street REPORT \u2014 OF THE CHIEF OF STAFF OF THE CHIEF ADMINISTRATIVE OFFICER, CITY OF NEW ORLEANS Brief: Submitting the Chief Administrative O", - "page_number": 29, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 6-22-2023.pdf", - "page_content": "ffice Report for passenger type vehicles, owned or leased by the City of New Orleans (\u201cCity\u201d) for the first quarter of 2023, pursuant to Chapter 2, Article IX, Section 2-902 of the City Code. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. Jonathan Harris _Q1 2023 Vehicle Report Transmittal Letter JH Q1 2023 Pool Vehicle Report JH Q1 2023 Take-Home Vehicle Report REPORT - OF THE EXECUTIVE DIRECTOR OF THE CITY PLANNING COMMISSION Brief: Transmitting the Bed and Breakfast Interim Zoning District Appeal for IZD 001-23 - Cm. Giarrusso, Cn. Deadline 8/21/23. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. (Hearing Date Set for 7/13/23). IZD 001-23 https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-1 4f8-11ee-aabb-0050569183fa 29/53 \f", - "page_number": 29, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 6-22-2023.pdf", - "page_content": "8/5/23, 1:56 PM 16. 17. 18. 19. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-00505691 83fa REPORT - OF THE EXECUTIVE DIRECTOR OF THE CITY PLANNING COMMISSION Brief: Transmitting the Historic Urban Neighborhood Commercial Short Term Rental Interim Zoning District Appeal for IZD 002-23 - Cm. King, Cn. Deadline 8/21/23. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. (Hearing Date Set for 7/13/23). IZD 002-23 Final REPORT - OF THE DEPUTY DIRECTOR OF THE NEW ORLEANS HISTORIC DISTRICT LANDMARKS COMMISSION _\u201d CENTRAL BUSINESS __ DISTRICT HISTORIC DISTRICT LANDMARKS COMMISSION Brief: Submitting a report regarding an appeal of the Historic District Landmarks Commission's (HDLC) decision to deny an application to demolish a Contributing-rated rear accessory structure for the property located at 1492 Moss Street. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. HDLC Report 1492 Moss _ Street REPORT - OF THE DEPUTY DIRECTOR OF THE NEW ORLE", - "page_number": 30, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 6-22-2023.pdf", - "page_content": "ANS HISTORIC DISTRICT LANDMARKS COMMISSION \u201d CENTRAL BUSINESS DISTRICT HISTORIC DISTRICT LANDMARKS COMMISSION Brief: Submitting a report regarding an appeal of the Historic District Landmarks Commission's (HDLC) decision to deny the application to remove existing asphalt shingle roof and English- V ridge tiles for the installation of new, standing seam, metal roofing on a Contributing rated building for the property located at 437 Bermuda Street. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. HDLC Report 437 Bermuda Street REPORT - OF THE DEPUTY DIRECTOR OF THE NEW ORLEANS HISTORIC DISTRICT LANDMARKS COMMISSION _\u201d CENTRAL BUSINESS __ DISTRICT HISTORIC DISTRICT LANDMARKS COMMISSION Brief: Submitting a report regarding an appeal of the Historic District Landmarks Commission's (HDLC) decision to allow the retention of the unpermitted demolition of more than 25% of https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-1 4f8-11ee-aabb-0050569183fa 30/53 \f", - "page_number": 30, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 6-22-2023.pdf", - "page_content": "8/5/23, 1:56 PM 20. 21. 22. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-00505691 83fa the facade and fine the owner $5000 for the property located at 1622 Pine Street. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. HDLC Report 1622 Pine street REPORT - OF THE DEPUTY DIRECTOR OF THE NEW ORLEANS HISTORIC DISTRICT LANDMARKS COMMISSION \u201d CENTRAL BUSINESS DISTRICT HISTORIC DISTRICT LANDMARKS COMMISSION Brief: Submitting a report regarding an appeal of the Historic District Landmarks Commission's (HDLC) decision to deny an application to remove a historic fence for the property located at 2222 Chartres Street. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. HDLC Report 2222 Chartres Street REPORT \u2014 OF THE CHIEF ADMINISTRATIVE OFFICER, CITY OF NEW ORLEANS Brief: Submitting a written report, pursuant to Chapter 70, Article IV, Division 1, Section 70-429 of the City of New Orleans Code of Ordinances, stating that at this time, no purchases ", - "page_number": 31, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 6-22-2023.pdf", - "page_content": "have been made under the emergency declaration related to Motion M-23-252. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. Gilbert Montano CAO SPEAKER(S): Was not read Diane \"Omi\" Brooks CAL. NO. 34,190 - BY: COUNCILMEMBER KING Brief: An Ordinance to effect a zoning change from an HMR-?2 Historic Marigny/Trem\u00e9/Bywater Residential District to an HMC-2 Historic Marigny/Trem\u00e9/Bywater Commercial District, located on the rear portions of existing Lots A or 14, 15, and 470-A or 16 (which are to be subdivided into the rear portion of proposed Lot B) in Square 623 & 624, the Third Municipal District and bounded by Saint Bernard Avenue, North Robertson Street, Annette Street, and North Villere Street (Municipal Addresses: 1646, 1650 and 1654 North Robertson Street); and otherwise to provide with respect thereto. (ZONING DOCKET NO. 26/23) Annotation: ELECTRONICALLY SUBMITTED. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-1 4f8-11ee-aabb-0050569183fa 31/53 \f", - "page_number": 31, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 6-22-2023.pdf", - "page_content": "8/5/23, 1:56 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-00505691 83fa (90 Days, Cn. Deadline 8/23/23). (Cn. Deadline 8/10/23). 34190-29495 MCS 23. CAL. NO. 34,192 - BY: COUNCILMEMBER HARRIS Brief: n Ordinance to establish a conditional use to permit alcohol beverage sales in an existing standard restaurant in an HU-B1 Historic Urban Neighborhood Business District and the Magazine Street Use Restriction Overlay District, on Square 209, Lot 4, in the Sixth Municipal District, bounded by Magazine Street, General Taylor Street, Peniston Street, and Constance Street (Municipal Addresses: 3814-3816 Magazine Street); and otherwise to provide with respect thereto. (ZONING DOCKET NO. 29/23) Annotation: ELECTRONICALLY SUBMITTED. (90 Days, Cn. Deadline 8/23/23). (Cn. Deadline 8/10/23). 34192-29496 MCS 24. CAL. NO. 34,240 - BY: COUNCILMEMBER KING (BY REQUEST) Brief: An Ordinance to authorize the Mayor of the City of New Orleans to enter into Amendment No. 1 (\u201cAmendment\u201d) to amend the Cooperative Endeavor Agreement (\u201cAgreement\u201d) between the City of New Orl", - "page_number": 32, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 6-22-2023.pdf", - "page_content": "eans (the \u201cCity\u201d) and Foundation for Louisiana (the \u201cContractor\u201d) relative to the Contractor acting as the designated fiscal administrator for the Children and Youth Planning Board, in order to extend the Agreement for an additional one (1) year; to increase the maximum aggregate amount of compensation; to amend the rate of compensation; to amend the services provided by the Contractor; and to add, modify, or reaffirm certain terms and conditions, as more fully set forth in the Amendment attached hereto as Exhibit \u201c1\u201d and incorporated and made a part hereof; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 10/6/23). (Governmental Affairs Committee recommended approval). 34240-29500 MCS A. MOTION TO ADOPT CONSENT AGENDA AND REFER OTHER MATTERS TO THE PROPER AGENCY. MOVED BY: Moreno SECONDED BY: Giarrusso ACTION: Adopt Consent Agenda YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-1 4f8-11ee-aabb-0050569183fa 32/53 \f", - "page_number": 32, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 6-22-2023.pdf", - "page_content": "8/5/23, 1:56 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-00505691 83fa RECUSED: 0 AND THE MOTION PASSED. B. AND THE CONSENT AGENDA WAS ADOPTED. REGULAR AGENDA A. LAND USE MATTERS ALL LAND USE ARE SCHEDULED TO COMMENCE AT 11:00 A.M. OR THEREAFTER. All public comments on land use items are subject to City Council Rule 10.1B, whereby each land use matter is limited to a maximum public comment period of 20 minutes, with speakers being limited to two minutes, per item. No ceding of public speaking time is permitted. 15. CAL. NO. 34,198 - BY: COUNCILMEMBER MORRELL Brief: An Ordinance to amend and reordain Section 26-15 of the Code of the City of New Orleans, relative to the City of New Orleans\u2019 amendments to the adopted International Building Code, 2015 Edition; to amend therein the Stormwater Code of the City of New Orleans, which includes permitting and s", - "page_number": 33, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 6-22-2023.pdf", - "page_content": "ubmittal requirements, removal of bonding requirements, fees, plan review, and various standards relative thereto; and otherwise provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 9/22/23). (Technical needed). CONTINUED TO THE MEETING OF 7/27/13. 34198 SPEAKER(S): Did not speak, matter cont'd Michael Burnside 16. CAL. NO. 34,230 - BY: COUNCILMEMBER MORRELL Brief: An Ordinance to amend and reordain Section 26-680 of the Code of New Orleans to add references to the Minimum Property Maintenance Code; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 10/6/23). 34230-29497 MCS SPEAKER(S): Maxwell Ciardullo; E-Comments - Andreanecia Morris MOVED By: Morrell SECONDED BY: Moreno https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-1 4f8-11ee-aabb-0050569183fa 33/53 \f", - "page_number": 33, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 6-22-2023.pdf", - "page_content": "8/5/23, 1:56 PM 17. 18. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-00505691 83fa ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. CAL. NO. 34,237 - BY: COUNCILMEMBER KING Brief: An Ordinance to temporarily waive certain fees, permit fees, and requirements within and around Devour Park located at 1500 Teche Street, New Orleans, Louisiana in conjunction with the Senior Car Giveaway event on Sunday, June 18, 2023 from 12:00 p.m. to 5:00 p.m., to specify the duration and boundaries of said waiver; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 10/6/23). 34237-29498 MCS ", - "page_number": 34, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 6-22-2023.pdf", - "page_content": "SPEAKER(S): Michael Burnside MOVED By: King SECONDED BY: Green ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. CAL. NO. 34,238 - BY: COUNCILMEMBERS MORRELL, MORENO, HARRIS, AND KING Brief: An Ordinance to amend and reordain Section 2-905 of the Code of New Orleans to change the process for granting of exceptions to the City\u2019s Clean Fleet requirements; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 10/6/23). 34238-29499 MCS SPEAKER(S): Maxwell Ciardullo, Michael Burnside; E-comments - Jesse George https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-1 4f8-11ee-aabb-0050569183fa 34/53 \f", - "page_number": 34, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 6-22-2023.pdf", - "page_content": "8/5/23, 1:56 PM 19. 20. 21. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-00505691 83fa MOVED By: Morrell SECONDED BY: Moreno ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Thomas - 1 RECUSED: 0 AND THE MOTION PASSED. CAL. NO. 34,239 - BY: COUNCILMEMBER THOMAS (BY REQUEST) Brief: An Ordinance authorizing the Mayor of the City of New Orleans to enter into a Cooperative Endeavor Agreement (\u201cCEA\u201d) between the City of New Orleans (the \u201cCity) and the Law Enforcement District (\u201cLED\u201d) of the Parish of Orleans, State of Louisiana, represented by its Chief Executive Officer Sheriff Susan Hutson, for a term greater than one year, for the public purpose of constructing a new Medical and Mental Health Services Facility (\u201cPhase IIT\u2019) at the Orleans Justice Center (\u201cOJC\u2019\u2019) in the City of New Orleans, as more fully detailed in the CEA form attached hereto as Exhibit \u201cA\u201d; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline", - "page_number": 35, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 6-22-2023.pdf", - "page_content": " 10/6/23). WITHDRAWN. 34239 SPEAKER(S): Did not speak, matter withdrawn Casey Giraud Davis CAL. NO. 34,241 - BY: COUNCILMEMBER GIARRUSSO Brief: An Ordinance to amend and reordain the Unclassified Pay Plan for officers and employees in the unclassified service of the City of New Orleans, in accordance with Section 3-118 and 4- 206(1)(g) of the Home Rule Charter of the City of New Orleans, to establish new titles for the existing positions of Chief of EMS (Physician) (U-3005) and Deputy Chief of EMS (U-3006); to change the titles to Medical Director (U-3005) and Chief of EMS (U-3006); to establish new salary ranges for these classifications within the Unclassified Pay Plan; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 10/6/23). CONTINUED TO THE MEETING OF 7/13/23 AND REFERRED TO THE BUDGET COMMITTEE. 34241 CAL. NO. 34,242 - BY: COUNCILMEMBERS GIARRUSSO, HARRIS AND MORENO (BY REQUEST) https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-1 4f8-11ee-aabb-0050569183fa 35/53 \f", - "page_number": 35, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 6-22-2023.pdf", - "page_content": "8/5/23, 1:56 PM 22. 23. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-00505691 83fa Brief: An Ordinance to amend Ordinance No. 29265 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Revenues for the City of New Orleans for the Year 2023,\u201d to appropriate funds for rental assistance programs in the Office of Community Development and to pilot a program to assist homeowners in addressing code enforcement violations in Historic District Landmarks Commission; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 10/6/23). CONTINUED TO THE MEETING OF 7/13/23 AND REFERRED TO THE BUDGET COMMITTEE. 34242 SPEAKER(S): Did not speak, matter cont'd Casey Giraud Davis; E-Comments - Andreanecia Morris CAL. NO. 34,243 - BY: COUNCILMEMBERS GIARRUSSO, HARRIS AND MORENO (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29266 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023,\u201d to appropriate funds", - "page_number": 36, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 6-22-2023.pdf", - "page_content": " for rental assistance programs in the Office of Community Development and to pilot a program to assist homeowners in addressing code enforcement violations in Historic District Landmarks Commission; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 10/6/23). CONTINUED TO THE MEETING OF 7/13/23 AND REFERRED TO THE BUDGET COMMITTEE. 34243 CAL. NO. 34,244 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29265 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Revenues for the City of New Orleans for the Year 2023\u201d, to appropriate grant funds to the Police Department for personnel overtime and to purchase security systems, equipment and software; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 10/6/23). CONTINUED TO THE MEETING OF 7/13/23 AND REFERRED TO THE BUDGET COMMITTEE. 34244 https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-1 4f8-11ee-aabb-0050569183fa 36/53 \f", - "page_number": 36, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 6-22-2023.pdf", - "page_content": "8/5/23, 1:56 PM 24. 25. 26. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-00505691 83fa CAL. NO. 34,245 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29266 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023\u201d, to appropriate grant funds to the Police Department for personnel overtime and to purchase security systems, equipment and software; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 10/6/23). CONTINUED TO THE MEETING OF 7/13/23 AND REFERRED TO THE BUDGET COMMITTEE. 34245 CAL. NO. 34,246 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29265 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Revenues for the City of New Orleans for the Year 2023\u201d, to appropriate grant funds awarded to the Health Department for the Healthcare for the Homeless Progr", - "page_number": 37, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 6-22-2023.pdf", - "page_content": "am to expand HIV health services in the community through various partnerships; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 10/6/23). CONTINUED TO THE MEETING OF 7/13/23 AND REFERRED TO THE BUDGET COMMITTEE. 34246 SPEAKER(S): Did not speak, matter cont'd E-Comments - Andreanecia Morris CAL. NO. 34,247 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29266 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023\u201d, to appropriate grant funds awarded to the Health Department for the Healthcare for the Homeless Program to expand HIV health services in the community through various partnerships; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 10/6/23). CONTINUED TO THE MEETING OF 7/13/23 AND REFERRED TO THE BUDGET COMMITTEE. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-1 4f8-11ee-aabb-0050569183fa 37/53 \f", - "page_number": 37, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 6-22-2023.pdf", - "page_content": "8/5/23, 1:56 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-00505691 83fa 34247 27. CAL. NO. 34,248 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29265 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Revenues for the City of New Orleans for the Year 2023\u201d, to appropriate unspent grant funds to the Office of Workforce Development; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 10/6/23). CONTINUED TO THE MEETING OF 7/13/23 AND REFERRED TO THE BUDGET COMMITTEE. 34248 28. CAL. NO. 34,249 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29266 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023\u201d, to appropriate unspent grant funds to th", - "page_number": 38, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 6-22-2023.pdf", - "page_content": "e Office of Workforce Development; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 10/6/23). CONTINUED TO THE MEETING OF 7/13/23 AND REFERRED TO THE BUDGET COMMITTEE. 34249 29. CAL. NO. 34,250 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29265 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Revenues for the City of New Orleans for the Year 2023\u201d, to appropriate grant funds to the Department of Health for Emergency Medical Services to purchase computers and virtual reality headsets required for virtual reality training; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 10/6/23). CONTINUED TO THE MEETING OF 7/13/23 AND REFERRED TO THE BUDGET COMMITTEE. 34250 https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-1 4f8-11ee-aabb-0050569183fa 38/53 \f", - "page_number": 38, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 6-22-2023.pdf", - "page_content": "8/5/23, 1:56 PM 30. 31. 32. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-00505691 83fa CAL. NO. 34,251 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29266 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023\u201d, to appropriate grant funds to the Health Department for Emergency Medical Services to purchase computers and virtual reality headsets required for virtual reality training; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 10/6/23). CONTINUED TO THE MEETING OF 7/13/23 AND REFERRED TO THE BUDGET COMMITTEE. 34251 CAL. NO. 34,252 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29266 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023\u201d, to transfer funds from Personal Services to Other Operating", - "page_number": 39, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 6-22-2023.pdf", - "page_content": " within the Office of Police Secondary Employment to cover the remaining payrolls (19) for Reserve Officers; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 10/6/23). CONTINUED TO THE MEETING OF 7/13/23 AND REFERRED TO THE BUDGET COMMITTEE. 34252 SPEAKER(S): Did not speak matter, cont'd Michael Burnside MOTION (LYING OVER) - NO. M-22-516 - BY: COUNCILMEMBER MORRELL Brief: Authorizing the creation of committee as an advisory committee, to be known as the City of New Orleans Home Rule Charter Review Committee, to review, opine on and make non- binding recommendations to the New Orleans City Council regarding potential changes to the Home Rule Charter, pursuant Section 3-127 of the City of New Orleans Home Rule Charter. Annotation: ELECTRONICALLY SUBMITTED. (Referred to the Governmental Affairs Committee). (Technical Correction). CONTINUED TO THE MEETING OF 7/27/23 AND REFERRED TO THE GOVERNMENTAL AFFAIRS COMMITTEE. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-1 4f8-11ee-aabb-0050569183fa 39/53 \f", - "page_number": 39, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 6-22-2023.pdf", - "page_content": "8/5/23, 1:56 PM 33. 34. 35. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-00505691 83fa M-22-516 LO MOTION (LYING OVER) - NO. M-23-Z - BY: COUNCILMEMBERS MORRELL AND KING Brief: Directing City Planning Commission to conduct a public hearing to consider amendments to Ordinance No. 4,264 M.C.S., amended by Ordinance No. 26,413 M.C.S., as amended, the Comprehensive Zoning Ordinance of the City of New Orleans, to amend Article 9 Historic Core Neighborhoods Residential Districts to create a new zoning classification, VCR-3, and to make associated zoning map changes to effectuate the new zoning district. The purpose of VCR-3 is to allow a mix of primarily residential uses, limited to singles, doubles, educational, and cultural uses. When compared to VCR-1 and VCR-2, VCR-3 is intended to promote educational and cultural uses that are compatible with residential use. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/7/23). M-23-Z LO MOVED By: Morre", - "page_number": 40, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 6-22-2023.pdf", - "page_content": "ll SECONDED BY: _ King ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Thomas - 1 RECUSED: 0 AND THE MOTION PASSED. MOTION (LYING OVER) - NO. M-23-AA - BY: COUNCILMEMBERS MORRELL AND KING Brief: Directing City Planning Commission to conduct a public hearing to consider a zoning change from VCR-1 Vieux Carre Residential District to VCR-3 Vieux Carre Residential District, on the entirety of Square 56, Lots 16, 18, 19, 20, 21, Lot A Pt Lot 1, Lot B, Pt Lot 1, and Lot C Pt 1, in the Second Municipal District, bounded by Saint Philip Street, Bourbon Street, Ursulines Street, and Royal Street (Municipal Addresses: 721 Saint Philip Street and 1014 Bourbon Street). Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/7/23). CONTINUED INDEFINITELY. M-23-AA LO MOTION (LYING OVER) - NO. M-23-164 - BY: COUNCILMEMBER MORRELL https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-1 4f8-11ee-aabb-0050569183fa 40/53 \f", - "page_number": 40, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 6-22-2023.pdf", - "page_content": "8/5/23, 1:56 PM 38. 39. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-00505691 83fa Brief: Stating that before any substantive filing is made in the United States District Court for the Eastern District of Louisiana, or, in any appellate court with jurisdiction over the Eastern District, for either Lashawn Jones v. Marlin Gusman or United State of America v. City of New Orleans, the Department of Law shall brief the Council on the City's position before the filing occurs. Annotation: Council Rule 34. Postponement Deadline 8/18/23). (Cm. Giarrusso requested his name be added). WITHDRAWN. M-23-164 LO RESOLUTION - NO. R-23-276 - BY: COUNCILMEMBER GIARRUSSO_ (BY REQUEST) Brief: Resolution giving preliminary approval to the issuance of not exceeding Eighty Million Dollars ($80,000,000) of City of New Orleans Sewerage Service Revenue Bonds, in one or more series. Annotation", - "page_number": 41, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 6-22-2023.pdf", - "page_content": ": (Council Rule 34. Postponement Deadline 10/20/23). CONTINUED TO THE MEETING OF 7/13/23 AND REFERRED TO THE BUDGET COMMITTEE. R-23-276 SPEAKER(S): Did not speak matter, cont'd Michael Burnside RESOLUTION - NO. R-23-277 - BY: COUNCILMEMBERS MORRELL, MORENO, GIARRUSSO, HARRIS, KING, GREEN AND THOMAS Brief: Celebrating the diversity of the City of New Orleans\u2019 residents, including its religious minorities, and stands in solidarity with the Biden-Harris Administration\u2019s national strategy to counter antisemitism. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 10/20/23). R-23-277 SPEAKER(S): Aaron Bloch, Casey Giraud Davis; E-Comments - Lindsay Friedmann MOVED By: Morrell SECONDED BY: Giarrusso ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell - 6 https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-1 4f8-11ee-aabb-0050569183fa 41/53 \f", - "page_number": 41, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 6-22-2023.pdf", - "page_content": "8/5/23, 1:56 PM 34. 50. 4l. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-00505691 83fa NAYS: 0 ABSTAIN: 0 ABSENT: Thomas - 1 RECUSED: 0 AND THE MOTION PASSED. At this time we are going back to Motion (Lying Over) No. M-23-AA, Regular Agenda Item #34, reason being to add Rule 34 (CONTINUED INDEFINITELY) statement to the record. MOTION (LYING OVER) - NO. M-23-AA - BY: COUNCILMEMBERS MORRELL AND KING Brief: Directing City Planning Commission to conduct a public hearing to consider a zoning change from VCR-1 Vieux Carre Residential District to VCR-3 Vieux Carre Residential District, on the entirety of Square 56, Lots 16, 18, 19, 20, 21, Lot A Pt Lot 1, Lot B, Pt Lot 1, and Lot C Pt 1, in the Second Municipal District, bounded by Saint Philip Street, Bourbon Street, Ursulines Street, and Royal Street (Municipal Addresses: 721 Saint Philip Street and 1014 Bourbon Street). Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/7/23). CONTINUED INDEFINITELY. According to Rule 34, this matter is being Continued Indefinitely, and pursuant to Rule 34 it will not appear on any further agendas unless requested by the sponsoring Councilmember(s). POINT OF PERSONAL PRIVI", - "page_number": 42, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 6-22-2023.pdf", - "page_content": "LEGE - Cm. King speaking on the Cypress Park Apartments attempted eviction of several homelss tenants illegally living there. Nathan Fields, Director of Homelss Resources is asking for City money to help temporary find housing for those MOTION - NO. M-23-280 - BY: COUNCILMEMBERS MORRELL, MORENO, GIARRUSSO, HARRIS, KING, GREEN AND THOMAS Brief: Authorizing the employment of Barrasso Usdin Kupperman Freeman & Sarver, L.L.C. as legal counsel for Council President JP Morrell and Council Vice President Helena Moreno in their official and individual capacities for the purpose of intervening in and pursuing the Council\u2019s claims in Council of the City of New Orleans v. Edward Wisner Donation, et al., Case No. 2022-6765 and any other case involving similar subject matter. The terms of the representation, including the maximum compensation payable in connection therewith, shall be as set forth in the recitals herein and in the professional services agreement authorized by Motion No. M-22-185, as amended from time to time. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 10/20/23). M-23-280 https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-1 4f8-11ee-aabb-0050569183fa 42/53 \f", - "page_number": 42, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 6-22-2023.pdf", - "page_content": "8/5/23, 1:56 PM 42. 43. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-00505691 83fa SPEAKER(S): Michael Burnside MOVED By: Morrell SECONDED BY: Moreno ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Thomas - 1 RECUSED: 0 AND THE MOTION PASSED. MOTION - NO. M-23-286 - BY: COUNCILMEMBER GREEN (BY REQUEST) Brief: Declaring the failure of the two HVAC chiller compressors at the St. Bernard Recreation Center an imminent threat to life and property and a public emergency and authorizing the New Orleans Recreation Development Commission to secure informal bids for the emergency procurement of two HVAC chiller compressors systems at an estimated cost of $40,000.00. Annotation: (Council Rule 34. Postponement Deadline 10/20/23). M-23-286 ", - "page_number": 43, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 6-22-2023.pdf", - "page_content": " MOVED By: Green SECONDED BY: Morrell ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Morrell - 5 NAYS: 0 ABSTAIN: 0 ABSENT: Moreno, Thomas - 2 RECUSED: 0 AND THE MOTION PASSED. MOTION - NO. M-23-287 - BY: COUNCILMEMBERS THOMAS AND HARRIS (BY REQUEST) Brief: Adding the President of the Council as a signatory to Amendment No. | to the contract between the City of New Orleans and Legacy Professional Services, LLC; and authorizing the President of the Council to sign Amendment No. 1 between the City of New Orleans and Legacy Professional Services, LLC. Annotation: (Council Rule 34. Postponement Deadline 10/20/23). CONTINUED TO THE MEETING OF 7/13/23 AND REFERRED TO THE PUBLIC WORKS COMMITTEE. M-23-287 https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-1 4f8-11ee-aabb-0050569183fa 43/53 \f", - "page_number": 43, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 6-22-2023.pdf", - "page_content": "8/5/23, 1:56 PM 44. 45. 46. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-00505691 83fa MOTION - NO. M-23-290 - BY: COUNCILMEMBER KING Brief: Directing the City Planning Commission to conduct a public hearing to consider a zoning map amendment from S-RS Suburban Single-Family Residential District to S-B1l Suburban Business District on Square 2, Lot PT27, in the Fifth Municipal District, bounded by General Meyer Avenue, and Casimere, Zion, and Carver Streets (Municipal Address: 6505 General Meyer Avenue). Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 10/20/23). M-23-290 MOVED By: King SECONDED BY: Green ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Morrell - 5 NAYS: 0 ABSTAIN: 0 ABSENT: Moreno, Thomas - 2 RECUSED: 0 AND THE MOTION PASSED. MOTION - NO. M-23-291 - BY: COUNCILME", - "page_number": 44, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 6-22-2023.pdf", - "page_content": "MBER KING Brief: Directing the City Planning Commission to conduct a public hearing to consider a zoning map amendment from S-BS Suburban Pedestrian-Oriented Corridor Business District to S-RS Suburban Single-Family Residential District on Square 1, Lot RB25, in the Fifth Municipal District, bounded by Stanton Road, English Turn Parkway, Delacroix Road, and Willow Drive (Municipal Address: 1600 Stanton Road). Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 10/20/23). M-23-291 MOVED By: King SECONDED BY: Morrell ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Thomas - 1 RECUSED: 0 AND THE MOTION PASSED. MOTION - NO. M-23-293 - BY: COUNCILMEMBER THOMAS (BY REQUEST) https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-1 4f8-11ee-aabb-0050569183fa 44/53 \f", - "page_number": 44, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 6-22-2023.pdf", - "page_content": "8/5/23, 1:56 PM 47. 51. Sla. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-00505691 83fa Brief: Adding the President of the Council as a signatory to the professional services agreement between the City of New Orleans and Saltus Technologies, Inc.; and authorizing the President of the Council to sign the professional services agreement between the City of New Orleans and Saltus Technologies, Inc. Annotation: (Council Rule 34. Postponement Deadline 10/20/23). CONTINUED TO THE MEETING OF 7/13/23 AND REFERRED TO THE PUBLIC WORKS COMMITTEE. M-23-293 MOTION - NO. M-23-294 - BY: COUNCILMEMBER GREEN (BY REQUEST) Brief: Adding the President of the Council as a signatory to the Grant of Servitude between the City of New Orleans, through its Stormwater and Green Infrastructure and Orleans Parish School Board; and authorizing the President of the Council to sign the Grant of Servitude between the City of New Orleans, through its Stormwater and Green Infrastructure and Orlean", - "page_number": 45, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 6-22-2023.pdf", - "page_content": "s Parish School Board. Annotation: (Council Rule 34. Postponement Deadline 10/20/23). CONTINUED TO THE MEETING OF 7/13/23 AND REFERRED TO THE PUBLIC WORKS COMMITTEE. M-23-294 ORDINANCES ON FIRST READING CALENDAR NUMBERS 34,253 THRU 34,276. INTRODUCED AND LAID OVER AS REQUIRED BY LAW. MOVED By: Green SECONDED BY: Giarrusso ACTION: Introduce on First Reading YEAS: Giarrusso, Green, Harris, Moreno, Morrell - 5 NAYS: 0 ABSTAIN: 0 ABSENT: King, Thomas - 2 RECUSED: 0 AND THE MOTION PASSED. 6-22-23 Ist Readings CAL. NO. 34,253 - BY: COUNCILMEMBER HARRIS Brief: An Ordinance to establish a conditional use to permit a neighborhood commercial establishment in an HU-RD2 Historic Urban Two-Family Residential District on Square 450, Lot X, in the Second Municipal District, bounded by Conti Street, Bienville Street, North Norman C Francis Parkway, and North Rendon Street (Municipal Address: 3310 Conti https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-1 4f8-11ee-aabb-0050569183fa 45/53 \f", - "page_number": 45, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 6-22-2023.pdf", - "page_content": "8/5/23, 1:56 PM 51b. Sle. 51d. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-00505691 83fa Street); and otherwise to provide with respect thereto. (Zoning Docket no. 66/22) Annotation: (90 Days, Cn. Deadline 9/6/23). (Cn. Deadline 8/24/23). 34253 CAL. NO. 34,254 - BY: COUNCILMEMBER HARRIS Brief: An Ordinance to amend and reordain Articles 20, 21 and 22 of the Comprehensive Zoning Ordinance (Ordinance No. 4264 M.C.S., as amended by Ordinance No. 26,413 M.C.S. and subsequent amendments) to require security measures and crime mitigation efforts at Parking Structures and Parking Lots (principal uses), specifically within the use standards in Sections 20.3.00, 20.3.00.1, and 20.3.00.2, as well as any related regulations, including Section 21.5; to possibly require security measures and crime mitigation efforts for consideration include required on-site employees and parking lot attendants; adequate lighting; and the installation of panic buttons, emergency call boxes, and security cameras; and requesting consideration of whether certain Parking Structures and Parking Lots (principal uses) should be exempt, including those that are not open to the public; those that are locked or gated: and those below", - "page_number": 46, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 6-22-2023.pdf", - "page_content": " a certain number of parking spots or square footage; and otherwise to provide with respect thereto.(Zoning Docket no. 12/23) Annotation: (90 Days, Cn. Deadline 9/6/23). (Cn. Deadline 8/24/23). 34254 CAL. NO. 34,255 - BY: COUNCILMEMBER HARRIS Brief: An Ordinance to amend and reordain Articles 9, 10, 11 12, 13, 14, 15, 17 and 28 of the Comprehensive Zoning Ordinance (Ordinance No. 4264 M.C.S., as amended by Ordinance No. 26,413 M.C.S. and subsequent amendments) to create standards for affordable homeownership opportunities by amending Article 5, Article 26, and/or Article 28, and any related articles according to the City Planning Commission, and to consider the community land trust model to define and create standards for Affordable Homeownership Development; and otherwise to provide with respect thereto. (Zoning Docket no. 14/23) Annotation: (90 Days, Cn. Deadline 9/6/23). (Cn. Deadline 8/24/23). 34255 CAL. NO. 34,256 - BY: COUNCILMEMBER KING Brief: An Ordinance to establish a conditional use to permit a reception facility in an HMC-2 Historic Marigny/Trem\u00e9/Bywater Commercial District, on Square 636, Lots C and 10, in the https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-1 4f8-11ee-aabb-0050569183fa 46/53 \f", - "page_number": 46, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 6-22-2023.pdf", - "page_content": "8/5/23, 1:56 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-00505691 83fa Third Municipal District, bounded by North Claiborne Avenue, Pauger Street, North Robertson Street, and Saint Anthony Street (Municipal Addresses: 1830-1840 North Claiborne Avenue and 2224 Pauger Street); and otherwise to provide with respect thereto. (Zoning Docket no. 21/23) Annotation: (90 Days, Cn. Deadline 9/6/23). (Cn. Deadline 8/24/23). 34256 Sle. CAL. NO. 34.257 - BY: COUNCILMEMBER GIARRUSSO (BY REQUEST) Brief: An Ordinance for the rescission of Ordinance No. 24,145 MCS (Zoning Docket 59/10) and to grant a conditional use to permit the expansion of an existing commercial use to exceed 5,000 square feet of floor area, on Square 236, Lot 30-A, in the Second Municipal District, bounded by Argonne Boulevard, Harrison Avenue, Marshall Foch and Bragg Streets (Municipal Address: 6300 Argonne Boulevard); and otherwise to provide with respect thereto.(Zoning Docket NO. 27/23) Annotation: (90 Days, Cn. Deadline 9/6/23). (Cn. Deadline 8/24/23). 34257 51f. CAL. NO. 34,258 - BY: COUNCILMEMBER KING Brief: An Ordinan", - "page_number": 47, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 6-22-2023.pdf", - "page_content": "ce to amend and reordain Article 10 of the Comprehensive Zoning Ordinance (Ordinance No. 4264 M.C.S., as amended by Ordinance No. 26,413 M.C.S. and subsequent amendments) to add \"wine shop\" as a conditional use in the VCS Vieux Carr\u00e9 Service District, affecting properties located in the VCS Vieux Carr\u00e9 Service District; and otherwise to provide with respect thereto. (ZONING DOCKET NO. 32/23) Annotation: (90 Days, Cn. Deadline 9/6/23). (Cn. Deadline 8/24/23). 34258 51g. CAL. NO. 34,259 - BY: COUNCILMEMBER KING Brief: An Ordinance to establish a conditional use to permit a wine shop in the VCS Vieux Carr\u00e9 Service District with an extension in hours of operation and the rescission of Ordinance No. 16,427 MCS (ZD 014/94), on Square 13, Lot 43 or 9, in the Second Municipal District, bounded by Decatur Street, French Market Place, Governor Nicholls Street, and Ursulines Street (Municipal Addresses: 1118 Decatur Street and 23-25 French Market Place); and otherwise to provide with respect thereto.(Zoning Docket No. 33/23) https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-1 4f8-11ee-aabb-0050569183fa 47/53 \f", - "page_number": 47, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 6-22-2023.pdf", - "page_content": "8/5/23, 1:56 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-00505691 83fa Annotation: (90 Days, Cn. Deadline 9/6/23).(Cn. Deadline 8/24/23). 34259 51h. CAL. NO. 34,260 - BY: COUNCILMEMBER HARRIS 511. 51j. Brief: An Ordinance to establish a conditional use to permit a hotel in an HU-MU Historic Urban Neighborhood Mixed-Use District, on Square 583, Lot 5 or 7, in the First Municipal District, bounded by South Broad Street, Banks Street, Palmyra Street, and South Dorgenois Street (Municipal Addresses: 316-318 South Broad Street); and otherwise to provide with respect thereto. (Zoning Docket no. 34/23) Annotation: (90 Days, Cn. Deadline 9/6/23) (Cn. Deadline 8/24/23). 34260 CAL. NO. 34,261 - BY: COUNCILMEMBERS HARRIS AND THOMAS (BY REQUEST) Brief: An Ordinance authorizing the Mayor of the City of New Orleans to enter into a Cooperative Endeavor Agreement (\u201cCEA\u201d) between the City of New Orleans (the \u201cCity\u2019\u2019) and the State of Louisiana, Department of Public Safety and Corrections, Public Safety Services, Office of State Police, Crime Laboratory (the \u201cLSPCL\u201d), for a term of one year, for the public purpose of continuing a previously established forensic sci", - "page_number": 48, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 6-22-2023.pdf", - "page_content": "ence partnership by facilitating the selection and training of DNA analysts who may ultimately serve with the New Orleans Police Department (\u201cNOPD\u201d), as employees who analyze DNA evidence from crimes that occur in the City of New Orleans, as more fully detailed in the Cooperative Endeavor Agreement form as Exhibit \u201cA\u201d; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 10/20/23). 34261 CAL. NO. 34,262 - BY: COUNCILMEMBER HARRIS (BY REQUEST) Brief: An Ordinance authorizing the Mayor of the City of New Orleans to enter into a Cooperative Endeavor Agreement between the City of New Orleans (the \u201cCity\u201d) and Odyssey House Louisiana, for a term greater than one year, for the public purpose of increasing harm reduction services and to provide treatment and wraparound support to individuals who have experienced an overdose in the City of New Orleans, as more fully detailed in the Cooperative Endeavor Agreement form as Exhibit \u201cA\u201d; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 10/20/23). 34262 https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-1 4f8-11ee-aabb-0050569183fa 48/53 \f", - "page_number": 48, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 6-22-2023.pdf", - "page_content": "8/5/23, 1:56 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-00505691 83fa 51k. CAL. NO. 34,263 - BY: COUNCILMEMBERS MORENO AND THOMAS (BY REQUEST) Brief: An Ordinance authorizing the Mayor of the City of New Orleans to enter into a Cooperative Endeavor Agreement (\u201cCEA\u201d) between the City of New Orleans (the \u201cCity\u201d), the State of Louisiana, Division of Administration, Office of Community Development (\u201cState\u201d), for a term of five years, for the public purpose to provide resiliency and recovery efforts through infrastructure and economic revitalization in areas impacted by Hurricane Ida and other severe storms and flooding in 2020 and 2021 in the City of New Orleans, as more fully detailed in the CEA as Exhibit \u201cA\u201d; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 10/20/23). 34263 511. CAL. NO. 34,264 - BY: COUNCILMEMBER KING Brief: An Ordinance to name the natatortum at Morris F.X. Jeff, Sr. Park the George V. Rainey Natatorium; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 10/20/23). 34264 51m. CAL. NO. 34,265 - BY", - "page_number": 49, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 6-22-2023.pdf", - "page_content": ": COUNCILMEMBER THOMAS (BY REQUEST) Brief: An Ordinance authorizing the Mayor of the City of New Orleans to enter into a Cooperative Endeavor Agreement (\u201cCEA\u201d) between the City of New Orleans (the \u201cCity\u201d) and the Law Enforcement District (\u201cLED\u201d) of the Parish of Orleans, State of Louisiana, represented by its Chief Executive Officer Sheriff Susan Hutson, for a term greater than one year, for the public purpose of constructing a new Medical and Mental Health Services Facility (\u201cPhase IIT\u2019) at the Orleans Justice Center (\u201cOJC\u2019\u2019) in the City of New Orleans, as more fully detailed in the CEA form as Exhibit \u201cA\u201d; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 10/20/23). 34265 Sin. CAL. NO. 34,266 - BY: COUNCILMEMBER THOMAS Brief: An Ordinance to amend and reordain section 162-155 of the Code of the City of New Orleans to extend the renewal period for expired certificates of public necessity (CPNC); decrease the reinstatement fee; allow for the reissuance of certain revoked CPNCs; and otherwise to https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-1 4f8-11ee-aabb-0050569183fa 49/53 \f", - "page_number": 49, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 6-22-2023.pdf", - "page_content": "8/5/23, 1:56 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-00505691 83fa provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 10/20/23). 34266 510. CAL. NO. 34,267 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29265 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Revenues for the City of New Orleans for the Year 2023\u201d, to appropriate funds to the Office of Criminal Justice Coordination to complete the remaining obligations for the Safety and Justice Challenge Sustainability Grant through June 2023; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 10/20/23). (Fiscal Note received). 34267 51p. CAL. NO. 34,268 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29266 M.C.S., as amended, entitled \u201cAn Ordinance Providing an", - "page_number": 50, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 6-22-2023.pdf", - "page_content": " Operating Budget of Expenditures for the City of New Orleans for the Year 2023\u201d, to appropriate funds to the Office of Criminal Justice Coordination to complete the remaining obligations for the Safety and Justice Challenge Sustainability Grant through June 2023; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 10/20/23). (Fiscal Note received). 34268 51q. CAL. NO. 34,269 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29265 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Revenues for the City of New Orleans for the Year 2023\u201d, to appropriate unspent grant funds to the Office of Criminal Justice Coordination; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 10/20/23). (Fiscal Note received). https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-1 4f8-11ee-aabb-0050569183fa 50/53 \f", - "page_number": 50, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 6-22-2023.pdf", - "page_content": "8/5/23, 1:56 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-00505691 83fa 34269 51r, CAL. NO. 34,270 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29266 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023\u201d, to appropriate unspent grant funds to the Office of Criminal Justice Coordination; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 10/20/23). (Fiscal Note received). 34270 51s. CAL. NO. 34,271 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29265 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Revenues for the City of New Orleans for the Year 2023\u201d, to appropriate grant funds awarded by FEMA to the Chief Administrative Office for Municipal Traffic Court contents an", - "page_number": 51, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 6-22-2023.pdf", - "page_content": "d supplies costs incurred during the aftermath of Hurricane Ida; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 10/20/23). (Fiscal Note received). 34271 51t. CAL. NO. 34,272 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29266 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023\u201d, to appropriate grant funds awarded by FEMA to the Chief Administrative Office for Municipal Traffic Court contents and supplies costs incurred during the aftermath of Hurricane Ida; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 10/20/23). (Fiscal Note received). 34272 S51u. CAL. NO. 34,273 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-1 4f8-11ee-aabb-0050569183fa 51/53 \f", - "page_number": 51, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 6-22-2023.pdf", - "page_content": "8/5/23, 1:56 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-00505691 83fa Brief: An Ordinance to amend Ordinance No. 29265 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Revenues for the City of New Orleans for the Year 2023,\u201d to appropriate federal grant funds to the Mayor\u2019s Office of Homeland Security and Emergency Preparedness for Federal Emergency Management Agency reimbursable costs; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 10/20/23). (Fiscal Note received). 34273 51v. CAL. NO. 34,274 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29266 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023,\u201d to appropriate federal grant funds to the Mayor\u2019s Office of Homeland Security and Emergency Preparedness for Federal Emergency Management Agency reimbursable costs; and otherwise to ", - "page_number": 52, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 6-22-2023.pdf", - "page_content": "provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 10/20/23). (Fiscal Note received). 34274 Slw. CAL. NO. 34,275 - BY: COUNCILMEMBER KING (BY REQUEST) Brief: An Ordinance to provide for the establishment of the Riverwalk-Spanish Plaza Economic Development District in the City of New Orleans, State of Louisiana, comprised of the immovable property described in Exhibit B attached hereto (the \u201cRiverwalk-Spanish Plaza Site\u201d); designating the governing authority of Riverwalk-Spanish Plaza Economic Development District; providing for the publication of this ordinance; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 10/20/23). 34275 51x. CAL. NO. 34,276 - BY: COUNCILMEMBER THOMAS Brief: An Ordinance to temporarily waive certain fees, permit fees, and requirements within and around the Joe Brown Park located at 5601 Read Boulevard, New Orleans, Louisiana in https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-1 4f8-11ee-aabb-0050569183fa 52/53 \f", - "page_number": 52, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 6-22-2023.pdf", - "page_content": "8/5/23, 1:56 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-00505691 83fa conjunction with the N. O. Sho-Tyme/Evergreen Showdown event on Saturday, June 17, 2023 from 9:00 a.m. to 4:00 p.m., to specify the duration and boundaries of said waiver; and to provide otherwise with respect thereto. Annotation: (Council Rule 34. Postpon", - "page_number": 53, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 6-22-2023.pdf", - "page_content": "ement Deadline 10/20/23). 34276 52. MOTION TO ADJOURN @_3:36 P.M. MOVED By: Green SECONDED BY: Moreno ACTION: Adjourn YEAS: Giarrusso, Green, Harris, Moreno, Morrell - 5 NAYS: 0 ABSTAIN: 0 ABSENT: King, Thomas - 2 RECUSED: 0 AND THE MOTION PASSED. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-1 4f8-11ee-aabb-0050569183fa 53/53 \f", - "page_number": 53, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 6-8-2023.pdf", - "page_content": "8/5/23, 1:55 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4562&doc_id=bdece720-0702-11ee-95dd-00505691 83fa THE COUNCIL City of New Orleans HELENA MORENO JP MORRELL Councilmember-At-Large Councilmember-At-Large JOSEPH I. LESLI D. FREDDIE EUGENE J. OLIVER M. GIARRUSSO HARRIS KING ITI GREEN, JR. THOMAS, JR. Il Councilmember Councilmember Councilmember Councilmember Councilmember District B District C District D District E District A MINUTES Regular City Council Meeting held in City Hall Council Chamber on Thursday, June 8, 2023 at 10:07 A.M. PRES", - "page_number": 1, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 6-8-2023.pdf", - "page_content": "IDENT VICE PRESIDENT JP MORRELL HELENA MORENO Councilmember-At-Large Councilmember-At-Large 1. ROLL CALL - LORA W. JOHNSON, CLERK OF COUNCIL On calling the roll, the following members answered to their names: PRESENT: Giarrusso, Green, Harris, Moreno, Morrell - 5 ABSENT: King, Thomas - 2 FIVE MEMBERS PRESENT, CONSTITUTING A QUORUM. Councilmember King (Arrived later in the meeting). Councilmember Thomas (Arrived later in the meeting). https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4562&doc_id=bdece720-0702-11ee-95dd-0050569183fa 1/57 \f", - "page_number": 1, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 6-8-2023.pdf", - "page_content": "8/5/23, 1:55 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4562&doc_id=bdece720-0702-11ee-95dd-00505691 83fa 2. INVOCATION - PASTOR BRANDON BOUTIN, UNITED FELLOWSHIP FULL GOSPEL BAPTIST CHURCH 3. PLEDGE OF ALLEGIANCE - MALACHI WILLIAMS 4. NATIONAL ANTHEM 1. APPROVAL OF THE MINUTES \u2014 May 11, 2023 and May 25, 2023. Annotation: APPROVED. MOVED By: Moreno SECONDED BY: Green ACTION: Adopt YEAS: Giarrusso, Green, Harris, Moreno, Morrell - 5 NAYS: 0 ABSTAIN: 0 ABSENT: King, Thomas - 2 RECUSED: 0 AND THE MOTION PASSED. SPECIAL ORDERS OF BUSINESS 1. FIRST ORDER OF BUSINESS 2. SECOND ORDER OF BUSINES", - "page_number": 2, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 6-8-2023.pdf", - "page_content": "S 3. THIRD ORDER OF BUSINESS B. CONSENT AGENDA 1. COMMUNICATION - FROM ERIN SPEARS - CHIEF OF STAFF & COUNSEL, COUNCIL UTILITIES REGULATORY OFFICE Brief: Submitting the transmittal document for communications related to electric and gas utility matters to be received by the Council of the City of New Orleans at its meeting on June 8, 2023: Erin Spears - 2023-06-05 Electric Gas Communications Memo C. Communications from Entergy New Orleans, LLC (\u201cENO\u201d) 1. MISO Cost Recovery Rider Annual Update https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4562&doc_id=bdece720-0702-11ee-95dd-0050569183fa 2/57 \f", - "page_number": 2, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 6-8-2023.pdf", - "page_content": "8/5/23, 1:55 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4562&doc_id=bdece720-0702-11ee-95dd-00505691 83fa ENTERGY - 2023-05-31 ENO MISO Annual Cost Recovery Rider Update - Courtney R. Nicholson 2022 Annual Affiliate Transactions Report, submitted pursuant to Section 158-139 of the Code of the City of New Orleans ENTERGY - 2023 ENO Affiliates Transaction Report Letter (1) - Courtney R. Nicholson Environmental Adjustments for the June 2023 Billing Cycle, UD-18-07 ENTERGY - ENOL EAC - June 2023 Billing Month Fuel Adjustments for the June 2023 Billing Cycle, UD-18-07 ENTERGY - ENOL FAC Filing Package June 2023 Billing Month ENTERGY - ENOL FAC KWH Log Sheet (1) - 2 Purchased Gas Adjustments for the June 2023 Billing Cycle, UD-18-07 ENTERGY - ENO", - "page_number": 3, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 6-8-2023.pdf", - "page_content": "L PGA Filing Package - June 2023 Billing Month Purchased Power Capacity Recovery Adjustments for the June 2023 Billing Cycle, UD-18- 07 Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. SPEAKER CARD: Michael Burnside - Info. Only ENTERGY - ENOL PPCR June 2023 Billing Month COMMUNICATION - FROM MICHEL N. THOMPSON, BUSINESS MANAGER, NEW ORLEANS PUBLIC LIBRARY Brief: Submitting the New Orleans Public Library quarterly report for the period of January 1, 2023 - March 31, 2023, for pool vehicles used by staff, none of the vehicles are assigned to one individual, pursuant to Section 2-902(b). Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4562&doc_id=bdece720-0702-11ee-95dd-0050569183fa 3/57 \f", - "page_number": 3, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 6-8-2023.pdf", - "page_content": "8/5/23, 1:55 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4562&doc_id=bdece720-0702-11ee-95dd-00505691 83fa COMMUNICATION - FROM GILBERT MONTANO,_ CHIEF ADMINISTRATIVE OFFICER, CITY OF NEW ORLEANS Brief: Submitting the mid-year report regarding recruitment and retention initiatives for the New Orleans Police Department, pursuant to City Council Motion M-22-518. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. Gilbert Montano - CAO COMMUNICATION - FROM JENNIFER AVEGNO, MD, DIRECTOR OF HEALTH DEPARTMENT, CITY OF NEW ORLEANS Brief: Submitting the March 2023 documentation of all encampment clean-up efforts as required by Section 82-703. Annotation: ELECTRONICALLY SU", - "page_number": 4, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 6-8-2023.pdf", - "page_content": "BMITTED. RECEIVED. Jennifer Avegno - March 2023 Encampment Report COMMUNICATION - FROM JENNIFER AVEGNO, MD, DIRECTOR OF HEALTH DEPARTMENT, CITY OF NEW ORLEANS Brief: Submitting the April 2023 documentation of all encampment clean-up efforts as required by Section 82-703. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. COMMUNICATION - FROM JENNIFER AVEGNO,_MD,_DIRECTOR OF HEALTH DEPARTMENT, CITY OF NEW ORLEANS Brief: Submitting the May 2023 documentation of all encampment clean-up efforts as required by Section 82-703. Annotation: ELECTRONICALLY SUBMITTED. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4562&doc_id=bdece720-0702-11ee-95dd-0050569183fa 4/57 \f", - "page_number": 4, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 6-8-2023.pdf", - "page_content": "8/5/23, 1:55 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4562&doc_id=bdece720-0702-11ee-95dd-00505691 83fa RECEIVED. SPEAKER CARD: Michael Burnside - In Support Shabaka Sekhmet - Info. Only COMMUNICATION - FROM SHELBI FLYNN, DIRECTOR OF INNOVATION CHIEF ADMINISTRATIVE OFFICE, OFFICE OF MAYOR LATOYA CANTRELL Brief: Submitting a proposed agreement between the City of New Orleans Parish Sheriff's Office and Wellpath, LLC, a completed contract Summary Form and the related Motion, pursuant to Rule 57. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED AND REFERRED TO THE CRIMINAL JUSTICE COMMITTEE. See Motion No. M-23-273. Shelbi Flynn - Contract - Orleans Parish Sheriffs Office and Wellpath LLC COMMUNICATION - FROM AMY B. TREPAGNIER, DIRECTOR OF PERSONNEL, CITY OF NEW ORLEANS, DEPARTMENT OF CIVIL SERVICE Brief: Submitting t", - "page_number": 5, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 6-8-2023.pdf", - "page_content": "he Monthly raw data relative to current staffing, hiring, and applications to the New Orleans Police Department as required by City Council Ordinance No. 29130. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. Amy Trepagmer REPORT - OF THE DEPUTY DIRECTOR OF THE NEW ORLEANS HISTORIC DISTRICT LANDMARKS COMMISSION \u201d CENTRAL BUSINESS DISTRICT ISTORIC DISTRICT LANDMARKS COMMISSION Brief: Submitting a report regarding an appeal of the Historic District Landmarks Commission's (HDLC) decision to deny a proposed Demolition (through elevation) of a Contributing rated, one-story Craftsman style residence to create a two-story residence for the property located at 720 Moss Street. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4562&doc_id=bdece720-0702-11ee-95dd-0050569183fa 5/57 \f", - "page_number": 5, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 6-8-2023.pdf", - "page_content": "8/5/23, 1:55 PM 10. 11. 12. 13. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4562&doc_id=bdece720-0702-11ee-95dd-00505691 83fa REPORT - OF THE DEPUTY DIRECTOR OF THE NEW ORLEANS HISTORIC DISTRICT LANDMARKS COMMISSION \u201d CENTRAL BUSINESS DISTRICT HISTORIC DISTRICT LANDMARKS COMMISSION Brief: Submitting a report regarding an appeal of the Historic District Landmarks Commission's (HDLC) decision to deny the retention of the handrail constructed in deviation of the approved drawings for the property located at 801 Belleville Street. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. REPORT - OF THE DEPUTY DIRECTOR OF THE NEW ORLEANS HISTORIC DISTRICT LANDMARKS COMMISSION \u201d CENTRAL BUSINESS DISTRICT HISTORIC DISTRICT LANDMARKS COMMISSION Brief: Submitting a report regarding an appeal of the Historic District Landmarks Commission's (HDLC) decision to deny a proposed Demolition (through elevation) of a Contributing rated, 1-1/2 story; ", - "page_number": 6, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 6-8-2023.pdf", - "page_content": "raised basement residential building to create new habitable square footage for the property located at 39-41 Allard Boulevard. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. REPORT - OF THE DEPUTY DIRECTOR OF THE NEW ORLEANS HISTORIC DISTRICT LANDMARKS COMMISSION _\u201d CENTRAL BUSINESS DISTRICT HISTORIC DISTRICT LANDMARKS COMMISSION Brief: Submitting a report regarding an appeal of the Historic District Landmarks Commission's (HDLC) decision of denial regarding the retention of a rear screened in porch and deck constructed without a Certificate of Appropriateness (CofA) for the property located at 1716 South Rampart Street. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. REPORT - OF THE DEPUTY DIRECTOR OF THE NEW ORLEANS HISTORIC DISTRICT LANDMARKS COMMISSION \u201d CENTRAL BUSINESS DISTRICT HISTORIC DISTRICT LANDMARKS COMMISSION https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4562&doc_id=bdece720-0702-11ee-95dd-0050569183fa 6/57 \f", - "page_number": 6, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 6-8-2023.pdf", - "page_content": "8/5/23, 1:55 PM 14. 15. 16. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4562&doc_id=bdece720-0702-11ee-95dd-00505691 83fa Brief: Submitting a report regarding an appeal of the Historic District Landmarks Commission's (HDLC) approval of demolition of more than 50% of exterior wall structure for renovation and construction of a new addition at a Contributing rated, one-story, three-family residential building for the property located at 7417-21 Burthe Street. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. HDLC Appeal Report - 7417-21 Burthe Street REPORT - OF THE DIRECTOR OF THE VIEUX CARRE COMMISSION Brief: Submitting the report detailing an appeal of the Vieux Carr\u00e9 Commission's (VCC) decision of \"denial\" to retain work completed without benefit of VCC review and approval, including gallery millwork modifications at 1000-1012 St. Philip Street. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. VCC Report - 1000 St Philip St VCC Appeal Report REPORT - OF THE EXECUTIVE DIRECTOR O", - "page_number": 7, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 6-8-2023.pdf", - "page_content": "F THE CITY PLANNING COMMISSION Brief: Transmitting Zoning Docket Numbers 22/23 - Cm. Harris, 36/23 - Cm. Harris, 40/23 - Cm. Giarrusso and 41/23 - Cm. Harris, Cn. Deadline 8/7/23. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. (Hearing Date Set For 6/22/23). Transmittal letter for 5-23-23 CPC meeting CAL. NO. 34,181 - BY: COUNCILMEMBER HARRIS Brief: An Ordinance to establish a conditional use to permit a curb cut along Convention Center Boulevard in a Multi-Modal/Pedestrian Corridor Overlay on the public right-of-way adjacent to Square 27, Lot B-2, in the First Municipal District, bounded by Convention Center Boulevard, Calliope Street, Gaiennie Street, and South Peters Street (Municipal Address: 351 Calliope Street); and otherwise to provide with respect thereto. (ZONING DOCKET NO. 16/23) Annotation: ELECTRONICALLY SUBMITTED. (90 Days, Cn. Deadline 7/19/23). (Cn. Deadline 7/13/23). https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4562&doc_id=bdece720-0702-11ee-95dd-0050569183fa 7/57 \f", - "page_number": 7, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 6-8-2023.pdf", - "page_content": "8/5/23, 1:55 PM 17. 18. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4562&doc_id=bdece720-0702-11ee-95dd-00505691 83fa ADOPTED. SPEAKER CARD: Michael Burnside - Oppose 34181 - 29482 M.CS. MOTION (LYING OVER) - NO. M-23-189 - BY: COUNCILMEMBER GIARRUSSO Brief: Motion stating that Rule 15.A of the Council's Rules and Regulations is amended and restated to read as follows: Except as otherwise provided in this rule, any appointment to a board, commission, or public agency requiring Council approval shall be made by motion, which shall be referred automatically to the Governmental Affairs Committee for initial consideration before approval by the full Council. In accordance with City Code Section 2- 87.1, no appointment motion may be considered until a nominee has submitted a completed and notarized questionnaire on forms provided by the Council Research Office. No vote on a motion to approve a new appointee to any board, commission, or public agency may be taken by Council unless the outgoing board, commission, or public agency member is notified in writing of the ter", - "page_number": 8, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 6-8-2023.pdf", - "page_content": "mination of his or her appointment, and a copy of said notice is provided to the Council Research Office along with the other necessary documents for a new appointment. Annotation: (Council Rule 34. Postponement Deadline 9/8/23). (Referred to the Governmental Affairs Committee). (Governmental Affairs Committee recommended approval). ADOPTED. M-23-189 RESOLUTION (LYING OVER) - NO. R-23-244 - BY: COUNCILMEMBER HARRIS Brief: Declaring June as Eat Local Month and supporting the Eat Local movement, encouraging all residents and businesses to support local farmers, fishers, food producers, farmers markets, restaurants and other food businesses year-round. Annotation: (Council Rule 34. Postponement Deadline 9/22/23). (Referred to the Quality of Life Committee). (Quality of Life Committee recommended approval). ADOPTED. SPEAKER CARD: Brynn Comeaux - In Support ON-LINE SPEAKERS: Elisa Munoz Jamie Montelepre Pamela Broom Lissie Stewart Devin Wright Cheryl Nunes https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4562&doc_id=bdece720-0702-11ee-95dd-0050569183fa 8/57 \f", - "page_number": 8, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 6-8-2023.pdf", - "page_content": "8/5/23, 1:55 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4562&doc_id=bdece720-0702-11ee-95dd-00505691 83fa Emily Mickley-Doyle Alina Hillery Grace Treffinger Peter Robins-Brown Chris Gang Margaret Kaiser R-23-244 19. RESOLUTION - NO. R-23-254 - BY: COUNCILMEMBERS MORENO, MORRELL, GIARRUSSO, HARRIS, KING, GREEN AND THOMAS Brief: IN RE: 2024 TRIENNIAL INTEGRATED RESOURCE PLAN OF ENTERGY NEW ORLEANS, LLC. DOCKET NO. UD-23- INITIATING RESOLUTION Annotation: (Council Rule 34. Postponement Deadline 10/6/23). (Climate Change and Sustainability Committee recommended approval). ADOPTED. SPEAKER CARD: Sekhmet Shabaka - Info. Only R-23-254 20. RESOLUTION - NO. R-23-255 - BY: COUNCILMEMBERS MORENO, MORRELL, GIARRUSSO, HARRIS, KING, GREEN AND THOM", - "page_number": 9, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 6-8-2023.pdf", - "page_content": "AS Brief: IN RE: RULEMAKING PROCEEDING TO ESTABLISH RENEWABLE PORTFOLIO STANDARDS DOCKET NO. UD-19-01 RESOLUTION AND ORDER ESTABLISHING A COMMENT PERIOD REGARDING ENTERGY NEW ORLEANS LLC'S RCPS COMPLIANCE DEMONSTRATION REPORT FOR THE 2022 COMPLIANCE YEAR Annotation: (Council Rule 34. Postponement Deadline 10/6/23). (Climate Change and Sustainability Committee recommended approval). ADOPTED. R-23-255 D. MOTION TO ADOPT CONSENT AGENDA AND REFER OTHER MATTERS TO THE PROPER AGENCY. MOVED BY: Moreno SECONDED BY: Harris ACTION: Adopt YEAS: Giarrusso, Green, Harris, Moreno, Morrell, Thomas - 6 NAYS: 0 ABSTAIN: 0 ABSENT: King - 1 https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4562&doc_id=bdece720-0702-11ee-95dd-0050569183fa 9/57 \f", - "page_number": 9, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 6-8-2023.pdf", - "page_content": "8/5/23, 1:55 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4562&doc_id=bdece720-0702-11ee-95dd-00505691 83fa RECUSED: 0 AND THE MOTION PASSED. E. AND THE CONSENT AGENDA WAS ADOPTED. ON- NE SPEAKERS - PUBLIC COMMENT FORM - LI 06-08-2023-Public Comment Form(1-24) REGULAR AGENDA 21. CAL. NO. 33,893 - BY: COUNCILMEMBER HARRIS Brief: An Ordinance to ordain Section 70-10 of the Code of the City of New Orleans to establish reporting requirements applicable to the Department of Finance, including both a statement to be issued alongside each payment the City of New Orleans provides to a security and improvement district, and an annual financial report to be transmitted to the City Council, and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. WITHDRAWN. 33893 22. CAL. NO. 34,124 - BY: COUNCILMEMBER", - "page_number": 10, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 6-8-2023.pdf", - "page_content": " MORENO Brief: An Ordinance to ordain Sections 114-400, 114-401, 114-402, 114-403, 114-404, 114-405, 114-406, 114-407, 114-408, 114-409, 114-410, 114-411, 114-412, 114-413, 114-414, 114-415, and 114-416 of the Code of the City of New Orleans to establish definitions, procedures, and rights relevant to the collective bargaining for employees of the City of New Orleans; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/21/23). CONTINUED TO THE MEETING OF 6/22/23. SPEAKER CARD: Sekhmet Shabaka - Info. Only 34124 23. CAL. NO. 34,143 - BY: COUNCILMEMBER GIARRUSSO Brief: An Ordinance to require augmentation of the contact information included on https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4562&doc_id=bdece720-0702-11ee-95dd-0050569183fa 10/57 \f", - "page_number": 10, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 6-8-2023.pdf", - "page_content": "8/5/23, 1:55 PM 24. 25. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4562&doc_id=bdece720-0702-11ee-95dd-00505691 83fa Roadwork.nola.gov (\"the Roadwork website\") which was designed to provide the public with information about the Federal Emergency Management Agency (FEMA) funded Joint Infrastructure Recovery Roads (JIRR) projects currently under construction and planned city wide; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 8/4/23). CONTINUED TO THE MEETING OF 6/22/23. 34143 CAL. NO. 34,182 - BY: COUNCILMEMBER GIARRUSSO (BY REQUEST) Brief: An Ordinance to amend and reordain Section 70-101 of the Code of the City of New Orleans, relative to authorized petty cash accounts, to increase the amount of petty cash available to the Chief Administrative Office's Equipment Maintenance Division to $10,000 so that the Equipment Maintenance Division has access to sufficient petty cash to pay for vehicle title and registration fees and other related expenses; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement De", - "page_number": 11, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 6-8-2023.pdf", - "page_content": "adline 9/8/23). (Referred to the Budget Committee). 34182 - 29483 M.C.S. MOVED By: Giarrusso SECONDED BY: Morrell ACTION: Adopt YEAS: Giarrusso, Harris, Morrell, Thomas - 4 NAYS: Green - 1 ABSTAIN: 0 ABSENT: King, Moreno - 2 RECUSED: 0 AND THE MOTION PASSED. CAL. NO. 34,191 - BY: COUNCILMEMBER THOMAS (BY REQUEST) Brief: An Ordinance to authorize the Mayor of the City of New Orleans to enter into Amendment No. 1 (\"Amendment\") to amend the Cooperative Endeavor Agreement (\"Agreement\") between the City of New Orleans (the \"City\") and Children's Bureau of New Orleans (the \"Contractor\") relative to the Contractor providing mental health services to youth, in order to extend the Agreement for an additional one (1) year; to increase the maximum aggregate amount of compensation; to amend the rate of compensation; and to add, modify, or reaffirm certain terms and conditions, as more fully set forth in the Amendment attached hereto as Exhibit \"1\" and incorporated and made a part hereof; and otherwise to provide with respect thereto. Annotation: https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4562&doc_id=bdece720-0702-11ee-95dd-0050569183fa 11/57 \f", - "page_number": 11, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 6-8-2023.pdf", - "page_content": "8/5/23, 1:55 PM 26. 27. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4562&doc_id=bdece720-0702-11ee-95dd-00505691 83fa ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 9/22/23). 34191 - 29484 M.CS. MOVED By: Thomas SECONDED BY: Morrell ACTION: Adopt YEAS: Giarrusso, Green, Harris, Moreno, Morrell, Thomas - 6 NAYS: 0 ABSTAIN: 0 ABSENT: King - 1 RECUSED: 0 AND THE MOTION PASSED. CAL. NO. 34,193 - BY: COUNCILMEMBER GREEN Brief: An Ordinance to temporarily waive certain fees, permit fees, and requirements within and around A.P. Tureaud Civil Rights Memorial Park, located at 1800 A.P. Tureaud Avenue, New Orleans, LA 70116, in conjunction with The Plessy & Ferguson Foundation, Inc., and Plessy Day 2023 on June 10, 2023 at 10 a.m. - 2 p.m., to specify the duration and boundaries of said waiver; and to provide otherwise with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. P", - "page_number": 12, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 6-8-2023.pdf", - "page_content": "ostponement Deadline 9/22/23). SPEAKER CARD: Michael Burnside - Oppose 34193 - 29485 M.C.S. MOVED By: Green SECONDED BY: Thomas ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Thomas - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Morrell - 1 RECUSED: 0 AND THE MOTION PASSED. CAL. NO. 34,194 - BY: COUNCILMEMBER GREEN Brief: An Ordinance to temporarily waive certain fees, permit fees, and requirements within and around NORD Lafite Greenway located at the Lafitte Street side of the Greenway between North Prier Street and North Galvez, New Orleans, LA 70119, in conjunction with The Unity Social Aid and Pleasure Club Coalition and The First Annual Unity and Resource Picnic on June 11, 2023 at 10 a.m. - 7 p.m., to specify the duration and boundaries of said waiver; and to provide otherwise with respect thereto. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4562&doc_id=bdece720-0702-11ee-95dd-0050569183fa 12/57 \f", - "page_number": 12, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 6-8-2023.pdf", - "page_content": "8/5/23, 1:55 PM 29. 30. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4562&doc_id=bdece720-0702-11ee-95dd-00505691 83fa Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 9/22/23). 34194 - 29486 M.C.S. MOVED By: Green SECONDED BY: Morrell ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. CAL. NO. 34,196 - BY: COUNCILMEMBER KING Brief: An Ordinance to provide for the designation of public property within designated areas of the City of New Orleans (\"City\") as a temporary \"Clean Zone\" during the time period beginning at 6:00 a.m., Monday, June 26, 2023 and continuing through and until midnight on Monday, July 3, 2023, relative to the use of these areas in conjunction with the 2023 Essence Festival (\"Festival\") and related activities to provide for the temporary prohibition of certain permits in the Clean Zone area; to provide for the temporary prohibition of the transaction of certain business and/or commercial activity within the Clean Zone area; to provide for the imposition of fines and penaltie", - "page_number": 13, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 6-8-2023.pdf", - "page_content": "s for violations of this ordinance; to establish the Clean Zone as the area bounded by Earhart Boulevard to Calliope Street, Religious Street to Orange Street proceeding across the Mississippi River along the West Bank Levee, continuing across the Mississippi River to Elysian Fields Avenue, North Claiborne Avenue to Tulane Avenue, North Broad to Earhart Boulevard thereto, and the Mississippi River (West Bank Levee of Orleans Parish at the Parish line), excluding the Louisiana Superdome property, the New Orleans Smoothie King Arena property, and the Ernest N. Morial Convention Center property; to provide a sunset period for applicability; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 9/22/23). 34196 - 29488 M.C.S. MOVED By: King SECONDED BY: Moreno ACTION: Adopt YEAS: Giarrusso, Green, King, Moreno, Morrell, Thomas - 6 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: Harris - 1 AND THE MOTION PASSED. CAL. NO. 34,197 - BY: COUNCILMEMBER HARRIS https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4562&doc_id=bdece720-0702-11ee-95dd-0050569183fa 13/57 \f", - "page_number": 13, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 6-8-2023.pdf", - "page_content": "8/5/23, 1:55 PM 31. 32. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4562&doc_id=bdece720-0702-11ee-95dd-00505691 83fa Brief: An Ordinance to direct the Department of City Civil Service, in accordance with Section 4- 1503 of the Home Rule Charter, to evaluate and provide recommendations to the Civil Service Commission and the City Council relative to amending Rule VIII to establish a bonus annual leave day for NOPD commissioned officers who meet certain fitness standards on a yearly basis; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 9/22/23). 34197 - 29489 M.C.S. MOVED By: Harris SECONDED BY: Giarrusso ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Morrell, Thomas - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Moreno - 1 RECUSED: 0 AND THE MOTION PASSED. CAL. NO. 34,199 - BY: COUNCILMEMBER MORRELL Brief: An Ordinance to establish section 26-551 of the Code of the City of New Orleans relative to ownership of hotels and motels for licensing; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 9/22/23). CONTINUED TO THE MEETING OF 7/13/23. ", - "page_number": 14, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 6-8-2023.pdf", - "page_content": "SPEAKER CARD: Maxwell Ciardullo - In Support 34199 CAL. NO. 34,200 - BY: COUNCILMEMBER THOMAS (BY REQUEST) Brief: An Ordinance to authorize the Mayor of the City of New Orleans to enter into Amendment No. | to a previously executed Cooperative Endeavor Agreement (\"CEA\") between the City of New Orleans (the \"City\") and Healing Minds Nola, relative to the public purpose of supporting the New Orleans Assisted Outpatient Treatment (\"AOT\") program's ability to coordinate physicians to conduct mental health evaluations for prospective AOT participants, in compliance with the Louisiana Revised Statutes \u00a7\u00a7 28:66 et seq., to compensate physicians for same by operating the AOT programs through the Orleans Civil District Court, and to connect people in need of mental health treatment with appropriate resources through case management and court supervision; to modify the provisions thereof; and extend the term thereof for one (1) additional year, as more fully set forth in the Amendment No. | the form of which is attached hereto as Exhibit \"1\" and made a part hereof; and otherwise to provide with https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4562&doc_id=bdece720-0702-11ee-95dd-0050569183fa 14/57 \f", - "page_number": 14, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 6-8-2023.pdf", - "page_content": "8/5/23, 1:55 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4562&doc_id=bdece720-0702-11ee-95dd-00505691 83fa respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 9/22/23). 34200 - 29490 M.C.S. MOVED By: Thomas SECONDED BY: Giarrusso ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Morrell, Thomas - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Moreno - 1 RECUSED: 0 AND THE MOTION PASSED. 28. CAL. NO. 34,195 - BY: COUNCILMEMBER MORRELL Brief: An Ordinance to amend and reordain Ordinance No. 29239 MCS (Cal. No. 33,898) to provide an effective date of such ordinance; and otherwise to provide wit", - "page_number": 15, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 6-8-2023.pdf", - "page_content": "h respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 9/22/23). SPEAKER CARDS: Maxwell Ciardullo - Info. Only Leah LeBlanc - Oppose ON-LINE SPEAKERS: Kevin Fitzpatrick Bob Murrell Jack Reno Sweeney Annie Moran 34195 - 29487 M.C.S. MOVED By: Morrell SECONDED BY: _ King ACTION: Adopt YEAS: Giarrusso, Harris, King, Morrell, Thomas - 5 NAYS: 0 ABSTAIN: 0 ABSENT: Green, Moreno - 2 RECUSED: 0 AND THE MOTION PASSED. 34. CAL. NO. 34,202 - BY: COUNCILMEMBER THOMAS (BY REQUEST) https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4562&doc_id=bdece720-0702-11ee-95dd-0050569183fa 15/57 \f", - "page_number": 15, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 6-8-2023.pdf", - "page_content": "8/5/23, 1:55 PM 35. 71. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4562&doc_id=bdece720-0702-11ee-95dd-00505691 83fa Brief: An Ordinance authorizing the Mayor of the City of New Orleans to enter into a Cooperative Endeavor Agreement (\"CEA\") between the City of New Orleans (the \"City\") and University Medical Center Management Corporation (\"Contractor\"), for a term greater than one year, for the public purpose of reducing community violence, as more fully detailed in the CEA form attached hereto as Exhibit \"A\"; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 9/22/23). 34202 - 29492 M.C.S. MOVED By: Thomas SECONDED BY: Giarrusso ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Morrell, Thomas - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Moreno - 1 RECUSED: 0 AND THE MOTION PASSED. CAL. NO. 34,203 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Bri", - "page_number": 16, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 6-8-2023.pdf", - "page_content": "ef: An Ordinance to amend Ordinance No. 29265 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Revenues for the City of New Orleans for the Year 2023\u201d, to appropriate grant funds awarded by the State of Louisiana to the Office of Homeland Security for the Urban Area Security Initiative; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Fiscal Note received). (Council Rule 34. Postponement Deadline 9/22/23). CONTINUED TO THE MEETING OF 7/13/23 AND REFERRED TO THE BUDGET COMMITTEE. 34203 RESOLUTION - NO. R-23-274 - BY: COUNCILMEMBER THOMAS Brief: Ratifying and approving the 2023 Mow to Own rules in accordance with Section 2-1000 of the Code of the City of New Orleans. Annotation: (Council Rule 34. Postponement Deadline 10/6/23). SPEAKER CARD: Michael Burnside - Info. Only https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4562&doc_id=bdece720-0702-11ee-95dd-0050569183fa 16/57 \f", - "page_number": 16, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 6-8-2023.pdf", - "page_content": "8/5/23, 1:55 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4562&doc_id=bdece720-0702-11ee-95dd-00505691 83fa R-23-274 MOVED By: Thomas SECONDED BY: Green ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. G. LAND USE MATTERS 1. LEGISLATIVE GROUPING la. DEMOLITION REQUEST - OF JAMES BROWN Brief: Transmitting the application documents for a demolition permit requiring City Council review and approval for the following properties: * 2204-2206 Pauger Street, 23-10414 - DEMO (DEMO-RSEF2) - Council District \"C\" Annotation: ELECTRONICALLY SUBMITTED. (Cm. Ki", - "page_number": 17, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 6-8-2023.pdf", - "page_content": "ng, District C, Cn. Deadline 7/9/23). (Report received at the meeting of 5/25/23). HEARING HELD. Demolition Report 2204-06 Pauger Demolition Request - 2204-2206 Pauger St. 1b. MOTION - NO. M-23-267 - BY: COUNCILMEMBER KING Brief: Approving the applicant's request for a demolition permit for property located at 2204-2206 Pauger Street. Annotation: (Council Rule 34. Postponement Deadline 10/6/23). M-23-267 MOVED By: King SECONDED BY: Giarrusso ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4562&doc_id=bdece720-0702-11ee-95dd-0050569183fa 17/57 \f", - "page_number": 17, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 6-8-2023.pdf", - "page_content": "8/5/23, 1:55 PM 2a. 2b. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4562&doc_id=bdece720-0702-11ee-95dd-00505691 83fa ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. LEGISLATIVE GROUPING HDLC APPEAL - OF RICHARD LINDSAY, ON BEHALF OF SYLVIA _CHRISS- BIBBINS Brief: Requesting to appeal the Historic District Landmarks Commission's decision to levy a fine for $20,000.00 for property located at 2123 Soniat Street. Annotation: ELECTRONICALLY SUBMITTED. (Cm. Harris, District B, Cn. Deadline 6/25/23). HEARING HELD. HDLC Appeal -Richard Lindsay - 2123 Soniat St MOTION - NO. M-23-259 - BY: COUNCILMEMBER HARRIS Brief: Overruling and approving the applicant's request to", - "page_number": 18, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 6-8-2023.pdf", - "page_content": " appeal a fine for $20,000 for unpermitted demolition of the property located at 2123 Soniat Street. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 10/6/23). M-23-259 MOVED By: Harris SECONDED BY: King ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno - 5 NAYS: 0 ABSTAIN: 0 ABSENT: Morrell, Thomas - 2 RECUSED: 0 AND THE MOTION PASSED. MOTION TO RECONSIDER VOTE: MOVED By: Green SECONDED BY: Harris ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4562&doc_id=bdece720-0702-11ee-95dd-0050569183fa 18/57 \f", - "page_number": 18, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 6-8-2023.pdf", - "page_content": "8/5/23, 1:55 PM 3a. 3b. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4562&doc_id=bdece720-0702-11ee-95dd-00505691 83fa RECUSED: 0 AND THE MOTION PASSED. MOVED By: Harris SECONDED BY: Giarrusso ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. LEGISLATIVE GROUPING HDLC APPEAL - OF PETER GARDNER Brief: Requesting to appeal the Historic District Landmarks Commission's decision of \"denial\" of the application for demolition of more than 50% of the existing wall structure through raising a Contributing one-story, single-family residential building for property located at 720 Moss Street. Annotation: ELECTRONICALLY SUBMITTED. (Cm. Giarrusso, Distri", - "page_number": 19, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 6-8-2023.pdf", - "page_content": "ct A, Cn. Deadline 7/9/23). (Communication received at the meeting of 5/25/23). HEARING HELD. SPEAKER CARDS: Nathan Lott - Info. Only Susan Johnson - Oppose HDLC Appeal - Peter Gardner - 720 Moss Street MOTION - NO. M-23-257 - BY: COUNCILMEMBER GIARRUSSO Brief: Approving and granting the demolition request of more than 50% of the existing wall structure through the increase in height to the property located at 720 Moss Street. Annotation: (Council Rule 34. Postponement Deadline 10/6/23). M-23-257 MOVED By: Giarrusso SECONDED BY: Harris ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Thomas - 6 NAYS: 0 ABSTAIN: 0 https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4562&doc_id=bdece720-0702-11ee-95dd-0050569183fa 19/57 \f", - "page_number": 19, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 6-8-2023.pdf", - "page_content": "8/5/23, 1:55 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4562&doc_id=bdece720-0702-11ee-95dd-00505691 83fa ABSENT: Morrell - 1 RECUSED: 0 AND THE MOTION PASSED. 4. LEGISLATIVE GROUPING 4a. HDLC APPEAL - OF ZACHARY SMITH, OWNER \u201d ZACK SMITH CONSULTING & DESIGN Brief: Requesting to appeal the Historic District Landmarks Commission's decision of \"denial\" for the retention of inappropriate wood balustrade at the front gallery of contributing two-story, two-family residential building for property located at 801 Belleville Street. Annotation: ELECTRONICALLY SUBMITTED. (Cm. King, District C, Cn. Deadline 7/9/23). (Communication received at the meeting of 5/25/23). HEARING HELD. ON-LINE SPEAKER: Sekhmet Shabaka HDLC Appeal - Zach Smith - 801 Bellevi", - "page_number": 20, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 6-8-2023.pdf", - "page_content": "lle Street 4b. MOTION - NO. M-23-268 - BY: COUNCILMEMBER KING Brief: Overruling and granting the applicant's request to retain the front fagade balustrade in deviation of approved drawings, of a contributing two-story, two-family residential building for property located at 801 Belleville Street. Annotation: (Council Rule 34. Postponement Deadline 10/6/23). M-23-268 MOVED By: King SECONDED BY: Harris ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. 5. LEGISLATIVE GROUPING 5a. HDLC APPEAL - OF KEISHA CALDERON AND MORGAN PEELE, PROPERTY OWNERS https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4562&doc_id=bdece720-0702-11ee-95dd-0050569183fa 20/57 \f", - "page_number": 20, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 6-8-2023.pdf", - "page_content": "8/5/23, 1:55 PM 5b. 7. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4562&doc_id=bdece720-0702-11ee-95dd-00505691 83fa Brief: Requesting to appeal the Historic District Landmarks Commission's decision of \"denial\" of the application for retention of the screened in porch and second floor deck at the rear of building for property located at 1716-1722 S. Rampart Street. Annotation: ELECTRONICALLY SUBMITTED. (Cm. Harris, District B, Cn. Deadline 7/9/23). (Communication received at the meeting of 5/25/23). HEARING HELD. HDLC Appeal - Keisha Calderon and Morgan Peele MOTION - NO. M-23-260 - BY: COUNCILMEMBER HARRIS Brief: Overruling and approving the applicant's appeal request for retention of the screened in porch and second floor deck at the rear of building for property located at 1716-1722 S. Rampart Street. Annot", - "page_number": 21, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 6-8-2023.pdf", - "page_content": "ation: (Council Rule 34. Postponement Deadline 10/6/23). M-23-260 MOVED By: Harris SECONDED BY: Giarrusso ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. HDLC APPEAL - OF SUSAN JOHNSON, TOWN OF CARROLLTON WATCH, LLC Brief: Requesting to appeal the Historic District Landmarks Commission's decision of \"approval\" to grant Conceptual Approval for property located at 7417-7421 Burthe Street. Annotation: ELECTRONICALLY SUBMITTED. (Cm. Giarrusso, District A, Cn. Deadline 7/9/23). (Communication received at the meeting of 5/25/23). CONTINUED TO THE MEETING OF 6/22/23. HDLC Appeal - Susan Johnson LEGISLATIVE GROUPING https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4562&doc_id=bdece720-0702-11ee-95dd-0050569183fa 21/57 \f", - "page_number": 21, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 6-8-2023.pdf", - "page_content": "8/5/23, 1:55 PM 7a. 7b. 8a. 8b. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4562&doc_id=bdece720-0702-11ee-95dd-00505691 83fa VCC APPEAL - OF KAREN GLASER STEIN Brief: Requesting to appeal the Vieux Carr\u00e9 Commission's decision of \"denial\" at the meeting of February 8, 2023, to retain work completed without benefit of VCC review and approval, including gallery millwork modifications, per application and materials received 12/16/2022 for properties located at 1000-1012 St. Philip Street. Annotation: ELECTRONICALLY SUBMITTED. (Cm. King, Cn. Deadline 6/25/23). (Communication received at the meeting of 5/11/23). CONTINUED TO THE MEETING OF 6/22/23. SPEAKER CARD: Karen Glaser Stein - Oppose VCC Appeal - Karen Glaser Stein -1000-1012 St Philip St. MOTION - NO. M-23-269 - BY: COUNCILMEMBER KING Brief: Denying the applicant's appeal request for properties located at 1000-1012", - "page_number": 22, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 6-8-2023.pdf", - "page_content": " St. Philip Street. Annotation: (Council Rule 34. Postponement Deadline 10/6/23). CONTINUED TO THE MEETING OF 6/22/23. M-23-269 LEGISLATIVE GROUPING ZONING DOCKET NO. 66/22 3310 CONTI STREET, LLC Brief: Requesting a Conditional Use to permit a neighborhood commercial establishment in an HU- RD2 Historic Urban Two-Family Residential District, on Square 450, Lot X, in the Second Municipal District, bounded by Conti Street, Bienville Street, North Norman C. Francis Parkway, and North Rendon Street (Municipal Address: 3310 Conti Street). The recommendation of the City Planning Commission being \"FOR APPROVAL\". Annotation: ELECTRONICALLY SUBMITTED. (Cm. Harris, District B, Cn. Deadline 7/24/23). HEARING HELD. ZD NO. 66-22 MOTION - NO. M-23-261 - BY: COUNCILMEMBER HARRIS https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4562&doc_id=bdece720-0702-11ee-95dd-0050569183fa 22/57 \f", - "page_number": 22, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 6-8-2023.pdf", - "page_content": "8/5/23, 1:55 PM 9a. 9b. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4562&doc_id=bdece720-0702-11ee-95dd-00505691 83fa Brief: Approving and granting the applicant's Conditional Use request for ZD NO. 66/22. Annotation: (Council Rule 34. Postponement Deadline 10/6/23). M-23-261 MOVED By: Harris SECONDED BY: _ King ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. LEGISLATIVE GROUPING ZONING DOCKET NO. 12/23 - CITY COUNCIL MOTION NO. M-23-12 Brief: Requesting an Amendment to the text of the Comprehensive Zoning Ordinance to require security measures and crime mitigation efforts at Parking Structures and Parking Lots (principal uses), specifically within the use standards in Sections 20.3.00, 20.3.00.1, and 20.3.00.2, as well as any related regulations, including Section 21.5. Possible security measures and crime mitigation efforts for consideration include, but are not limi", - "page_number": 23, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 6-8-2023.pdf", - "page_content": "ted to, required on-site employees and parking lot attendants; adequate lighting; and the installation of panic buttons, emergency call boxes, and security cameras. The motion also requests consideration of whether certain Parking Structures and Parking Lots (principal uses) should be exempt, including those that are not open to the public; those that are locked or gated: and those below a certain number of parking spots or square footage Citywide. The recommendation of the City Planning Commission being \"FOR APPROVAL\". Annotation: ELECTRONICALLY SUBMITTED. (All Cms., All Districts, Cn. Deadline 7/24/23). HEARING HELD. SPEAKER CARDS: Missy Quigley - Info. Only Michael Burnside - Info. Only ZD NO. 12-23- Final w attachments (1) MOTION - NO. M-23-262 - BY: COUNCILMEMBER HARRIS Brief: Approving and granting the applicant's Text Amendment request for ZD NO. 12/23. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4562&doc_id=bdece720-0702-11ee-95dd-0050569183fa 23/57 \f", - "page_number": 23, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 6-8-2023.pdf", - "page_content": "8/5/23, 1:55 PM 10. 10a. 10b. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4562&doc_id=bdece720-0702-11ee-95dd-00505691 83fa Annotation: (Council Rule 34. Postponement Deadline 10/6/23). M-23-262 MOVED By: Harris SECONDED BY: Thomas ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. LEGISLATIVE GROUPING ZONING DOCKET NO. 14/23 - CITY COUNCIL MOTION NO. M-23-43 Brief: Requesting an amendment to the text of the Comprehensive Zoning Ordinance to create standards for affordable homeownership opportunities by amending Article 5, Article 26, and/or Article 28, and any related articles according to the City Planning Commission, and to consider the community land trus", - "page_number": 24, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 6-8-2023.pdf", - "page_content": "t model to define and create standards for Affordable Homeownership Development. The proposed text change would affect properties city-wide. The recommendation of the City Planning Commission being \"FOR MODIFIED APPROVAL\". Annotation: ELECTRONICALLY SUBMITTED. (All Cms., All Districts, Cn. Deadline 7/24/23). HEARING HELD. SPEAKER CARDS: Leah LeBlanc - In Support Maxwell Ciardullo ON-LINE SPEAKERS: Kevin Fitzpatrick Melissa Vandiver Colin Felsman Kendra Smith-Parks Annie Moran ZD NO. 14-23 Final Attachments (1) MOTION - NO. M-23-263 - BY: COUNCILMEMBER HARRIS Brief: Approving and granting the applicant's Text Amendment request for ZD NO. 14/23. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4562&doc_id=bdece720-0702-11ee-95dd-0050569183fa 24/57 \f", - "page_number": 24, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 6-8-2023.pdf", - "page_content": "8/5/23, 1:55 PM 11. lla. 11b. 12. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4562&doc_id=bdece720-0702-11ee-95dd-00505691 83fa Annotation: (Council Rule 34. Postponement Deadline 10/6/23). M-23-263 MOVED By: Harris SECONDED BY: Thomas ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. LEGISLATIVE GROUPING ZONING DOCKET 19/23 - GPD-2200 JACKSON AVE, LLC Brief: Requesting a Zoning Change from an HU-RMI1 Historic Urban Multi-Family Residential District to an HU-B1A Historic Urban Neighborhood Business District, on Square 264, Lots 2, 3, and 4, in the Fourth Municipal District, bounded by Jackson Avenue, Baronne Street, Brainard Street, and Philip Street (Municipal Addr", - "page_number": 25, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 6-8-2023.pdf", - "page_content": "esses: 1758-1760 Jackson Avenue and 2200-2212 Baronne Street). The recommendation of the City Planning Commission being \"FOR APPROVAL\". Annotation: ELECTRONICALLY SUBMITTED. (Cm. Harris, District B, Cn. Deadline 7/24/23). CONTINUED TO THE MEETING OF 7/13/23. SPEAKER CARDS: Hrimagalah - Oppose Andrea Stricker - Info. Only Cornelius Payne - GPD-2200 Jackson, LLC - Info. Only ZD NO. 19-23 Final MOTION - NO. M-23-264 - BY: COUNCILMEMBER HARRIS Brief: Approving and granting the applicant's Zoning Change request for ZD NO. 19/23. Annotation: (Council Rule 34. Postponement Deadline 10/6/23). CONTINUED TO THE MEETING OF 7/13/23. M-23-264 LEGISLATIVE GROUPING https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4562&doc_id=bdece720-0702-11ee-95dd-0050569183fa 25/57 \f", - "page_number": 25, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 6-8-2023.pdf", - "page_content": "8/5/23, 1:55 PM 12a. 12b. 13. 13a. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4562&doc_id=bdece720-0702-11ee-95dd-00505691 83fa ZONING DOCKET NO. 21/23 - NOLA COMMERCIAL PROPERTIES, LLC Brief: Requesting a Conditional Use to permit a reception facility in an HMC-2 Historic Marigny/Trem\u00e9/Bywater Commercial District, on Square 636, Lots C and 10, in the Third Municipal District, bounded by North Claiborne Avenue, Pauger Street, North Robertson Street, and Saint Anthony Street (Municipal Address(es): 1830-1840 North Claiborne Avenue and 2224 Pauger Street). The recommendation of the City Planning Commission being \"FOR APPROVAL\", subject to five (5) provisos. Annotation: ELECTRONICALLY SUBMITTED. (Cm. King, District C, Cn. Deadline 7/10/23). HEARING HELD. ZD NO. 21-23 Final with attachments MOTION - NO. M-23-270 - BY: COUNCILMEMBER KING Brief: Approving and granting the applicant's Conditional Use request for the properties located at 1830-1840 North Claiborne Avenue and 2224 Pauger Street, on ZD NO. 21/23, sub", - "page_number": 26, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 6-8-2023.pdf", - "page_content": "ject to five (5) provisos numbered in the City Planning Commission's staff report. Annotation: (Council Rule 34. Postponement Deadline 10/6/23). M-23-270 MOVED By: King SECONDED BY: Harris ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Thomas - 1 RECUSED: 0 AND THE MOTION PASSED. LEGISLATIVE GROUPING ZONING DOCKET 27/23 - ARGONNE 6300, LLC Brief: Requesting for the rescission of Ordinance No. 24,145 MCS (Zoning Docket 59/10) to grant a Conditional Use to permit the expansion of an existing commercial use to exceed 5,000 square feet of floor area. The petitioned property is located on Square 236, Lot 30-A, in the Second Municipal District, bounded by Argonne Boulevard, Harrison Avenue, Marshall Foch and Bragg Streets (Municipal Address: 6300 Argonne Boulevard). The recommendation of the City Planning Commission being \"FOR APPROVAL\", with five (5) provisos. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4562&doc_id=bdece720-0702-11ee-95dd-0050569183fa 26/57 \f", - "page_number": 26, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 6-8-2023.pdf", - "page_content": "8/5/23, 1:55 PM 13b. 14. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4562&doc_id=bdece720-0702-11ee-95dd-00505691 83fa Annotation: ELECTRONICALLY SUBMITTED. (Cm. Giarrusso, District A, Cn. Deadline 7/24/23). HEARING HELD. SPEAKER CARDS: Chris Young - In Support Howard White - In Support ZD NO. 27-23 granicusfinal MOTION - NO. M-23-256 - BY: COUNCILMEMBER GIARRUSSO Brief: Granting the applicant's request for the rescission of Ordinance No. 24,145 MCS (Zoning Docket 59/10) to grant a Conditional Use to permit the expansion of an existing commercial use to exceed 5,000 square feet of floor area, for the property located at 6300 Argonne Boulevard, on ZD NO. 27/23, subject to five (5) provisos contained within the City Planning Commission's report. Annotation: (Council Rule 34. Postponement Deadline 10/6/23). M-23-256 MOVED By: Giarrusso SECONDED BY: Green ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Morrell - 5 NAYS: 0 ABSTAIN: 0 ABSENT: Moreno, Thomas - 2 RECUSED: 0 AND THE MOTION PASSED. ZONIN", - "page_number": 27, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 6-8-2023.pdf", - "page_content": "G DOCKET NO. 28/23 - BAYOU TREME CENTER, LLC Brief: Requesting an Amendment to Ordinance No. 27,982 MCS (Zoning Docket 131/18) to permit a live performance venue with waivers of Section 18.9.C.1 of the Comprehensive Zoning Ordinance to: * remove a restriction limiting the live performance venue to plays and musicals only; and * remove a restriction limiting the sale of alcoholic beverages for consumption on- site to only one (1) hour prior to and during performances, permitting such alcoholic beverage sales from 4 p.m. to midnight Tuesday through Thursday, 4 p.m. to 1. a.m. on Friday, 2 p.m. to midnight on Saturday, and 2 p.m. to 11 p.m. on Sunday. (Municipal Addresses: 2527-2541 Bayou Road). The recommendation of the City Planning Commission being \"FOR APPROVAL\", with two (2) waivers. Annotation: ELECTRONICALLY SUBMITTED. (Cm. Green, District D, Cn. Deadline 7/24/23). CONTINUED TO THE MEETING OF 6/22/23. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4562&doc_id=bdece720-0702-11ee-95dd-0050569183fa 27/57 \f", - "page_number": 27, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 6-8-2023.pdf", - "page_content": "8/5/23, 1:55 PM 15. 16. 17. 17a. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4562&doc_id=bdece720-0702-11ee-95dd-00505691 83fa ZD NO. 28-23 Final (1) ZONING DOCKET 30/23 - 3205 TULANE, LLC Brief: Requesting a Conditional Use to permit outdoor live entertainment (secondary use) and the extension of restaurants\u2019 hours of operations in an MU-1 Medium Intensity Mixed-Use District and in an EC Enhancement Corridor Design Overlay District, on Square 663, Lot C-1, in the First Municipal District, bounded by Tulane Avenue, South Lopez Street, d'Hemecourt Street, and South Rendon Street (Municipal Address: 3219 Tulane Avenue). The recommendation of the City Planning Commission being \"FOR APPROVAL\", with four (4) provisos. Annotation: ELECTRONICALLY SUBMITTED. (Cm. Harris, District B, Cn. Deadline 7/24/23). CONTINUED TO THE MEETING OF 6/22/23. ZD NO. 30-23 Final Staff Report ZONING DOCKET NO. 31/23 - CITY COUNCIL MOTION NO. M-23-X Brief: Requesting a text amendment to Article 19 of the Comprehensive Zoning Ordinance (CZO) to establish a new Interim Zoning District (IZD) to be named the Historic Urban Neighborhood Commercial S", - "page_number": 28, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 6-8-2023.pdf", - "page_content": "hort Term Rental Interim Zoning District. The intent of the IZD is to establish a temporary prohibition of new Commercial Short Term Rental Commercial (CSTR) uses within the Historic Urban Neighborhood Mixed-Use District (HU-MU). The proposed text amendment would affect properties across the city currently zoned Historic Urban Neighborhood Mixed Use District (HU-MU) City-wide. The recommendation of the City Planning Commission being \"FOR APPROVAL\". Annotation: ELECTRONICALLY SUBMITTED. (All Cms., All Districts, Cn. Deadline 7/24/23). CONTINUED TO THE MEETING OF 6/22/23. ZD NO. 31-23 Final Staff Report LEGISLATIVE GROUPING ZONING DOCKET NO. 32/23 - K&F REALTY, LLC Brief: Requesting an Amendment to the text of Article 10 of the Comprehensive Zoning Ordinance to add \"wine shop\" as a Conditional Use in the VCS Vieux Carr\u00e9 Service District. The proposed text change could affect properties located in the VCS Vieux Carr\u00e9 Service District. The recommendation of the City Planning Commission being \"FOR APPROVAL\". Annotation: https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4562&doc_id=bdece720-0702-11ee-95dd-0050569183fa 28/57 \f", - "page_number": 28, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 6-8-2023.pdf", - "page_content": "8/5/23, 1:55 PM 17b. 18. 18a. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4562&doc_id=bdece720-0702-11ee-95dd-00505691 83fa ELECTRONICALLY SUBMITTED. (Cm. King, District C, Cn. Deadline 7/24/23). HEARING HELD. SPEAKER CARD: Nicloe Webre - In Support ZD NO. 32-23 Final w Attachments MOTION - NO. M-23-271 - BY: COUNCILMEMBER KING Brief: Approving and granting the applicant's Text Amendment request on ZD NO. 32/23. Annotation: (Council Rule 34. Postponement Deadline 10/6/23). M-23-271 MOVED By: King SECONDED BY: Giarrusso ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Thomas - 1 RECUSED: 0 AND THE MOTION PASSED. LEGISLATIVE GROUPING ZONING DOCKET 33/23 - K&F REALTY, LLC Brief: Requesting a Conditional Use to permit a wine shop", - "page_number": 29, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 6-8-2023.pdf", - "page_content": " in the VCS Vieux Carr\u00e9 Service District with an extension in hours of operation and the rescission of Ordinance No. 16,427 MCS (ZD 014/94), on Square 13, Lot 43 or 9, in the Second Municipal District, bounded by Decatur Street, French Market Place, Governor Nicholls Street, and Ursulines Street (Municipal Addresses: 1118 Decatur Street and 23-25 French Market Place). The recommendation of the City Planning Commission being \"FOR APPROVAL\", with three (3) provisos. Annotation: ELECTRONICALLY SUBMITTED. (Cm. King, District C, Cn. Deadline 7/24/23). HEARING HELD. SPEAKER CARD: Nicloe Webre - In Support ZD NO. 33-23 Final Granicus 18b. MOTION - NO. M-23-272 - BY: COUNCILMEMBER KING https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4562&doc_id=bdece720-0702-11ee-95dd-0050569183fa 29/57 \f", - "page_number": 29, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 6-8-2023.pdf", - "page_content": "8/5/23, 1:55 PM 19. 19a. 19b. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4562&doc_id=bdece720-0702-11ee-95dd-00505691 83fa Brief: Approving and granting the applicant's Conditional Use request for the properties located at 1118 Decatur Street and 23-25 French Market Place, on ZD NO. 33/23, subject to three (3) provisos numbered in the City Planning Commission's staff report. Annotation: (Council Rule 34. Postponement Deadline 10/6/23). M-23-272 MOVED By: King SECONDED BY: Giarrusso ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Morrell - 5 NAYS: 0 ABSTAIN: 0 ABSENT: Moreno, Thomas - 2 RECUSED: 0 AND THE MOTION PASSED. LEGISLATIVE GROUPING ZONING DOCKET NO. 34/23 - 316-318 S BROAD, LLC Brief: Requesting a Conditional use to permit a hotel in an HU-MU Historic Urban Neighborhood Mi", - "page_number": 30, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 6-8-2023.pdf", - "page_content": "xed Use District, on Square 583, Lot 5 or 7, in the First Municipal District, bounded by South Broad Street, Banks Street, Palmyra Street, and South Dorgenois Street (Municipal Addresses: 316-318 South Broad Street. The recommendation of the City Planning Commission being \"FOR APPROVAL\", with six (6) provisos. Annotation: ELECTRONICALLY SUBMITTED. (Cm. Harris, District B, Cn. Deadline 7/24/23). HEARING HELD. ZD NO. 34-23 Final Report MOTION - NO. M-23-265 - BY: COUNCILMEMBER HARRIS Brief: Approving and granting the applicant's Conditional Use request for ZD NO. 34/23. Annotation: (Council Rule 34. Postponement Deadline 10/6/23). M-23-265 MOVED By: Harris SECONDED BY: Morrell ACTION: Adopt https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4562&doc_id=bdece720-0702-11ee-95dd-0050569183fa 30/57 \f", - "page_number": 30, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 6-8-2023.pdf", - "page_content": "8/5/23, 1:55 PM 20. 20a. 20b. 33. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4562&doc_id=bdece720-0702-11ee-95dd-00505691 83fa YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Thomas - 1 RECUSED: 0 AND THE MOTION PASSED. LEGISLATIVE GROUPING ZONING DOCKET NO. 35/23 - THE BLACK SCHOOL, INC Brief: Requesting a Conditional Use to permit a community center on a lot with insufficient lot and insufficient off-street parking in an HU-RD2 Historic Urban Two-Family Residential District, on Square 766, Lots 23 and 24, in the Fourth Municipal District, bounded by North Roman Street, New Orleans Avenue, North Derbrigny Street, St. Bernard Avenue, and Seventh Streets (Municipal Address: 1660 N. Roman Street). The recommendation of the City Planning Commission being \"FOR APPROVAL\", with one (1) waiver and twelve (12) provisos. Annotation: ELECTRONICALLY SUBMITTED. (Cm. Green, District D, Cn. Deadline 7/24/23). CONTINUED TO THE MEETING OF 6/22/23. ZD NO. 35-23 Final Staff Report_report MOTION - NO. M-23-258 - BY: COUNCILMEMBER GREEN Brief: Approving the applicant's Conditional Use request for the property located at 1660 N.", - "page_number": 31, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 6-8-2023.pdf", - "page_content": " Roman Street, on ZD NO. 35/23, subject to one (1) waiver and twelve (12) provisos recommended by City Planning Commission. Annotation: (Council Rule 34. Postponement Deadline 10/6/23). CONTINUED TO THE MEETING OF 6/22/23. M-23-258 CAL. NO. 34,201 - BY: COUNCILMEMBER HARRIS (BY REQUEST) Brief: An Ordinance to authorize the Mayor of the City of New Orleans to enter into Amendment No. 2 to a previously executed Cooperative Endeavor Agreement between the City of New Orleans (the \"City\") and the New Orleans Redevelopment Authority (\"NORA\"), relative to the Drainage Pump Station 01 Watershed Drainage and Green Infrastructure Project for Broadmoor, Central City, Garden District, Lower Garden District, Irish Channel, St. Thomas Development, Touro, East Riverside, and Milan neighborhoods to extend the term of said Cooperative Endeavor Agreement for an additional four years, as more fully set forth in Amendment No. 2 to the Cooperative Endeavor Agreement, the form of which is attached hereto and made a part hereof; and otherwise to provide with respect thereto. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4562&doc_id=bdece720-0702-11ee-95dd-0050569183fa 31/57 \f", - "page_number": 31, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 6-8-2023.pdf", - "page_content": "8/5/23, 1:55 PM 36. 37. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4562&doc_id=bdece720-0702-11ee-95dd-00505691 83fa Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 9/22/23). 34201 MOVED By: Harris SECONDED BY: Moreno ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Thomas - 1 RECUSED: 0 AND THE MOTION PASSED. CAL. NO. 34,204 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29266 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023\u201d, to appropriate grant funds awarded by the State of Louisiana to the Office of Homeland Security for the Urban Area Security Initiative; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Fisc", - "page_number": 32, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 6-8-2023.pdf", - "page_content": "al Note received). (Council Rule 34. Postponement Deadline 9/22/23). CONTINUED TO THE MEETING OF 7/13/23 AND REFERRED TO THE BUDGET COMMITTEE. 34204 CAL. NO. 34,205 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29265 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Revenues for the City of New Orleans for the Year 2023\u201d, to appropriate grants funds to the Office of Homeland Security for the State Homeland Security Program to purchase equipment and supplies; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Fiscal Note received). (Council Rule 34. Postponement Deadline 9/22/23). CONTINUED TO THE MEETING OF 7/13/23 AND REFERRED TO THE BUDGET COMMITTEE. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4562&doc_id=bdece720-0702-11ee-95dd-0050569183fa 32/57 \f", - "page_number": 32, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 6-8-2023.pdf", - "page_content": "8/5/23, 1:55 PM 38. 39. 40. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4562&doc_id=bdece720-0702-11ee-95dd-00505691 83fa 34205 CAL. NO. 34,206 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29266 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023\u201d, to appropriate grant funds to the Office of Homeland Security for the State Homeland Security Program to purchase equipment and supplies; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Fiscal Note received). (Council Rule 34. Postponement Deadline 9/22/23). CONTINUED TO THE MEETING OF 7/13/23 AND REFERRED TO THE BUDGET COMMITTEE. 34206 CAL. NO. 34,207 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29265 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Revenues for the City of N", - "page_number": 33, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 6-8-2023.pdf", - "page_content": "ew Orleans for the Year 2023\u201d, to appropriate unspent grant funds awarded by the State of Louisiana to the Department of Homeland Security to purchase equipment and supplies; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Fiscal Note received). (Council Rule 34. Postponement Deadline 9/22/23). CONTINUED TO THE MEETING OF 7/13/23 AND REFERRED TO THE BUDGET COMMITTEE. 34207 CAL. NO. 34,208 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29266 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023\u201d, to appropriate unspent grant funds awarded by the State of Louisiana to the Department of Homeland Security to purchase equipment and supplies; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4562&doc_id=bdece720-0702-11ee-95dd-0050569183fa 33/57 \f", - "page_number": 33, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 6-8-2023.pdf", - "page_content": "8/5/23, 1:55 PM 4l. 42. 43. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4562&doc_id=bdece720-0702-11ee-95dd-00505691 83fa (Fiscal Note received). (Council Rule 34. Postponement Deadline 9/22/23). CONTINUED TO THE MEETING OF 7/13/23 AND REFERRED TO THE BUDGET COMMITTEE. 34208 CAL. NO. 34,209 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29265 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Revenues for the City of New Orleans for the Year 2023\u201d, to appropriate grant funds to the Department of Homeland Security for the Emergency Management Performance Grant (EMPG) Program to purchase equipment and supplies; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Fiscal Note received). (Council Rule 34. Postponement Deadline 9/22/23). CONTINUED TO THE MEETING OF 7/13/23 AND REFERRED TO THE BUDGET COMMITTEE. 34209 CAL. NO. 34,210 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: ", - "page_number": 34, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 6-8-2023.pdf", - "page_content": " An Ordinance to amend Ordinance No. 29266 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023\u201d, to appropriate grant funds to the Department of Homeland Security for the Emergency Management Performance Grant (EMPG) Program to purchase equipment and supplies; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Fiscal Note received). (Council Rule 34. Postponement Deadline 9/22/23). CONTINUED TO THE MEETING OF 7/13/23 AND REFERRED TO THE BUDGET COMMITTEE. 34210 CAL. NO. 34,211 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29265 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Revenues for the City of New Orleans for the Year 2023\u201d, to appropriate grant funds awarded by FEMA to the Chief Administrative Office to cover the https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4562&doc_id=bdece720-0702-11ee-95dd-0050569183fa 34/57 \f", - "page_number": 34, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 6-8-2023.pdf", - "page_content": "8/5/23, 1:55 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4562&doc_id=bdece720-0702-11ee-95dd-00505691 83fa eligible clearance testing costs at New Orleans Facilities during the aftermath of Hurricane Katrina; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Fiscal Note received). (Council Rule 34. Postponement Deadline 9/22/23). CONTINUED TO THE MEETING OF 7/13/23 AND REFERRED TO THE BUDGET COMMITTEE. 34211 44. CAL. NO. 34,212 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29266 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023\u201d, to appropriate grant funds awarded by FEMA to the Chief Administrative Office to cover the eligible clearance testing costs at New Orleans Facilities during the aftermath of Hurricane Katrina; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. ", - "page_number": 35, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 6-8-2023.pdf", - "page_content": "(Fiscal Note received). (Council Rule 34. Postponement Deadline 9/22/23). CONTINUED TO THE MEETING OF 7/13/23 AND REFERRED TO THE BUDGET COMMITTEE. 34212 45. CAL. NO. 34,213 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29265 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Revenues for the City of New Orleans for the Year 2023\u201d, to appropriate grant funds awarded by FEMA to the Chief Administrative Office for debris removal cost during the aftermath of Hurricane Ida; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Fiscal Note received). (Council Rule 34. Postponement Deadline 9/22/23). CONTINUED TO THE MEETING OF 7/13/23 AND REFERRED TO THE BUDGET COMMITTEE. 34213 46. CAL. NO. 34,214 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4562&doc_id=bdece720-0702-11ee-95dd-0050569183fa 35/57 \f", - "page_number": 35, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 6-8-2023.pdf", - "page_content": "8/5/23, 1:55 PM 47. 48. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4562&doc_id=bdece720-0702-11ee-95dd-00505691 83fa Brief: An Ordinance to amend Ordinance No. 29266 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023\u201d, to appropriate grant funds awarded by FEMA to the Chief Administrative Office for debris removal cost during the aftermath of Hurricane Ida; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Fiscal Note received). (Council Rule 34. Postponement Deadline 9/22/23). CONTINUED TO THE MEETING OF 7/13/23 AND REFERRED TO THE BUDGET COMMITTEE. 34214 CAL. NO. 34,215 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29265 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Revenues for the City of New Orleans for the Year 2023\u201d, to appropriate grant funds awarded by FEMA to the Chief Administrative Office for debris removal costs", - "page_number": 36, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 6-8-2023.pdf", - "page_content": " incurred during the aftermath of Hurricane Ida; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Fiscal Note received). (Council Rule 34. Postponement Deadline 9/22/23). CONTINUED TO THE MEETING OF 7/13/23 AND REFERRED TO THE BUDGET COMMITTEE. 34215 CAL. NO. 34,216 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29266 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023\u201d, to appropriate grant funds awarded by FEMA to the Chief Administrative Office for debris removal costs incurred during the aftermath of Hurricane Ida; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Fiscal Note received). (Council Rule 34. Postponement Deadline 9/22/23). CONTINUED TO THE MEETING OF 7/13/23 AND REFERRED TO THE BUDGET COMMITTEE. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4562&doc_id=bdece720-0702-11ee-95dd-0050569183fa 36/57 \f", - "page_number": 36, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 6-8-2023.pdf", - "page_content": "8/5/23, 1:55 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4562&doc_id=bdece720-0702-11ee-95dd-00505691 83fa 34216 49. CAL. NO. 34,217 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29265 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Revenues for the City of New Orleans for the Year 2023\u201d, to appropriate unspent ACT 119 funds to the New Orleans Recreation Development Commission; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Fiscal Note received). (Council Rule 34. Postponement Deadline 9/22/23). CONTINUED TO THE MEETING OF 7/13/23 AND REFERRED TO THE BUDGET COMMITTEE. 34217 50. CAL. NO. 34,218 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29266 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023\u201d, to appropriate unspent ACT 11", - "page_number": 37, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 6-8-2023.pdf", - "page_content": "9 funds to the New Orleans Recreation Development Commission; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Fiscal Note received). (Council Rule 34. Postponement Deadline 9/22/23). CONTINUED TO THE MEETING OF 7/13/23 AND REFERRED TO THE BUDGET COMMITTEE. 34218 51. CAL. NO. 34,219 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29265 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Revenues for the City of New Orleans for the Year 2023\u201d, to appropriate grant funds to the Department of Health for Emergency Medical Services to hire and train coordinators, purchase Naloxone kits and to develop informational and educational materials on substance, overdose and prevention; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Fiscal Note received). https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4562&doc_id=bdece720-0702-11ee-95dd-0050569183fa 37/57 \f", - "page_number": 37, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 6-8-2023.pdf", - "page_content": "8/5/23, 1:55 PM 52. 53. 54. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4562&doc_id=bdece720-0702-11ee-95dd-00505691 83fa (Council Rule 34. Postponement Deadline 9/22/23). CONTINUED TO THE MEETING OF 7/13/23 AND REFERRED TO THE BUDGET COMMITTEE. 34219 CAL. NO. 34,220 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29266 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023\u201d, to appropriate grant funds to the Department of Health for Emergency Medical Services to hire and train coordinators with Odyssey House, purchase Naloxone kits and to develop informational and educational materials on substance, overdose and prevention; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Fiscal Note received). (Council Rule 34. Postponement Deadline 9/22/23). CONTINUED TO THE MEETING OF 7/13/23 AND REFERRED TO THE BUDGET COMMITTEE. 34220 CAL. NO. 34,221 - BY: COUNCILMEMBERS GIARRUSSO, M", - "page_number": 38, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 6-8-2023.pdf", - "page_content": "ORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29265 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Revenues for the City of New Orleans for the Year 2023\u201d, to appropriate additional funds to the Office of Police Secondary Employment due to the increase of Reserve Officers needed during Mardi Gras 2023; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Fiscal Note received). (Council Rule 34. Postponement Deadline 9/22/23). CONTINUED TO THE MEETING OF 7/13/23 AND REFERRED TO THE BUDGET COMMITTEE. 34221 CAL. NO. 34,222 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29266 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023\u201d, to appropriate additional funds to the Office of Police Secondary Employment due to https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4562&doc_id=bdece720-0702-11ee-95dd-0050569183fa 38/57 \f", - "page_number": 38, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 6-8-2023.pdf", - "page_content": "8/5/23, 1:55 PM 55. 56. 57. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4562&doc_id=bdece720-0702-11ee-95dd-00505691 83fa the increase of Reserve Officers needed during Mardi Gras 2023; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Fiscal Note received). (Council Rule 34. Postponement Deadline 9/22/23). CONTINUED TO THE MEETING OF 7/13/23 AND REFERRED TO THE BUDGET COMMITTEE. 34222 CAL. NO. 34,223 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29265 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Revenues for the City of New Orleans for the Year 2023\u201d, to appropriate funds to the Office of the Mayor for Emergency and Recovery to reimburse various departments for Hurricane Ida related expenses; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Fiscal Note received). (Council Rule 34. ", - "page_number": 39, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 6-8-2023.pdf", - "page_content": "Postponement Deadline 9/22/23). CONTINUED TO THE MEETING OF 7/13/23 AND REFERRED TO THE BUDGET COMMITTEE. 34223 CAL. NO. 34,224 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29266 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023\u201d, to appropriate funds to the Office of the Mayor for Emergency Response and Recovery to reimburse various departments for Hurricane Ida related expenses; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Fiscal Note received). (Council Rule 34. Postponement Deadline 9/22/23). CONTINUED TO THE MEETING OF 7/13/23 AND REFERRED TO THE BUDGET COMMITTEE. 34224 CAL. NO. 34,225 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4562&doc_id=bdece720-0702-11ee-95dd-0050569183fa 39/57 \f", - "page_number": 39, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 6-8-2023.pdf", - "page_content": "8/5/23, 1:55 PM 58. 59. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4562&doc_id=bdece720-0702-11ee-95dd-00505691 83fa Brief: An Ordinance to amend Ordinance No. 29265 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Revenues for the City of New Orleans for the Year 2023\u201d, to appropriate grant funds awarded by the Louisiana Workforce Commission to the Office of Workforce Development to enroll and train clients for the Lineman Program; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Fiscal Note received). (Council Rule 34. Postponement Deadline 9/22/23). CONTINUED TO THE MEETING OF 7/13/23 AND REFERRED TO THE BUDGET COMMITTEE. 34225 CAL. NO. 34,226 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29266 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023\u201d, to appropriate grant funds awarded by the Louisiana Workforce Commission to the Office of Workforce Development to en", - "page_number": 40, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 6-8-2023.pdf", - "page_content": "roll and train clients for the Lineman Program; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Fiscal Note received). (Council Rule 34. Postponement Deadline 9/22/23). CONTINUED TO THE MEETING OF 7/13/23 AND REFERRED TO THE BUDGET COMMITTEE. 34226 CAL. NO. 34,227 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29265 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Revenues for the City of New Orleans for the Year 2023\u201d, to appropriate grant funds awarded by FEMA to the Chief Administrative Office for removal and replacement costs of servers and twenty (20) security cameras during the aftermath of Hurricane Ida; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Fiscal Note received). (Council Rule 34. Postponement Deadline 9/22/23). CONTINUED TO THE MEETING OF 7/13/23 AND REFERRED TO THE BUDGET COMMITTEE. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4562&doc_id=bdece720-0702-11ee-95dd-0050569183fa 40/57 \f", - "page_number": 40, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 6-8-2023.pdf", - "page_content": "8/5/23, 1:55 PM 60. 61. 6la. 61b. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4562&doc_id=bdece720-0702-11ee-95dd-00505691 83fa 34227 CAL. NO. 34,228 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29266 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023\u201d, to appropriate grant funds awarded by FEMA to the Chief Administrative Office for removal and replacement costs of servers and twenty (20) security cameras during the aftermath of Hurricane Ida; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Fiscal Note received). (Council Rule 34. Postponement Deadline 9/22/23). CONTINUED TO THE MEETING OF 7/13/23 AND REFERRED TO THE BUDGET COMMITTEE. 34228 LEGISLATIVE GROUPING ", - "page_number": 41, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 6-8-2023.pdf", - "page_content": " CAL. NO. 34,229 - BY: COUNCILMEMBER KING Brief: An Ordinance to temporarily waive certain fees, permit fees, and requirements within and around Morris FX Jeff Sr. Park located at 1320 General De Gaulle Drive, New Orleans, Louisiana in conjunction with the Space Walk & Splash Pads event from Friday, June 9, 2023 at 5:00 p.m. to Saturday, June 10, 2023 at 8:00 p.m., to specify the duration and boundaries of said waiver; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 9/22/23). SPEAKER CARD: Michael Burnside - Oppose 34229 - 29493 M.C.S. AMENDMENT TO ORDINANCE CALENDAR NO. 34,229 \u2014 BY: COUNCILMEMBER KING Brief: 34229 Amendment MOVED BY: King SECONDED BY: Thomas ACTION: Amendment https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4562&doc_id=bdece720-0702-11ee-95dd-0050569183fa 41/57 \f", - "page_number": 41, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 6-8-2023.pdf", - "page_content": "8/5/23, 1:55 PM 62. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4562&doc_id=bdece720-0702-11ee-95dd-00505691 83fa YEAS: Giarrusso, Green, Harris, King, Morrell, Thomas - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Moreno - 1 RECUSED: 0 AND THE MOTION PASSED. MOVED By: King SECONDED BY: Giarrusso ACTION: Approve as Amended YEAS: Giarrusso, Green, Harris, King, Morrell, Thomas - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Moreno - 1 RECUSED: 0 AND THE MOTION PASSED. In the preamble, on page 1, on the unnumbered line 3, after the word \u201cfrom\u201d replace the words \u201cFriday, June 9\u201d with the words \u201cSunday, June 18\u201d. In the preamble, on page 1, on the unnumbered line 4, after the word \u201cto\u201d replace the words \u201cSaturday, June 10\u201d with the words \u201cMonday, June 19\u201d. In Section 1, on page 1, on line 4, after the word \u201cfrom\u201d replace the words \u201cFriday, June 9\u201d with the words \u201cSunday, June 18\u201d. In Section 1, on page 1, on line 5, after the word \u201cto\u201d replace the words \u201cSaturday, June 10\u201d with the words \u201cMonday, June 19\u201d. Annotation: (Council Rule 34. Postponeme", - "page_number": 42, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 6-8-2023.pdf", - "page_content": "nt Deadline 10/6/23). MOTION (LYING OVER) - NO. M-23-Z - BY: COUNCILMEMBERS MORRELL AND KING Brief: Directing City Planning Commission is directed to conduct a public hearing to consider amendments to Ordinance No. 4,264 M.C.S., amended by Ordinance No. 26,413 M.C.S., as amended, the Comprehensive Zoning Ordinance of the City of New Orleans, to amend Article 9 Historic Core Neighborhoods Residential Districts to create a new zoning classification, VCR-3, and to make associated zoning map changes to effectuate the new zoning district. The purpose of VCR-3 is to allow a mix of primarily residential uses, limited to singles, doubles, educational, and cultural uses. When compared to VCR-1 and VCR-2, VCR-3 is intended to promote educational and cultural uses that are compatible with residential use. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/7/23). CONTINUED TO THE MEETING OF 6/22/23. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4562&doc_id=bdece720-0702-11ee-95dd-0050569183fa 42/57 \f", - "page_number": 42, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 6-8-2023.pdf", - "page_content": "8/5/23, 1:55 PM 63. 64. 65. 65a. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4562&doc_id=bdece720-0702-11ee-95dd-00505691 83fa SPEAKER CARD: Erin Holmes - Info. Only LO M-23-Z MOTION (LYING OVER) - NO. M-23-AA - BY: COUNCILMEMBERS MORRELL AND KING Brief: Directing City Planning Commission to conduct a public hearing to consider a zoning change from VCR-1 Vieux Carre Residential District to VCR-3 Vieux Carre Residential District, on the entirety of Square 56, Lots 16, 18, 19, 20, 21, Lot A Pt Lot 1, Lot B, Pt Lot 1, and Lot C Pt 1, in the Second Municipal District, bounded by Saint Philip Street, Bourbon Street, Ursulines Street, and Royal Street (Municipal Addresses: 721 Saint Philip Street and 1014 Bourbon Street). Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 7/7/23). CONTINUED TO THE MEETING OF 6/22/23. LO M-23-AA MOTION (LYING OVER) - NO. M-23-164 - BY: COUNCILMEMBER MORRELL Brief: Stating that before any substantive filing is made in the United States District Court for the Eastern District of Louisiana, or, in any appellate court with jurisdiction over the Eastern District, for either ", - "page_number": 43, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 6-8-2023.pdf", - "page_content": "Lashawn Jones v. Marlin Gusman or United State of America v. City of New Orleans, the Department of Law shall brief the Council on the City's position before the filing occurs. Annotation: (Council Rule 34. Postponement Deadline 8/18/23). (Cm. Giarrusso requested his name be added). CONTINUED TO THE MEETING OF 6/22/23. M-23-164 LEGISLATIVE GROUPING MOTION (LYING OVER)- NO. M-23-190 - BY: COUNCILMEMBER GIARRUSSO Brief: Motion stating that Rule 35.B of the Council's Rules and Regulations is amended and restated to read as follows: Amendments cannot alter or nullify the original purpose of the motion, resolution, or ordinance; and all amendments must be germane to the instrument's original purpose. Amendments to a calendared ordinance by a non-sponsoring councilmember must be received by the sponsoring councilmember at least 48 hours in advance of the Council meeting at which the ordinance will be considered. Amendments to a motion by a non- sponsoring councilmember must be received by the sponsoring councilmember at least 48 https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4562&doc_id=bdece720-0702-11ee-95dd-0050569183fa 43/57 \f", - "page_number": 43, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 6-8-2023.pdf", - "page_content": "8/5/23, 1:55 PM 65b. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4562&doc_id=bdece720-0702-11ee-95dd-00505691 83fa hours in advance of the Council meeting at which the motion will be considered. Annotation: (Council Rule 34. Postponement Deadline 9/8/23). (Referred to the Governmental Affairs Committee). (Governmental Affairs Committee recommended approval). YEAS: Giarrusso, Harris, Green - 3 NAYS: Morrell - 1 ABSENT: King - 1 RECUSED: 0 AND THE MOTION PASSED. SPEAKER CARD: Sekhmet Shabaka M-23-190 MOVED By: Giarrusso SECONDED BY: Harris ACTION: Adopt as Amended YEAS: Giarrusso, Green, Harris - 3 NAYS: Moreno, Morrell, Thomas - 3 ABSTAIN: 0 ABSENT: King - 1 RECUSED: 0 AND THE MOTION FAILED. AMENDMENT TO MOTION - NO. M-23-190 - BY: COUNCILMEMBER GIARRUSSO Brief: 1", - "page_number": 44, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 6-8-2023.pdf", - "page_content": ". In the first \"BE IT MOVED\" paragraph, delete the last two paragraphs in their entirety and insert the following in lieu thereof: Amendments to a numbered legislative instrument by councilmembers who are not the author must be received by the authoring councilmembers at least 48 hours in advance of the Council meeting at which the instrument will be considered. Annotation: (Council Rule 34. Postponement Deadline 10/6/23). SPEAKER CARD: Sekhmet Shabaka - Info. Only M-23-190 Amendment MOVED By: Giarrusso SECONDED BY: King ACTION: Amendment YEAS: Giarrusso, Green, King, Moreno, Morrell, Thomas - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Harris - 1 RECUSED: 0 AND THE MOTION PASSED. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4562&doc_id=bdece720-0702-11ee-95dd-0050569183fa 44/57 \f", - "page_number": 44, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 6-8-2023.pdf", - "page_content": "8/5/23, 1:55 PM 65c. 66. 66a. 66b. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4562&doc_id=bdece720-0702-11ee-95dd-00505691 83fa AMENDMENT TO MOTION M-23-190 - BY: COUNCILMEMBER MORRELL Brief: In the first \u201cBE IT MOVED\u201d paragraph, delete the last two paragraphs in their entirety and insert the following in lieu thereof: Once an ordinance is considered at a committee meeting and laid over for at least 20 days, any amendment to that ordinance by a non-authoring councilmember must be received by the authoring councilmember at least 48 hours in advance of the Council meeting at which the ordinance will be considered. Annotation: WITHDRAWN. M-23-190 Amendment - JP02 LEGISLATIVE GROUPING MOTION (LYING OVER) - NO. M-23-208 - BY: COUNCILMEMBERS MORRELL AND HARRIS Brief: Directing the City Planning Commission to conduct a public hearing to amend and reordain Ordinance No. 4264 M.C.", - "page_number": 45, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 6-8-2023.pdf", - "page_content": "S., amended by Ordinance No. 26,413 M.C.S., as amended, the Comprehensive Zoning Ordinance of the City of New Orleans, to amend Article 19 to establish a new Interim Zoning District to be named the Commercial Short-Term Rental Interim Zoning District (IZD), the intent of which is to prohibit Short-Term Rental, Commercial; Hotel/Motel; Timeshare; and Hostel as allowable uses within all areas of the City of New Orleans. These prohibitions shall apply citywide. Annotation: (Council Rule 34. Postponement Deadline 9/8/23). SPEAKER CARD: Maxwell Ciardullo - In Support Daiquiri Jones - In Support Sekhmet Shabaka - Info. Only Erin Holmes - In Support ON-LINE SPEAKER: Sam Levin M-23-208 AMENDMENT TO MOTION M-23-208 - BY: COUNCILMEMBERS MORRELL AND HARRIS Brief: M-23-208 AMENDMENT https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4562&doc_id=bdece720-0702-11ee-95dd-0050569183fa 45/57 \f", - "page_number": 45, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 6-8-2023.pdf", - "page_content": "8/5/23, 1:55 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4562&doc_id=bdece720-0702-11ee-95dd-00505691 83fa MOVED By: Morrell SECONDED BY: Harris ACTION: Amendment YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. MOVED By: Morrell SECONDED BY: Harris ACTION: Adopt as Amended YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7 NAYS: 0 ABSTAIN: 0 ABSENT: 0 RECUSED: 0 AND THE MOTION PASSED. One page 2, delete the first recital paragraph, and insert the following in lieu thereof: WHEREAS, In neighborhoods across the City there is a noticeable uptick in commercial short term rental developments including, but not limited to, the conversion of apartment complexes from long-term housing to transient housing; and On page 2, delete the first paragraph following the recitals, and insert the following in lieu thereof; | BEITMOVED BY THE COUNCIL OF THE CITY OF NEW ORLEANS, That the City Planning Commission is directed to conduct a public hearing to amend and reordain Ordinance No. 4264 M.C.S., amended by Ordinance No. 26,413 M.C.S., as amended, the Comprehensive Zoning Ordinance of the City of New Orleans, to amend Article 19 to establish a new Interim Zoning District to be named the Commercial Short-Term Rental Interim Zoning D", - "page_number": 46, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 6-8-2023.pdf", - "page_content": "istrict (IZD), the intent of which is to prohibit Short-Term Rental, Commercial and Hostel as allowable uses within all areas of the City of New Orleans, and to limit the development of Timeshares with the following considerations: * Instituting a cap of no more than one unit or 25% of total dwelling units on a lot or a single building constructed across lot lines, whichever is greater, to be permitted to be included in a Timeshare Plan within a Timeshare Building. * In the CBD-5 Urban Core Neighborhood Lower Intensity Mixed-Use District, a Timeshare Building shall only be permitted when the total number of dwelling units is at least ten and the Mandatory Inclusionary Zoning regulations of Article 28 are triggered and an Affordable Housing Unit is provided as required by law. This cap shall not apply to the VCE Vieux Carr\u00e9 Entertainment District, to structures which front on Canal Street between the Mississippi River and Rampart Street, the EC Educational Campus District, MC Medical Campus District, LS Life Science District, or the MI Maritime Industrial District Commercial and Recreational Subdistrict. On page 3, delete the second paragraph in its entirety. Annotation: (Council Rule 34. Postponement Deadline 9/22/23). https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4562&doc_id=bdece720-0702-11ee-95dd-0050569183fa 46/57 \f", - "page_number": 46, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 6-8-2023.pdf", - "page_content": "8/5/23, 1:55 PM 67. 68. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4562&doc_id=bdece720-0702-11ee-95dd-00505691 83fa MOTION (LYING OVER) - NO. M-23-225 - BY: COUNCILMEMBER MORRELL (BY REQUEST) Brief: Adding the President of the Council as a signatory to the Amendment No. | to the contract between the City of New Orleans and Global Solutions Group, Inc.; and authorizing the President of the Council to sign the Amendment No. 1 to the contract between the City of New Orleans and Global Solutions Group, Inc. Annotation: (Council Rule 34. Postponement Deadline 9/22/23). (Referred to the Governmental Affairs Committee). CONTINUED TO THE MEETING OF 7/13/23. M-23-225 MOVED By: Morrell SECONDED BY: Giarrusso ACTION: Suspend the Rules YEAS: Giarrusso, Green, King, Moreno, Morrell, Thomas - 6", - "page_number": 47, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 6-8-2023.pdf", - "page_content": " NAYS: 0 ABSTAIN: 0 ABSENT: Harris - 1 RECUSED: 0 AND THE MOTION PASSED. MOVED By: Morrell SECONDED BY: Green ACTION: Adopt YEAS: Giarrusso, Green, King, Moreno, Morrell, Thomas - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Harris - 1 RECUSED: 0 AND THE MOTION PASSED. RESOLUTION - NO. R-23-253 - BY: COUNCILMEMBER MORRELL (BY REQUEST) Brief: Ratifying and approving the rules and regulations identified as DSP Rule 23-01 Short Term Rental Permit Lotteries, in accordance with Section 2-1000 of the Code of the City of New Orleans. Annotation: (Council Rule 34. Postponement Deadline 10/6/23). SPEAKER CARDS: Angie Blalock - In Support Emily Byrues - Oppose ON-LINE Angeles Paternostro Blalock https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4562&doc_id=bdece720-0702-11ee-95dd-0050569183fa 47/57 \f", - "page_number": 47, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 6-8-2023.pdf", - "page_content": "8/5/23, 1:55 PM 69. 70. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4562&doc_id=bdece720-0702-11ee-95dd-00505691 83fa R-23-253 MOVED By: Morrell SECONDED BY: Green ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Thomas - 1 RECUSED: 0 AND THE MOTION PASSED. MOTION - NO. M-23-266 - BY: COUNCILMEMBERS HARRIS AND MORENO Brief: Directing City Planning Commission to conduct a public hearing to consider amending and re-ordaining the Comprehensive Zoning Ordinance (Ordinance No. M.C.S. 4264, as amended by Ordinance No. 26,413 M.C.S. and subsequent amendments), to consider amending Article 26, Definitions, the use tables in Articles 9, 10, 11, 12, 13, 14, 15, and 17 and the Use Standards in Article 20 for \u201cDomestic Protection Shelter\u201d and \u201cEmergency Shelter\u2019, to consider permitting them as a by right institutional use in all zoning districts where multi- family dwellings are permi", - "page_number": 48, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 6-8-2023.pdf", - "page_content": "tted and to make recommendations for any other amendments deemed necessary. Annotation: (Council Rule 34. Postponement Deadline 10/6/23). M-23-266 MOVED By: Harris SECONDED BY: Green ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Thomas - 1 RECUSED: 0 AND THE MOTION PASSED. MOTION - NO. M-23-273 - BY: COUNCILMEMBER THOMAS (BY REQUEST) Brief: Adding the President of the Council as a signatory to the Amendment No. | to the contract between the City of New Orleans, the Orleans Parish Sheriff\u2019s Office, and Wellpath, LLC; and authorizing the President of the Council to sign Amendment No. 1 contract between the City of New Orleans, the Orleans Parish Sheriff\u2019s Office, and Wellpath, LLC as Exhibit A. Annotation: (Council Rule 34. Postponement Deadline 10/6/23). M-23-273 https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4562&doc_id=bdece720-0702-11ee-95dd-0050569183fa 48/57 \f", - "page_number": 48, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 6-8-2023.pdf", - "page_content": "8/5/23, 1:55 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4562&doc_id=bdece720-0702-11ee-95dd-00505691 83fa 72. MOTION - NO. M-23-275 - BY: COUNCILMEMBER HARRIS Brief: Adding the President of the Council as a signatory to the Professional Services Agreement between the City of New Orleans and Clutch Consulting Group, LLC; and authorizing the President to sign the contract between the City of New Orleans and Clutch Consulting Group, LLC., as attached as Exhibit A. Annotation: (Council Rule 34. Postponement Deadline 10/6/23). MOVED By: Harris SECONDED BY: Moreno ACTION: Suspend the Rules YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Thomas - 1 RECUSED: 0 AND THE MOTION PASSED. MOVE", - "page_number": 49, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 6-8-2023.pdf", - "page_content": "D By: Harris SECONDED BY: Moreno ACTION: Suspend the Rules YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Thomas - 1 RECUSED: 0 AND THE MOTION PASSED. MOVED By: Harris SECONDED BY: Moreno ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Thomas - 1 RECUSED: 0 AND THE MOTION PASSED. M-23-275 73. MOTION TO SUSPEND THE RULES TO INTRODUCE ORDINANCES ON FIRSTREADING MOVED By: Harris SECONDED BY: Moreno ACTION: Suspend the Rules YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Thomas - 1 https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4562&doc_id=bdece720-0702-11ee-95dd-0050569183fa 49/57 \f", - "page_number": 49, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 6-8-2023.pdf", - "page_content": "8/5/23, 1:55 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4562&doc_id=bdece720-0702-11ee-95dd-00505691 83fa RECUSED: 0 AND THE MOTION PASSED. 74. ORDINANCES ON FIRST READING CALENDAR NUMBERS 34,230 THRU 34,252 INTRODUCED AND LAID OVER AS REQUIRED BY LAW. 74a. CAL. NO. 34,230 - BY: COUNCILMEMBER MORRELL Brief:An Ordinance to amend and reordain Section 26-680 of the Code of New Orleans to add references to the Minimum Property Maintenance Code; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 10/6/23). 34230 74b. CAL. NO. 34,231 - BY: COUNCILMEMBER MORENO Brief: An Ordinance to amend and reordain Articles 7, 10, 12, 14, 15, 16, 20, 21, 22, and 26 of the Comprehensive Zoning Ordinance (Ordinance No. 4264 M.C.S., as amended by Ordinance No. 26,413 M.C.S. and subsequent amendments), to create a definition and use standards for \u201celectric vehicle (EV) charging station (principal use)\u201d, to reduce zoning barriers for EV charging stations with the following considerations, and otherwise to provide with respect thereto: e Consider updating existing regulations i", - "page_number": 50, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 6-8-2023.pdf", - "page_content": "n the Comprehensive Zoning Ordinance to increase opportunities for EV charging stations in appropriate zoning districts; e Consider defining Levels 1, 2, and 3 EV charging stations or other relevant EV charging industry standards when creating use standards and definitions; e Consider requiring EV charging stations in any newly proposed parking lots (principal use) or parking structures (principal use) based off national best practices; e Consider reducing the required number of off-street vehicle parking requirements for developments that include EV charging stations; and e Consider limiting EV charging stations (principal use) to zoning districts with existing auto-oriented uses or consider ways to mitigate any potential negative impacts of this auto-oriented use. This text amendment will affect regulations that are applied to all zoning districts. (ZONING DOCKET NO. 13/23) Annotation: (90 Days, Cn. Deadline 8/23/23). (Cn. Deadline 8/10/23). 34231 74c. CAL. NO. 34,232 - BY: COUNCILMEMBER HARRIS https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4562&doc_id=bdece720-0702-11ee-95dd-0050569183fa 50/57 \f", - "page_number": 50, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 6-8-2023.pdf", - "page_content": "8/5/23, 1:55 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4562&doc_id=bdece720-0702-11ee-95dd-00505691 83fa Brief: An Ordinance to amend and reordain Article 19 of the Comprehensive Zoning Ordinance (Ordinance No. 4264 M.C.S., as amended by Ordinance No. 26,413 M.C.S. and subsequent amendments) to establish a new Interim Zoning District to be named the Preserving Residential Character Interim Zoning District, establishing a temporary prohibition of new Short Term Rental, Commercial (STR) uses within a certain area; and otherwise to provide with respect thereto. (ZONING DOCKET NO. 17/23) Annotation: (90 Days, Cn. Deadline 8/23/23). (Cn. Deadline 8/10/23). 34232 74d. CAL. NO. 34,233 - BY: COUNCILMEMBER HARRIS 7T4e. 74f. Brief: An Ordinance to amend and reordain Articles 8, 9, 10, 11, 12, 13, 14, 15, 17 and 19 of the Comprehensive Zoning Ordinance (Ordinance No. 4264 M.C.S., as amended by Ordinance No. 26,413 M.C.S. and subsequent amendments) to establish a new Interim Zoning District (IZD) to be named the Bed and Breakfast Interim Zoning District, the intent of which is the ensure that", - "page_number": 51, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 6-8-2023.pdf", - "page_content": " bed and breakfasts are compatible with and preserve the character and integrity of the neighborhoods citywide; and otherwise to provide with respect thereto. (ZONING DOCKET NO. 18/23) Annotation: (90 Days, Cn. Deadline 8/23/23). (Cn. Deadline 8/10/23). 34233 CAL. NO. 34,234 - BY: COUNCILMEMBER KING Brief: An Ordinance to establish a conditional use to permit a single-family residence in a GPD General Planned Development District, on Square 178, Lots 11 through 12, in the Fifth Municipal District, bounded by Oliver Street, J. Weiner Bert Street, Bisson Street, and Simms Street (Municipal Addresses: 3525 Oliver Street); and otherwise to provide with respect thereto. (ZONING DOCKET NO. 23/23) Annotation: (90 Days, Cn. Deadline 8/23/23). (Cn. Deadline 8/10/23). 34234 CAL. NO. 34,235 - BY: COUNCILMEMBER HARRIS Brief: An Ordinancet to effect a zoning change from an HU-MU Historic Urban Neighborhood Mixed-Use District to HU-RD2 Historic Urban Two Family Residential District, on all lots https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4562&doc_id=bdece720-0702-11ee-95dd-0050569183fa 51/57 \f", - "page_number": 51, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 6-8-2023.pdf", - "page_content": "8/5/23, 1:55 PM 74g. 74h. 741. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4562&doc_id=bdece720-0702-11ee-95dd-00505691 83fa currently zoned HU-MU Historic Urban Neighborhood Mixed Use District, on Squares 48 and 49, in the Fourth Municipal District, bounded by Second Street, Fourth Street, Rousseau Street, and Saint Thomas Street (Municipal Addresses: 502-536 Second Street, 521-533 Third Street, and 525 Fourth Street, excluding 2515-2517 Rousseau Street); and otherwise to provide with respect thereto. (ZONING DOCKET NO. 24/23) Annotation: (90 Days, Cn. Deadline 8/23/23). (Cn. Deadline 8/10/23). 34235 CAL. NO. 34,236 - BY: COUNCILMEMBER KING Brief: An Ordinance to establish a conditional use to permit a hotel in a CBD-5 Urban Core Neighborhood Lower Intensity Mixed-Use District, located on Square 179, Lot 20, in the First Municipal District, bounded by Camp Street, Girod Street, Church Street, and Julia Street (Municipal Addresses: 705-707 Camp Street and 606 Girod Street); and otherwise to provide with respect thereto. (ZONI", - "page_number": 52, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 6-8-2023.pdf", - "page_content": "NG DOCKET NO. 25/23) Annotation: (90 Days, Cn. Deadline 8/23/23). (Cn. Deadline 8/10/23). 34236 CAL. NO. 34,237 - BY: COUNCILMEMBER KING Brief: An Ordinance to temporarily waive certain fees, permit fees, and requirements within and around Devour Park located at 1500 Teche Street, New Orleans, Louisiana in conjunction with the Senior Car Giveaway event on Sunday, June 18, 2023 from 12:00 p.m. to 5:00 p.m., to specify the duration and boundaries of said waiver; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 10/6/23). 34237 CAL. NO. 34,238 - BY: COUNCILMEMBERS MORRELL, MORENO, HARRIS AND KING Brief: An Ordinance to amend and reordain Section 2-905 of the Code of New Orleans to change the process for granting of exceptions to the City\u2019s Clean Fleet requirements; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 10/6/23). https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4562&doc_id=bdece720-0702-11ee-95dd-0050569183fa 52/57 \f", - "page_number": 52, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 6-8-2023.pdf", - "page_content": "8/5/23, 1:55 PM 74}. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4562&doc_id=bdece720-0702-11ee-95dd-00505691 83fa 34238 CAL. NO. 34,239 - BY: COUNCILMEMBER THOMAS (BY REQUEST) Brief: An Ordinance authorizing the Mayor of the City of New Orleans to enter into a Cooperative Endeavor Agreement (\u201cCEA\u201d) between the City of New Orleans (the \u201cCity) and the Law Enforcement District (\u201cLED\u201d) of the Parish of Orleans, State of Louisiana, represented by its Chief Executive Officer Sheriff Susan Hutson, for a term greater than one year, for the public purpose of constructing a new Medical and Mental Health Services Facility (\u201cPhase IIT\u2019) at the Orleans Justice Center (\u201cOJC\u2019\u2019) in the City of New Orleans, as more fully detailed in the CEA form attached hereto as Exhibit \u201cA\u201d; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 10/6/23). 34239 74k. CAL. NO. 34,240 - BY: COUNCILMEMBER KING (BY REQUEST) 7Al. Brief: An Ordinance to authorize the Mayor of the City of New Orleans to enter into Amendment No. 1 (\u2018Amendment\u2019) to amend the Cooperative Endeavor Agreement (\u201cAgreement\u201d) between the City of New Orleans (the \u201cCity\u201d) and Foundation for Louisiana (the \u201cContractor\u2019\u2019) relative to the Contractor acting as the designated fiscal administrator for the Children and Youth Plan", - "page_number": 53, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 6-8-2023.pdf", - "page_content": "ning Board, in order to extend the Agreement for an additional one (1) year; to increase the maximum aggregate amount of compensation; to amend the rate of compensation; to amend the services provided by the Contractor; and to add, modify, or reaffirm certain terms and conditions, as more fully set forth in the Amendment attached hereto as Exhibit \u201c1\u201d and incorporated and made a part hereof; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 10/6/23). 34240 CAL. NO. 34,241 - BY: COUNCILMEMBER GIARRUSSO Brief: An Ordinance to amend and reordain the Unclassified Pay Plan for officers and employees in the unclassified service of the City of New Orleans, in accordance with Section 37118 and 4- 206(1)(g) of the Home Rule Charter of the City of New Orleans, to establish new titles for the existing positions of Chief of EMS (Physician) (U-3005) and Deputy Chief of EMS (U-3006); to change the titles to Medical Director (U-3005) and Chief of EMS (U-3006); to establish new salary ranges for these classifications within the Unclassified Pay Plan; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 10/6/23). 34241 https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4562&doc_id=bdece720-0702-11ee-95dd-0050569183fa 53/57 \f", - "page_number": 53, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 6-8-2023.pdf", - "page_content": "8/5/23, 1:55 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4562&doc_id=bdece720-0702-11ee-95dd-00505691 83fa 74m. CAL. NO. 34,242 - BY: COUNCILMEMBERS GIARRUSSO, HARRIS AND MORENO (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29265 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Revenues for the City of New Orleans for the Year 2023,\u201d to appropriate funds for rental assistance programs in the Office of Community Development and to pilot a program to assist homeowners in addressing code enforcement violations in Historic District Landmarks Commission; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 10/6/23). 34242 74n. CAL. NO. 34,243 - BY: COUNCILMEMBERS GIARRUSSO, HARRIS AND MORENO (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29266 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023,\u201d to appropriate funds for rental assistance programs in the Office of Community Dev", - "page_number": 54, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 6-8-2023.pdf", - "page_content": "elopment and to pilot a program to assist homeowners in addressing code enforcement violations in Historic District Landmarks Commission; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 10/6/23). 34243 740. CAL. NO. 34,244 - BY: COUNCILMEMBERSGIARRUSSO, MORENO, GREEN AND THOMAS (BYREQUEST) Brief: An Ordinance to amend Ordinance No. 29265 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Revenues for the City of New Orleans for the Year 2023\u201d, to appropriate grant funds to the Police Department for personnel overtime and to purchase security systems, equipment and software; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 10/6/23). 34244 74p. CAL. NO. 34,245 - BY: COUNCILMEMBERSGIARRUSSO, MORENO, GREEN AND THOMAS (BYREQUEST) Brief: An Ordinance to amend Ordinance No. 29266 M.C.S., as amended, entitled \u201cAn Ordinance https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4562&doc_id=bdece720-0702-11ee-95dd-0050569183fa 54/57 \f", - "page_number": 54, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 6-8-2023.pdf", - "page_content": "8/5/23, 1:55 PM 74q. 7TA4r. TAs. cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4562&doc_id=bdece720-0702-11ee-95dd-00505691 83fa Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023\u201d, to appropriate grant funds to the Police Department for personnel overtime and to purchase security systems, equipment and software; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 10/6/23). 34245 CAL. NO. 34,246 - BY: COUNCILMEMBERSGIARRUSSO, MORENO, GREEN AND THOMAS (BYREQUEST) Brief: An Ordinance to amend Ordinance No. 29265 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Revenues for the City of New Orleans for the Year 2023\u201d, to appropriate grant funds awarded to the Health Department for the Healthcare for the Homeless Program to expand HIV health services in the community through various partnerships; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 10/6/23). 34246 CAL. NO. 34,247 - BY: COUNCILMEMBERSGIARRUSS", - "page_number": 55, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 6-8-2023.pdf", - "page_content": "O, MORENO, GREEN AND THOMAS (BYREQUEST) Brief: An Ordinance to amend Ordinance No. 29266 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023\u201d, to appropriate grant funds awarded to the Health Department for the Healthcare for the Homeless Program to expand HIV health services in the community through various partnerships; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 10/6/23). 34247 CAL. NO. 34,248 - BY: COUNCILMEMBERSGIARRUSSO, MORENO, GREEN AND THOMAS (BYREQUEST) Brief: An Ordinance to amend Ordinance No. 29265 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Revenues for the City of New Orleans for the Year 2023\u201d, to appropriate unspent grant funds to the Office of Workforce Development; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 10/6/23). https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4562&doc_id=bdece720-0702-11ee-95dd-0050569183fa 55/57 \f", - "page_number": 55, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 6-8-2023.pdf", - "page_content": "8/5/23, 1:55 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4562&doc_id=bdece720-0702-11ee-95dd-00505691 83fa 34248 74t. CAL. NO. 34,249 - BY: COUNCILMEMBERSGIARRUSSO, MORENO, GREEN AND THOMAS (BYREQUEST) Brief: An Ordinance to amend Ordinance No. 29266 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023\u201d, to appropriate unspent grant funds to the Office of Workforce Development; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 10/6/23). 34249 74u. CAL. NO. 34,250 - BY: COUNCILMEMBERSGIARRUSSO, MORENO, GREEN AND THOMAS (BYREQUEST) Brief: An Ordinance to amend Ordinance No. 29265 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Revenues for the City of New Orleans for the Year 2023\u201d, to appropriate grant funds to the Department of Health for Emergency Medical Services to purchase computers and virtual reality headsets required ", - "page_number": 56, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 6-8-2023.pdf", - "page_content": "for virtual reality training; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 10/6/23). 34250 74v. CAL. NO. 34,251 - BY: COUNCILMEMBERSGIARRUSSO, MORENO, GREEN AND THOMAS (BYREQUEST) Brief: An Ordinance to amend Ordinance No. 29266 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023\u201d, to appropriate grant funds to the Health Department for Emergency Medical Services to purchase computers and virtual reality headsets required for virtual reality training; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 10/6/23). 34251 74w. CAL. NO. 34,252 - BY: COUNCILMEMBERSGIARRUSSO, MORENO, GREEN AND THOMAS (BYREQUEST) Brief: An Ordinance to amend Ordinance No. 29266 M.C.S., as amended, entitled \u201cAn Ordinance https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4562&doc_id=bdece720-0702-11ee-95dd-0050569183fa 56/57 \f", - "page_number": 56, - "part": 2 - }, - { - "title": "Regular CIty Council Meeting 6-8-2023.pdf", - "page_content": "8/5/23, 1:55 PM cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4562&doc_id=bdece720-0702-11ee-95dd-00505691 83fa Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023\u201d, to transfer funds from Personal Services to Other Operating within the Office of Police Secondary Employment to cover the remaining payrolls (19) for Reserve Officers; and otherwise to provide with respect the", - "page_number": 57, - "part": 1 - }, - { - "title": "Regular CIty Council Meeting 6-8-2023.pdf", - "page_content": "reto. Annotation: (Council Rule 34. Postponement Deadline 10/6/23). 34252 10. MOTION FOR ADJOURNMENT: @_1:30 p.m. MOVED By: Green SECONDED BY: Harris ACTION: Adopt YEAS: Giarrusso, Green, Harris, King, Moreno, Morrell - 6 NAYS: 0 ABSTAIN: 0 ABSENT: Thomas - 1 RECUSED: 0 AND THE MOTION PASSED. https://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4562&doc_id=bdece720-0702-11ee-95dd-0050569183fa 57/57 \f", - "page_number": 57, - "part": 2 - }, - { - "page_content": "11/15/23, 7:50 PM cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4692 THE COUNCIL City of New Orleans HELENA MORENO JP MORRELL Councilmember-At-Large Councilmember-At-Large JOSEPH I. LESLI D. FREDDIE EUGENE J. OLIVER M. GIARRUSSO HARRIS KING III GREEN, JR. THOMAS, JR. Il Councilmember Councilmember Councilmember Councilmember Councilmember District B District C District D District E District A AGENDA Regular City Council Meeting held in City Hall Council Chamber on Thursday, October 19, 2023 a", - "page_number": 1, - "part": 1, - "title": "Regular City Council Meeting Agenda 10-19-2023.pdf" - }, - { - "page_content": "t 10:18 A.M. PRESIDENT VICE PRESIDENT JP MORRELL HELENA MORENO Councilmember-At-Large Councilmember-At-Large 1. ROLL CALL -LORA W. JOHNSON, CLERK OF COUNCIL 2. INVOCATION - PASTOR JAMAL WEATHERSBY, NEW HOPE BAPTIST CHURCH 3. PLEDGE OF ALLEGIANCE - OLIVER M. THOMAS, JR., COUNCILMEMBER DISTRICT \u201cE\u201d 4. PUBLIC E-COMMENT FORMS, RULES AND INFORMATION ARE AVAILABLE AT https://council.nola.gov/home/ E-Public Comment Form(1-5), https://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4692 1/34 \f", - "page_number": 1, - "part": 2, - "title": "Regular City Council Meeting Agenda 10-19-2023.pdf" - }, - { - "page_content": "11/15/23, 7:50 PM cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4692 A. SPECIAL ORDERS OF BUSINESS 1. FIRST ORDER OF BUSINESS \u2014 PRESENTATION \u2014 JACQUELINE MOYSE BORCHGREVINK Brief: Celebrating the 100th Birthday and Illustrious Life of Jacqueline Moyse Borchgrevink Annotation: ELECTRONICALLY SUBMITTED. (Cm. Harris). APPEARED. 2. SECOND ORDER OF BUSINESS \u2014 PRESENTATION \u2014 LARRY LEHMANN, NEPHEW OF DR. GWENDOLYN MIDLO HALL AND MOLLY MITCHELL, DIRECTOR, MIDLO CENTER FOR NEW ORLEANS STUDIES AT THE UNIVERSITY OF NEW ORLEANS Brief: Recognizing and remembering the life of historian Dr. Gwendolyn Midlo Hall, who, while as a professor at Rutgers University, revolutionized historians\u2019 understanding of slavery with her book \u201cAfricans in Colonial Louisiana: The Development of Afro-Creole Culture in the Eighteenth Century,\u201d published in 1992. Annotation: ELECTRONICALLY SUBMITTED. (Cm. Green). APPEARED. 3. THIRD ORDER OF BUSINESS \u2014 RECOGNIZING OCTOBER 2023 AS DOMESTIC ", - "page_number": 2, - "part": 1, - "title": "Regular City Council Meeting Agenda 10-19-2023.pdf" - }, - { - "page_content": "VIOLENCE AWARENESS MONTH \u00a2 Representatives from the New Orleans Health Department \u00a2 Leadership from the New Orleans Family Justice Center \u00a2 Adrienna Winfrey with Arin's Nesting Place Brief: Receiving presentations from City leadership, service providers, and advocates working to bring greater awareness to available domestic violence resources, identifying the causes of domestic abuse fatality and methods for prevention, as well as wraparound services for survivors of domestic and intimate partner violence. Annotation: ELECTRONICALLY SUBMITTED. (Cm. Moreno). APPEARED. 42. MOTION - NO. M-23-494 - BY: COUNCILMEMBER MORRELL Brief:Authorizing and directing the Council President to execute a professional services agreement with AH Datalytics, LLC for a term of one-year, with up to four allowable one-year renewals and containing such other provisions as may be necessary or desirable to accomplish https://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4692 2/34 \f", - "page_number": 2, - "part": 2, - "title": "Regular City Council Meeting Agenda 10-19-2023.pdf" - }, - { - "page_content": "11/15/23, 7:50 PM cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4692 the purposes of this Motion, and the foregoing shall be circulated in accordance with the normal contracting process and Rules of the City Council. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 2/16/24). M-23-494 43a. MOTION TO SUSPEND THE RULES TO RECEIVED 43b. MOTION TO SUSPEND THE RULES TO ADD 41. Section 4-106 Confirmation \u2014 Superintendent of Police Brief: Consideration of the confirmation of Interim Superintendent Anne Kirkpatrick as the permanent superintendent of the Department of Police. The Governmental Affairs Committee voted 4-1 to forward this matter to the full Council for final action with no recommendation of approval or disapproval. The deadline for Council action is January 20, 2024. Annotation: ELECTRO", - "page_number": 3, - "part": 1, - "title": "Regular City Council Meeting Agenda 10-19-2023.pdf" - }, - { - "page_content": "NICALLY SUBMITTED. (Governmental Affairs made no recommendation). HEARING HELD. (See Motion No. M-23-497). SPEAKER CARDS: George Mahdi - In Opposition Rev. Marie Ortiz - In Opposition Acquanette Barnes - In Opposition Mr. Larry Morgan - In Opposition W C Johnson - Info. Only Edward Parker Jr. - Info. Only Michael Burnside - Info. Only Chui Clark - In Opposition ON-LINE SPEAKERS: Robert T. Bachelder Oliver Fletcher Assata Olugbala Lindsay Edwards B. CONSENTAGENDA 1. COMMUNICATION - FROM ERIN SPEARS - CHIEF OF STAFF & _COUNSEL, COUNCIL UTILITIES REGULATORY OFFICE Brief: Submitting the transmittal document for communications related to electric and gas utility matters to be received by the Council of the City of New Orleans at its meeting on October 19, 2023: https://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4692 3/34 \f", - "page_number": 3, - "part": 2, - "title": "Regular City Council Meeting Agenda 10-19-2023.pdf" - }, - { - "page_content": "11/15/23, 7:50 PM 3. cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4692 Erin Spears - 2023-10-19 Electric Gas Communications Memo (1) Communications from Entergy New Orleans, LLC (\u201cENO\u201d) 2023 Status Report for EV Charging Infrastructure and Adoption, submitted pursuant to Resolution R-23-396, UD-18-01 and UD-18-02 ENTERGY - Lacresha Wilkerson - 2023-10-09 Resolution 23-396 Entergy New Orleans Status Report Energy Smart Year 12 Annual Energy Efficiency Program Report, UD-08-02 and UD-17-03 ENTERGY - Kevin T Boleware - 2023_ 1006 Energy Smart Annual Report _PY12 (1) Energy Smart Midyear Report for Program Year 13, UD-08-02 and UD-17-03 ENTERGY - Kevin T Boleware - Energy Smart PY 13 Midyear Report_101223 2022 New Orleans Power Station Title V Semi-Annual Monitoring Report ENTERGY - Kevin T Boleware - 2023-10-02 ENO NOPS LDEQ Semi", - "page_number": 4, - "part": 1, - "title": "Regular City Council Meeting Agenda 10-19-2023.pdf" - }, - { - "page_content": "-Annual Monitoring Rept - 18-07 Second Quarter 2023 Non-Regulated Investments Report, submitted pursuant to Resolution R-98-187 ENTERGY - Kevin T Boleware - 2nd Qtr 2023 Settlement Agree Rpt per R-98-187 Application to Fund and Finance Storm Recovery Reserves and Related Relief, UD-22-01 ENTERGY - Kevin T Boleware - 2023-10-13 ENO SSCRII Rider Filing Other Communications Petition for Intervention, submitted by the Sewerage and Water Board, UD-23-01 ENTERGY - Luke F Piontek - 2023-10-02 S&WB of NO\u2019s Petition of Intervention Reply Comments, submitted by the Alliance for Affordable Energy, UD-18-07 ENTERGY - Jesse S George - UD-18-07 - Comments of the Alliance for Affordable Energy - 10-9-23 Petition for Late Intervention, submitted by Air Products and Chemicals, UD-23-01 https://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4692 4/34 \f", - "page_number": 4, - "part": 2, - "title": "Regular City Council Meeting Agenda 10-19-2023.pdf" - }, - { - "page_content": "11/15/23, 7:50 PM cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4692 Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. SPEAKER CARD: Michael Burnside - In Opposition ENTERGY - Carrie R Tournillon - Transmittal letter Re AP Motion for Late Intervention and Inclusion on Service List - UD-23-01 1 of 2 ENTERGY - Carrie R Tournillon - UD-23-01, Air Products Motion for Late Intervention and Inclusion on Service List 2 of 2 2. COMMUNICATION \u2014 FROM GILBERT MONTAN?0O, CHIEF ADMINISTRATIVE OFFICER, CITY OF NEW ORLEANS Brief: Submitting the Equitable Business Opportunities (EBO) Scorecard Report for 2021 and 2022, pursuant to Chapter 70, Article IV, Section 70-462 of the City Code. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. Gilbert Montano - EBO Scorecard Report Transmittal Letter_10.02.23 (1) Gilbert Montano - EBO Scorecard Report_10.02.23 (2) 3. COMMUNICATION \u2014 FROM JONAT", - "page_number": 5, - "part": 1, - "title": "Regular City Council Meeting Agenda 10-19-2023.pdf" - }, - { - "page_content": "HAN HARRIS, CHIEF OF STAFF TO THE CHIEF ADMINISTRATIVE OFFICE, CITY OF NEW ORLEANS Brief: Submitting the reports for passenger-type vehicles owned or leased by the City of New Orleans (\u201cCity\u201d) for the second quarter of 2023, pursuant to Chapter 2, Article IX, Section 2- 902 of the City Code. The reports contain information regarding the following: Jonathan Harris - Q2_2023 Vehicle Report Transmittal Letter 1 of 3 Jonathan Harris - FY 23 Q2 Take-Home Report (1) 2 of 3 Jonathan Harris - FY 23 Q2 Pool Report - 3 of 3 1. | Each passenger-type vehicle owned or leased by the City that has been assigned to an employee with authorization to drive the vehicle to their residence and return to their duty station on a daily basis. 2. Each pool vehicle owned or leased by the City. Annotation: ELECTRONICALLY SUBMITTED. https://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4692 5/34 \f", - "page_number": 5, - "part": 2, - "title": "Regular City Council Meeting Agenda 10-19-2023.pdf" - }, - { - "page_content": "11/15/23, 7:50 PM cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4692 RECEIVED. 4. COMMUNICATION \u2014 FROM JENNIFER AVEGNO, MD, DIRECTOR OF THE HEALTH DEPARTMENT, CITY OF NEW ORLEANS Brief: Submitting the September 2023 documentation of all encampment clean-up efforts as required by Section 82-703. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. 5. COMMUNICATION \u2014 FROM SHANTEL HEBERT-MAGEE Brief: Requesting to appeal the Historic District Landmarks Commission\u2019s decision of \u201cdenial\u201d of the application for the installation of the proposed doors at the corner entry of the building for property located at 302 Pelican Avenue. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. (Hearing Date Set For 11/2/23). Shantel Hebert-Magee 302 Pelican Ave 6. COMMUNICATION \u2014", - "page_number": 6, - "part": 1, - "title": "Regular City Council Meeting Agenda 10-19-2023.pdf" - }, - { - "page_content": " FROM JOHN GARNER, ATTORNEY, HALE DEVALL Brief: Requesting to appeal the Historic District Landmarks Commission\u2019s decision of \u201cdenial\u201d of the application to remove existing street-facing wood windows for replacement with new clad- wood windows at a Contributing rated, three-story residential building for property located at 332 South Diamond Street. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. (Hearing Date Set For 11/2/23). John Garner Letter - 10-11-2023 (1)_1 of 3 John Garner - Appeal (1)_2 of 3 John Garner - 332 S Diamond Street - Exhibits - 3 of 3 John Garner - 332 S Diamond Street - Result Letter from HDLC 7. COMMUNICATION \u2014 FROM LYNNETTE GORDON, SPECTRUM DESIGNS & ENGINEERING LLC https://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4692 6/34 \f", - "page_number": 6, - "part": 2, - "title": "Regular City Council Meeting Agenda 10-19-2023.pdf" - }, - { - "page_content": "11/15/23, 7:50 PM cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4692 Brief: Requesting to appeal the parking requirements established by the University Area Off-Street Parking Interim Zoning District (IZD), for property located at 2417 Eagle Street. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. (Hearing Date Set For 11/2/23). Lynnette Gordon Letter - 2417 Eagle Street 8. COMMUNICATION - FROM ZACHARY SMITH, OWNER, ZACH SMITH CONSULTING AND DESIGN Brief: Requesting to appeal the University Area Off-Street Parking Interim Zoning District (IZD) for property located at 8337 Hickory Street. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. (Hearing Date Set For 11/2/23). Zachary Smith - 8337 Hickory Street 9. COMMUNICATION - FROM ANITA CURRAN, COUNCIL RESEARCH OFFICER, CITY OF NEW ORLEANS Brief: Submitting a statement of findings regarding the Cou", - "page_number": 7, - "part": 1, - "title": "Regular City Council Meeting Agenda 10-19-2023.pdf" - }, - { - "page_content": "ncil Research Office's compliance review of the proposed honorary street name dedication of 1000-1100 Valence Street in honor of Art Neville. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. Anita B Curran - CRO Statement of Findings Honorary Street Dedication 1000-1100 Valence 10. COMMUNICATION - FROM CARRIE COTTONE, PH.D., MOSQUITO, TERMITE, _& RODENT CONTROL ASSISTANT DIRECTOR Brief: Submitting a proposed agreement between the City of New Orleans and BASF Corporation, a completed contract summary form, and the related Motion, pursuant to Rule 57. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED AND REFERRED TO THE PUBLIC WORKS COMMITTEE. (See Motion No. M-23-483). Carrie Cottone - Contract agreement DASF Corporation 11. COMMUNICATION \u2014 FROM MICHAEL D. BALLARD, JR., AIA NCARB https://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4692 7134 \f", - "page_number": 7, - "part": 2, - "title": "Regular City Council Meeting Agenda 10-19-2023.pdf" - }, - { - "page_content": "11/15/23, 7:50 PM 12. 13. 14. cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4692 Brief: Requesting to appeal the Historic District Landmarks Commission\u2019s decision of \u201cdenial\u201d of the application to demolish 100% of the roof for property located at 8500 Spruce Street. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. (Hearing Date Set For 11/2/23). Michael D Ballard Jr - Letter- 8500 Spruce Street Request 10.12.2023 1 of 3 Michael D Ballard Jr - 8500 Spruce Street - Proposed Drawings 2 of 3 Michael D Ballard - 8500 Spruce Street - Corner Store Reference Images & Map 3 of 3 COMMUNICATION \u2014 FROM ALEXANDER ADAMICK, M. ARCH, AIA, NCARB Brief: Submitting a Withdrawal Letter for the appeal of the Historic District Landmarks Commission\u2019s decision of \u201cdenial\u201d for properties located at 3530 Carondelet Street, 1641 Foucher Street and 1645 Foucher Street. Annotation: RECEIVED. Alexander Adamick - 3530 Carondelet St 1641 Foucher St 1645 Foucher St (4) Alexander Adamick - Rescind Letter - 3530 Carondelet St - Ret", - "page_number": 8, - "part": 1, - "title": "Regular City Council Meeting Agenda 10-19-2023.pdf" - }, - { - "page_content": "raction Request COMMUNICATION \u2014 FROM TONY ALFORTISH, AIA, NCARB, PRINCIPAL, MATHES BRIERRE, ARCHITECTS Brief: Requesting to appeal the Historic District Landmarks Commission\u2019s decision of de-facto \u201cdenial\u201d of the application for demolition of an existing contributing rated two-story warehouse building to grade for property located at 1060 Magazine Street. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. (Hearing Date Set For 11/2/23). COMMUNICATION \u2014 FROM LATOYA CANTRELL, MAYOR, CITY OF NEW ORLEANS Brief: Pursuant Section 4-104 of the City of New Orleans Home Rule Charter creating the New Orleans Home Rule Charter Advisory Review Committee as a mayoral advisory committee. Per executive order, LC-23-03, the New Orleans City Council shall appoint three designees to be members of the advisory committee. The executive order outlines the purpose of the advisory committee and guidelines for selecting designees. In addition, making her Chief of https://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4692 8/34 \f", - "page_number": 8, - "part": 2, - "title": "Regular City Council Meeting Agenda 10-19-2023.pdf" - }, - { - "page_content": "11/15/23, 7:50 PM cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4692 Staff, or his designee, available to the advisory committee in their efforts to complete the advisory committee\u2019s purpose and added the Council Chief of Staff, or his designee, to do the same. Annotation: RECEIVED. LaToya Cantrell Mayor City of New Orleans 15. COMMUNICATION - FROM MATT TORRI, DIRECTOR, DEPARTMENT OF SANITATION, CITY OF NEW ORLEANS Brief: Submitting a proposed agreement between the City of New Orleans and Richard's Disposal, Inc., a completed contract summary form, and the related Motion, pursuant to Rule 57. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. Matt Torri - Contract Richard\u2019s Disposal Inc 16. COMMUNICATION - FROM", + "page_content": "- Topic: Demolition Permit for 1432 Touro Street\n- Summary: Application documents for a demolition permit requiring City Council review and approval for the property at 1432 Touro Street, Council District \"C\".\n- Ordinance Number: N/A\n- Votes Summary: Deferred until later in the meeting\n- Decision/Key Actions: Deferred until later in the meeting due to timing issues\n- Tags/Keywords: Demolition Permit, City Council Review, Deferred\n- UID: 2cf5b963-7fde-4664-8b71-55b9694a5e6a\n\n- Topic: Non-Exclusive Franchise to Telepak Networks, Inc.\n- Summary: Ordinance granting a non-exclusive franchise to Telepak Networks, Inc. to construct, maintain, and operate a Wireline Telecommunications System.\n- Ordinance Number: 33183\n- Votes Summary: Continued to the meeting of 12/1/23\n- Decision/Key Actions: Continued to the meeting of 12/1/23\n- Tags/Keywords: Franchise, Telepak Networks, Wireline Telecommunications System, Continued\n- UID: 2cf5b963-7fde-4664-8b71-55b9694a5e6a\n\n- Topic: Reporting Requirements for Mardi Gras Advisory Council\n- Summary: Ordinance to require annual reporting to City Council of the mayor\u2019s Mardi Gras advisory council\u2019s recommendations.\n- Ordinance Number: 34017\n- Votes Summary: Continued to the meeting of 9/7/23\n- Decision/Key Actions: Referred to the Governmental Affairs Committee, Continued to the meeting of 9/7/23\n- Tags/Keywords: Mardi Gras Advisory Council, Reporting Requirements, Continued\n- UID: 2cf5b963-7fde-4664-8b71-55b9694a5e6a\n\n- Topic: Amendment to Section 166-22 of the Code of the City of New Orleans\n- Summary: Ordinance to temporarily amend Section 166-22 of the Code of the City of New Orleans.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: N/A\n- Tags/Keywords: Amendment, Code of the City of New Orleans, Temporary\n- UID: 2cf5b963-7fde-4664-8b71-55b9694a5e6a", + "uid": "2cf5b963-7fde-4664-8b71-55b9694a5e6a", + "publish_date": "8-10-2023", "page_number": 9, - "part": 1, - "title": "Regular City Council Meeting Agenda 10-19-2023.pdf" - }, - { - "page_content": " MATT TORRI, DIRECTOR, DEPARTMENT OF SANITATION, CITY OF NEW ORLEANS Brief: Submitting a proposed agreement between the City of New Orleans and IV Waste LLC, a completed contract summary form, and the related Motion, pursuant to Rule 57. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. Matt Torri - Contract Letter - IV Waste LLC 17. REPORT - OF THE EXECUTIVE DIRECTOR OF THE CITY PLANNING COMMISSION Brief: Transmitting 2024-2028 Capital Improvement Plan for information purposes only Cn. Deadline N/A. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. Transmittal letter for 10-10-23 CPC meeting (CIP only) 18. CAL. NO. 34,395 - BY: COUNCILMEMBER KING https://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4692 9/34 \f", - "page_number": 9, - "part": 2, - "title": "Regular City Council Meeting Agenda 10-19-2023.pdf" - }, - { - "page_content": "11/15/23, 7:50 PM cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4692 Brief: An Ordinance to establish a conditional use to permit a bed and breakfast (principal) in an HMR-2 Historic Marigny/Trem\u00e9/Bywater Residential District, located on Square 157, Lot D or | and E, in the Third Municipal District, bounded by Esplanade Avenue, Bourbon Street, Dauphine Street, and Pauger Street (Municipal Addresses: 807 Esplanade Avenue and 1404- 1414 Bourbon Street); and otherwise to provide with respect thereto. (ZONING DOCKET NO. 51/23) Annotation: ELECTRONICALLY SUBMITTED. (90 Days, Cn. Deadline 11/22/23). (Cn. Deadline 11/16/23). ADOPTED. 34395 - 29688 M.C.S. 19. CAL, NO. 34,396 - BY: COUNCILMEMBER KING Brief: An Ordinance to establish a conditional use to permit a principal bed and breakfast in an HMR-1 Historic Marigny/Trem\u00e9/Bywater Residential District, located on Squares 174-175, Lots A and B, in the Second Municipal District, bounded by North Robertson Street, Esplanade Avenue, Governor Nicholls Street, and North Villere Street (Municip", - "page_number": 10, - "part": 1, - "title": "Regular City Council Meeting Agenda 10-19-2023.pdf" + "title": "Regular City Council Minutes 8-10-2023" }, { - "page_content": "al Addresses: 1238-1240 North Robertson Street); and otherwise to provide with respect thereto. (ZONING DOCKET NO. 53/23) Annotation: ELECTRONICALLY SUBMITTED. (90 Days, Cn. Deadline 11/22/23). (Cn. Deadline 11/16/23). ADOPTED. 34396 - 29689 M.C.S. 20. CAL. NO. 34,397 - BY: COUNCILMEMBER HARRIS Brief: An Ordinance to establish a conditional use to permit the retail sale of packaged alcoholic beverages in an MU-1 Medium Intensity Mixed-Use District on Square 577, Lots 1, 2, 3, 4, 5, A, 7-A, 8B, 9, 10, 11, 14, 15, 16, 17, portion of 18, D, E, F, G, 36, 26, 27, 28, and pt. 25, in the First Municipal District, bounded by Tulane Avenue, South Dorgenois Street, South Rocheblave Street, and Banks Street (Municipal Addresses: 2501-2537 Tulane Avenue and 2500-2520 Banks Street); and otherwise to provide with respect thereto. (ZONING DOCKET NO. 54/23) Annotation: ELECTRONICALLY SUBMITTED. (90 Days, Cn. Deadline 11/22/23). (Cn. Deadline 11/16/23). ADOPTED. 34397-29690 M.CS. https://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4692 10/34 \f", + "page_content": "- Topic: Temporary Alcoholic Beverage Permit\n- Summary: An ordinance to establish a temporary alcoholic beverage permit and amend the procedure for the issuance of a temporary renewal permit pending appeal of denial of renewal application to alcoholic beverage control board.\n- Ordinance Number: CAL. NO. 34,188\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed without any opposing votes.\n- Tags/Keywords: Alcoholic beverage permit, renewal procedure, temporary permit\n- UID: 79ec6fdf-d9c4-4ff8-8007-c189becf4c4c\n\n- Topic: Probationary Occupational License\n- Summary: An ordinance to establish a probationary occupational license.\n- Ordinance Number: CAL. NO. 34,332\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed without any opposing votes.\n- Tags/Keywords: Occupational license, probationary license\n- UID: 79ec6fdf-d9c4-4ff8-8007-c189becf4c4c\n\n- Topic: Vieux Carr\u00e9 Commission Rules and Regulations\n- Summary: An ordinance to amend and reordain certain sections of the Code of the City of New Orleans to provide for rules and regulations by the Vieux Carr\u00e9 Commission, including the display of business names on doors, issuance of temporary signs for special events, clarification of building defects, specific violation notices, and modification of remediatory applications.\n- Ordinance Number: CAL. NO. 34,265\n- Votes Summary:\n Vote 1: Continued to a future meeting - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance was continued to a future meeting for further discussion and consideration.\n- Tags/Keywords: Vieux Carr\u00e9 Commission, rules and regulations, building defects, violation notices\n- UID: 79ec6fdf-d9c4-4ff8-8007-c189becf4c4c", + "uid": "79ec6fdf-d9c4-4ff8-8007-c189becf4c4c", + "publish_date": "8-10-2023", "page_number": 10, - "part": 2, - "title": "Regular City Council Meeting Agenda 10-19-2023.pdf" - }, - { - "page_content": "11/15/23, 7:50 PM cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4692 21. CAL. NO. 34,399 - BY: COUNCILMEMBERS GIARRUSSO AND MORRELL Brief: An Ordinance to establish a conditional use to permit the expansion of the floor area of an established multi-family dwelling in an HU-RD2 Historic Urban Two-Family Residential District, on Square 46, Lot A, in the Seventh Municipal District, bounded by Adams Street, Benjamin Street, Dominican Street, and Hillary Street (Municipal Address: 301 Adams Street); and otherwise to provide with respect thereto. (ZONING DOCKET NO. 59/23) Annotation: ELECTRONICALLY SUBMITTED. (90 Days, Cn. Deadline 12/6/23). (Cn. Deadline 12/1/23). ADOPTED. 34399 - 29691 M.C:S. 22. CAL. NO. 34,400 - BY: COUNCILMEMBER GREEN Brief: An Ordinance to effect a zoning change from an HU-RD2 Historic Urban Two-Family Residential District to an HU-B1A Historic Urban Neighborhood Business District, on Square 538, Lot A-1 or 1A, in the Third Municipal District, bounded by Pol", - "page_number": 11, - "part": 1, - "title": "Regular City Council Meeting Agenda 10-19-2023.pdf" + "title": "Regular City Council Minutes 8-10-2023" }, { - "page_content": "and Avenue, Urquhart Street, Kentucky Street, and North Villere Street (Municipal Addresses: 1301-1303 Poland Avenue); and otherwise to provide with respect thereto. (ZONING DOCKET NO. 60/23) Annotation: ELECTRONICALLY SUBMITTED. (90 Days, Cn. Deadline 12/6/23). (Cn. Deadline 12/1/23). ADOPTED. 34400 - 29692 M.C:S. 23. CAL. NO. 34,401 - BY: COUNCILMEMBER HARRIS Brief: An Ordinance to establish a conditional use to permit a large child-care center in an HU-RD2 Historic Urban Two-Family Residential District, on Square 115, Lots 4 or 17 and 14 or 16, in the First Municipal District, bounded by Terpsichore Street, Annunciation Street, Constance Street, and Melpomene Street (Municipal Address: 917 Terpsichore Street); and otherwise to provide with respect thereto. (ZONING DOCKET NO. 61/23) Annotation: ELECTRONICALLY SUBMITTED. (90 Days, Cn. Deadline 12/6/23). (Cn. Deadline 12/1/23). ADOPTED. 34401 - 29693 M.C:S. https://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4692 11/34 \f", + "page_content": "- Topic: Cooperative Endeavor Agreement for Medical and Mental Health Services Facility\n- Summary: The ordinance authorizes the Mayor to enter into a Cooperative Endeavor Agreement for the construction of a new Medical and Mental Health Services Facility at the Orleans Justice Center. The ordinance was continued to the meeting of 8/24/23.\n- Ordinance Number: 34265\n- Votes Summary:\n Vote 1: Continued to 8/24/23 - (N/A)\n- Decision/Key Actions: Continued to the meeting of 8/24/23\n- Tags/Keywords: Cooperative Endeavor Agreement, Medical and Mental Health Services Facility, Orleans Justice Center, Continued\n- UID: 75b788aa-4721-4761-a57e-af8ccd838469\n\n- Topic: Establishment of Riverwalk-Spanish Plaza Economic Development District\n- Summary: The ordinance establishes the Riverwalk-Spanish Plaza Economic Development District in the City of New Orleans. The ordinance was adopted with 5 YEAS and 0 NAYS.\n- Ordinance Number: 34275-29573 MCS\n- Votes Summary:\n Vote 1: Adopted - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: Adopted\n- Tags/Keywords: Riverwalk-Spanish Plaza Economic Development District, Adoption\n- UID: 75b788aa-4721-4761-a57e-af8ccd838469\n\n- Topic: Amendment to Chapter 130 of the Code of the City of New Orleans\n- Summary: The ordinance amends and reordains Chapter 130 of the City Code to provide for restrictions on payments to sellers of nonferrous materials. The ordinance was recommended for approval by the Quality of Life Committee.\n- Ordinance Number: 34277\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Recommended for approval\n- Tags/Keywords: Chapter 130 Amendment, Nonferrous Materials, Quality of Life Committee\n- UID: 75b788aa-4721-4761-a57e-af8ccd838469", + "uid": "75b788aa-4721-4761-a57e-af8ccd838469", + "publish_date": "8-10-2023", "page_number": 11, - "part": 2, - "title": "Regular City Council Meeting Agenda 10-19-2023.pdf" - }, - { - "page_content": "11/15/23, 7:50 PM cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4692 24. MOTION (LYING OVER) - NO. M-23-463 - BY: COUNCILMEMBERS GIARRUSSO (BY REQUEST) AND MORRELL Brief: Ratifying, confirming, and approving the Mayor\u2019s appointment of LaVerne Toombs, (vice Keely Thibodaux), as an at-large member of the Vieux Carre\u2019 Commission, effective upon approval by the Council of the City of New Orleans, for a term that will expire on June 30, 2026. Annotation: (Council Rule 34. Postponement Deadline 2/2/24). (Questionnaire received). (Referred to the Governmental Affairs Committee). (Governmental Affairs Committee recommended approval). ADOPTED. M-23-463 25. MOTION (LYING OVER) - NO. M-23-465 - BY: COUNCILMEMBERS GIARRUSSO (BY REQUEST) AND MORRELL Brief: Ratifying, confirming and approving the Mayor's appointment of Emily Wolff (vice Brent Wood), as a member of the Audubon Commission, effective upon approval by th", - "page_number": 12, - "part": 1, - "title": "Regular City Council Meeting Agenda 10-19-2023.pdf" + "title": "Regular City Council Minutes 8-10-2023" }, { - "page_content": "e Council of the City of New Orleans, for a term that will expire on June 30, 2028. Annotation: (Council Rule 34. Postponement Deadline 2/2/24). (Questionnaire received). (Referred to the Governmental Affairs Committee). (Governmental Affairs Committee recommended approval). ADOPTED. M-23-465 26. MOTION (LYING OVER) - NO. M-23-466 - BY: COUNCILMEMBER HARRIS (BY REQUEST) Brief: Ratifying, confirming and approving the Mayor's appointment of Ludovico Feoli (vice Daniel O. Conwill, IV), as a member of the Audubon Commission, effective upon approval by the Council of the City of New Orleans, for a term that will expire on June 30, 2027. Annotation: (Council Rule 34. Postponement Deadline 2/2/24). (Questionnaire received). (Referred to the Governmental Affairs Committee). (Governmental Affairs Committee recommended approval). ADOPTED. M-23-466 https://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4692 12/34 \f", + "page_content": "- Topic: Lease Agreement with CMG PIPELINES, INC.\n- Summary: The ordinance seeks to approve a Lease Agreement at Louis Armstrong New Orleans International Airport with CMG PIPELINES, INC. The motion was adopted with 6 YEAS and 0 NAYS.\n- Ordinance Number: 34285-29578 MCS\n- Votes Summary:\n Vote 1: Adopt - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance was adopted to approve the Lease Agreement.\n- UID: 3329c92c-8281-4621-98e8-cef88654348f\n\n- Topic: GSE Facility Lease Agreement with DELTA AIRLINES, INC.\n- Summary: The ordinance aims to approve a Ground Support Equipment (GSE) Facility Lease Agreement at Louis Armstrong New Orleans International Airport with DELTA AIRLINES, INC. The motion was adopted with 6 YEAS and 0 NAYS.\n- Ordinance Number: 34286-29579 MCS\n- Votes Summary:\n Vote 1: Adopt - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance was adopted to approve the GSE Facility Lease Agreement.\n- UID: 3329c92c-8281-4621-98e8-cef88654348f", + "uid": "3329c92c-8281-4621-98e8-cef88654348f", + "publish_date": "8-10-2023", "page_number": 12, - "part": 2, - "title": "Regular City Council Meeting Agenda 10-19-2023.pdf" + "title": "Regular City Council Minutes 8-10-2023" }, { - "page_content": "11/15/23, 7:50 PM cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4692 27. MOTION (LYING OVER) - NO. M-23-467 - BY: COUNCILMEMBER KING (BY REQUEST) Brief: Ratifying, confirming, and approving the Mayor's appointment of Vincent Weaver, (vice LaVerne Toombs), representing the New Orleans Chamber of Commerce on the Vieux Carre\u2019 Commission, effective upon approval by the Council of the City of New Orleans, for a term that will expire on June 30, 2026. Annotation: (Council Rule 34. Postponement Deadline 2/2/24). (Questionnaire received). (Referred to the Governmental Affairs Committee). (Governmental Affairs Committee recommended approval). ADOPTED. M-23-467 28. MOTION \u2014 NO. M-23-482 \u2014 BY: COUNCILMEMBER MORENO Brief: Ratifying, confirming and approving the appointment of Mollie Ponds, fulfilling the unexpired term of Robert Jenkins, as a member of the Alcoholic B", + "page_content": "- Topic: Lease Agreement at Louis Armstrong New Orleans International Airport\n- Summary: An ordinance to approve and authorize the Mayor of the City of New Orleans to enter into a Lease Agreement at Louis Armstrong New Orleans International Airport with G2 SECURE STAFF, L.L.C.\n- Ordinance Number: CAL. NO. 34,287\n- Votes Summary:\n Vote 1: Adopt - 6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT\n- Decision/Key Actions: The ordinance was passed with 6 in favor and 0 against.\n- Tags/Keywords: Lease Agreement, Louis Armstrong New Orleans International Airport, G2 SECURE STAFF, L.L.C.\n- UID: 347ecc5f-dccf-4b70-9da9-3137b0f80aae\n\n- Topic: Amendment to Cable Franchise Ordinance\n- Summary: An ordinance to amend selected provisions of a Cable Franchise to Cox Communications Louisiana, L.L.C.\n- Ordinance Number: CAL. NO. 34,289\n- Votes Summary:\n Vote 1: Adopt - 6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT\n- Decision/Key Actions: The ordinance was passed with 6 in favor and 0 against.\n- Tags/Keywords: Cable Franchise, Cox Communications Louisiana, L.L.C., amendment\n- UID: 347ecc5f-dccf-4b70-9da9-3137b0f80aae", + "uid": "347ecc5f-dccf-4b70-9da9-3137b0f80aae", + "publish_date": "8-10-2023", "page_number": 13, - "part": 1, - "title": "Regular City Council Meeting Agenda 10-19-2023.pdf" + "title": "Regular City Council Minutes 8-10-2023" }, { - "page_content": "everage Control Board, effective upon approval by the Council of the City of New Orleans, for a term that will expire on June 30, 2026. Annotation: (Council Rule 34. Postponement Deadline 2/16/24). (Questionnaire received). (Governmental Affairs Committee recommended approval). ADOPTED. M-23-482 29. RESOLUTION - NO. R-23-491 - BY: COUNCILMEMBERS MORRELL, MORENO, GIARRUSSO, KING AND THOMAS Brief: RESOLUTION AND ORDER GRANTING MODIFIED APPROVAL OF A PROPOSED EXTENSION TO THE ELECTRIC AND GAS FORMULA RATE PLANS AS APPROVED IN RESOLUTION R-19-457 AND EXTENDED IN RESOLUTION R-20-213 DOCKET NO. UD-18-07 Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 2/16/24). (Utility, Cable, Telecommunications and Technology Committee recommended approval). ADOPTED. R-23-491 https://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4692 13/34 \f", - "page_number": 13, - "part": 2, - "title": "Regular City Council Meeting Agenda 10-19-2023.pdf" - }, - { - "page_content": "11/15/23, 7:50 PM cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4692 E. MOTION TO ADOPT CONSENT AGENDA AND REFER OTHER MATTERS TO THE PROPER AGENCY. F ANDTHE CONSENT AGENDA WAS ADOPTED. G. REGULAR AGENDA 1. COMMUNICATION \u2014 FROM CUONG VU, ACCOUNTANT, NEW ORLEANS POLICE DEPARTMENT, CITY OF NEW ORLEANS Brief: Submitting a proposed agreement between the City of New Orleans and the Administrators of the Tulane Educational Fund, a completed contract summary form, and the related Motion, pursuant to Rule 57. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED AND REFERRED TO THE CRIMINAL JUSTICE COMMITTEE. COMMUNICATION - Cuong Vu - Contract between - NOPD -Tulane Educational Fund la. MOTION TO REC. 1b. MOTION TO ADD 1. HDLC APPEAL \u2014~ OF ALEXANDER ADAMICK, M. ARCH, AIA, NCARB, PRINCIPAL ARCHITECT, ADAMICK ARCHITECTURE", - "page_number": 14, - "part": 1, - "title": "Regular City Council Meeting Agenda 10-19-2023.pdf" - }, - { - "page_content": " Brief: Requesting to appeal the Historic District Landmarks Commission\u2019s decision of \u201cdenial\u201d of the application for demolition of a Contributing rated, raised-basement, two-family building through raising the building for properties located at 3530 Carondelet Street, 1641 Foucher Street and 1645 Foucher Street. Annotation: ELECTRONICALLY SUBMITTED. (Cm. Harris, District B, Cn. Deadline 11/5/23). (Communication received at the meeting of 9/21/23). (Received letter from applicant requesting withdrawal). (Communication received on today\u2019s Consent Agenda). WITHDRAWN. Alexander Adamick - Rescind Letter - 3530 Carondelet St - Retraction Request 2. LEGISLATIVE GROUPING 2a. VCC APPEAL - OF LORETTA KATHERINE HARMON, PRESIDENT, LKHARMON, ARCHITECTS https://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4692 14/34 \f", + "page_content": "- Topic: Establishment of Public, Educational, and Government Access Support Fund\n- Summary: This ordinance establishes the Public, Educational, and Government Access Support Fund as division 53 of article III in section 70 of the Code of the City of New Orleans. It includes sections 70-415.333 through 70-415.337 and aims to provide support in this regard.\n- Ordinance Number: CAL. NO. 34,334\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance was adopted.\n- UID: b42006b0-dd79-4575-9325-5c9981972599\n\n- Topic: Amendments to the Classified Pay Plan\n- Summary: This motion approves the Amendments to the Classified Pay Plan (City Council) for new classifications: Broadcast and Production Coordinator and Broadcast and Production Manager, effective from August 13, 2023, in accordance with the Constitution of Louisiana.\n- Ordinance Number: M-23-350\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The motion was adopted.\n- UID: b42006b0-dd79-4575-9325-5c9981972599", + "uid": "b42006b0-dd79-4575-9325-5c9981972599", + "publish_date": "8-10-2023", "page_number": 14, - "part": 2, - "title": "Regular City Council Meeting Agenda 10-19-2023.pdf" - }, - { - "page_content": "11/15/23, 7:50 PM cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4692 Brief: Requesting to appeal the Vieux Carr\u00e9 Commission's decision of \"denial\" to retain painted brick and mounted gas heaters for property located at 711 Bourbon Street. Annotation: ELECTRONICALLY SUBMITTED. (Cm. King, District C, Cn. Deadline, 10/22/23). (Communication received at the meeting of 9/7/23). (Report received at the meeting of 9/21/23). ON DEADLINE. HEARING HELD. Loretta Katherine Harmon - 711 Bourbon St 2b. MOTION \u2014 NO. M-23-493 \u2014 BY: COUNCILMEMBER KING Brief: Granting the applicant\u2019s appeal request for property located 711 Bourbon Street, provided that the property owner pay any and all fines associated with the unpermitted installation of the balcony-mounted gas heaters and painted brick. Annotation: ELECTRONICALLY SUBMIT", - "page_number": 15, - "part": 1, - "title": "Regular City Council Meeting Agenda 10-19-2023.pdf" + "title": "Regular City Council Minutes 8-10-2023" }, { - "page_content": "TED. (Council Rule 34. Postponement Deadline 2/16/24). SPEAKER CARDS: Michael Burnside - Info. Only Tony Stafford Jr. - In Support M-23-493 3. LEGISLATIVE GROUPING 3a. UNIVERSITY AREA OFF-STREET PARKING INTERIM ZONING DISTRICT APPEAL \u2014 OF EMMANUEL CHRISTIAN, ROCK SOLID CONSTRUCTION, LLC Brief: Requesting to appeal the parking requirements established by the University Area Off-Street Parking Interim Zoning District (IZD), for property located at 8713-8715 Apricot Street. Annotation: ELECTRONICALLY SUBMITTED. (Cm. Giarrusso, District A, Cn. Deadline N/A). (Communication received at the meeting of 10/5/23). HEARING HELD. University IZD - Emmanuel Christian, Rock Solid Construction, LLC 3b. MOTION \u2014 NO. M-23-485 \u2014 BY: COUNCILMEMBER GIARRUSSO https://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4692 15/34 \f", + "page_content": "- Topic: Appropriation of unspent funds to the Law Department for state settlement and judgment payments\n- Summary: The ordinance aims to amend the operating budget of revenues for the City of New Orleans for the year 2023, appropriating unspent funds to the Law Department for various state settlement and judgment payments. The ordinance was continued to the meeting of 8/24/23.\n- Ordinance Number: 34,294\n- Votes Summary:\n - Vote 1: N/A - (N/A)\n- Decision/Key Actions: Continued to the meeting of 8/24/23\n- Tags/Keywords: Budget, Law Department, Appropriation\n- UID: 19c33a6f-6c24-496c-b56f-248ed04f0da9\n\n- Topic: Appropriation of unspent funds to the Law Department for state settlement and judgment payments\n- Summary: This ordinance seeks to amend the operating budget of expenditures for the City of New Orleans for the year 2023, appropriating unspent funds to the Law Department for various state settlement and judgment payments. The ordinance was continued to the meeting of 8/24/23.\n- Ordinance Number: 34,295\n- Votes Summary:\n - Vote 1: N/A - (N/A)\n- Decision/Key Actions: Continued to the meeting of 8/24/23\n- Tags/Keywords: Expenditures, Law Department, Appropriation\n- UID: 19c33a6f-6c24-496c-b56f-248ed04f0da9\n\n- Topic: Appropriation of funds to the Department of Public Works for Indigent Defender fees on red light camera tickets\n- Summary: This ordinance aims to amend the operating budget of revenues for the City of New Orleans for the year 2023, appropriating funds to the Department of Public Works for Indigent Defender fees on red light camera tickets. The voting outcome was not provided.\n- Ordinance Number: 34,296\n- Votes Summary:\n - Vote 1: N/A - (N/A)\n- Decision/Key Actions: No information provided\n- Tags/Keywords: Public Works, Budget, Appropriation\n- UID: 19c33a6f-6c24-496c-b56f-248ed04f0da9", + "uid": "19c33a6f-6c24-496c-b56f-248ed04f0da9", + "publish_date": "8-10-2023", "page_number": 15, - "part": 2, - "title": "Regular City Council Meeting Agenda 10-19-2023.pdf" - }, - { - "page_content": "11/15/23, 7:50 PM cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4692 4a. Ab. Sa. Brief: Granting and approving the applicant\u2019s appeal for property located at 8713-8715 Apricot Street. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 2/16/24). M-23-485 LEGISLATIVE GROUPING UNIVERSITY AREA OFF-STREET PARKING INTERIM ZONING DISTRICT APPEAL - OF KELLY JOHNSON, A.LA., KK JOHNSON, ARCHITECTURE Brief: Requesting to appeal the parking requirements established by the University Area Off-Street Parking Interim Zoning District (IZD), for property located at 7705 Willow Street. Annotation: ELECTRONICALLY SUBMITTED. (Cm. Giarrusso, District A, Cn. Deadline N/A). (Communication received at the meeting of 10", - "page_number": 16, - "part": 1, - "title": "Regular City Council Meeting Agenda 10-19-2023.pdf" + "title": "Regular City Council Minutes 8-10-2023" }, { - "page_content": "/5/23). HEARING HELD. University IZD - Kelly Johnson - 7705 Willow St MOTION \u2014 NO. M-23-486\u2014 BY: COUNCILMEMBER GIARRUSSO Brief: Granting and approving the applicant\u2019s appeal for property located at 7705 Willow Street. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 2/16/24). M-23-486 LEGISLATIVE GROUPING UNIVERSITY AREA OFF-STREET PARKING INTERIM ZONING DISTRICT APPEAL - Brief: Requesting to appeal the parking requirements established by the University Area Off-Street Parking Interim Zoning District (IZD), for property located at 8414 Cohn Street. Annotation: ELECTRONICALLY SUBMITTED. (Cm. Giarrusso, District A, Cn. Deadline N/A). https://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4692 16/34 \f", + "page_content": "- Topic: Appropriation of Funds for Indigent Defender Fees on Red Light Camera Tickets\n- Summary: This ordinance aims to appropriate funds to the Department of Public Works for Indigent Defender fees on red light camera tickets. The ordinance was referred to the Budget Committee and continued to the meeting of 8/24/23.\n- Ordinance Number: 34296\n- Votes Summary:\n Vote 1: N/A - (Referred to the Budget Committee)\n- Decision/Key Actions: Referred to the Budget Committee for further discussion and consideration.\n- Tags/Keywords: Appropriation of Funds, Department of Public Works, Indigent Defender Fees, Red Light Camera Tickets\n- UID: 8e39612d-9eb9-4c71-91c4-dd712a7e6834\n\n- Topic: Appropriation of Funds for Criminal Defense Representation to Indigent Persons\n- Summary: This ordinance seeks to appropriate funds to the Orleans Parish Public Defender\u2019s Office within Miscellaneous Programs for criminal defense representation to Indigent persons accused of committing crimes in Orleans Parish. The ordinance was referred to the Budget Committee and continued to the meeting of 8/24/23.\n- Ordinance Number: 34297\n- Votes Summary:\n Vote 1: N/A - (Referred to the Budget Committee)\n- Decision/Key Actions: Referred to the Budget Committee for further discussion and consideration.\n- Tags/Keywords: Appropriation of Funds, Orleans Parish Public Defender\u2019s Office, Criminal Defense Representation, Indigent Persons\n- UID: 8e39612d-9eb9-4c71-91c4-dd712a7e6834\n\n- Topic: Appropriation of Funds for Criminal Defense Representation to Indigent Persons\n- Summary: This ordinance aims to amend the Operating Budget of Expenditures for the City of New Orleans to appropriate funds to the Orleans Parish Public Defender\u2019s Office within Miscellaneous Programs for criminal defense representation to Indigent persons accused of committing crimes in Orleans Parish. The ordinance was referred to the Budget Committee and continued to the meeting of 8/24/23.\n- Ordinance Number: 34298\n- Votes Summary:\n Vote 1: N/A - (Referred to the Budget Committee)\n- Decision/Key Actions: Referred to the Budget Committee for further discussion and consideration.\n- Tags/Keywords: Appropriation of Funds, Operating Budget of Expenditures, Orleans Parish Public Defender\u2019s Office, Criminal Defense Representation, Indigent Persons\n- UID: 8e39612d-9eb9-4c71-91c4-dd712a7e6834", + "uid": "8e39612d-9eb9-4c71-91c4-dd712a7e6834", + "publish_date": "8-10-2023", "page_number": 16, - "part": 2, - "title": "Regular City Council Meeting Agenda 10-19-2023.pdf" + "title": "Regular City Council Minutes 8-10-2023" }, { - "page_content": "11/15/23, 7:50 PM cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4692 5b. 6a. 6b. (Communication received at the meeting of 10/5/23). HEARING HELD. University IZD - Michael D. Ballard, Jr., AIA NCARB - 8414 Cohn Street MOTION \u2014 NO. M-23-487 \u2014 BY: COUNCILMEMBER GIARRUSSO Brief: Granting and approving the applicant\u2019s appeal for property located at 8414 Cohn Street. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 2/16/24). M-23-487 LEGISLATIVE GROUPING UNIVERSITY AREA OFF-STREET PARKING INTERIM ZONING DISTRICT APPEAL \u2014 OF MICHAEL MOORE Brief: Requesting to appeal the parking requirements established by the University Area Off-Street Parking Interim Zoning District (IZD), for property located at 1517 General Ogden Street. Annotat", + "page_content": "- Topic: Amendment of Operating Budget for Healthcare for the Homeless Program\n- Summary: The ordinance aims to appropriate additional one-time grant funds awarded to the Healthcare for the Homeless Program to expand COVID-19 health center services.\n- Ordinance Number: 34,300\n- Votes Summary:\n Vote 1: N/A - (Continued to the meeting of 8/24/23 and referred to the Budget Committee)\n- Decision/Key Actions: Continued to the meeting of 8/24/23 and referred to the Budget Committee\n- Tags/Keywords: Operating Budget, Healthcare for the Homeless, COVID-19, Grant Funds\n- UID: afd12a74-41b2-40aa-8d68-13f78824098d\n\n- Topic: Amendment of Operating Budget for Healthcare for the Homeless Program\n- Summary: This ordinance aims to appropriate additional one-time grant funds awarded to the Healthcare for the Homeless Program to expand COVID-19 health center services.\n- Ordinance Number: 34,301\n- Votes Summary:\n Vote 1: N/A - (Continued to the meeting of 8/24/23 and referred to the Budget Committee)\n- Decision/Key Actions: Continued to the meeting of 8/24/23 and referred to the Budget Committee\n- Tags/Keywords: Operating Budget, Healthcare for the Homeless, COVID-19, Grant Funds\n- UID: afd12a74-41b2-40aa-8d68-13f78824098d\n\n- Topic: Amendment of Operating Budget for Healthcare for the Homeless Program\n- Summary: This ordinance aims to appropriate additional one-time grant funds awarded to the Healthcare for the Homeless Program to expand COVID-19 health center services.\n- Ordinance Number: 34,302\n- Votes Summary:\n Vote 1: N/A - (Continued to the meeting of 8/24/23 and referred to the Budget Committee)\n- Decision/Key Actions: Continued to the meeting of 8/24/23 and referred to the Budget Committee\n- Tags/Keywords: Operating Budget, Healthcare for the Homeless, COVID-19, Grant Funds\n- UID: afd12a74-41b2-40aa-8d68-13f78824098d", + "uid": "afd12a74-41b2-40aa-8d68-13f78824098d", + "publish_date": "8-10-2023", "page_number": 17, - "part": 1, - "title": "Regular City Council Meeting Agenda 10-19-2023.pdf" - }, - { - "page_content": "ion: ELECTRONICALLY SUBMITTED. (Cm. Giarrusso, District A, Cn. Deadline N/A). (Communication received at the meeting of 10/5/23). HEARING HELD. Unveristy IZD - Michael Moore - 1517 General Ogden Street MOTION \u2014 NO. M-23-488 \u2014 BY: COUNCILMEMBER GIARRUSSO Brief: Granting and approving the applicant\u2019s appeal for property located at 1517 General Ogden Street. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 2/16/24). M-23-488 UNIVERSITY AREA OFF-STREET PARKING INTERIM ZONING DISTRICT APPEAL - Brief: Requesting to appeal the parking requirements established by the University Area Off-Street Parking Interim Zoning District (IZD), for property located at 8500 Spruce Street. https://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4692 17/34 \f", - "page_number": 17, - "part": 2, - "title": "Regular City Council Meeting Agenda 10-19-2023.pdf" - }, - { - "page_content": "11/15/23, 7:50 PM cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4692 Annotation: ELECTRONICALLY SUBMITTED. (Cm. Giarrusso, District A, Cn. Deadline N/A). (Communication received at the meeting of 10/5/23). CONTINUED TO THE MEETING OF 11/2/23. 8. LEGISLATIVE GROUPING 8a. ZONING DOCKET NO. 55/23 - CITY COUNCIL MOTION NO. M-23-227 Brief: Requesting an Amendment to the text of the Comprehensive Zoning Ordinance to expand community solar opportunities with the following consideration: ZD NO. 55-23 Staff Report 1. Consider defining a \u201cCommunity Solar Project\u201d as \u201ca solar energy system constructed and operated by a public or private entity that connects directly to the electricity distribution network, and converts solar energy into electricity and/or stores energy for the primary purpose of serving electric demands offsite from the facility. Community solar projects may allow multiple local subscribers to purchase or lease ownership shares or a percentage of the power produced on the site.\u201d ii. Consider creating accessory use standards for \u201cCommunity Solar Projects,\u201d which may include minimum lot size requirements, setbacks, design standards, and/or landscaping requirements. iii. Consider amending Article 21.6.J of the Comprehensive Zoning Ordinance to read as follows: \u201c1. A collective alternative energy system such as a community solar project, wind energy system, or geothermal energy s", - "page_number": 18, - "part": 1, - "title": "Regular City Council Meeting Agenda 10-19-2023.pdf" + "title": "Regular City Council Minutes 8-10-2023" }, { - "page_content": "ystem is permitted to be constructed upon one or more properties owned by a neighborhood organization, homeowners association, institutional campus, religious institution, non-profit organization, or a public entity. Collective alternative energy systems shall be permitted as accessory use for the purpose of serving electric demands on-stie or offsite from, but related to, the facility. 2. Acollective alternative energy system may be constructed on one or more contiguous lots owned by a neighborhood organization, homeowners association, institutional campus, religious institution, non-profit organization, or a public entity. Where collective alternative energy systems are constructed on two or more contiguous lots, all owners shall agree to such arrangement. The agreement shall be recorded as a \u201ccollective alternative energy servitude\u201d on each plat survey to grant access to all participants to maintain equipment. A management plan shall be submitted and servitude recorded. The management plan shall clearly detail the relationship between the accessory Collective Alternative Energy System use and the related on-site or off-site principal use or uses. 3. Collective Alternative Energy Systems shall be built in accordance with accessory use standards for the particular type of energy system used, as described in this section. A https://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4692 18/34 \f", + "page_content": "- Topic: Appropriation of Funds for Parity Bond Notes\n- Summary: An ordinance to amend the operating budget of the City of New Orleans to appropriate funds for outstanding Parity Bond Notes in series 2012, 2016, and 2017.\n- Ordinance Number: 34302-29582 MCS\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance was adopted to appropriate funds for outstanding Parity Bond Notes.\n- Tags/Keywords: Appropriation, Funds, Parity Bond Notes, Budget, City of New Orleans\n- UID: 9f8b49de-fed0-40c9-a059-5dc2b5d7ca33\n\n- Topic: Residential Occupancy of City-Owned Property\n- Summary: An ordinance to amend and reordain Section 2-930 of the Code of the City of New Orleans to provide relative to residential occupancy of City-owned property by City employees and elected officials.\n- Ordinance Number: 34309-29585 M.C.S\n- Votes Summary: N/A\n- Decision/Key Actions: The ordinance was vetoed by the Mayor and will be brought up for reconsideration at the 8/24/23 Council meeting.\n- Tags/Keywords: Residential Occupancy, City-Owned Property, City Employees, Elected Officials, Code Amendment\n- UID: 9f8b49de-fed0-40c9-a059-5dc2b5d7ca33\n\n- Topic: Amendment #1 to Ordinance Cal. No. 34,309\n- Summary: An amendment to Ordinance Cal. No. 34,309 regarding residential occupancy of City-owned property, including changes to punctuation and specific property names.\n- Ordinance Number: 34309-29585 M.C.S\n- Votes Summary: N/A\n- Decision/Key Actions: The amendment includes specific changes to the original ordinance related to residential occupancy.\n- Tags/Keywords: Amendment, Residential Occupancy, City-Owned Property, Specific Changes\n- UID: 9f8b49de-fed0-40c9-a059-5dc2b5d7ca33", + "uid": "9f8b49de-fed0-40c9-a059-5dc2b5d7ca33", + "publish_date": "8-10-2023", "page_number": 18, - "part": 2, - "title": "Regular City Council Meeting Agenda 10-19-2023.pdf" - }, - { - "page_content": "11/15/23, 7:50 PM cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4692 management plan shall be submitted to the Department of Safety and Permits. The management plan shall clearly detail the relationship between the accessory Collective Alternative Energy System use and the related on-site or off-site principal use or uses.\u201d Motion No. M-23-227 also waived the Neighborhood Participation Program. The proposed text amendment would affect regulations that are applied to all Zoning districts. The recommendation of the City Planning Commission being \u201cFOR APPROVAL\u201d. Annotation: SUBMITTED ELECTRONICALLY. (Cms. All, Cn. Deadline 11/20/23). HEARING HELD. SPEAKER CARD: Leah LeBlanc - In Support 8b. MOTION \u2014 NO. M-23-490 \u2014 BY: COUNCILMEMBER MORENO Brief: Approving the applicant\u2019s amendment request on ZD NO. 55/23, subject to the modifications to the CPC staff report. Annotation: (Council Rule 34. Postponement Deadline 2/16/24). M-23-490 M-490 As Corrected 9. ZONING DOCKET NO. 56/23 - CITY COU", - "page_number": 19, - "part": 1, - "title": "Regular City Council Meeting Agenda 10-19-2023.pdf" + "title": "Regular City Council Minutes 8-10-2023" }, { - "page_content": "NCIL MOTION NO. M-23-231 Brief: Requesting an Amendment to the text of the Comprehensive Zoning Ordinance to amend the permitted and conditional use tables in Article 14, Table 14-1, to disallow the following residential uses currently allowed in the S-LM Lake Area Marina District: * Dwelling, Above the Ground Floor * Dwelling, Townhouse * Dwelling, Multi-Family * Group Home, Small * Group Home, Large * Permanent Supportive Housing Properties are located in the area generally bounded by Lake Marina Avenue, Lakeshore Drive, Breakwater Drive, Lake Pontchartrain, and the 17th Street Canal. (Municipal Addresses: The proposed text change would affect the S-LM Lake Area Marina District which is applied to the area above). The recommendation of the City Planning Commission being \u201cFOR APPROVAL\u201d. Annotation: SUBMITTED ELECTRONICALLY. (Cm. Giarrusso, District A, Cn. Deadline 11/20/23). CONTINUED TO THE MEETING OF 11/2/23. https://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4692 19/34 \f", + "page_content": "- Topic: Amendment to Ordinance CAL. NO. 34,309\n- Summary: The amendment proposed changes to the lease agreement for units in the Upper Pontabla building, specifying that fair market rent must be paid and that units should be leased without preference to any City employee or elected official. The amendment was passed as well as the ordinance itself.\n- Ordinance Number: 34309 Amendment 2\n- Votes Summary:\n - Amendment Vote: Passed - (4 YEAS, 2 NAYS, 0 ABSTAIN, 1 ABSENT)\n - Adopt as Amended Vote: Passed - (4 YEAS, 2 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The amendment was passed, and the ordinance was adopted with the proposed changes.\n- UID: 86da6f01-ee10-448f-baed-aee6b5e620fb", + "uid": "86da6f01-ee10-448f-baed-aee6b5e620fb", + "publish_date": "8-10-2023", "page_number": 19, - "part": 2, - "title": "Regular City Council Meeting Agenda 10-19-2023.pdf" - }, - { - "page_content": "11/15/23, 7:50 PM cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4692 SPEAKER CARD: Michael Burnside - In Opposition ZD NO. 56-23 Final Staff Report 10. ZONING DOCKET NO. 70/23 - PETER TRAPOLIN ET AL. Brief: Requesting a Conditional Use to permit the retail sale of packaged alcoholic beverages in a CBD-5 Urban Core Neighborhood Lower Intensity Mixed-Use District, located on Square 180, Lot 1 or an undesignated lot, in the First Municipal District, bounded by Saint Charles Avenue, Church Street, Girod Street and Julia Street (Municipal Address: 762 Saint Charles Avenue). The recommendation of the City Planning Commission being for \u201cFOR APPROVAL\u201d, subject to nine (9) provisos. Annotation: SUBMITTED ELECTRONICALLY. (Cm. Harris, District B, Cn. Deadline 11/20/23). CONTINUED TO THE MEETING OF 11/2/23. ZD NO. 70-23 Final Report 11. CAL. NO. 34,277 - BY: COUNCILMEMBERS THOMAS, HARRIS AND GREEN (BY REQUEST) Brief: An Ordinance to amend and reordain Chapter 130", - "page_number": 20, - "part": 1, - "title": "Regular City Council Meeting Agenda 10-19-2023.pdf" + "title": "Regular City Council Minutes 8-10-2023" }, { - "page_content": " of the Code of the City of New Orleans by amending Section 130-39 to provide for restrictions on payments to sellers of nonferrous materials, and otherwise with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 11/10/23). (Quality of Life Committee recommended approval). (Technical needed). CONTINUED TO THE MEETING OF 11/2/23. 34277 12. CAL. NO. 34,294 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29265 M.C.S., as amended, entitled \"An Ordinance Providing an Operating Budget of Revenues for the City of New Orleans for the Year 2023\", to appropriate unspent funds to the Law Department for various state settlement and judgment payments; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 11/10/23). (Fiscal Note received). (Referred to the Budget Committee). https://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4692 20/34 \f", + "page_content": "- Topic: Motion to transfer management and control of Unit 530B\n- Summary: The motion directs City departments and the French Market Corporation to transfer the management of Unit 530B in the Upper Pontalba Building and offer the unit for lease at fair-market rent.\n- Ordinance Number: M-23-351\n- Votes Summary:\n - Vote 1: Adopt - (4 YEAS, 2 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The motion passed.\n- Tags/Keywords: Management transfer, Lease, Fair-market rent\n- UID: db588bb7-2e04-49ba-83ab-f5ec7daa8b44\n\n- Topic: Cooperative Endeavor Agreement with Humana\n- Summary: The ordinance authorizes the Mayor to enter into a Cooperative Endeavor Agreement with Humana for the purpose of providing medical, dental, and mental health services to Humana patients in the City of New Orleans.\n- Ordinance Number: 34310-29586 MCS\n- Votes Summary:\n - Vote 1: Adopt - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance passed.\n- Tags/Keywords: Healthcare services, Cooperative Endeavor Agreement, Humana\n- UID: db588bb7-2e04-49ba-83ab-f5ec7daa8b44", + "uid": "db588bb7-2e04-49ba-83ab-f5ec7daa8b44", + "publish_date": "8-10-2023", "page_number": 20, - "part": 2, - "title": "Regular City Council Meeting Agenda 10-19-2023.pdf" + "title": "Regular City Council Minutes 8-10-2023" }, { - "page_content": "11/15/23, 7:50 PM cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4692 (Budget Committee recommended approval). Deferred until later in the meeting. 34294 - 29684 M.CS. 13. CAL. NO. 34,295 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29266 M.C.S., as amended, entitled \"An Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023\", to appropriate unspent funds to the Law Department for various state settlement and judgment payments; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 11/10/23). (Fiscal Note received). (Referred to the Budget Committee). (Budget Committee recommended approval). 34295 - 29685 M.C:S. 34295 As Amended 13a. AMENDMENT TO ORDINANCE CAL. NO. 34,295 - BY: COUNCILMEMBER GIARRUSSO B", + "page_content": "- Topic: Demolition Request for 1432 Touro Street\n- Summary: The council reviewed the application for a demolition permit for the property at 1432 Touro Street and continued the discussion to the meeting of 8/24/23.\n- Ordinance Number: 23-15675-DEMO-RSFD\n- Votes Summary:\n - Vote 1: N/A\n- Decision/Key Actions: Continued to the meeting of 8/24/23\n- Tags/Keywords: Demolition, Permit, Property, Council District C\n- UID: 59c86bf7-68e2-4bf8-8f20-b08dcf959272\n\n- Topic: University Area Off-Street Parking Interim Zoning District Appeal\n- Summary: The council held a hearing for the appeal of parking requirements for the property at 3521-27 Cambronne Street, and a motion was passed to grant the appeal request.\n- Ordinance Number: N/A\n- Votes Summary:\n - Vote 1: Passed - (N/A)\n- Decision/Key Actions: Appeal request granted for property at 3521-27 Cambronne Street\n- Tags/Keywords: Parking, Appeal, Zoning District, Property\n- UID: 59c86bf7-68e2-4bf8-8f20-b08dcf959272", + "uid": "59c86bf7-68e2-4bf8-8f20-b08dcf959272", + "publish_date": "8-10-2023", "page_number": 21, - "part": 1, - "title": "Regular City Council Meeting Agenda 10-19-2023.pdf" + "title": "Regular City Council Minutes 8-10-2023" }, { - "page_content": "rief: 1. On page 1, delete line 11 and insert the following in lieu thereof: MISCELLANEOUS PROGRAMS $3,342,817 7998 \u2014 Intergovernmental Transfers 600 - GRANTS, CONTR. AND FUND TRANSFERS $3,342,817 Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 2/16/24). 34295 Amendment 12. CAL. NO. 34,294 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29265 M.C.S., as amended, entitled \"An Ordinance Providing an Operating Budget of Revenues for the City of New Orleans for the Year 2023\", to appropriate unspent funds to the Law Department for various state settlement and judgment payments; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 11/10/23). (Fiscal Note received). https://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4692 21/34 \f", - "page_number": 21, - "part": 2, - "title": "Regular City Council Meeting Agenda 10-19-2023.pdf" - }, - { - "page_content": "11/15/23, 7:50 PM cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4692 (Referred to the Budget Committee). (Budget Committee recommended approval). 34294 - 29684 M.CS. 14. LEGISLATIVE GROUPING 14a. CAL. NO. 34,308 - BY: COUNCILMEMBERS GREEN, THOMAS AND KING Brief: An Ordinance to amend and reordain Sections 82-410 and 82-412 to increase penalties and to provide relative to food waste and distribution of food under or adjacent to an overpass or elevated roadway or within or adjacent to any encampment area; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 11/10/23). (Referred to the Quality of Life Committee). CONTINUED TO THE MEETING OF 11/2/23 AND REFERRED TO THE QUALITY OF LIFE COMMITTEE 34308 14b. AMENDMENT TO ORDINANCE CAL. NO. 34,308 - BY: COUNCILMEMBER GREEN Brief: 34308 Amendment (1) On pag", - "page_number": 22, - "part": 1, - "title": "Regular City Council Meeting Agenda 10-19-2023.pdf" - }, - { - "page_content": "e 1, line 2, insert the following at the beginning of paragraph (a): \u201cThe first offense shall result in a warning citation.\u201d (2) On page 1, line 2, replace \u201cThe penalty for each\u201d with \u201cEach subsequent\u201d Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 11/24/23). CONTINUED TO THE MEETING OF 11/2/23 AND REFERRED TO THE QUALITY OF LIFE COMMITTEE. 15. CAL. NO. 34,314 - BY: COUNCILMEMBER MORENO (BY REQUEST) Brief: An Ordinance to amend and reordain Section 146-599 of the Code of the City of New Orleans, relative to permit standards and fees for parklet permits, to set the date for the fee waiver for the right-of-way usage fees associated with parklet permits to reflect the anticipated start date for the parklet permitting program; and otherwise to provide with respect thereto. Annotation: https://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4692 22/34 \f", + "page_content": "- Topic: University Area Off-Street Parking Interim Zoning District Appeal\n- Summary: The ordinance pertains to the appeal of the University Area Off-Street Parking Interim Zoning District for a property located at 2619 Calhoun Street.\n- Ordinance Number: M-23-328\n- Votes Summary:\n Vote 1: Adopt - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The council approved the appeal request for the property located at 2619 Calhoun Street.\n- Tags/Keywords: University Area Off-Street Parking, Zoning District, Appeal\n- UID: 41be3bb8-4c43-4935-bd08-e899eda2da11", + "uid": "41be3bb8-4c43-4935-bd08-e899eda2da11", + "publish_date": "8-10-2023", "page_number": 22, - "part": 2, - "title": "Regular City Council Meeting Agenda 10-19-2023.pdf" - }, - { - "page_content": "11/15/23, 7:50 PM cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4692 (Council Rule 34. Postponement Deadline 11/24/23). CONTINUED TO THE MEEING OF 11/16/23. 34314 16. CAL. NO. 34,347 - BY: COUNCILMEMBERS MORENO AND MORRELL Brief: An Ordinance to amend the enabling legislation for the New Orleans Tourism and Cultural Fund (Ordinance No. 14,118, M.C.S., as amended by Ordinance No. 28,341, M.C.S.) to impose a local participation goal for any program submitted by the Corporation, and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 12/8/23). (Referred to the Economic Development Committee). CONTINUED TO THE MEEING OF 11/16/23 AND REFERRED TO THE ECONOMIC DEVELOPMENT COMMITTEE. 34347 17. LEGISLATIVE GROUPING 17a. CAL. NO. 34,363 - BY: COUN", - "page_number": 23, - "part": 1, - "title": "Regular City Council Meeting Agenda 10-19-2023.pdf" + "title": "Regular City Council Minutes 8-10-2023" }, { - "page_content": "CILMEMBER HARRIS Brief: An Ordinance to establish a conditional use to permit a standard restaurant over 5,000 square feet in an HU-MU Historic Urban Neighborhood Mixed-Use District, on Square 581, Lots A and B, in the Sixth Municipal District, bounded by Freret Street, Upperline Street, LaSalle Street, and Valence Street (Municipal Address: 4730 Freret Street); and otherwise to provide with respect thereto. (ZONING DOCKET NO. 22/23) Annotation: ELECTRONICALLY SUBMITTED. (90 Days, Cn. Deadline 10/25/23). (Cn. Deadline 10/19/23). ON DEADLINE. 34363 - 29686 M.C.S. 34363 As Amended 17b. AMENDMENT TO ORDINANCE CAL. NO. 34,363 - BY: COUNCILMEMBER HARRIS Brief: 34363 Amendment 1. Onpage 6, after line 116, insert the following additional provisos: https://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4692 23/34 \f", + "page_content": "- Topic: Bed and Breakfast Interim Zoning District Appeal\n- Summary: Requesting an appeal to permit one commercial Bed and Breakfast in a specific residential district. The appeal was granted for the property located at 1724-1726 Marais Street.\n- Ordinance Number: IZD 001-23\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The appeal request was granted for the specified property.\n- UID: ae248deb-03f0-4369-becb-a0ddb9d1e46e\n\n- Topic: Short Term Rental Interim Zoning District Appeal\n- Summary: Requesting an appeal to permit one commercial short-term rental in a specific mixed-use district. No specific outcome or decision is mentioned in the provided information.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: No specific decision mentioned in the provided information.\n- UID: ae248deb-03f0-4369-becb-a0ddb9d1e46e", + "uid": "ae248deb-03f0-4369-becb-a0ddb9d1e46e", + "publish_date": "8-10-2023", "page_number": 23, - "part": 2, - "title": "Regular City Council Meeting Agenda 10-19-2023.pdf" - }, - { - "page_content": "11/15/23, 7:50 PM cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4692 9. The developer shall develop and implement a system to secure the entire property to prevent access to the property when the business is not open and operating, by erecting fences, walls, and gates of sufficient height and robustness. Additional security measures shall be employed on an as-needed basis to prevent access to the property when not otherwise open to the public. 10. The developer shall strictly comply with the City\u2019s noise regulations and shall adopt policies and procedures to prevent sound from being heard or felt by surrounding neighbors, including providing surrounding neighbors with current management contact information to immediately address any complaints related to excessive sound emanating from the business\u2019s premises. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 2/16/24). 18. CAL. NO. 34,383 - BY: COUNCILMEMBER GIARRUSSO Brief: An Ordinance to amen", - "page_number": 24, - "part": 1, - "title": "Regular City Council Meeting Agenda 10-19-2023.pdf" + "title": "Regular City Council Minutes 8-10-2023" }, { - "page_content": "d and reordain Section 154 \u2014 1194 of the Code of the City of New Orleans, relative to the Prima facie speed limits, to add the portion of Harrison Avenue between Canal Boulevard and Orleans Avenue at the reduced speed of 25 miles per hour; and to provide otherwise with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 1/5/24). SPEAKER CARD: Brad Ott 34383 - 29687 M.C:S. 19. LEGISLATIVE GROUPING 19a. CAL. NO. 34,385 - BY: COUNCILMEMBERS MORRELL, MORENO, HARRIS AND GREEN Brief: An Ordinance to amend and reordain sections 26-615, 26-616, 26-617, 26-618, 26-619, 26- 620, 26-624, and 26-628 of the Code of the City of New Orleans to provide relative to the regulation of short-term rentals; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 1/5/24). CONTINUED TO THE MEEING OF 11/2/23. 34385 https://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4692 24/34 \f", + "page_content": "- Topic: ZONING DOCKET NO. 31/23 - Historic Urban Neighborhood Commercial Short Term Rental Interim Zoning District\n- Summary: This ordinance requested a text amendment to establish a new Interim Zoning District to prohibit new Commercial Short Term Rental uses within the Historic Urban Neighborhood Mixed-Use District. The recommendation of the City Planning Commission was \"FOR APPROVAL\".\n- Ordinance Number: 31/23\n- Votes Summary:\n Vote 1: Failed - (Number of YEAS, Number of NAYS, Number of ABSTAIN, Number of ABSENT)\n- Decision/Key Actions: The ordinance failed to pass.\n- Tags/Keywords: Zoning, Commercial Short Term Rental, Historic Urban Neighborhood, Text Amendment\n- UID: 41d578ca-2a20-47f0-847e-185dda23cdf9\n\n- Topic: ZONING DOCKET NO. 39/23 - Bywater JEJ, LLC Conditional Use for Hotel\n- Summary: This ordinance requested a Conditional Use to permit a hotel in an HM-MU Historic Marigny/Trem\u00e9/Bywater Mixed-Used District. The recommendation of the City Planning Commission was \"FOR DENIAL\".\n- Ordinance Number: 39/23\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: The ordinance was not voted upon.\n- Tags/Keywords: Conditional Use, Hotel, Bywater, Historic Marigny/Trem\u00e9/Bywater Mixed-Used District\n- UID: 41d578ca-2a20-47f0-847e-185dda23cdf9", + "uid": "41d578ca-2a20-47f0-847e-185dda23cdf9", + "publish_date": "8-10-2023", "page_number": 24, - "part": 2, - "title": "Regular City Council Meeting Agenda 10-19-2023.pdf" + "title": "Regular City Council Minutes 8-10-2023" }, { - "page_content": "11/15/23, 7:50 PM cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4692 19b. MOTION (LYING OVER) - NO. M-23-426 - BY: COUNCILMEMBERS MORRELL, MORENO, HARRIS AND GREEN Brief: Directing the City Planning Commission to conduct a public hearing to consider amendments to Ordinance No. 4,264 M.C.S., amended by Ordinance No. 26,413 M.C.S., as amended, the Comprehensive Zoning Ordinance of the City of New Orleans, to eliminate Non-Commercial Short-Term Rentals as a defined land use and update any and all relevant provisions governing the zoning and use standards for short-term rentals, including the removal of all references to Non-Commercial Short-Term Rental. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 1/19/24). CONTINUED TO THE MEEING OF 11/2/23. M-23-426 19\u00a2c, Q MOTION (LYING OVER) - NO. M-23-427 - BY: COUNCILMEMBERS MORRELL, MORENO, HARRIS AND GREEN Brief: Directing the City Planning Commission to conduct a public hearing to amend and reordain Ordinance No. 4264 M.C.S., amended by Ordinance No. 26,413 M.C.S., as amended, the Comprehensive Zoning Ordinance of the City of New Orleans, to amend Article 19 to establish a new Interim Zon", + "page_content": "- Topic: Denial of Appeal Request for Properties at 901 Bartholemew Street and 4015 Burgundy Street\n - Summary: The council denied the applicant\u2019s appeal request for properties located at 901 Bartholemew Street and 4015 Burgundy Street.\n - Ordinance Number: 1/1/24, 3:43 PM cityofno.granicus.com/Minutes Viewer.php?view_id=42&clip_id=463 1 &doc_id=07667cel -3d0b- | lee-9e9a-0050569 183fa\n - Votes Summary:\n Vote 1: Denied - (N/A)\n - Decision/Key Actions: The appeal request was denied.\n - Tags/Keywords: Appeal, Properties, Denial\n - UID: 7ad512f9-560b-4fa2-85e4-4de83f297f78\n\n- Topic: Amendment to the Text of the Comprehensive Zoning Ordinance\n - Summary: The council withdrew the request for an amendment to the text of the Comprehensive Zoning Ordinance regarding classic signage procedures citywide.\n - Ordinance Number: M-23-359\n - Votes Summary:\n Vote 1: Withdrawn - (N/A)\n - Decision/Key Actions: The request for amendment was withdrawn.\n - Tags/Keywords: Zoning, Amendment, Comprehensive Zoning Ordinance\n - UID: 7ad512f9-560b-4fa2-85e4-4de83f297f78\n\n- Topic: Zoning Change Request from OS-N to S-RS District\n - Summary: The council held a hearing for a zoning change request from an OS-N Neighborhood Open Space District to an S-RS Suburban Single-Family Residential District for properties in the Versailles Gardens Area IV.\n - Ordinance Number: 9a. ZONING DOCKET 47/23 \u2014 TOMMY AND TUOC INVESTMENTS, INC.\n - Votes Summary:\n Vote 1: Hearing held - (N/A)\n - Decision/Key Actions: The council held a hearing for the zoning change request.\n - Tags/Keywords: Zoning Change, Residential District, Hearing\n - UID: 7ad512f9-560b-4fa2-85e4-4de83f297f78", + "uid": "7ad512f9-560b-4fa2-85e4-4de83f297f78", + "publish_date": "8-10-2023", "page_number": 25, - "part": 1, - "title": "Regular City Council Meeting Agenda 10-19-2023.pdf" - }, - { - "page_content": "ing District to be named the Non-Commercial Short-Term Rental Interim Zoning District (IZD), the intent of which is to prohibit the Short-Term Rental, Non- Commercial use within all areas of the City of New Orleans. These prohibitions shall apply citywide. Aside from the use prohibited herein, all other permitted and conditional uses shall be as provided in the Comprehensive Zoning Ordinance. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 1/19/24). CONTINUED TO THE MEEING OF 11/2/23. M-23-427 20. CAL. NO. 34,393 - BY: COUNCILMEMBERS GIARRUSSO, HARRIS, MORENO, MORRELL, GREEN, THOMAS AND KING Brief: An Ordinance to add section 2-672 to the Code of the City of New Orleans to require the Law Department to produce and transmit a monthly report regarding contracts in progress including but not limited to, when the contract was requested or received, the type and amount of the contract, the Law Department employee assigned to the contract, the status and date of completion of the contract, and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. https://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4692 25/34 \f", - "page_number": 25, - "part": 2, - "title": "Regular City Council Meeting Agenda 10-19-2023.pdf" - }, - { - "page_content": "11/15/23, 7:50 PM cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4692 (Council Rule 34. Postponement Deadline 1/5/24). CONTINUED TO THE MEEING OF 11/2/23. 34393 21. CAL. NO. 34,398 - BY: COUNCILMEMBER KING Brief: An Ordinance to establish a conditional use to permit a bar in a C-2 Auto-Oriented Commercial District and an SC Suburban Corridor Use Restriction Overlay District, located on Square B-3, Lot 2, Garden Oaks, in the Fifth Municipal District, bounded by General De Gaulle Drive, Bender Boulevard, Seine Street, and Texas Drive (Municipal Address: 3733 General De Gaulle Drive); and otherwise to provide with respect thereto. (ZONING DOCKET NO. 58/23) Annotation: ELECTRONICALLY SUBMITTED. (90 Days, Cn. Deadline 11/22/23). (Cn. Deadline 11/16/23). (This matter is being withdrawn and reintroduced as a First Reading because of advertising issues). WITHDRAWN. 34398 22. CAL. NO. 34,419 - BY: COUNCILMEMBER KING (BY REQUEST) Brief: An Ordinance authorizing the Mayor of the City of New Orleans to enter into a Cooperative Endeavor Agreement (\u201cCEA\u201d) between the City of New Orlea", - "page_number": 26, - "part": 1, - "title": "Regular City Council Meeting Agenda 10-19-2023.pdf" + "title": "Regular City Council Minutes 8-10-2023" }, { - "page_content": "ns (the \u201cCity\u201d) and Foundation for Louisiana, collectively referred to as \u201cParties\u201d, for a term greater than one year, for the public purpose of providing fiscal sponsorship for the National League of Cities\u2019 Southern Cities for Economic Inclusion (\u201cSCEI\u2019) initiative of which the City of New Orleans is a part, as more fully detailed in the CEA form as Exhibit \u201cA\u201d; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 2/2/24). 34419 - 29694 M.CS. 23. CAL. NO. 34,426 - BY: COUNCILMEMBER GIARRUSSO Brief: An Ordinance to amend Ordinance No. 29,265 M.C.S., as amended, entitled \u201cAn Ordinance providing an Operating Budget of Revenues for the City of New Orleans for the Year 2023\u201d to appropriate unassigned funds balance to the City Council to provide additional funding to support Council contract initiatives regarding investigations and a utility appeal hearing process; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 2/2/24). https://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4692 26/34 \f", + "page_content": "- Topic: Appeal Request for Property at 14051-14071 Dwyer Boulevard\n- Summary: The council approved the applicant's appeal request for the property located at 14051-14071 Dwyer Boulevard.\n- Ordinance Number: M-23-361\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: Approval of the appeal request for the mentioned property.\n- Tags/Keywords: Appeal Request, Property, Dwyer Boulevard\n- UID: 8ee8cf26-79e9-4623-9f80-1f324ce8429b\n\n- Topic: Conditional Use for Property at 1513 St. Charles Avenue\n- Summary: The council approved the applicant's request for a conditional use to extend a restaurant's hours of operations at 1513 St. Charles Avenue, subject to two provisos set forth by the City Planning Commission.\n- Ordinance Number: M-23-362\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: Approval of the conditional use request with two provisos.\n- Tags/Keywords: Conditional Use, Restaurant, St. Charles Avenue\n- UID: 8ee8cf26-79e9-4623-9f80-1f324ce8429b", + "uid": "8ee8cf26-79e9-4623-9f80-1f324ce8429b", + "publish_date": "8-10-2023", "page_number": 26, - "part": 2, - "title": "Regular City Council Meeting Agenda 10-19-2023.pdf" - }, - { - "page_content": "11/15/23, 7:50 PM cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4692 34426 - 29695 M.C.S. 24. CAL. NO. 34,427 - BY: COUNCILMEMBER GIARRUSSO Brief: An Ordinance to amend Ordinance No. 29,266 M.C.S., as amended, entitled \u201cAn Ordinance providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023\u201d to appropriate funds to the City Council, to provide for use of fund balance to support Council contract initiatives regarding investigations and a utility appeal hearing process; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 2/2/24). 34427 - 29696 M. C.S. 25. CAL. NO. 34,428 - BY: COUNCILMEMBER HARRIS (BY REQUEST) Brief: An Ordinance to authorize the Mayor of the City of New Orleans to enter into a cooperative endeavor agreement with the New Orleans Building Corporation (\"NOBC\"), for administration of a parcel of land owned by the State of Louisiana, located beneath U.S. Highway 90 (Pontchartrain Expressway); and otherwise to provide with respect ther", - "page_number": 27, - "part": 1, - "title": "Regular City Council Meeting Agenda 10-19-2023.pdf" + "title": "Regular City Council Minutes 8-10-2023" }, { - "page_content": "eto. Annotation: (Council Rule 34. Postponement Deadline 2/2/24). CONTINUED TO THE MEEING OF 11/2/23. 34428 26. CAL. NO. 34,430 - BY: COUNCILMEMBER HARRIS (BY REQUEST) Brief: An Ordinance to authorize the Mayor of the City of New Orleans to enter into Amendment No. 2 to a previously executed Cooperative Endeavor Agreement (\u201cCEA\u201d) between the City of New Orleans (the \u201cCity\u201d) and The Downtown Development District of the City of New Orleans, relative to infrastructure improvements and enhancement in the Downtown Development District, to extend the term thereof for an additional two (2) years, as more fully set forth in the Amendment No. 2 form as Exhibit \u201c1\u201d and made a part hereof; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 2/2/24). 34430 - 29697 M.C:S. 27. CAL. NO. 34,431 - BY: COUNCILMEMBER GREEN (BY REQUEST) Brief: An Ordinance to authorize the Mayor of the City of New Orleans to enter into Amendment https://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4692 27/34 \f", + "page_content": "- Topic: Amendment of Operating Budget for Parity Bond Notes\n- Summary: The ordinance aims to amend the operating budget to appropriate funds to the Department of Finance for outstanding Parity Bond Notes in series 2012, 2016, and 2017.\n- Ordinance Number: CAL. NO. 34,303\n- Votes Summary:\n Vote 1: Passed - 6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT\n- Decision/Key Actions: The ordinance was adopted with unanimous support.\n- Tags/Keywords: Operating budget, Parity Bond Notes, Department of Finance, appropriation, series 2012, 2016, 2017\n- UID: ac518c71-918b-41ae-b64a-584e7ec5607f\n\n- Topic: Establishment of Communications Campaign for Unhoused Residents\n- Summary: This ordinance seeks to establish a communications campaign and giving platform to support unhoused residents in New Orleans.\n- Ordinance Number: CAL. NO. 34,305\n- Votes Summary:\n Vote 1: Continued to the meeting of 8/24/23 and referred to the Budget Committee\n- Decision/Key Actions: The ordinance was continued to a future meeting and referred to the Budget Committee for further consideration.\n- Tags/Keywords: Communications campaign, unhoused residents, New Orleans, Budget Committee\n- UID: ac518c71-918b-41ae-b64a-584e7ec5607f", + "uid": "ac518c71-918b-41ae-b64a-584e7ec5607f", + "publish_date": "8-10-2023", "page_number": 27, - "part": 2, - "title": "Regular City Council Meeting Agenda 10-19-2023.pdf" - }, - { - "page_content": "11/15/23, 7:50 PM cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4692 No. 4 to a previously executed Cooperative Endeavor Agreement (\u201cCEA\u201d) between the City of New Orleans (the \u201cCity\u201d) and The University of New Orleans, relative to the restoration of the City's infrastructure damaged as a result of Hurricane Katrina, including roads, the storm water drainage system, water distribution lines, sanitary sewer collection lines, and Americans with Disabilities Act (ADA) compliant curb ramps, all in furtherance of the Joint Infrastructure Recovery Request (JIRR) Program, to modify the provisions thereof, as more fully set forth in the Amendment No. 4 form as Exhibit \u201c1\u201d and made a part hereof; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 2/2/24). 34431 - 29698 M.CS. 28. CAL. NO. 34,432 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29266 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023\u201d, to move funds from the Office of the Mayor to the Department of Human Serv", - "page_number": 28, - "part": 1, - "title": "Regular City Council Meeting Agenda 10-19-2023.pdf" + "title": "Regular City Council Minutes 8-10-2023" }, { - "page_content": "ices for NOLA East Criminal Justice Work; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 2/2/24). (Fiscal Note received). CONTINUED TO THE MEETING OF 11/2/23 AND REFERRED TO THE BUDGET COMMITTEE. 34432 29. CAL. NO. 34,433 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29265 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Revenues for the City of New Orleans for the Year 2023\u201d, to appropriate grant funds to the Fire Department for the purchase of a Foam Firefighting Trailer to have the capability to provide protection to the Port of New Orleans and surrounding areas while transporting vast quantities of hazardous materials and chemicals daily; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 2/2/24). (Fiscal Note received). CONTINUED TO THE MEETING OF 11/2/23 AND REFERRED TO THE BUDGET COMMITTEE. 34433 30. CAL. NO. 34,434 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) https://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4692 28/34 \f", + "page_content": "- Topic: Temporary Waiver of Fees for Fatherhood Roundtable Event\n- Summary: The ordinance proposed to temporarily waive certain fees, permit fees, and requirements for the Fatherhood Roundtable event at Devour Park. It was continued to the meeting of 8/24/23.\n- Ordinance Number: 34,306\n- Votes Summary:\n Vote 1: N/A - (Continued to the meeting of 8/24/23)\n- Decision/Key Actions: Continued to the meeting of 8/24/23\n- Tags/Keywords: Waiver of fees, Fatherhood Roundtable, Devour Park\n- UID: 869f796a-0cdb-4ed1-b3f8-e9e5b573e0f6\n\n- Topic: Amendment to Increase Penalties for Food Waste Violations\n- Summary: The ordinance aimed to amend and increase penalties for food waste and distribution violations. It was continued to the meeting of 8/24/23 and referred to the Quality of Life Committee.\n- Ordinance Number: 34,308\n- Votes Summary:\n Vote 1: N/A - (Continued to the meeting of 8/24/23 and referred to the Quality of Life Committee)\n- Decision/Key Actions: Continued to the meeting of 8/24/23 and referred to the Quality of Life Committee\n- Tags/Keywords: Food waste, distribution violations, penalties\n- UID: 869f796a-0cdb-4ed1-b3f8-e9e5b573e0f6\n\n- Topic: Amendment to Ordinance 34,308\n- Summary: The amendment proposed to include a warning citation for the first offense and modify the penalty for subsequent offenses in the ordinance related to food waste violations.\n- Ordinance Number: 34,308\n- Votes Summary:\n Vote 1: N/A - (Amendment proposed)\n- Decision/Key Actions: Amendment proposed\n- Tags/Keywords: Amendment, food waste violations, penalties\n- UID: 869f796a-0cdb-4ed1-b3f8-e9e5b573e0f6", + "uid": "869f796a-0cdb-4ed1-b3f8-e9e5b573e0f6", + "publish_date": "8-10-2023", "page_number": 28, - "part": 2, - "title": "Regular City Council Meeting Agenda 10-19-2023.pdf" + "title": "Regular City Council Minutes 8-10-2023" }, { - "page_content": "11/15/23, 7:50 PM cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4692 Brief: An Ordinance to amend Ordinance No. 29266 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023\u201d, to appropriate grant funds to the Fire Department for the purchase of a Foam Firefighting Trailer to have the capability to provide protection to the Port of New Orleans and surrounding areas while transporting vast quantities of hazardous materials and chemicals daily; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 2/2/24). (Fiscal Note received). CONTINUED TO THE MEETING OF 11/2/23 AND REFERRED TO THE BUDGET COMMITTEE. 34434 31. CAL. NO, 34,435 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29265 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Revenues for the City of New Orleans for the Year 2023\u201d, to appropriate State Act", + "page_content": "- Topic: Amendment to Increase Minimum Procurement Amount\n- Summary: The ordinance aims to increase the minimum amount of goods and movable property that can be procured without a competitive selection process from $1,000.00 to $10,000.00. An amendment to the ordinance was proposed by Councilmember Giarrusso.\n- Ordinance Number: 34,317\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: The amendment proposed by Councilmember Giarrusso includes several changes to the original ordinance, such as modifying the procurement process for moveable property valued at less than $10,000.\n- UID: 5b35cfbb-9511-40f1-a208-6f8db6e5c8aa", + "uid": "5b35cfbb-9511-40f1-a208-6f8db6e5c8aa", + "publish_date": "8-10-2023", "page_number": 29, - "part": 1, - "title": "Regular City Council Meeting Agenda 10-19-2023.pdf" + "title": "Regular City Council Minutes 8-10-2023" }, { - "page_content": " 397 funds to the Office of the Mayor for Public Safety Support Services to install at least (5) public safety cameras; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 2/2/24). (Fiscal Note received). CONTINUED TO THE MEETING OF 11/2/23 AND REFERRED TO THE BUDGET COMMITTEE. 34435 32. CAL. NO. 34,436 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29266 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023\u201d, to appropriate State Act 397 funds to the Office of the Mayor for Public Safety Support Services to install at least (5) public safety cameras; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 2/2/24). (Fiscal Note received). CONTINUED TO THE MEETING OF 11/2/23 AND REFERRED TO THE BUDGET COMMITTEE. 34436 https://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4692 29/34 \f", - "page_number": 29, - "part": 2, - "title": "Regular City Council Meeting Agenda 10-19-2023.pdf" - }, - { - "page_content": "11/15/23, 7:50 PM cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4692 33. CAL. NO. 34,437 - BY: COUNCILMEMBER KING (BY REQUEST) Brief: An Ordinance authorizing the Mayor of the City of New Orleans to enter into a Cooperative Endeavor Agreement (\u201cCEA\u201d) between the City of New Orleans (the \u201cCity\u2019\u201d), the Riverwalk \u2014Spanish Plaza Economic Development District (the \u201cDistrict\u2019\u201d), and Rockstep Riverwalk, LLC (the \u201cCompany\u2019\u2019), collectively referred to as \u201cParties\u201d, for a term greater than one year, for the public purpose of promoting economic development in the City of New Orleans and creating capital and infrastructure improvements, providing for cultural programming, and enhancing security in the Spanish Plaza public space, as more fully detailed in the CEA form as Exhibit \u201cA\u201d; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 2/2/24). 34437 - 29699 M.C.S. 34. CAL. NO. 34,438 - BY: COUNCILMEMBERS HARRIS (BY REQUEST) AND MORENO Brief: An Ordinance to authorize the Mayor of the City of New Orleans to enter into a Cooperative Endeavor Agreement between the City of New Orleans (the \u201cCity\u201d\u2019) and the State of", - "page_number": 30, - "part": 1, - "title": "Regular City Council Meeting Agenda 10-19-2023.pdf" - }, - { - "page_content": " Louisiana (Office of Facility Planning and Control) to allow and facilitate the planning and construction of the Dryades Kitchen Incubator Project, FP&C Project No. 50-ML3-23-01, as more fully set forth in the Cooperative Endeavor Agreement form attached hereto as \u201cExhibit A\u201d and made a part hereof; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 2/2/24). 34438 - 29700 M.C:S. 35. MOTION (LYING OVER) - NO. M-23-451 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, MORRELL, GREEN AND THOMAS Brief: Submitting for Council approval the following amendment to the Classified Pay Plan (Fire) as adopted by the Civil Service Commission at its meeting of September 20, 2023, in accordance with Article X, Section 10 of the Constitution of Louisiana, that the amendment to the Classified Pay Plan is approved to be effective October 8, 2023. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 2/2/24). CONTINUED TO THE MEEING OF 11/2/23. M-23-451 36. MOTION (LYING OVER) - NO. M-23-464 - BY: COUNCILMEMBER GIARRUSSO (BY REQUEST) https://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4692 30/34 \f", + "page_content": "- Topic: Department of Finance's Purchasing Policies\n- Summary: The ordinance focused on amending the Department of Finance's purchasing policies, including increasing the number from \"120\" to \"150,\" removing the words \"good or,\" and updating its policies.\n- Ordinance Number: 34317-29587 M.C.S\n- Votes Summary:\n Vote 1: Adopt - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n Vote 2: Adopt as Amended - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance was adopted with amendments.\n- Tags/Keywords: Department of Finance, Purchasing Policies, Amendment\n- UID: 053b199e-58f4-47a0-846e-58e7d7d26243\n\n- Topic: Department of Public Works' Public-Facing Dashboard\n- Summary: The ordinance required the Department of Public Works to create and maintain a public-facing dashboard.\n- Ordinance Number: CAL. NO. 34,318\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: The ordinance was electronically submitted with a postponement deadline.\n- Tags/Keywords: Department of Public Works, Public-Facing Dashboard, Submission\n- UID: 053b199e-58f4-47a0-846e-58e7d7d26243", + "uid": "053b199e-58f4-47a0-846e-58e7d7d26243", + "publish_date": "8-10-2023", "page_number": 30, - "part": 2, - "title": "Regular City Council Meeting Agenda 10-19-2023.pdf" - }, - { - "page_content": "11/15/23, 7:50 PM cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4692 Brief: Ratifying, confirming and approving the Mayor's appointment of Wilmer Jacobs (vice Bruce Hoefer, Jr.), as a member of the Audubon Commission, effective upon approval by the Council of the City of New Orleans, for a term that will expire on June 30, 2028. Annotation: (Council Rule 34. Postponement Deadline 2/2/24). (Questionnaire received). (Referred to the Governmental Affairs Committee). CONTINUED TO THE MEEING OF 11/2/23. M-23-464 37. MOTION - NO. M-23-483 - BY: COUNCILMEMBER GREEN (BY REQUEST) Brief: Adding the President of the Council as a signatory to the contract between the City of New Orleans and BASF Corporation; and authorizing the President of the Council to sign the contract between the City of New Orleans and BAS", - "page_number": 31, - "part": 1, - "title": "Regular City Council Meeting Agenda 10-19-2023.pdf" + "title": "Regular City Council Minutes 8-10-2023" }, { - "page_content": "F Corporation (Exhibit A). Annotation: (Council Rule 34. Postponement Deadline 2/16/24). M-23-483 BASF Corp Contract Motion to Suspend Rule 57 38. MOTION - NO. M-23-484 - BY: COUNCILMEMBERS MORRELL, MORENO, GIARRUSSO, HARRIS, KING, GREEN AND THOMAS Brief: Appointing Ashley Spears to serve as the Council Fiscal Officer for the New Orleans City Council with a base salary of Grade 103, Step 44. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 2/16/24). M-23-484 39. RESOLUTION - NO. R-23-489 - BY: COUNCILMEMBERS THOMAS (BY REQUEST) AND GREEN, KING, MORENO, MORRELL, GIARRUSSO AND HARRIS Brief: Certifying the following information to the LADOTD for the period October 1, 2022 through November 15, 2023. R-23-489 https://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4692 31/34 \f", + "page_content": "- Topic: Amendment to Ordinance Cal. No. 34,318\n- Summary: The amendment proposed to change the number \"90\" to \"120\" on page 1, line 2 of the ordinance.\n- Ordinance Number: 34318-29588 M.C.S\n- Votes Summary:\n Vote 1: Adopt - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n Vote 2: Adopt as Amended - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The amendment was adopted with a vote of 5 YEAS, 0 NAYS, and 0 ABSTAIN, with 2 council members absent.\n- Tags/Keywords: Ordinance amendment, Voting outcome, Council meeting\n- UID: 3b3cd5b1-2d44-40a6-951e-05509f57f6ec\n\n- Topic: Ordinance Cal. No. 34,319\n- Summary: The ordinance authorizes the Mayor to enter into a Cooperative Endeavor Agreement between the City of New Orleans and PBP, LLC. for the purpose of increasing positive public perception of NOPD and NOEMS personnel, and community cooperation with NOPD and NOEMS in the City of New Orleans.\n- Ordinance Number: 34319\n- Votes Summary: Not available\n- Decision/Key Actions: Not available\n- Tags/Keywords: Cooperative Endeavor Agreement, City of New Orleans, NOPD, NOEMS\n- UID: 3b3cd5b1-2d44-40a6-951e-05509f57f6ec", + "uid": "3b3cd5b1-2d44-40a6-951e-05509f57f6ec", + "publish_date": "8-10-2023", "page_number": 31, - "part": 2, - "title": "Regular City Council Meeting Agenda 10-19-2023.pdf" - }, - { - "page_content": "11/15/23, 7:50 PM 1. 40. 33. cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4692 That the Parish has performed all interim inspection on all Parish-owned or maintained bridges in accordance with the National Bridge Inspection Standards. That all bridges owned or maintained by Parish have been structurally analyzed and rated by the Parish to determine compliance with the safe load capacity requirements in accordance with the American Association of State Highway and Transportation Officials (AASHTO) Manual for Maintenance Inspection of Bridges. That the Parish has critically reviewed load posting information for all bridges where it has been determined by the LADOTD that the maximum legal load under Louisiana State Law exceeds the load permitted under the AASHTO operating ratings. That the Parish has updated load posting information to reflect all structural changes, any obsolete ratings, or any missing structural ratings. That all Parish-owned or maintained bridges which require load posting or closing are load posted or closed in accordance with the table in the LADOTD Engineer Directives and Standards Manual directive No. 1.1.1.8.; and further, that all LADOTD-supplied load posting information concerning a bridge that has been critically review", - "page_number": 32, - "part": 1, - "title": "Regular City Council Meeting Agenda 10-19-2023.pdf" + "title": "Regular City Council Minutes 8-10-2023" }, { - "page_content": "ed by the Parish Engineer prior to load posting. When the current list of off-system bridge information is presented to the Parish by the LADOTD and has been reviewed and corrected as necessary, it will be transmitted to the LADOTD within thirty (30) days for bridge closures, load postings and quarterly reports, and on or before the required date set by LADOTD for LADOTD Bi-Annual computer reports. Annotation: (Council Rule 34. Postponement Deadline 2/16/24). MOTION \u2014 NO. M-23-492 \u2014 BY: COUNCILMEMBER GIARRUSSO Brief: Rescinding Motion M-23-471 adopted by the City Council on October 5, 2023, and the applicant's request is granted, and the amendment to the Comprehensive Zoning Ordinance is as described in Part II.D of the City Planning Commission's Staffs report. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 2/16/24). M-23-492 CAL, NO. 34,437 - BY: COUNCILMEMBER KING (BY REQUEST) Brief: An Ordinance authorizing the Mayor of the City of New Orleans to enter into a Cooperative Endeavor Agreement (\u201cCEA\u201d) between the City of New Orleans (the \u201cCity\u2019\u201d), the Riverwalk \u2014Spanish Plaza Economic Development District (the \u201cDistrict\u2019\u201d), and Rockstep Riverwalk, https://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4692 32/34 \f", + "page_content": "- Topic: Budget Amendment for Office of Homeland Security and Emergency Preparedness\n- Summary: The ordinance aims to transfer grant funds from Other Operating to Personal Services within the Office of Homeland Security and Emergency Preparedness. It was electronically submitted and continued to the meeting of 8/24/23, referred to the Budget Committee.\n- Ordinance Number: 34,320\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: Continued to the meeting of 8/24/23 and referred to the Budget Committee.\n- Tags/Keywords: Budget, Grant Funds, Homeland Security, Emergency Preparedness\n- UID: 7ed652fc-dcce-4723-a043-69d370632809\n\n- Topic: Appropriation of State Act 170 funds for Economic Development and Beautification\n- Summary: This ordinance aims to appropriate State Act 170 funds awarded to the Office of the Mayor for initiatives supporting Strategic Economic Development plans and beautification projects in various communities. It was also continued to the meeting of 8/24/23 and referred to the Budget Committee.\n- Ordinance Number: 34,321\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: Continued to the meeting of 8/24/23 and referred to the Budget Committee.\n- Tags/Keywords: State Act 170 Funds, Economic Development, Beautification, Mayor's Office\n- UID: 7ed652fc-dcce-4723-a043-69d370632809\n\n- Topic: Budget Amendment for City of New Orleans\n- Summary: This ordinance seeks to amend the City of New Orleans' Operating Budget of Expenditures for the year 2023. However, it was continued to the meeting of 8/24/23 and referred to the Budget Committee.\n- Ordinance Number: 34,322\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: Continued to the meeting of 8/24/23 and referred to the Budget Committee.\n- Tags/Keywords: Budget Amendment, City of New Orleans\n- UID: 7ed652fc-dcce-4723-a043-69d370632809", + "uid": "7ed652fc-dcce-4723-a043-69d370632809", + "publish_date": "8-10-2023", "page_number": 32, - "part": 2, - "title": "Regular City Council Meeting Agenda 10-19-2023.pdf" + "title": "Regular City Council Minutes 8-10-2023" }, { - "page_content": "11/15/23, 7:50 PM cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4692 LLC (the \u201cCompany\u2019\u2019), collectively referred to as \u201cParties\u201d, for a term greater than one year, for the public purpose of promoting economic development in the City of New Orleans and creating capital and infrastructure improvements, providing for cultural programming, and enhancing security in the Spanish Plaza public space, as more fully detailed in the CEA form as Exhibit \u201cA\u201d; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 2/2/24). 43. MOTION - NO. M-23-495 - BY: COUNCILMEMBER THOMAS (BY REQUEST) Brief: Adding the President of the Council as a signatory to the data use agreement between the City of New Orleans and the Administrators of the Tulane Educational Fund; and authorizing the President of the Council to sign the data use agreement between the City of New Orleans and the Administrators of", + "page_content": "- Topic: Appropriation of State Act 170 funds for Economic Development and Beautification Projects\n- Summary: The ordinance aims to appropriate State Act 170 funds awarded to the Office of the Mayor for initiatives supporting Strategic Economic Development plans and beautification projects in various communities. The ordinance was continued to the meeting of 8/24/23 and referred to the Budget Committee.\n- Ordinance Number: 34,322\n- Votes Summary:\n - Vote 1: N/A - (N/A)\n- Decision/Key Actions: Continued to the meeting of 8/24/23 and referred to the Budget Committee\n- Tags/Keywords: State Act 170, Economic Development, Beautification Projects\n- UID: 6cbefe6c-eb7b-43b3-840a-fd4dbbb9e158\n\n- Topic: Appropriation of FEMA Grant Funds for Flood Mitigation Assistance Swift Program\n- Summary: This ordinance seeks to appropriate FEMA grant funds to the Office of Homeland Security for the Flood Mitigation Assistance Swift Program. The ordinance was continued to the meeting of 8/24/23 and referred to the Budget Committee.\n- Ordinance Number: 34,323\n- Votes Summary:\n - Vote 1: N/A - (N/A)\n- Decision/Key Actions: Continued to the meeting of 8/24/23 and referred to the Budget Committee\n- Tags/Keywords: FEMA Grant Funds, Flood Mitigation Assistance Swift Program, Homeland Security\n- UID: 6cbefe6c-eb7b-43b3-840a-fd4dbbb9e158\n\n- Topic: Appropriation of FEMA Grant Funds for Flood Mitigation Assistance Swift Program\n- Summary: Similar to the previous ordinance, this one also aims to appropriate FEMA grant funds to the Office of Homeland Security for the Flood Mitigation Assistance Swift Program. The ordinance was continued to the meeting of 8/24/23 and referred to the Budget Committee.\n- Ordinance Number: 34,324\n- Votes Summary:\n - Vote 1: N/A - (N/A)\n- Decision/Key Actions: Continued to the meeting of 8/24/23 and referred to the Budget Committee\n- Tags/Keywords: FEMA Grant Funds, Flood Mitigation Assistance Swift Program, Homeland Security\n- UID: 6cbefe6c-eb7b-43b3-840a-fd4dbbb9e158\n\n- Topic: Appropriation of FEMA Grant Funds for Flood Mitigation Assistance Swift Program\n- Summary: This ordinance also involves the appropriation of FEMA grant funds to the Office of Homeland Security for the Flood Mitigation Assistance Swift Program. The ordinance was continued to the meeting of 8/24/23 and referred to the Budget Committee.\n- Ordinance Number: 34,325\n- Votes Summary:\n - Vote 1: N/A - (N/A)\n- Decision/Key Actions: Continued to the meeting of 8/24/23 and referred to the Budget Committee\n- Tags/Keywords: FEMA Grant Funds, Flood Mitigation Assistance Swift Program, Homeland Security\n- UID: 6cbefe6c-eb7b-43b3-840a-fd4dbbb9e158", + "uid": "6cbefe6c-eb7b-43b3-840a-fd4dbbb9e158", + "publish_date": "8-10-2023", "page_number": 33, - "part": 1, - "title": "Regular City Council Meeting Agenda 10-19-2023.pdf" + "title": "Regular City Council Minutes 8-10-2023" }, { - "page_content": " the Tulane Educational Fund (Exhibit A). Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 2/16/24). CONTINUED TO THE MEETING 11/22/23 AND REFERRED TO THE CRIMINAL JUSTICE COMMITTEE. M-23-495 43a. MOTION TO SUSPEND THE RULES 43b. MOTION TO ADD 44. MOTION - NO. M-23-496 - BY: COUNCILMEMBER KING (BY REQUEST) Brief: Adding the President of the Council as a signatory to the Professional Services Agreement between the City of New Orleans and Richard\u2019s Disposal, Inc., and authorizing the President of the Council to sign the Agreement between the City of New Orleans and Richard\u2019s Disposal, Inc. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 2/16/24). CONTINUED TO THE MEETING OF 11/2/23 AND REFERRED TO THE PUBLIC WORKS COMMITTEE. M-23-496 44a. MOTION TO SUSPEND THE RULES 44b. MOTION TO ADD. https://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4692 33/34 \f", - "page_number": 33, - "part": 2, - "title": "Regular City Council Meeting Agenda 10-19-2023.pdf" - }, - { - "page_content": "11/15/23, 7:50 PM cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4692 45. MOTION TO SUSPEND THE RULES TO INTRODUCE ORDINANCES ON FIRST READING 46. ORDINANCES ON FIRST READING 10-19-2023 First Reading 46a. 34439 34439 46b. 34440 34", + "page_content": "- Topic: Amendment of Operating Budget for Revenues in 2023\n- Summary: The ordinance aimed to appropriate reimbursement funds from the Downtown Development District to the Office of Community Development for the Code Enforcement Unit. It was continued to the meeting of 8/24/23 and referred to the budget committee.\n- Ordinance Number: 34325\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: Continued to the meeting of 8/24/23 and referred to the budget committee\n- Tags/Keywords: Budget, Revenues, Downtown Development District\n- UID: 6200cc24-3af9-4129-91f3-799fb4a64d4b\n\n- Topic: Amendment of Operating Budget for Expenditures in 2023\n- Summary: This ordinance sought to appropriate reimbursement funds from the Downtown Development District to the Office of Community Development for the Code Enforcement Unit. It was also continued to the meeting of 8/24/23 and referred to the budget committee.\n- Ordinance Number: 34326\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: Continued to the meeting of 8/24/23 and referred to the budget committee\n- Tags/Keywords: Budget, Expenditures, Downtown Development District\n- UID: 6200cc24-3af9-4129-91f3-799fb4a64d4b\n\n- Topic: Appropriation of FEMA Grant Funds for Flood Mitigation\n- Summary: This ordinance aimed to appropriate FEMA grant funds to the Office of Homeland Security for Flood Mitigation Assistance in Orleans Parish. Similar to the previous ordinances, it was continued to the meeting of 8/24/23 and referred to the budget committee.\n- Ordinance Number: 34327\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: Continued to the meeting of 8/24/23 and referred to the budget committee\n- Tags/Keywords: FEMA Grant, Flood Mitigation, Homeland Security\n- UID: 6200cc24-3af9-4129-91f3-799fb4a64d4b", + "uid": "6200cc24-3af9-4129-91f3-799fb4a64d4b", + "publish_date": "8-10-2023", "page_number": 34, - "part": 1, - "title": "Regular City Council Meeting Agenda 10-19-2023.pdf" + "title": "Regular City Council Minutes 8-10-2023" }, { - "page_content": "440 46c. 34441 34441 46d. 34442 34442 46e. 34443 34443 46f. 34444 34444 46g. 34445 34445 46h. 34446 34446 461. 34447 34447 47. MOTION FOR ADJOURNMENT: @_2:15 p.m. https://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4692 34/34 \f", - "page_number": 34, - "part": 2, - "title": "Regular City Council Meeting Agenda 10-19-2023.pdf" + "page_content": "- Topic: Appropriation of FEMA grant funds for flood mitigation assistance\n- Summary: This ordinance aims to amend the operating budget of expenditures for the City of New Orleans to appropriate FEMA grant funds to the Office of Homeland Security for flood mitigation assistance.\n- Ordinance Number: 34328\n- Votes Summary:\n Vote 1: Continued to the meeting of 8/24/23 and referred to the budget committee.\n- Decision/Key Actions: The ordinance was continued to the next meeting and referred to the budget committee for further discussion and consideration.\n- Tags/Keywords: FEMA grant funds, flood mitigation assistance, budget amendment\n- UID: dedfd540-ac6d-4e6f-8ef8-bdc7a19f4059\n\n- Topic: Appropriation of funds for the New Orleans Broadband Outreach and Equity Program\n- Summary: This ordinance seeks to amend the operating budget of revenues for the City of New Orleans to appropriate funds awarded by the Federal Communications Commission to the Office of Resilience and Sustainability for the New Orleans Broadband Outreach and Equity Program.\n- Ordinance Number: 34329\n- Votes Summary:\n Vote 1: Continued to the meeting of 8/24/23 and referred to the budget committee.\n- Decision/Key Actions: The ordinance was continued to the next meeting and referred to the budget committee for further discussion and consideration.\n- Tags/Keywords: Broadband outreach, equity program, budget amendment\n- UID: dedfd540-ac6d-4e6f-8ef8-bdc7a19f4059\n\n- Topic: Appropriation of funds for the New Orleans Broadband Outreach and Equity Program\n- Summary: Similar to the previous ordinance, this one aims to amend the operating budget of expenditures to appropriate funds awarded by the Federal Communications Commission to the Office of Resilience and Sustainability for the New Orleans Broadband Outreach and Equity Program.\n- Ordinance Number: 34330\n- Votes Summary:\n Vote 1: Continued to the meeting of 8/24/23 and referred to the budget committee.\n- Decision/Key Actions: The ordinance was continued to the next meeting and referred to the budget committee for further discussion and consideration.\n- Tags/Keywords: Broadband outreach, equity program, budget amendment\n- UID: dedfd540-ac6d-4e6f-8ef8-bdc7a19f4059", + "uid": "dedfd540-ac6d-4e6f-8ef8-bdc7a19f4059", + "publish_date": "8-10-2023", + "page_number": 35, + "title": "Regular City Council Minutes 8-10-2023" }, { - "page_content": "11/15/23, 7:50 PM cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4684 THE COUNCIL City of New Orleans HELENA MORENO JP MORRELL Councilmember-At-Large Councilmember-At-Large JOSEPH I. LESLI D. FREDDIE KING EUGENE J. OLIVER M. GIARRUSSO III HARRIS Ill GREEN, JR. THOMAS, JR. Councilmember Councilmember Councilmember Councilmember Councilmember District A District B District C District D District E AGENDA Regular City Council Meeting held in City Hall Council Chamber on Thursday, October 5, 2023 at 10:06 A.M. PRESIDENT JP MORRELL Councilmember-At-L", - "page_number": 1, - "part": 1, - "title": "Regular City Council Meeting Agenda 10-5-2023.pdf" + "page_content": "- Topic: Temporary Fee Waiver for L.B. Landry Alumni Cookout Event\n- Summary: The ordinance proposed a temporary waiver of certain fees and permit requirements for the 2nd Annual L.B. Landry Alumni Cookout event at Devour Park. It was continued to the meeting of 8/24/23.\n- Ordinance Number: 34330\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: Continued to the meeting of 8/24/23 and referred to the budget committee.\n- UID: e5aff57a-7e7e-44b7-9fa4-2dbff779f29e\n\n- Topic: Temporary Fee Waiver for Love Covers a Multitude of Sins Back to School Giveaway\n- Summary: The ordinance proposed a temporary waiver of certain fees and permit requirements for the Love Covers a Multitude of Sins Back to School Giveaway at A.L. Davis Playground. It was adopted with 6 YEAS and 1 council member absent.\n- Ordinance Number: 34331\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The motion was adopted.\n- UID: e5aff57a-7e7e-44b7-9fa4-2dbff779f29e", + "uid": "e5aff57a-7e7e-44b7-9fa4-2dbff779f29e", + "publish_date": "8-10-2023", + "page_number": 36, + "title": "Regular City Council Minutes 8-10-2023" }, { - "page_content": "arge VICE PRESIDENT HELENA MORENO Councilmember-At-Large 1. ROLL CALL - LORA W. JOHNSON, CLERK OF COUNCIL UPON CALLING THE ROLL THE FOLLOWING MEMBERS ANSWERED TO THEIR NAMES: PRESENT: GIARRUSSO GREEN HARRIS KING MORENO (VICE PRESIDENT) MORRELL (PRESIDENT) THOMAS SEVEN MEMBERS PRESENT, CONSTITUTING A QUORUM. 2. INVOCATION - REV. JOSEPH RECASNER, PASTOR, GOD OUR FATHER BAPTIST CHURCH MARTIN LUTHER KING JR. CHARTER HIGH SCHOOL FOR SCIENCE & TECHNOLOGY ASSISTANT PRINICPAL https://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4684 1/48 \f", - "page_number": 1, - "part": 2, - "title": "Regular City Council Meeting Agenda 10-5-2023.pdf" + "page_content": "- Topic: Cooperative Endeavor Agreement between City of New Orleans and Ochsner Clinic Foundation\n- Summary: The ordinance authorizes the Mayor to enter into a Cooperative Endeavor Agreement with Ochsner Clinic Foundation to improve care for sick and injured persons in New Orleans and provide access to a medical and clinical education program for Ochsner medical residents.\n- Ordinance Number: CAL. NO. 34,335\n- Votes Summary:\n Vote 1: Continued to the meeting of 8/24/23\n- Decision/Key Actions: The ordinance was continued to the meeting of 8/24/23 for further discussion and consideration.\n- UID: bca9a1d8-002f-4437-aa72-21c05d6620ae\n\n- Topic: Creation of American Rescue Plan Act (ARPA) Advisory Committee\n- Summary: The resolution calls for the creation of an ARPA Advisory Committee to develop a strategy and recommendations for the allocation of ARPA money to various programs and initiatives in New Orleans.\n- Ordinance Number: NO. R-23-354\n- Votes Summary:\n Vote 1: Continued to the meeting of 8/24/23\n- Decision/Key Actions: The resolution was continued to the meeting of 8/24/23 for further discussion and consideration.\n- UID: bca9a1d8-002f-4437-aa72-21c05d6620ae", + "uid": "bca9a1d8-002f-4437-aa72-21c05d6620ae", + "publish_date": "8-10-2023", + "page_number": 37, + "title": "Regular City Council Minutes 8-10-2023" }, { - "page_content": "11/15/23, 7:50 PM cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4684 3. PLEDGE OF ALLEGIANCE - AARRONNESHA MICKEL, MARTIN LUTHER KING JR. CHARTER HIGH SCHOOL FOR SCIENCE & TECHNOLOGY STUDENT COUNCIL 4. MARTIN LUTHER KING JR. CHARTER HIGH SCHOOL FOR SCIENCE & TECHNOLOGY BAND MR. CHARLES BROOKS, BAND DIRECTOR, MS. MONIQUE COOK, PRINICIPAL 5. PUBLIC E-COMMENT FORMS, RULES AND INFORMATION ARE AVAILABLE AT https://council.nola.gov/home/ September 21, 2023. Annotation: APPROVED. SPECIAL ORDERS OF BUSINESS 1. FIRST ORDER OF BUSINESS - PRESENTATION - HONORABLE NADINE M. RAMSEY (RET.) DR. DENISE ROUBION-JOHNSON, CLINICAL DIRECTOR FOR LOUISIANA BREAST & CERVICAL CANCER PROGRAM LSU HEALTH SCIENCE CENTER, PROPHET FRAN CHIEF EXECUTIVE DIRECTOR OF NEW ORLEANS EAST HOSPITAL, DR. SHAWN MCKINNEY, MD, MPH, FACS, MEDICAL DIRECTOR FOR ONCOLOGY BREAST SERVICES UNIVERSITY MEDICAL CENTER, LISA MCKENZI", - "page_number": 2, - "part": 1, - "title": "Regular City Council Meeting Agenda 10-5-2023.pdf" + "page_content": "- Topic: Amendments to the Classified Pay Plan (Safety and Permits)\n- Summary: The council approved the Amendments to the Classified Pay Plan (Safety and Permits) to be effective August 10, 2023, in accordance with Article X, Section 10 of the Constitution of Louisiana.\n- Ordinance Number: M-23-352\n- Votes Summary:\n Vote 1: Adopt - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: Approved the Amendments to the Classified Pay Plan\n- Tags/Keywords: Classified Pay Plan, Safety and Permits, Civil Service Commission\n\n- Topic: Creation of City of New Orleans Home Rule Charter Review Committee\n- Summary: The council motion to authorize the creation of an advisory committee, known as the City of New Orleans Home Rule Charter Review Committee, was continued to the meeting of 8/24/23 for further discussion.\n- Ordinance Number: M-22-516 LO\n- Votes Summary:\n Vote 1: Continued - (N/A)\n- Decision/Key Actions: Motion to authorize the creation of the committee continued to a later meeting\n- Tags/Keywords: Home Rule Charter, Advisory Committee, Governmental Affairs Committee\n\n- Topic: Election in the Bouligny Improvement District\n- Summary: The council passed a resolution calling an election in the Bouligny Improvement District for Saturday, November 18, 2023.\n- Ordinance Number: R-23-355\n- Votes Summary:\n Vote 1: Passed - (N/A)\n- Decision/Key Actions: Resolution calling an election in the Bouligny Improvement District\n- Tags/Keywords: Election, Bouligny Improvement District, Resolution\n- UID: 2c1fc96e-e6bb-4b7b-b990-8164a7309998", + "uid": "2c1fc96e-e6bb-4b7b-b990-8164a7309998", + "publish_date": "8-10-2023", + "page_number": 38, + "title": "Regular City Council Minutes 8-10-2023" }, { - "page_content": "E, YOU NIGHT FOUNDER, VERELLA NEW ORLEANS HEALTH DEPARTMENT, ATTORNEY CAROLE C. NEFF, KREWE DE PINK SURVIVOR Brief: Recognizing various medical professionals, support organizations, survivors, and service agencies for their community involvement and engagement during Breast Cancer Awareness Month. HONOREES: HONOREES: MS. REBECCA CONWELL COUNCILMEMBER-AT-LARGE JP MORRELL MS. Marilyn Amar COUNCILMEMBER-AT-LARGE HELENA MORENO MS. DEBORAH VIOLET COUNCILMEMBER DISTRICT JOSEPH I. GIARRUSSO III CHAPMAN KAREEM \u201cA\u201d ATTY. COUNCILMEMBER DISTRICT LESLI D. HARRIS CAROLE CUKELL NEFF \u201cB\u201d JUDGE COUNCILMEMBER DISTRICT FREDDIE KING III NADINE M. RAMSEY (RET.) \u201cc\u201d MS. LESLIE BOUIE COUNCILMEMBER DISTRICT EUGENE J. GREEN, JR. \u201cT)\u201d\u2019 MS. CORINNE VILLAVASO COUNCILMEMBER DISTRICT OLIVER M. THOMAS, JR. \u201ceR\u201d? Annotation: https://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4684 2/48 \f", - "page_number": 2, - "part": 2, - "title": "Regular City Council Meeting Agenda 10-5-2023.pdf" + "page_content": "- Topic: Ratification of Andrew S. Monteverde as the employee representative of the Civil Service Commission\n- Summary: Ratifying, confirming, and approving Andrew S. Monteverde as the employee representative of the Civil Service Commission, effective until August 10, 2029.\n- Ordinance Number: M-23-356\n- Votes Summary:\n Vote 1: Adopt - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: Andrew S. Monteverde is appointed as the employee representative of the Civil Service Commission.\n- Tags/Keywords: Civil Service Commission, Appointment, Ratification\n- UID: bb1b704e-8fb8-4690-ba30-6cb30f8a7db5\n\n- Topic: Addition of the President of the Council as a signatory to a subrecipient agreement\n- Summary: Adding the President of the Council as a signatory to the subrecipient agreement between the New Orleans Health Department and Children\u2019s Hospital New Orleans, and authorizing the President of the Council to sign the CEA between the two parties.\n- Ordinance Number: M-23-357\n- Votes Summary:\n Vote 1: Adopt - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The President of the Council is added as a signatory to the subrecipient agreement and authorized to sign the CEA.\n- Tags/Keywords: Subrecipient Agreement, New Orleans Health Department, Children\u2019s Hospital, President of the Council\n- UID: bb1b704e-8fb8-4690-ba30-6cb30f8a7db5", + "uid": "bb1b704e-8fb8-4690-ba30-6cb30f8a7db5", + "publish_date": "8-10-2023", + "page_number": 39, + "title": "Regular City Council Minutes 8-10-2023" }, { - "page_content": "11/15/23, 7:50 PM cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4684 ELECTRONICALLY SUBMITTED. (Cm. Thomas). APPEARED. 2. . SECOND ORDER OF BUSINESS 3. THIRD ORDER OF BUSINESS DISCUSSION CONSENT AGENDA 1. COMMUNICATION - FROM ERIN SPEARS - CHIEF OF STAFF & COUNSEL, COUNCIL UTILITIES REGULATORY OFFICE Brief: Submitting the transmittal document for communications related to electric and gas utility matters to be received by the Council of the City of New Orleans at its meeting on October 5, 2023: Communications from Entergy New Orleans, LLC (\"ENO\") 1. Environmental Adjustments for the October 2023 Billing Cycle, UD-18-07 2. Purchased Gas Adjustments for the October 2023 Billing Cycle, UD-18-07 3. Purchased Power Cost Recovery Adjustments for the October 2023 Billing Cycle, UD-18-07 4. Fuel Adjustments for the October 2023 Billing Cycle, UD-18-07 Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. Communication - Erin Spears, Chief of Staff & Co", - "page_number": 3, - "part": 1, - "title": "Regular City Council Meeting Agenda 10-5-2023.pdf" + "page_content": "- Topic: Waiver of Fees and Requirements for The International Christian Business Foundation Event\n- Summary: The ordinance aims to temporarily waive certain fees, permit fees, and requirements for an event hosted by The International Christian Business Foundation at 3250 Industry, New Orleans. The waiver will be in effect on July 28, 2023. The ordinance passed with 5 YEAS and 0 NAYS.\n- Ordinance Number: CAL. NO. 34,336\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The ordinance was adopted to waive fees and requirements for the specified event.\n- Tags/Keywords: Event, Fee Waiver, Permit Requirements\n- UID: da42b9cd-d8cf-41f8-9e25-d94b71aa8e79\n\n- Topic: Request for Judicial Notice by United States Court of Appeals\n- Summary: The resolution requests the United States Court of Appeals for the Fifth Circuit to take judicial notice of the resolution and its recitals. The resolution was electronically submitted and is subject to Council Rule 34 with a postponement deadline of 12/8/23. The specific outcome of the resolution is not provided in the summary.\n- Ordinance Number: R-23-360\n- Votes Summary: N/A\n- Decision/Key Actions: The resolution requests the court to take judicial notice of the provided resolution and its recitals.\n- Tags/Keywords: Judicial Notice, United States Court of Appeals\n- UID: da42b9cd-d8cf-41f8-9e25-d94b71aa8e79", + "uid": "da42b9cd-d8cf-41f8-9e25-d94b71aa8e79", + "publish_date": "8-10-2023", + "page_number": 40, + "title": "Regular City Council Minutes 8-10-2023" }, { - "page_content": "unsel, CURO - Electric Gas Communications Memo Communication - Scott M. Celino - EntergyENOL EAC - October 2023 Billing Month Communication - Entergy - Scott M. Celino - ENOL PGA October 2023 Filing Package Communication Entergy - Scott Celino - ENOL PPCR October 2023 Billing Month Communication - Entergy - Scott Cenlino - ENOL FAC 2. COMMUNICATION - FROM WILLIAM T. SALMERON, CHIEF OF NEW ORLEANS EMS, NEW ORLEANS EMERGENCY MEDICAL SERVICES, OFFICE OF THE MAYOR, CITY OF NEW ORLEANS Brief: Submitting a proposed agreement between the City of New Orleans and Resuscitation Quality Improvement Partners, LLC, a completed contract summary form, and the related Motion, pursuant to Rule 57. Annotation: ELECTRONICALLY SUBMITTED. MAY BE RECEIVED AND REFERRED TO THE BUDGET AND CRIMINAL JUSTICE COMMITTEE. COMMUNITY DEVELOPMENT COMMITTEE RECOMMENDED APPROVAL. (See Motion No. M-23-454). https://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4684 3/48 \f", - "page_number": 3, - "part": 2, - "title": "Regular City Council Meeting Agenda 10-5-2023.pdf" + "page_content": "- Topic: Mid-City Security District Election\n- Summary: Resolution calling an election in the Mid-City Security District for Saturday, November 18, 2023.\n- Ordinance Number: R-23-363\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: Election called for the Mid-City Security District.\n- Tags/Keywords: Election, Security District, Resolution\n- UID: 5e80cad6-a5b8-401e-bbda-9d76577e86c8\n\n- Topic: Engineering Curriculum Integration\n- Summary: Resolution supporting Levees.org in its efforts to ensure engineering failures are integrated into engineering curriculum across all universities and colleges in the United States offering degrees in Engineering.\n- Ordinance Number: R-23-364\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: Support for integrating engineering failures into engineering curriculum.\n- Tags/Keywords: Engineering, Curriculum, Resolution\n- UID: 5e80cad6-a5b8-401e-bbda-9d76577e86c8", + "uid": "5e80cad6-a5b8-401e-bbda-9d76577e86c8", + "publish_date": "8-10-2023", + "page_number": 41, + "title": "Regular City Council Minutes 8-10-2023" }, { - "page_content": "11/15/23, 7:50 PM cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4684 Communication - Contract - Williams T. Salmeron, Chief of New Orleans EMS 3. COMMUNICATION \u2014 FROM THOMAS MULLIGAN, DIRECTOR, CODE ENFORCEMENT AND HEARING BUREAU, OFFICE OF THE MAYOR, CITY OF NEW ORLEANS Brief: Submitting a proposed agreement between the City of New Orleans and HTC Enterprises LA, LLC DBA Homestead Title, a completed contract summary form, and the related Motion, pursuant to Rule 57. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED AND REFERRED TO THE COMMUNITY DEVELOPMENT COMMITTEE. COMMUNITY DEVELOPMENT COMMITTEE RECOMMENDED APPROVAL. (See Motion No. M-23-455). Communication - Contract - Thomas Mulligan, Director, Code Enforcement and Hearings Bureau 4. COMMUNICATION - FROM MATT TORRI, DEPARTMENT OF SANITATION, OFFICE OF THE MAYOR, CITY OF NEW ORLEANS Brief: Submitting a proposed agreement between the City of New Orleans and Kellermeyer Bergensons Services, LLC, a completed contract summary form, and the related Mot", - "page_number": 4, - "part": 1, - "title": "Regular City Council Meeting Agenda 10-5-2023.pdf" + "page_content": "- Topic: Professional Services Agreement with AH Datalytics and All-Star Talent\n- Summary: The ordinance authorizes the Council President to execute a professional services agreement with AH Datalytics and All-Star Talent for a one-year term, with up to four allowable one-year renewals. The motion passed.\n- Ordinance Number: M-23-349\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n Vote 2: Item added to agenda - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n Vote 3: Adopted - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: Authorization for professional services agreement execution\n- UID: acdbbaa6-c2ca-4f92-8482-748afef31b7d", + "uid": "acdbbaa6-c2ca-4f92-8482-748afef31b7d", + "publish_date": "8-10-2023", + "page_number": 42, + "title": "Regular City Council Minutes 8-10-2023" }, { - "page_content": "ion, pursuant to Rule 57. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED AND REFERRED TO THE PUBLIC WORKS COMMITTEE. (See Motion No. M-23-457). Communication - Contract - Matt Torri, Department of Sanitation 5. COMMUNICATION - FROM EMMANUEL CHRISTIAN, ROCK SOLID CONSTRUCTION, LLC Brief: Requesting to appeal the parking requirements established by the University Area Off-Street Parking Interim Zoning District (IZD), for property located at 8713 and 8715 Apricot Street. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. (Hearing Date Set For 10/19/23). Communication - Emmanuel Christian - Solid Construction, LLC 6. COMMUNICATION - FROM KELLY JOHNSON, A.LA., KK JOHNSON, ARCHITECTURE Brief: Requesting to appeal the parking requirements established by the University Area Off-Street Parking Interim Zoning District (IZD), for property located at 7705 Willow Street. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. (Hearing Date Set For 10/19/23). https://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4684 4/48 \f", - "page_number": 4, - "part": 2, - "title": "Regular City Council Meeting Agenda 10-5-2023.pdf" + "page_content": "- Topic: Temporary Waiver of Fees for Joe Brown Park Event\n- Summary: The ordinance seeks to temporarily waive certain fees, permit fees, and requirements for the Back-to-School Resource Fair event at Joe Brown Park on July 22, 2023. \n- Ordinance Number: CAL. NO. 34,337\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance passed, allowing the temporary waiver of fees for the specified event.\n- Tags/Keywords: Fee waiver, Joe Brown Park, Back-to-School Resource Fair\n- UID: f89b58c0-cf8d-4073-9b8c-fed72d73487d\n\n- Topic: Temporary Waiver of Fees for Pete Sanchez Gymnasium Event\n- Summary: The ordinance aims to temporarily waive certain fees, permit fees, and requirements for the Alfred Lawless Alumni Association All Class Reunion Dance event at Pete Sanchez Gymnasium on July 15, 2023.\n- Ordinance Number: CAL. NO. 34,338\n- Votes Summary:\n Vote 1: Not Yet Voted\n- Decision/Key Actions: The ordinance is pending a vote.\n- Tags/Keywords: Fee waiver, Pete Sanchez Gymnasium, All Class Reunion Dance\n- UID: f89b58c0-cf8d-4073-9b8c-fed72d73487d\n\n- Topic: Temporary Waiver of Fees for Joe Brown Park Event\n- Summary: The ordinance seeks to temporarily waive certain fees, permit fees, and requirements for the Back-to-School Resource Fair event at Joe Brown Park on July 22, 2023. \n- Ordinance Number: CAL. NO. 34,339\n- Votes Summary:\n Vote 1: Not Yet Voted\n- Decision/Key Actions: The ordinance is pending a vote.\n- Tags/Keywords: Fee waiver, Pete Sanchez Gymnasium, All Class Reunion Dance\n- UID: f89b58c0-cf8d-4073-9b8c-fed72d73487d", + "uid": "f89b58c0-cf8d-4073-9b8c-fed72d73487d", + "publish_date": "8-10-2023", + "page_number": 43, + "title": "Regular City Council Minutes 8-10-2023" }, { - "page_content": "11/15/23, 7:50 PM cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4684 7. 10. Communication - University IZD - Kelly Johnson, A.A. - KK JOHNSON ARCHITECTURE Brief: Requesting to appeal the parking requirements established by the University Area Off-Street Parking Interim Zoning District (IZD), for property located at 8414 Cohn Street. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. (Hearing Date Set For 10/19/23). Communication - University IZD - Michael D. Ballard, Jr., AIA NCARB - 8414 Cohn Street COMMUNICATION \u2014 FROM MICHAEL MOORE Brief: Requesting to appeal the parking requirements established by the University Area Off-Street Parking Interim Zoning District (IZD), for property located at 1517 General Ogden Street. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. (Hearing Date Set For 10/19/23). Communication - Unveristy IZD - Michael Moore - 10084 S. Choctaw Dr COMMUNICATION - FROM ANITA CU", - "page_number": 5, - "part": 1, - "title": "Regular City Council Meeting Agenda 10-5-2023.pdf" + "page_content": "- Topic: Temporary Waiver of Fees for Oliver Bush Playground\n- Summary: The ordinance aims to temporarily waive certain fees, permit fees, and requirements within and around the Oliver Bush Playground for the Alfred Lawless Alumni Association All Class Reunion Picnic event. The duration and boundaries of the waiver are specified.\n- Ordinance Number: CAL. NO. 34,340\n- Votes Summary:\n Vote 1: Passed - (8 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed without amendments.\n- Tags/Keywords: Waiver of fees, Oliver Bush Playground, Community event, Temporary permit\n- UID: 1cfec341-cd68-4ad0-b975-ee418315b607\n\n- Topic: Temporary Waiver of Fees for Pete Sanchez Gymnasium\n- Summary: This ordinance seeks to temporarily waive certain fees, permit fees, and requirements within and around the Pete Sanchez Gymnasium for the Althea Haywood Funeral Repast event. The duration and boundaries of the waiver are specified.\n- Ordinance Number: CAL. NO. 34,341\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 1 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed with a majority vote.\n- Tags/Keywords: Waiver of fees, Pete Sanchez Gymnasium, Community event, Temporary permit\n- UID: 1cfec341-cd68-4ad0-b975-ee418315b607\n\n- Topic: Temporary Waiver of Fees for Sampson Playground\n- Summary: This ordinance aims to temporarily waive certain fees, permit fees, and requirements within and around Sampson Playground for an event organized by Kazi-Nia Baptist Church. The duration and boundaries of the waiver are specified.\n- Ordinance Number: CAL. NO. 34,342\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 2 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed with a majority vote.\n- Tags/Keywords: Waiver of fees, Sampson Playground, Community event, Temporary permit\n- UID: 1cfec341-cd68-4ad0-b975-ee418315b607\n\n- Topic: Zoning Change for Square 1804\n- Summary: This ordinance aims to effect a zoning change from a LI Light Industrial District to an MU-1 Medium Intensity Mixed-Use District for Square 1804 in the Third Municipal District. \n- Ordinance Number: CAL. NO. 34,342\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 1 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed with a majority vote.\n- Tags/Keywords: Zoning change, Square 1804, Mixed-Use District\n- UID: 1cfec341-cd68-4ad0-b975-ee418315b607", + "uid": "1cfec341-cd68-4ad0-b975-ee418315b607", + "publish_date": "8-10-2023", + "page_number": 44, + "title": "Regular City Council Minutes 8-10-2023" }, { - "page_content": "RRAN, COUNCIL RESEARCH OFFICER, CITY OF NEW ORLEANS Brief: Submitting a statement of findings regarding the Council Research Office's compliance review of the proposed honorary street name dedication of 1600-1800 Terpsichore Street in honor of Henry \"Professor Longhair\" Roeland Byrd. (per Motion No. M-23-428) Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. Communication - Anita Curran, Council Research Officer, Honorary Street Name Prof. Longhair CRO Statement of Findings with M-428 and DPW statement COMMUNICATION - FROM AMY B. TREPAGNIER, DIRECTOR OF PERSONNEL, CITY OF NEW ORLEANS, DEPARTMENT OF CIVIL SERVICE Brief: Submitting the Monthly raw data relative to current staffing, hiring, and applications to the New Orleans Police Department as required by City Council Ordinance 29130. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. https://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4684 5/48 \f", - "page_number": 5, - "part": 2, - "title": "Regular City Council Meeting Agenda 10-5-2023.pdf" + "page_content": "- Topic: Conditional Use for Retail Sale of Packaged Alcoholic Beverages\n- Summary: This ordinance seeks to establish a conditional use to permit the retail sale of packaged alcoholic beverages in a specific district. \n- Ordinance Number: 34342\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed without any amendments or discussions.\n- Tags/Keywords: Zoning, Retail, Alcohol, Urban Core\n- UID: 14ffe08f-7150-48f3-aab6-fc5b35c54805\n\n- Topic: Amendment to Allow Broadcasting Studio as a Permitted Use\n- Summary: This ordinance aims to amend and reordain the Comprehensive Zoning Ordinance to add \"broadcasting studio\" as a permitted use in a specific district.\n- Ordinance Number: 34343\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 1 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed with one dissenting vote and no further amendments or discussions.\n- Tags/Keywords: Zoning, Amendment, Broadcasting, Permitted Use\n- UID: 14ffe08f-7150-48f3-aab6-fc5b35c54805\n\n- Topic: Waiver of Fees for Silence the Violence Youth Talent Show and Festival\n- Summary: This ordinance seeks to waive certain fees and permit requirements for an event at Washington Square Park.\n- Ordinance Number: 34344\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 2 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed with two dissenting votes and no further amendments or discussions.\n- Tags/Keywords: Fees, Event, Waiver, Youth Talent Show\n- UID: 14ffe08f-7150-48f3-aab6-fc5b35c54805", + "uid": "14ffe08f-7150-48f3-aab6-fc5b35c54805", + "publish_date": "8-10-2023", + "page_number": 45, + "title": "Regular City Council Minutes 8-10-2023" }, { - "page_content": "11/15/23, 7:50 PM cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4684 11. COMMUNICATION - FROM WESLEY PFEIFFER, CHIEF EXECUTIVE OFFICER, PFEICON PREIFFER CONSULTING Brief: Requesting to appear before the Council to appeal the nonaction of the Ground Transportation Bureau relative to the approval of the BeamLive credit card and camera system. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED AND REFERRED TO THE GROUNDS TRANSPORTATION COMMITTEE). Communication - Wesley Pfeiffer, Chief Executive Officer 12. COMMUNICATION - FROM AMY B. TREPAGNIER, DIRECTOR OF PERSONNEL, CITY OF NEW ORLEANS, DEPARTMENT OF CIVIL SERVICE Brief: Submitting for Council approval an Amendment to the Classified Pay Plan (Library Bilingual Pay) in accordance with Article X, Section 10 of the Constitution of Louisiana as adopted by the Civil Service Commission at its meeting of September 20, 2023, as outlined below: Special Rate of Pay: Bilingual Pay {Library) Employees of the New Orleans Public Library who are assigned to use bilingual skills (including American Sign Language) in the regular performance of the employee's duties shall receive 5% over their normal rate of pay if designated by the department as a translator or interpreter. Positions wi", - "page_number": 6, - "part": 1, - "title": "Regular City Council Meeting Agenda 10-5-2023.pdf" + "page_content": "- Topic: Waiver of Fees for NOLAKEYS 24 Annual and Stop the Violence Youth Bike Ride\n- Summary: The ordinance proposed to waive certain fees, permit fees, and requirements for an event at First Grace United Methodist Church. The waiver was ratified and confirmed for the specified duration and boundaries.\n- Ordinance Number: 34,346\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: Ratification and confirmation of the waiver for the specified event.\n- Tags/Keywords: Fee waiver, Community event, First Grace United Methodist Church\n- UID: a5fa483a-751f-4504-a493-99b6b4ba901c\n\n- Topic: Amendment to New Orleans Tourism and Cultural Fund Legislation\n- Summary: The ordinance aimed to impose a local participation goal for any program submitted by the Corporation. The outcome of the vote was not provided in the summary.\n- Ordinance Number: 34,347\n- Votes Summary: N/A\n- Decision/Key Actions: N/A\n- Tags/Keywords: Tourism, Cultural Fund, Local participation\n- UID: a5fa483a-751f-4504-a493-99b6b4ba901c\n\n- Topic: Amendment to Mardi Gras Parade Regulations\n- Summary: The ordinance sought to amend various sections of the Code of the City of New Orleans related to the regulation of Mardi Gras parades. The outcome of the vote was not provided in the summary.\n- Ordinance Number: 34,348\n- Votes Summary: N/A\n- Decision/Key Actions: N/A\n- Tags/Keywords: Mardi Gras, Parade regulations, Code amendments\n- UID: a5fa483a-751f-4504-a493-99b6b4ba901c", + "uid": "a5fa483a-751f-4504-a493-99b6b4ba901c", + "publish_date": "8-10-2023", + "page_number": 46, + "title": "Regular City Council Minutes 8-10-2023" }, { - "page_content": "th the approval of Civil Service can only be designated to receive the Bilingual Salary Differential Allowance when the following eligibility requirements are met and procedures are followed: a. The Department communicates the need for a particular position to be designated to receive the bilingual salary differential by submitting for approval the official \"Request for Bilingual Special Rate of Pay Form\" that is designated for this purpose. b. Employees must pass the bilingual skill proficiency test(s) approved by the Director of Personnel to be eligible for Bilingual Pay. c. The Department notifies the employee in writing of the translation duties, starting date of bilingual pay, and end date (if applicable) of bilingual pay. d. In the event that an incumbent moves to a position that is not designated as bilingual or if the bilingual designation of a position is removed, the bilingual pay will cease. Bilingual pay shall be removed upon termination and not be included in terminal leave. e. The appointing authority should also conduct periodic audits of the above bilingual eligibility requirements to insure this special rate of pay continues to be warranted. https://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4684 6/48 \f", - "page_number": 6, - "part": 2, - "title": "Regular City Council Meeting Agenda 10-5-2023.pdf" + "page_content": "- Topic: Amendment of Operating Budget for City of New Orleans\n- Summary: This ordinance aims to amend the operating budget of revenues for the City of New Orleans for the year 2023, appropriating funds to the Office of Community Development for Hometown Revitalization and Resilient Communities Programs.\n- Ordinance Number: 34,350\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed with unanimous support from the council members.\n- Tags/Keywords: Budget Amendment, City of New Orleans, Community Development, Hometown Revitalization, Resilient Communities\n- UID: 9c6702ef-e9e9-4c54-bb72-7e6038ea4327\n\n- Topic: Appropriation of Grant Funds for Fire Department\n- Summary: This ordinance seeks to amend the operating budget of revenues for the City of New Orleans for the year 2023, appropriating grant funds to the Fire Department for the purchase of Personal Protective Equipment (PPE).\n- Ordinance Number: 34,351\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 1 NAY, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed with a majority vote in favor of the appropriation of grant funds to the Fire Department.\n- Tags/Keywords: Grant Funds, Fire Department, Personal Protective Equipment, Budget Amendment\n- UID: 9c6702ef-e9e9-4c54-bb72-7e6038ea4327", + "uid": "9c6702ef-e9e9-4c54-bb72-7e6038ea4327", + "publish_date": "8-10-2023", + "page_number": 47, + "title": "Regular City Council Minutes 8-10-2023" }, { - "page_content": "11/15/23, 7:50 PM cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4684 Annotation: ELECTRONICALLY SUBMITTED. RECEIVED AND REFERRED TO THE BUDGET COMMITTEE. Communication - Amy Trepagnier Personnel Director, Civil Serive - CouncilbilingualSRP 13. COMMUNICATION - FROM AMY B. TREPAGNIER, DIRECTOR OF PERSONNEL, CITY OF NEW ORLEANS, DEPARTMENT OF CIVIL SERVICE Brief: Submitting for Council approval an Amendment to the Classified Pay Plan (Police-NCIC) in accordance with Article X, Section 10 of the Constitution of Louisiana as adopted by the Civil Service Commission at its meeting of September 20, 2023, as outlined below: 14. Employees in the classes of Police Technician, Trainee, Police Technician, Senior Police Technician and Police Technician Supervisor who are currently certified in the Criminal Justice Information System (CJIS), Louisiana Law Enforcement Telecommunications Systems (LLETS) and or National Law Enforcement Telecommunication System (NLETS) shal", - "page_number": 7, - "part": 1, - "title": "Regular City Council Meeting Agenda 10-5-2023.pdf" + "page_content": "- Topic: Appropriation of Grant Funds for Fire Department PPE\n- Summary: An ordinance to appropriate grant funds to the Fire Department for the purchase of Personal Protective Equipment (PPE) was introduced. The ordinance was electronically submitted and the postponement deadline was set for 12/8/23.\n- Ordinance Number: CAL. NO. 34,352\n- Votes Summary:\n Vote 1: Passed - (N/A)\n- Decision/Key Actions: Grant funds were appropriated to the Fire Department for the purchase of PPE.\n- Tags/Keywords: Grant funds, Fire Department, PPE, appropriation\n- UID: 2fa29143-0f78-47a8-8323-16cc84e82351\n\n- Topic: Appropriation of Grant Funds for Lincoln Beach Permeable Parking Lot\n- Summary: Two ordinances were introduced to appropriate grant funds to the Chief Administrative Office for the Lincoln Beach Permeable Parking Lot, with one for revenues and one for expenditures. Both ordinances were electronically submitted and had a postponement deadline of 12/8/23.\n- Ordinance Number: CAL. NO. 34,353 and CAL. NO. 34,354\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: The appropriation of grant funds for the Lincoln Beach Permeable Parking Lot was under consideration, with no specific vote outcome provided.\n- Tags/Keywords: Grant funds, Lincoln Beach Permeable Parking Lot, Chief Administrative Office\n- UID: 2fa29143-0f78-47a8-8323-16cc84e82351\n\n- Topic: Budgeted Appropriations Transfer for Council Review\n- Summary: An ordinance was introduced to transfer an appropriation from the Department of Law to Miscellaneous Programs to effectively restrict budgeted appropriations, allowing for Council review prior to expenditure of funds. The ordinance was electronically submitted and had a postponement deadline of 12/8/23.\n- Ordinance Number: CAL. NO. 34,355\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: The ordinance aimed to transfer appropriations and impose restrictions for Council review, but no specific vote outcome was provided.\n- Tags/Keywords: Budgeted appropriations, Department of Law, Miscellaneous Programs, Council review\n- UID: 2fa29143-0f78-47a8-8323-16cc84e82351", + "uid": "2fa29143-0f78-47a8-8323-16cc84e82351", + "publish_date": "8-10-2023", + "page_number": 48, + "title": "Regular City Council Minutes 8-10-2023" }, { - "page_content": "l receive five (5) percent over their normal rate of pay when assigned to the NCIC unit. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED AND REFERRED TO THE BUDGET COMMITTEE. 14. COMMUNICATION - FROM AMY B. TREPAGNIER, DIRECTOR OF PERSONNEL, CITY OF NEW ORLEANS, DEPARTMENT OF CIVIL SERVICE Brief: Submitting for Council approval an Amendment to the Classified Pay Plan (Police-Crime Laboratory) in accordance with Article X, Section 10 of the Constitution of Louisiana as adopted by the Civil Service Commission at its meeting of September 20, 2023 as outlined below: New Classification: Class Code New Classification Grade Grade/Step FLSA Status Hiring Rate C5261 Crime Laboratory 86 86/55 $113,261 Exempt Deputy Director Grade Adjustment: Class Code Class Title Grade Annual To: Annual /Step Grade /Step C5253 Crime Laboratory Director 86/65 $128,242 88/65 $134,775 Annotation: ELECTRONICALLY SUBMITTED. https://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4684 7/48 \f", - "page_number": 7, - "part": 2, - "title": "Regular City Council Meeting Agenda 10-5-2023.pdf" + "page_content": "- Topic: Temporary Fee Waiver for Lower 9 Festival Event\n- Summary: The ordinance aims to temporarily waive certain fees, permit fees, and requirements within and around the Oliver W. Bush Playground for the Lower 9 Festival event. The waiver is specified for Saturday, August 26, 2023, from 11:00 a.m. to 6:00 p.m.\n- Ordinance Number: CAL. NO. 34,356\n- Votes Summary:\n Vote 1: Passed - (8 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance passed with 8 affirmative votes.\n- Tags/Keywords: Fee Waiver, Lower 9 Festival, Oliver W. Bush Playground\n- UID: 98fdf5cf-6e88-4074-81b0-e95820b5ab0a\n\n- Topic: Temporary Fee Waiver for Friends of Joe W. Brown Park NOLA East Festival Event\n- Summary: This ordinance seeks to temporarily waive certain fees, permit fees, and requirements within and around Joe Brown Park for the Friends of Joe W. Brown Park NOLA East Festival event. The waiver is specified for Saturday, September 16, 2023, from 11:00 a.m. to 7:00 p.m.\n- Ordinance Number: CAL. NO. 34,357\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 1 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance passed with 7 affirmative votes.\n- Tags/Keywords: Fee Waiver, Joe Brown Park, NOLA East Festival\n- UID: 98fdf5cf-6e88-4074-81b0-e95820b5ab0a\n\n- Topic: Temporary Fee Waiver for Councilman Oliver Thomas Gun Buy Back Event\n- Summary: This ordinance aims to temporarily waive certain fees, permit fees, and requirements within and around the Joe W. Brown Gymnasium for the Councilman Oliver Thomas Gun Buy Back event. The waiver is specified for Saturday, September 2, 2023, from 10:00 a.m. to 1:00 p.m.\n- Ordinance Number: CAL. NO. 34,358\n- Votes Summary:\n Vote 1: Passed - (9 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed with 9 affirmative votes.\n- Tags/Keywords: Fee Waiver, Gun Buy Back Event, Joe W. Brown Gymnasium\n- UID: 98fdf5cf-6e88-4074-81b0-e95820b5ab0a", + "uid": "98fdf5cf-6e88-4074-81b0-e95820b5ab0a", + "publish_date": "8-10-2023", + "page_number": 49, + "title": "Regular City Council Minutes 8-10-2023" }, { - "page_content": "11/15/23, 7:50 PM cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4684 RECEIVED AND REFERRED TO THE BUDGET COMMITTEE. (See Motion No. M-23-447). 15. COMMUNICATION - FROM AMY B. TREPAGNIER, DIRECTOR OF PERSONNEL, CITY OF NEW ORLEANS, DEPARTMENT OF CIVIL SERVICE Brief: Submitting for Council approval Amendments to the Classified Pay Plan (Fire) in accordance with Article X, Section 10 of the Constitution of Louisiana as adopted by the Civil Service Commission at its meeting of September 20, 2023 as outlined below: Class Code New Classification Grade Grade/Step Hiring FLSAStatus Rate C7225 Fire Services Officer 67 67/36 $55,791 Non-Exempt Annually Annotation: ELECTRONICALLY SUBMITTED. RECEIVED AND REFERRED TO THE BUDGET COMMITTEE. (See Motion No. M-23-451). 16. COMMUNICATION - FROM AMY B. TREPAGNIER, DIRECTOR OF PERSONNEL, CITY OF NEW ORL", - "page_number": 8, - "part": 1, - "title": "Regular City Council Meeting Agenda 10-5-2023.pdf" + "page_content": "- Topic: Council Meeting Adjournment\n- Summary: The council meeting was adjourned at 3:43 PM.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: Adjourn - Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The council meeting was officially adjourned.\n- Tags/Keywords: Council Meeting, Adjournment\n- UID: 09de0631-18f4-4bbe-a291-f275b21e2626", + "uid": "09de0631-18f4-4bbe-a291-f275b21e2626", + "publish_date": "8-10-2023", + "page_number": 50, + "title": "Regular City Council Minutes 8-10-2023" }, { - "page_content": "EANS, DEPARTMENT OF CIVIL SERVICE Brief: Submitting for Council approval Amendments to the Classified ay Plan (Safety and Permits) in accordance with Article X, Section 10 of the Constitution of Louisiana as adopted by the Civil Service Commission at its meeting of September 20, 2023 as outlined below: Hiring Rates: Floodplain Program Manager Series Class Code __ClassTitle Grade Annual _ To: Annual /Step Grade/ Step C4256 Assistant Floodplain Program Manager 76/21 $57,909 76/35 $68,909 C4255 Floodplain Program Manager 78/21 $60,859 78/39 $76,109 Annotation: ELECTRONICALLY SUBMITTED. RECEIVED AND REFERRED TO THE BUDGET COMMITTEE. (See Motion No. M-23-448). 17. COMMUNICATION - FROM AMY B. TREPAGNIER, DIRECTOR OF PERSONNEL, CITY OF NEW ORLEANS, DEPARTMENT OF CIVIL SERVICE https://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4684 8/48 \f", - "page_number": 8, - "part": 2, - "title": "Regular City Council Meeting Agenda 10-5-2023.pdf" + "page_content": "- Topic: Recognition of Rhys Christine Butler for scoring highest in Louisiana on the DELF examination\n- Summary: The council recognized Rhys Christine Butler, a student at Hynes Charter School-Lakeview, for achieving the highest score on the DELF examination in Louisiana. The DELF is an official diploma awarded by the French Ministry of Education to certify French language competency.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: Recognition of Rhys Christine Butler for her achievement\n- Tags/Keywords: Education, French language, Recognition\n- UID: 59ea1f48-3382-4e00-b830-2c958e1ff266", + "uid": "59ea1f48-3382-4e00-b830-2c958e1ff266", + "publish_date": "7-27-2023", + "page_number": 1, + "title": "Regular City Council Minutes 7-27-2023" }, { - "page_content": "11/15/23, 7:50 PM cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4684 Brief: Submitting for Council approval Amendments to the Classified Pay Plan (Public Works) in accordance with Article X, Section 10 of the Constitution of Louisiana as adopted by the Civil Service Commission at its meeting of September 20, 2023 as outlined below: Hiring Rates: Construction Inspector Hiring Rates Hiring Rates and New Classification Class Class Title From: Annual To: Annual Code Grade/ Step Grade/ Step C4418 Construction Inspector 59/21 $37,959 59/36 $45,734 Assistant C4419 Construction Inspector I 63/17 $39,893 63/36 $50,513 C4420 Construction Inspector II 66/17 $42,980 66/36 $54,421 C4422 **Proposed** New Class New Class 69/36 $58,633 Construction Inspector Lead C4421 Construction Inspector 72/13 $47,471 72/38 $64,759 Supervisor Annotation: ELECTRONICALLY SUBMITTED. REC", - "page_number": 9, - "part": 1, - "title": "Regular City Council Meeting Agenda 10-5-2023.pdf" + "page_content": "- Topic: Honoring Sidney Cates, III for his outstanding services to New Orleans Police Department and the City of New Orleans\n- Summary: Mr. Cates served in various capacities within the police department and was honored for his contributions.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: Honoring Sidney Cates, III\n- Tags/Keywords: Sidney Cates, New Orleans Police Department, Honoring\n- UID: d4c963c2-5d34-4aea-a4ca-7da3fa136a15\n\n- Topic: Honoring Gerald Gregory Green, Jr. for his achievements in Powerlifting\n- Summary: Mr. Green earned his Pro Card with Powerlifting, Mr. Olympia, the World Cup, USPA Nationals, and broke numerous records.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: Honoring Gerald Gregory Green, Jr.\n- Tags/Keywords: Gerald Gregory Green, Powerlifting, Achievements\n- UID: d4c963c2-5d34-4aea-a4ca-7da3fa136a15", + "uid": "d4c963c2-5d34-4aea-a4ca-7da3fa136a15", + "publish_date": "7-27-2023", + "page_number": 2, + "title": "Regular City Council Minutes 7-27-2023" }, { - "page_content": "EIVED AND REFERRED TO THE BUDGET COMMITTEE. (See Motion No. M-23-450). 18. COMMUNICATION - FROM AMY B. TREPAGNIER, DIRECTOR OF PERSONNEL, CITY OF NEW ORLEANS, DEPARTMENT OF CIVIL SERVICE Brief: Submitting for Council approval Amendments to the Classified Pay Plan (Public Works) in accordance with Article X, Section 10 of the Constitution of Louisiana as adopted by the Civil Service Commission at its meeting of September 20, 2023 as outlined below: Hiring Rates:Taxicab Hiring Rates Class Class Title From: Annual To: Grade/ Annual Code Grade/ Step Step C6621 Taxicab Bureau Administrator, 75/21 $56,488 75/29 $62,390 Assistant C2265 Taxicab Bureau Administrator 78/25 $63,960 78/33 $70,643 Annotation: ELECTRONICALLY SUBMITTED. RECEIVED AND REFERRED TO THE BUDGET COMMITTEE. (See Motion No. M-23-449). https://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4684 9/48 \f", - "page_number": 9, - "part": 2, - "title": "Regular City Council Meeting Agenda 10-5-2023.pdf" + "page_content": "- Topic: Communications related to electric and gas utility matters\n- Summary: The transmittal document for communications related to electric and gas utility matters was submitted by Erin Spears, Chief of Staff & Counsel, Council Utilities Regulatory Office, to be received by the Council of the City of New Orleans at its meeting on July 27, 2023. The communications included submissions from Entergy New Orleans, LLC (\"ENO\") and other parties.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: The transmittal document was submitted for the Council's review and consideration.\n- Tags/Keywords: Electric utility, gas utility, communications, Entergy New Orleans, submissions\n- UID: fb07c2cf-8594-4443-9ef6-2edca12d795a", + "uid": "fb07c2cf-8594-4443-9ef6-2edca12d795a", + "publish_date": "7-27-2023", + "page_number": 3, + "title": "Regular City Council Minutes 7-27-2023" }, { - "page_content": "11/15/23, 7:50 PM cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4684 19. REPORT - OF THE DEPUTY DIRECTOR OF THE NEW ORLEANS HISTORIC DISTRICT LANDMARKS COMMISSION \u201d* CENTRAL BUSINESS DISTRICT HISTORIC DISTRICT LANDMARKS COMMISSION Brief: Submitting a report regarding an appeal of the Central Business District Historic District Landmarks Commission's (CBDHDLC) decision to deny an application to demolish a Contributing rated warehouse for the property located at 1031 Annunciation Street. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. HDLC Report - 1031 Annunciation Street 20. REPORT - OF THE DEPUTY DIRECTOR OF THE NEW ORLEANS HISTORIC DISTRICT LANDMARKS COMMISSION * CENTRAL BUSINESS DISTRICT HISTORIC DISTRICT LANDMARKS COMMISSION Brief: Submitting a report regarding an appeal of the Historic District Landmarks Commission's (HDLC) decision of \"approval\" of the application for retention of demolition without a Certificate of Appropriateness and to levy a fine of $42,465.00 for the unpermitted demolition of property located at 1547 Leda Court. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. HDLC ", - "page_number": 10, - "part": 1, - "title": "Regular City Council Meeting Agenda 10-5-2023.pdf" + "page_content": "- Topic: Entergy's Resilience Proposals (UD-21-03) Final Comments\n- Summary: Entergy and various organizations submitted final comments on the resilience proposals. The Health Department also submitted documentation for encampment clean-up efforts, and the Housing Policy Director submitted a proposed agreement with St. Bernard Circle Apartments, LLC.\n- Ordinance Number: UD-21-03\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Final comments and documentation were submitted for review and consideration.\n- Tags/Keywords: Entergy, Resilience Proposals, Final Comments, Health Department, Housing Policy, St. Bernard Circle Apartments\n- UID: d5e8b30e-32b7-4262-8492-58802774e4ac", + "uid": "d5e8b30e-32b7-4262-8492-58802774e4ac", + "publish_date": "7-27-2023", + "page_number": 4, + "title": "Regular City Council Minutes 7-27-2023" }, { - "page_content": "Report - 1547 Leda Court 21. REPORT - OF THE DEPUTY DIRECTOR OF THE NEW ORLEANS HISTORIC DISTRICT LANDMARKS COMMISSION * CENTRAL BUSINESS DISTRICT HISTORIC DISTRICT LANDMARKS COMMISSION Brief: Submitting a report regarding an appeal of the Historic District Landmarks Commission's (HDLC) decision to deny retention of the fiber cement paneling at the front fagade of the storefront building, the left-side elevation, and the right-side elevation to the first downspout, approve retention of the paneling at the right-side elevation beyond the first downspout at that elevation and approve the retention of the removal of openings at the right-side elevation with the proviso that exterior trim be added to match existing to indicate original openings for property located at 4016 Saint Claude Avenue. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. HDLC Report - 4016 Saint Claude Avenue 22. REPORT - OF THE DEPUTY DIRECTOR OF THE NEW ORLEANS HISTORIC DISTRICT LANDMARKS COMMISSION CENTRAL BUSINESS DISTRICT HISTORIC DISTRICT LANDMARKS COMMISSION https://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4684 10/48 \f", - "page_number": 10, - "part": 2, - "title": "Regular City Council Meeting Agenda 10-5-2023.pdf" + "page_content": "- Topic: Tyra Johnson Brown - Promissory Note\n- Summary: This ordinance pertains to a promissory note involving Tyra Johnson Brown.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: Passed - (8 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The promissory note was approved by the Council.\n- Tags/Keywords: Tyra Johnson Brown, promissory note, approval\n- UID: 4df6f558-30cf-4511-a36a-93f3688b13b8\n\n- Topic: Amy Trepagnier - Council Rule Sick Leave Expansion\n- Summary: This ordinance involves an amendment to Civil Service Rules for sick leave usage expansion, submitted by Amy B. Trepagnier, Director of Personnel.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: The amendment was referred to the Budget Committee for further review.\n- Tags/Keywords: Amy Trepagnier, sick leave expansion, Civil Service Rules\n- UID: 4df6f558-30cf-4511-a36a-93f3688b13b8\n\n- Topic: Jasmine Bush - MMG Agreement\n- Summary: This ordinance pertains to a proposed agreement between the City of New Orleans and Materials Management Group, Inc., along with a completed contract summary form and related motion, submitted by Jasmine Bush, Management Development Analyst I.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: The agreement was referred to the Public Works Committee for further consideration.\n- Tags/Keywords: Jasmine Bush, MMG, agreement, contract approval\n- UID: 4df6f558-30cf-4511-a36a-93f3688b13b8\n\n- Topic: Cynthia Davis - Demolition Permit\n- Summary: This ordinance involves the submission of application documents for a demolition permit for a specific property by Cynthia Davis, Department of Safety and Permits, City of New Orleans.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: The application documents were received and will require City Council review and approval.\n- Tags/Keywords: Cynthia Davis, demolition permit, application documents\n- UID: 4df6f558-30cf-4511-a36a-93f3688b13b8", + "uid": "4df6f558-30cf-4511-a36a-93f3688b13b8", + "publish_date": "7-27-2023", + "page_number": 5, + "title": "Regular City Council Minutes 7-27-2023" }, { - "page_content": "11/15/23, 7:50 PM cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4684 Brief: Submitting a report regarding an appeal of the Historic District Landmarks Commission's (HDLC) decision to deny retention of the as installed condition of the wood, square post balustrade at the porch, including newel posts, deny the combination of wood and metal handrails at the right-side elevation ramp, and deny the fencing at the right-side yard. The Commission noted that the wood, square post balustrade could be installed at the main porch provided that it matches HDLC detailing for property located at 342 Oliver Street. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. HDLC Appeal - Lisa Drenon - 342 Olivier St 23. CAL. NO. 34,371 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29265 M.C.S., as amended, entitled \"An Ordinance Providing an Operating Budget of Revenues for the City of New Orleans for the Year 2023\", to appropriate funds to Orleans Parish Juvenile Court for three (3) contract positions, which are needed to enhance the Court's ability to meet its goals and mission; and otherwise to provide with respect thereto. Annotation: (Council Rule 34", - "page_number": 11, - "part": 1, - "title": "Regular City Council Meeting Agenda 10-5-2023.pdf" + "page_content": "- Topic: Amendment to the Classified Pay Plan - Broadcast and Production Coordinator and Manager\n- Summary: The amendment was submitted for Council approval to add new classifications to the Classified Pay Plan, with corresponding grades and pay rates.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: Passed - (Unanimous)\n- Decision/Key Actions: The amendment was approved by the Council.\n- Tags/Keywords: Classified Pay Plan, Amendment, Council Approval, New Classifications\n- UID: b99ee860-1610-4161-9d75-e4b7869acff0\n\n- Topic: Amendment to the Classified Pay Plan - Juvenile Justice Intervention\n- Summary: The amendment was submitted for Council approval to revise hiring rates for specific Juvenile Justice positions in accordance with the Civil Service Commission's meeting decisions.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: Passed - (Unanimous)\n- Decision/Key Actions: The amendment to the Classified Pay Plan for Juvenile Justice Intervention was approved by the Council.\n- Tags/Keywords: Classified Pay Plan, Amendment, Council Approval, Juvenile Justice, Hiring Rates\n- UID: b99ee860-1610-4161-9d75-e4b7869acff0", + "uid": "b99ee860-1610-4161-9d75-e4b7869acff0", + "publish_date": "7-27-2023", + "page_number": 6, + "title": "Regular City Council Minutes 7-27-2023" }, { - "page_content": ". Postponement Deadline 12/22/23). (Fiscal Note received). (Referred to the Budget Committee). (Budget Committee recommended approval). ADOPTED. 34371 - 29657 M.C.S. 24. CAL. NO. 34,372 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29266 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023\u201d, to appropriate funds to Orleans Parish Juvenile Court for three (3) contract positions, which are needed to enhance the Court\u2019s ability to meet its goals and mission; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 12/22/23). (Fiscal Note received). (Referred to the Budget Committee). (Budget Committee recommended approval). ADOPTED. 34372 - 29658 M.C.S. 25. CAL. NO. 34,373 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29265 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Revenues for the City of New Orleans for the Year 2023\u201d, to appropriate funds https://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4684 11/48 \f", - "page_number": 11, - "part": 2, - "title": "Regular City Council Meeting Agenda 10-5-2023.pdf" + "page_content": "- Topic: Amendments to the Classified Pay Plan (Safety and Permits) \n- Summary: Amy B. Trepagnier, Director of Personnel, submitted for Council approval Amendments to the Classified Pay Plan (Safety and Permits) in accordance with the Constitution of Louisiana. The amendments included changes to hiring rates and new job classifications for the Zoning Administrator Assistant and Zoning Section Manager. \n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: Passed - (8 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: Amendments to the Classified Pay Plan for Safety and Permits were approved.\n- Tags/Keywords: Classified Pay Plan, Amendments, Zoning Administrator, Hiring Rates\n- UID: 9da2d15e-fb41-4b50-9c8d-21d045380525\n\n- Topic: Amendments to the Classified Pay Plan (CAO-ITI) \n- Summary: Amy B. Trepagnier, Director of Personnel, submitted for Council approval Amendments to the Classified Pay Plan (CAO-ITI) in accordance with the Constitution of Louisiana. The amendments included changes to hiring rates for the Information Technology Specialist I and II positions. \n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: Passed - (8 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: Amendments to the Classified Pay Plan for CAO-ITI were approved.\n- Tags/Keywords: Classified Pay Plan, Amendments, Information Technology Specialist, Hiring Rates\n- UID: 9da2d15e-fb41-4b50-9c8d-21d045380525", + "uid": "9da2d15e-fb41-4b50-9c8d-21d045380525", + "publish_date": "7-27-2023", + "page_number": 7, + "title": "Regular City Council Minutes 7-27-2023" }, { - "page_content": "11/15/23, 7:50 PM cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4684 to the Clerk of Criminal District Court for the 2021 and 2022 Audit Fees to LeBlanc & Associates CPA, LLC; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 12/22/23). (Fiscal Note received). (Referred to the Budget Committee). (Budget Committee recommended approval). ADOPTED. 34373 - 29659 M.C.S. 26. CAL. NO. 34,374 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29266 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023\u201d, to appropriate funds to the Clerk of Criminal District Court for the 2021 and 2022 Audit Fees to LeBlanc & Associates CPA, LLC; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 12/22/23). (Fiscal Note received). (Referred to the Budget Committee). (Budget Committee recommended approval). ADOPTED. 34374 - 29660 M.C.S. 27. CAL. NO. 34,375 - BY: COUNCILMEMBERS GIARRUSS", - "page_number": 12, - "part": 1, - "title": "Regular City Council Meeting Agenda 10-5-2023.pdf" + "page_content": "- Topic: Information Technology Hiring Rates\n- Summary: The Council discussed and voted on amendments to the Classified Pay Plan for Information Technology positions, including roles such as Information Technology Supervisor, Security Specialist, Manager, Director, and various other positions. The proposed changes included adjustments to the annual salary ranges for these positions.\n- Ordinance Number: C0180, C0727, C0178, C0179, C0188, C0189, C0181, C0182\n- Votes Summary:\n Vote 1: Passed - (8 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The amendments to the Classified Pay Plan for Information Technology positions were approved by the Council.\n- Tags/Keywords: Information Technology, Classified Pay Plan, Salary Adjustments\n- UID: 642155f0-77d9-4b05-964f-64d0ac347dbb\n\n- Topic: Emergency Management Services Hiring Rates\n- Summary: The Council reviewed and voted on amendments to the Classified Pay Plan for Emergency Management positions, including roles such as Emergency Management Services Associate, Analyst, Coordinator, Senior Coordinator, GIS Coordinator, and others. The proposed changes involved adjustments to the annual salary ranges for these positions.\n- Ordinance Number: C8114, C8117, C8115, C8118, C8119, C8112, C8120, C8113\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 1 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The amendments to the Classified Pay Plan for Emergency Management positions were approved by the Council.\n- Tags/Keywords: Emergency Management, Classified Pay Plan, Salary Adjustments\n- UID: 642155f0-77d9-4b05-964f-64d0ac347dbb", + "uid": "642155f0-77d9-4b05-964f-64d0ac347dbb", + "publish_date": "7-27-2023", + "page_number": 8, + "title": "Regular City Council Minutes 7-27-2023" }, { - "page_content": "O, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29265 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Revenues for the City of New Orleans for the Year 2023\u201d, to appropriate grant funds to the Department of Mosquito, Termite and Rodent Control to coordinate training and evaluation of Pest Management, Vector Control Districts and other related fields to attain an integrated workforce to mitigate community vector-borne disease in the Gulf Coast Region; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 12/22/23). (Fiscal Note received). (Referred to the Budget Committee). (Budget Committee recommended approval). ADOPTED. 34375 - 29661 M.C.S. 28. CAL. NO. 34,376 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29266 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023\u201d, to appropriate https://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4684 12/48 \f", - "page_number": 12, - "part": 2, - "title": "Regular City Council Meeting Agenda 10-5-2023.pdf" + "page_content": "Topic: Polling Location Changes Recommendation\nSummary: Councilmembers Harris, King, Green, and Chief of Elections Officer submitted recommended polling location changes to the City Council.\nOrdinance Number: Not specified\nVotes Summary:\n Vote 1: N/A - Received and Referred to the Budget Committee\nDecision/Key Actions: Referred to the Budget Committee for further consideration\nTags/Keywords: Polling locations, City Council, Budget Committee\nUID: 1dc702c0-5cfe-4eac-a995-ba953d9efa1f\n\nTopic: Parking Requirements Appeal\nSummary: Song Liu of Hong Tu Real Estate LLC requested to appeal the parking requirements for a property located at 3521-27 Cambronne Street.\nOrdinance Number: Not specified\nVotes Summary:\n Vote 1: N/A - Received, Hearing Date Set For 8/10/23\nDecision/Key Actions: Hearing date set for the appeal\nTags/Keywords: Parking requirements, appeal, property\nUID: 1dc702c0-5cfe-4eac-a995-ba953d9efa1f\n\nTopic: Independent Police Monitor Report\nSummary: Stella Cziment, Independent Police Monitor, submitted a report for the Month of June 2023 in accordance with Ordinance No. 29130.\nOrdinance Number: Not specified\nVotes Summary:\n Vote 1: N/A - Received\nDecision/Key Actions: Report received by the City Council\nTags/Keywords: Police monitor, report, ordinance\nUID: 1dc702c0-5cfe-4eac-a995-ba953d9efa1f", + "uid": "1dc702c0-5cfe-4eac-a995-ba953d9efa1f", + "publish_date": "7-27-2023", + "page_number": 9, + "title": "Regular City Council Minutes 7-27-2023" }, { - "page_content": "11/15/23, 7:50 PM cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4684 grant funds to the Department of Mosquito, Termite and Rodent Control to coordinate training and evaluation of Pest Management, Vector Control Districts and other related fields to attain an integrated workforce to mitigate community vector-borne disease risk in the Gulf Coast Region; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 12/22/23). (Fiscal Note received). (Referred to the Budget Committee). (Budget Committee recommended approval). ADOPTED. 34376 - 29662 M.C.S. 29. CAL. NO. 34,387 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29265 M.C.S., as amended, entitled \"An Ordinance Providing an Operating Budget of Revenues for the City of New Orleans for the Year 2023\", to appropriate grant funds to the Department of Workforce Investment for the Pathway Home Program to enroll (150) Justice-involved adults living in the Orleans Justice Center; and otherwise to provide w", - "page_number": 13, - "part": 1, - "title": "Regular City Council Meeting Agenda 10-5-2023.pdf" + "page_content": "- Topic: Historic Urban Neighborhood Commercial Short Term Rental Interim Zoning District Appeal\n- Summary: The Executive Director of the City Planning Commission transmitted the appeal for IZD 003-23, with a hearing date set for 8/10/23.\n- Ordinance Number: N/A\n- Votes Summary:\n - Vote 1: N/A\n- Decision/Key Actions: Appeal transmitted with hearing date set.\n- Tags/Keywords: Zoning, Appeal, IZD 003-23, City Planning Commission\n- UID: 552f807a-4a4c-4e57-baa0-59dc818e9e55\n\n- Topic: Zoning Docket Numbers 47/23 and 48/23\n- Summary: The Executive Director of the City Planning Commission transmitted zoning docket numbers 47/23 and 48/23, with a hearing date set for 8/10/23.\n- Ordinance Number: N/A\n- Votes Summary:\n - Vote 1: N/A\n- Decision/Key Actions: Zoning docket numbers transmitted with hearing date set.\n- Tags/Keywords: Zoning, City Planning Commission, Docket Numbers\n- UID: 552f807a-4a4c-4e57-baa0-59dc818e9e55\n\n- Topic: Creation of City of New Orleans Home Rule Charter Review Committee\n- Summary: Councilmember Morrell proposed the creation of the City of New Orleans Home Rule Charter Review Committee, which was referred to the Governmental Affairs Committee and recommended for approval. The motion was continued to the meeting of 8/10/23.\n- Ordinance Number: M-22-516\n- Votes Summary:\n - Vote 1: Continued to the meeting of 8/10/23\n- Decision/Key Actions: Motion referred to committee and continued to next meeting.\n- Tags/Keywords: Home Rule Charter, Review Committee, Governmental Affairs Committee\n- UID: 552f807a-4a4c-4e57-baa0-59dc818e9e55\n\n- Topic: Ratification of Mayor's Reappointment of Audubon Commission Member\n- Summary: Councilmember Giarrusso proposed the ratification of the Mayor's reappointment of J. Kelly Duncan as a member of the Audubon Commission, effective until June 30, 2029.\n- Ordinance Number: M-23-334\n- Votes Summary:\n - Vote 1: Passed - (Number of YEAS, Number of NAYS, Number of ABSTAIN, Number of ABSENT)\n- Decision/Key Actions: Reappointment ratified and approved.\n- Tags/Keywords: Audubon Commission, Reappointment, Ratification\n- UID: 552f807a-4a4c-4e57-baa0-59dc818e9e55", + "uid": "552f807a-4a4c-4e57-baa0-59dc818e9e55", + "publish_date": "7-27-2023", + "page_number": 10, + "title": "Regular City Council Minutes 7-27-2023" }, { - "page_content": "ith respect thereto. Annotation: Fiscal Note received. (Council Rule 34. Postponement Deadline 1/5/24). (Referred to the Budget Committee). (Budget Committee recommended approval). ADOPTED. 34387 - 29663 M.C.S. 30. CAL. NO. 34388 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29266 M.C.S., as amended, entitled \"An Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023\", to appropriate grant funds to the Department of Workforce Investment for the Pathway Home Program to enroll (150) Justice-involved Annotation: Fiscal Note received. (Council Rule 34. Postponement Deadline 1/5/24). (Referred to the Budget Committee). (Budget Committee recommended approval). ADOPTED. 34388 - 29664 M.C.S. 31. CAL. NO. 34389 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29265 M.C.S., as amended, entitled \"An Ordinance Providing https://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4684 13/48 \f", - "page_number": 13, - "part": 2, - "title": "Regular City Council Meeting Agenda 10-5-2023.pdf" + "page_content": "- Topic: Appointment of Jarred Jupiter to the Audubon Commission\n- Summary: The Council ratified and approved the Mayor's appointment of Jarred Jupiter as a member of the Audubon Commission, replacing Diedre Pierce Kelly. His term will expire on June 30, 2029.\n- Ordinance Number: M-23-335\n- Votes Summary:\n Vote 1: Passed - (Unanimous approval)\n- Decision/Key Actions: Appointment of Jarred Jupiter as a member of the Audubon Commission\n- Tags/Keywords: Appointment, Audubon Commission, Jarred Jupiter\n- UID: b0422a18-6316-43e3-a5d3-e41f1f24d820\n\n- Topic: Appointment of Chadrick Kennedy to the Board of Liquidation/City Debt\n- Summary: The Council ratified and approved the Mayor's appointment of Chadrick Kennedy as a member of the Board of Liquidation/City Debt, replacing Mary Zervigon. His term will expire on December 31, 2025.\n- Ordinance Number: M-23-336\n- Votes Summary:\n Vote 1: Passed - (Unanimous approval)\n- Decision/Key Actions: Appointment of Chadrick Kennedy as a member of the Board of Liquidation/City Debt\n- Tags/Keywords: Appointment, Board of Liquidation/City Debt, Chadrick Kennedy\n- UID: b0422a18-6316-43e3-a5d3-e41f1f24d820\n\n- Topic: Appointment of Darrell Dumestre to the Central Business District Historic District Landmarks Commission\n- Summary: The Council ratified and approved the Mayor's appointment of Darrell Dumestre as a member of the Central Business District Historic District Landmarks Commission, fulfilling a vacancy. His term will expire on June 30, 2026.\n- Ordinance Number: M-23-337\n- Votes Summary:\n Vote 1: Passed - (Unanimous approval)\n- Decision/Key Actions: Appointment of Darrell Dumestre as a member of the Central Business District Historic District Landmarks Commission\n- Tags/Keywords: Appointment, Central Business District Historic District Landmarks Commission, Darrell Dumestre\n- UID: b0422a18-6316-43e3-a5d3-e41f1f24d820", + "uid": "b0422a18-6316-43e3-a5d3-e41f1f24d820", + "publish_date": "7-27-2023", + "page_number": 11, + "title": "Regular City Council Minutes 7-27-2023" }, { - "page_content": "11/15/23, 7:50 PM cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4684 an Operating Budget of Revenues for the City of New Orleans for the Year 2023\", to appropriate grant funds to Municipal and Traffic Court to pay salaries and fringe benefits for two positions - (1) Community Court Director and (1) Community Court Case Manager; and otherwise to provide with respect thereto. Annotation: Fiscal Note received. (Council Rule 34. Postponement Deadline 1/5/24). (Referred to the Budget Committee). (Budget Committee recommended approval). ADOPTED. 34389 - 29665 M.C.S. 32. CAL. NO. 34390 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29266 M.C.S., as amended, entitled \"An Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023\", to appropriate grant funds to Municipal and Traffic Court to pay salaries and fringe benefits for two positions - (1) Community Court Director and (1) Community Court Case Manager; and otherwise to provide with respect thereto. Annotation: Fiscal Note received. (Council ", - "page_number": 14, - "part": 1, - "title": "Regular City Council Meeting Agenda 10-5-2023.pdf" + "page_content": "- Topic: Reappointment of Dasjon Jordan to the City Planning Commission\n- Summary: The Mayor's reappointment of Dasjon Jordan as a member of the City Planning Commission was ratified and approved by the Council, effective until June 30, 2032.\n- Ordinance Number: M-23-338\n- Votes Summary:\n - Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: Reappointment approved\n- Tags/Keywords: Reappointment, City Planning Commission, Mayor's appointment, Council approval\n- UID: 7ffffe01-177d-4b4b-a504-370b9c7c0c19\n\n- Topic: Appointment of Ross Karsen to the Historic District Landmarks Commission\n- Summary: The Mayor's appointment of Ross Karsen as a member of the Historic District Landmarks Commission representing Bywater was ratified and approved by the Council, effective until June 30, 2026.\n- Ordinance Number: M-23-339\n- Votes Summary:\n - Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: Appointment approved\n- Tags/Keywords: Appointment, Historic District Landmarks Commission, Mayor's appointment, Council approval\n- UID: 7ffffe01-177d-4b4b-a504-370b9c7c0c19\n\n- Topic: Reappointment of Theodore Sanders, III to the New Orleans Recreation Development Commission\n- Summary: The Mayor's reappointment of Theodore Sanders, III as a member of the New Orleans Recreation Development Commission was ratified and approved by the Council, effective until June 30, 2028.\n- Ordinance Number: M-23-340\n- Votes Summary:\n - Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: Reappointment approved\n- Tags/Keywords: Reappointment, New Orleans Recreation Development Commission, Mayor's appointment, Council approval\n- UID: 7ffffe01-177d-4b4b-a504-370b9c7c0c19", + "uid": "7ffffe01-177d-4b4b-a504-370b9c7c0c19", + "publish_date": "7-27-2023", + "page_number": 12, + "title": "Regular City Council Minutes 7-27-2023" }, { - "page_content": "Rule 34. Postponement Deadline 1/5/24). (Referred to the Budget Committee). (Budget Committee recommended approval). ADOTPED. 34390 - 29666 M.C.S. 33. CAL. NO. 34,407 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29265 M.C.S., as amended, entitled \"An Ordinance Providing an Operating Budget of Revenues for the City of New Orleans for the Year 2023\", to appropriate grant funds awarded by FEMA to the Office of the Mayor for emergency costs during the aftermath of Hurricane Katrina; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 1/19/24). (Fiscal Note received). (Budget Committee recommended approval). ADOPTED. 34407 - 29672 M.C.S. 34. CAL. NO. 34,408 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29266 M.C.S., as amended, entitled \"An Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023\", to appropriate https://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4684 14/48 \f", - "page_number": 14, - "part": 2, - "title": "Regular City Council Meeting Agenda 10-5-2023.pdf" + "page_content": "- Topic: HDLC Appeal - Jonathan Landry - 437 Bermuda Street\n- Summary: The appeal requested to overrule the Historic District Landmarks Commission\u2019s decision of denial for a roof replacement request at 437 Bermuda Street. The motion was made to grant the applicant\u2019s appeal request to remove existing asphalt shingle roof and English-V ridge tiles and install a new, standing seam, metal roofing with specific provisos.\n- Ordinance Number: M-23-344\n- Votes Summary:\n - Vote 1: Passed - (Number of YEAS: N/A, Number of NAYS: N/A, Number of ABSTAIN: N/A, Number of ABSENT: N/A)\n- Decision/Key Actions: The motion to overrule and grant the appeal request passed, with specific provisos for the new metal roofing installation.\n- Tags/Keywords: HDLC Appeal, Historic District Landmarks Commission, Roof Replacement, 437 Bermuda Street\n- UID: b29fa152-c05c-4f71-9ed1-30f8fe00b54d", + "uid": "b29fa152-c05c-4f71-9ed1-30f8fe00b54d", + "publish_date": "7-27-2023", + "page_number": 13, + "title": "Regular City Council Minutes 7-27-2023" }, { - "page_content": "11/15/23, 7:50 PM cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4684 grant funds awarded by FEMA to the Office of the Mayor for emergency costs during the aftermath of Hurricane Katrina; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 1/19/24). (Fiscal Note received). (Budget Committee recommended approval). ADOPTED. 34408 - 29673 M.C.S. 35. CAL. NO. 34,409 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29265 M.C.S., as amended, entitled \"An Ordinance Providing an Operating Budget of Revenues for the City of New Orleans for the Year 2023\", to move funds from Fund 4405 - Appropriations - 100/200 to Fund 4145 - Appropriations - 100/200 within the Department of Health; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 1/19/24). (Fiscal Note received). (Budget Committee recommended approval). ADOPTED. 34409 - - 29674 M.C.S. 36. CAL. NO. 34,410 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND ", - "page_number": 15, - "part": 1, - "title": "Regular City Council Meeting Agenda 10-5-2023.pdf" + "page_content": "- Topic: HDLC Appeal - Brian Ace - 2222 Chartres Street\n- Summary: The ordinance involved a request to appeal the Historic District Landmarks Commission\u2019s decision to deny the replacement of approximately 29 feet of iron fencing for a property located at 2222 Chartres Street. The appeal was to overrule the denial and grant the applicant's request to replace the fencing with a taller fence, subject to approval by the HDLC staff.\n- Ordinance Number: M-23-345\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The motion to overrule the denial and grant the appeal request passed, with the proviso that the details of the fencing be approved by the HDLC staff.\n- Tags/Keywords: HDLC Appeal, Historic District Landmarks Commission, Fencing Replacement, Brian Ace, 2222 Chartres Street\n- UID: 56bca7ec-aba9-4122-9b76-ff21a2be98dd", + "uid": "56bca7ec-aba9-4122-9b76-ff21a2be98dd", + "publish_date": "7-27-2023", + "page_number": 14, + "title": "Regular City Council Minutes 7-27-2023" }, { - "page_content": "THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29266 M.C.S., as amended, entitled \"An Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023\", to move funds from Fund 4405 - Appropriations - 100/200 to Fund 4145-Appropriations - 100/200 within the Department of Health; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 1/19/24). (Fiscal Note received). (Budget Committee recommended approval). ADOPTED. 34410 - 29675 M.C.S. 37. CAL. NO. 34,412 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29265 M.C.S., as amended, entitled \"An Ordinance Providing an Operating Budget of Revenues for the City of New Orleans for the Year 2023\", to appropriate funds to the City Planning Commission for the Short-Term Rental study; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 1/19/24). https://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4684 15/48 \f", + "page_content": "- Topic: HDLC Appeal for Sebastian Herrmann\n- Summary: The appeal requested to retain specific windows, trim, piers, and ridge tiles on a contributing-rated building located at 430 Homer Street. The appeal was overruled, and the applicant's request was granted.\n- Ordinance Number: M-23-346\n- Votes Summary:\n Vote 1: Approved - (6 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The appeal request was approved, and the specified elements on the building will be retained as requested by the applicant.\n- Tags/Keywords: HDLC Appeal, Building Preservation, Overruling Appeal, 430 Homer Street\n- UID: 4e112983-70b0-462b-944d-22eb5b774873", + "uid": "4e112983-70b0-462b-944d-22eb5b774873", + "publish_date": "7-27-2023", "page_number": 15, - "part": 2, - "title": "Regular City Council Meeting Agenda 10-5-2023.pdf" - }, - { - "page_content": "11/15/23, 7:50 PM cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4684 (Fiscal Note received). (Budget Committee recommended approval). ADOPTED. 34412 - - 29677 M.C.S. 38. CAL. NO. 34,413 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29266 M.C.S., as amended, entitled \"An Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023\", to appropriate funds to the City Planning Commission for the Short-Term Rental study; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 1/19/24). (Fiscal Note received). (Budget Committee recommended approval). ADOPTED. 34413 - 29678 M.C.S. 39. CAL. NO. 34,414 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29265 M.C.S., as amended, entitled \"An Ordinance Providing an Operating Budget of Revenues for the City of New Orleans for", - "page_number": 16, - "part": 1, - "title": "Regular City Council Meeting Agenda 10-5-2023.pdf" + "title": "Regular City Council Minutes 7-27-2023" }, { - "page_content": " the Year 2023\", to appropriate funds to NORDC Trust Fund (5410) - Personal Services (100) for Keller Center staffing positions; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 1/19/24). (Fiscal Note received). (Budget Committee recommended approval). ADOPTED. 34414 - 29679 M.C.S. 40. CAL. NO. 34,415 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29266 M.C.S., as amended, entitled \"An Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023\", to appropriate funds to NORDC Fund (5410) - Personal Services (100) for Keller Center staffing positions; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 1/19/24). (Fiscal Note received). (Budget Committee recommended approval). ADOPTED. 34415 - 29680 M.C.S. https://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4684 16/48 \f", + "page_content": "- Topic: HDLC Appeal of James Spalt, LBT Ventures\n- Summary: The ordinance pertains to the appeal of a fine of $48,254 for unpermitted demolition of a property located at 838 Lowerline Street. The fine was reduced to $24,000 and the appeal was granted.\n- Ordinance Number: M-23-333\n- Votes Summary:\n - Vote 1: Approved - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The fine was reduced from $48,254 to $24,000 and the appeal was granted.\n- Tags/Keywords: HDLC Appeal, Fine Reduction, Property Demolition\n- UID: 6f1ed6e3-bdf6-457e-ba78-e38ea58ab3cc", + "uid": "6f1ed6e3-bdf6-457e-ba78-e38ea58ab3cc", + "publish_date": "7-27-2023", "page_number": 16, - "part": 2, - "title": "Regular City Council Meeting Agenda 10-5-2023.pdf" - }, - { - "page_content": "11/15/23, 7:50 PM cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4684 41. CAL. NO. 34,416 - BY: COUNCILMEMBERS GIARRUSSO AND THOMAS (BY REQUEST) Brief: An Ordinance to authorize the Mayor of the City of New Orleans to enter into a Second Amendment to the Cooperative Endeavor Agreement (\"Amendment\") to amend the Cooperative Endeavor Agreement (\"Agreement\") between the City of New Orleans (the \"City\"), National Parent Leadership Institute, Inc. (the \"Contractor\"), and the NOLA Business Alliance (the \"Fiscal Agent\") relative to the Contractor providing twenty (20) additional weeks of three (3) hour sessions, once a week, to parents in order to help parents become better leaders for their children and families; to extend the term of the Agreement for an additional one (1) year; and to modify or reaffirm certain terms and conditions, as more fully set forth in the Amendment as Exhibit \"1\" and incorporated and made a part hereof; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 1/19/24). (Budget Committee recommended approval). ADOPTED. 34416 - 29681 M.C.S. 42. MOTION (LYING OVER) - NO. M-23-436 - BY: COUNCILMEMBER MORRELL (BY REQUEST) Brief: Adding the Presid", - "page_number": 17, - "part": 1, - "title": "Regular City Council Meeting Agenda 10-5-2023.pdf" + "title": "Regular City Council Minutes 7-27-2023" }, { - "page_content": "ent of the Council as a signatory to the Amendment to the professional services agreement between the City of New Orleans and Cornerstone Government Affairs, Inc.; and authorizing the President of the Council to sign the Amendment to the professional services agreement between the City of New Orleans and Cornerstone Government Affairs, Inc.. Annotation: (Council Rule 34. Postponement Deadline 1/19/24). (Referred to the Governmental Affairs Committee). (Governmental Affairs Committee recommended approval). ADOPTED. LO M-23-436 43. MOTION - NO. M-23-452 - BY: COUNCILMEMBER HARRIS (BY REQUEST) Brief: Ratifying, confirming and approving the Mayor's appointment of Tim Spratt, representing the District B, (vice Dow M. Edwards) as a member of the Central Business District Historic District Landmarks Commission, effective upon approval by the Council of the City of New Orleans, for a term that will expire on June 30, 2026. Annotation: (Council Rule 34. Postponement Deadline 2/2/24). (Questionnaire received). (Governmental Affairs Committee recommended approval). ADOPTED. M-23-452 44. MOTION - NO. M-23-453 - BY: COUNCILMEMBER HARRIS (BY REQUEST) https://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4684 17/48 \f", + "page_content": "- Topic: Bed and Breakfast Interim Zoning District Appeal\n- Summary: Requesting an appeal to permit one commercial Bed and Breakfast in a specific residential district. The appeal was electronically submitted and continued to a later meeting.\n- Ordinance Number: IZD 001-23\n- Votes Summary:\n - Vote 1: Passed - (N/A)\n- Decision/Key Actions: The motion passed.\n- Tags/Keywords: Bed and Breakfast, Zoning District, Appeal\n- UID: a8ac3d7d-da58-48c8-a5b6-929a96a30940\n\n- Topic: Short Term Rental Interim Zoning District Appeal\n- Summary: Requesting an appeal to permit one commercial short-term rental in a specific mixed-use district. The hearing was held, and several speakers expressed both support and opposition.\n- Ordinance Number: 2/23\n- Votes Summary:\n - Vote 1: N/A\n- Decision/Key Actions: The outcome of the vote was not specified in the summary.\n- Tags/Keywords: Short Term Rental, Zoning District, Appeal\n- UID: a8ac3d7d-da58-48c8-a5b6-929a96a30940", + "uid": "a8ac3d7d-da58-48c8-a5b6-929a96a30940", + "publish_date": "7-27-2023", "page_number": 17, - "part": 2, - "title": "Regular City Council Meeting Agenda 10-5-2023.pdf" - }, - { - "page_content": "11/15/23, 7:50 PM cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4684 Brief: Ratifying, confirming and approving the Mayor's appointment of Gregory Curtis, representing the Downtown Development District (vice Nicole DePietro) as a member of the Central Business District Historic District Landmarks Commission, effective upon approval by the Council of the City of New Orleans, for a term that will expire on June 30, 2026. Annotation: (Council Rule 34. Postponement Deadline 2/2/24). (Questionnaire received). (Governmental Affairs Committee recommended approval). ADOPTED. M-23-453 45. MOTION - NO. M-23-456 - BY: COUNCILMEMBER THOMAS (BY REQUEST) Brief: Ratifying, confirming and approving the Mayor's appointment of Patrice Sentino (vice Torin Sanders), as a member of the Ethics Review Board, effective upon approval by the Council of the City of New Orleans, for a term that will expire on June 30, 2024. Annotation: (Council Rule 34. Postponement Deadline 2/2/24). (Questionnaire received). (Governmental Affairs Committee recommended approval). A", - "page_number": 18, - "part": 1, - "title": "Regular City Council Meeting Agenda 10-5-2023.pdf" + "title": "Regular City Council Minutes 7-27-2023" }, { - "page_content": "DOPTED. M-23-456 46. MOTION - NO. M-23-457 - BY: COUNCILMEMBERS KING AND HARRIS (BY REQUEST), Brief: Adding the President of the Council as a signatory to the Amendment to the bid contract between the City of New Orleans and Kellermeyer Bergenson Services, LLC; and authorizing the President of the Council to sign the Amendment to the bid contract between the City of New Orleans and Kellermeyer Bergenson Services, LLC (Exhibit A). Annotation: (Council Rule 34. Postponement Deadline 2/2/24). (Public Works Committee recommended approval). ADOPTED. M-23-457 47. MOTION TO ADOPT CONSENT AGENDA AND REFER OTHER MATTERS TO THE PROPER AGENCY. 48. ANDTHE CONSENT AGENDA WAS ADOPTED. 47. RESOLUTION - NO. R-23-459 - BY: COUNCILMEMBERS MORENO, MORRELL, THOMAS, GIARRUSSO, HARRIS, KING AND GREEN Brief: A RESOLUTION proclaiming October 10, 2023 as Black Brewers Day and encouraging residents of New Orleans to observe this day to celebrate and acknowledge the contributions of Black brewers in https://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4684 18/48 \f", + "page_content": "- Topic: Short Term Rental Docket: Interim Zoning District 2/23\n- Summary: The council considered two motions for the property located at 8025 Saint Charles Avenue - one to approve the applicant's request and one to deny it. The second motion to deny the request was approved with 6 YEAS and 0 NAYS.\n- Ordinance Number: M-23-316\n- Votes Summary:\n Vote 1: Approved - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The motion to deny the applicant's request for Short Term Rental Docket: Interim Zoning District 2/23 for the property located at 8025 Saint Charles Avenue was approved.\n- Tags/Keywords: Short Term Rental, Zoning District, Motion\n- UID: 7c63423e-ba8f-4d12-890b-81391c51b773\n\n- Topic: University Area Off-Street Parking Interim Zoning District Appeal\n- Summary: The council discussed a request to appeal the parking requirements established by the University Area Off-Street Parking Interim Zoning District for a property located at 1230 State Street.\n- Ordinance Number: Not specified\n- Votes Summary: Not specified\n- Decision/Key Actions: Further details or voting outcomes are not provided in the available information.\n- Tags/Keywords: Off-Street Parking, Zoning District, Appeal\n- UID: 7c63423e-ba8f-4d12-890b-81391c51b773", + "uid": "7c63423e-ba8f-4d12-890b-81391c51b773", + "publish_date": "7-27-2023", "page_number": 18, - "part": 2, - "title": "Regular City Council Meeting Agenda 10-5-2023.pdf" + "title": "Regular City Council Minutes 7-27-2023" }, { - "page_content": "11/15/23, 7:50 PM cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4684 New Orleans and throughout our nation. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 2/2/24). R-23-259 REGULAR AGENDA 31. CAL.NO. 34,403 - BY: COUNCILMEMBERS HARRIS, MORRELL, MORENO, GIARRUSSO, KING AND GREEN Brief: An Ordinance to authorize the placement of honorary street dedication signage for Henry ?Professor Longhair? Roeland Byrd, along the 1600, 1700, and 1800 blocks of Terpsichore Street, from St. Charles Avenue to Oretha Castle Haley Boulevard; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 1/19/24). 34403 - 29670 M.C.S. 12. LEGISLATIVE GROUPING 12a. ZONING DOCKET NO. 45/23 - CITY COUNCIL MOTION M-23-162 Brief: Requesting an amendment to the text of the Comprehensive Zoning Ordinance to modify Article 18, Section 18.30, the University Area Off-Street Parking Overlay District, the intent of which is to require off-street vehicular parking for certain increases in the number of existing bedrooms and bathrooms, (1) to expand the area of applicability to include additional neighborhoods, including parts of neighborhoods bounded by Front Street, Jefferson Avenue, South Claiborne Avenue, Toledano Street, Earhart Boulevard and South Carrollton Avenue; (ii) redefine \"bedroom\" to include a window or a door that opens to a space other than another sleeping room, bathroom or toilet room, and require that every shared bedroom be a", + "page_content": "- Topic: University Area Off-Street Parking (IZD) Appeal for Property at 1230 State Street\n- Summary: The ordinance involves granting an appeal request for property located at 1230 State Street regarding off-street parking requirements in the University Area Off-Street Parking Interim Zoning District.\n- Ordinance Number: M-23-326\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The appeal request was approved.\n- UID: f58ed83a-5e3c-42aa-a187-9271255d22bf\n\n- Topic: University Area Off-Street Parking (IZD) Appeal for Property at 1820 Audubon Street\n- Summary: This ordinance pertains to an appeal request for property located at 1820 Audubon Street regarding the parking requirements in the University Area Off-Street Parking Interim Zoning District.\n- Ordinance Number: N/A\n- Votes Summary: Not provided\n- Decision/Key Actions: Not provided\n- UID: f58ed83a-5e3c-42aa-a187-9271255d22bf", + "uid": "f58ed83a-5e3c-42aa-a187-9271255d22bf", + "publish_date": "7-27-2023", "page_number": 19, - "part": 1, - "title": "Regular City Council Meeting Agenda 10-5-2023.pdf" - }, - { - "page_content": "t least 50 sq. ft. for each occupant; (i11) lower the threshold for off-street parking requirement for new construction or renovations from four bedrooms and three bathrooms to three bedrooms and two bathrooms; (iv) redefine \"full bathroom\" to include a bathtub and/or shower; (v) require new construction or renovation to include a common room which cannot be a bedroom; (vi) require that new parking spaces be a minimum of 8 2 feet wide by 18 feet long; (vii) prohibit tandem parking; (viii) recognize possible shared parking arrangements between adjacent lots; and (ix) prohibit the raising of structures to accommodate off-street parking. The proposed text changes would affect properties located in the area generally bounded by: Cecil Street to Monticello Avenue, Monticello Avenue, to Leake Avenue, to River Drive, to Riverview Drive, to East Drive, to Tchoupitoulas Street, turning south on State Street, turning east on Front Street, turning north on Nashville Street, turning east on Tchoupitoulas, turning north on Jefferson Avenue, turning east on South Claiborne Avenue, turning north on Toledano Street, connecting to Washington Avenue, turning east on Earhart Boulevard, turning north on South Carrollton Avenue, turning east on Tulane Avenue/Airline Highway connecting to Palmetto Street, to Northline Street, to Monticello Avenue, to Cecil Street. The recommendation of the City Planning Commission being \"FOR DENIAL\". Annotation: ELECTRONICALLY SUBMITTED. https://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4684 19/48 \f", - "page_number": 19, - "part": 2, - "title": "Regular City Council Meeting Agenda 10-5-2023.pdf" - }, - { - "page_content": "11/15/23, 7:50 PM cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4684 (Cms. Giarrusso and Harris, Districts A and B, Cn. Deadline 10/23/23). HEARING HELD. ZD NO. 45/23 12b. MOTION - NO. M-23-471 - BY: COUNCILMEMBERS GIARRUSSO AND HARRIS Brief: Overruling and granting the applicant's request on ZD NO. 45/23. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 2/2/24). M-23-471 13. ZONING DOCKET NO. 55/23 - CITY COUNCIL MOTION NO. M-23-227 Brief: Requesting an Amendment to the text of the Comprehensive Zoning Ordinance to expand community solar opportunities with the following consideration: i. Consider defining a \"Community Solar Project\" as \"a solar energy system constructed and operated by a public or private entity that connects directly to the electricity distribution network, and converts solar energy into electricity and/or stores energy for the primary purpose of serving electric demands offsite from the facility. Community solar projects may allow multiple local subscribers to purchase or lease ownership shares or a percentage of the power produced on the site.\" 11. Consider creating accessory use standards for \"Community Solar Projects,\" which may include minimum lot size requirements, setbacks, design standards, and/or landscaping requirements. iii. Consider amending Article 21.6.J of the Comprehensive Zoning Ordinance to read as follows: \"1. A collective alternative energy system such as a community solar project, wind energy system, or geothermal energy system is permitted to be constructed upon one or more properties owned by a neighborhood organization, homeowners association, institutional campus, religious institution, non-profit organization, or a public entity. Collective alternative energy systems sh", - "page_number": 20, - "part": 1, - "title": "Regular City Council Meeting Agenda 10-5-2023.pdf" + "title": "Regular City Council Minutes 7-27-2023" }, { - "page_content": "all be permitted as accessory use for the purpose of serving electric demands on-stie or offsite from, but related to, the facility. 2. A collective alternative energy system may be constructed on one or more contiguous lots owned by a neighborhood organization, homeowners association, institutional campus, religious institution, non-profit organization, or a public entity. Where collective alternative energy systems are constructed on two or more contiguous lots, all owners shall agree to such arrangement. The agreement shall be recorded as a \"collective alternative energy servitude\" on each plat survey to grant access to all participants to maintain equipment. A management plan shall be submitted and servitude recorded. The management plan shall clearly detail the relationship between the accessory Collective Alternative Energy System use and the related on-site or off-site principal use or uses. 3. Collective Alternative Energy Systems shall be built in accordance with accessory use standards for the particular type of energy system used, as described in this section. A management plan shall be submitted to the Department of Safety and Permits. The management plan shall clearly detail the relationship between the accessory Collective Alternative Energy System use and the related on-site or off-site principal use or uses.\" Motion No. M-23-227 also waived the Neighborhood Participation Program. The proposed text amendment would affect regulations that are applied to all Zoning districts. The recommendation of the City Planning Commission being \"FOR APPROVAL\". Annotation: SUBMITTED ELECTRONICALLY. (Cms. All, Cn. Deadline 11/20/23). CONTINUED TO THE MEETING OF 10/19/23. ZD NO. 55/23 https://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4684 20/48 \f", + "page_content": "- Topic: University Area Off-Street Parking IZD Appeal for 1820 Audubon Street\n- Summary: The council approved the applicant's appeal request for property located at 1820 Audubon Street.\n- Ordinance Number: M-23-327\n- Votes Summary:\n Vote 1: Approved - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The appeal request for off-street parking IZD was granted for the property at 1820 Audubon Street.\n- Tags/Keywords: University Area Off-Street Parking, Zoning District, Appeal\n- UID: 365db28b-30e8-418f-90f4-aec17cc92096\n\n- Topic: University Area Off-Street Parking IZD Appeal for 2619 Calhoun Street\n- Summary: The council discussed the appeal request for the University Area Off-Street Parking Interim Zoning District (IZD) for property located at 2619 Calhoun Street.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: The outcome of the appeal request for 2619 Calhoun Street was not provided in the summary.\n- Tags/Keywords: University Area Off-Street Parking, Zoning District, Appeal\n- UID: 365db28b-30e8-418f-90f4-aec17cc92096", + "uid": "365db28b-30e8-418f-90f4-aec17cc92096", + "publish_date": "7-27-2023", "page_number": 20, - "part": 2, - "title": "Regular City Council Meeting Agenda 10-5-2023.pdf" - }, - { - "page_content": "11/15/23, 7:50 PM cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4684 1. COMMUNICATION \u2014FROM MICHAEL D. BALLARD, JR., AIA NCARB, FIRMORA, LLC Brief: Requesting to appeal the parking requirements established by the University Area Off-Street Parking Interim Zoning District (IZD), for property located at 8500 Spruce Street. Annotation: ELECTRONICALLY SUBMITTED. (Hearing Date Set For 10/19/23). 1. LEGISLATIVE GROUPING la. HDLC APPEAL - OF PETER CONNICK, WILLIAM P. CONNICK, JR., MILLER SULLIVAN AND DEMARCAY Brief: Requesting to appeal the Historic District Landmarks Commission's decision of \"denial\" of the application for demolition of a Contributing rated, two-story warehouse building to grade for property located at 1031 Annunciation Street. Annotation: ELECTRONICALLY SUBMITTED. (Cm. Harris, District B, Cn. Deadline 11/5/23). (Communication received at the meeting of 9/21/23). (Report received on today's Consent Agenda). HEARING HELD. HD", - "page_number": 21, - "part": 1, - "title": "Regular City Council Meeting Agenda 10-5-2023.pdf" + "title": "Regular City Council Minutes 7-27-2023" }, { - "page_content": "LC Appeal - Peter Connick - 1031 Annunciation Street 1b. MOTION \u2014 NO. M-23-468 \u2014 BY: COUNCILMEMBER HARRIS Brief: Overruling and granting the applicant\u2019s request for the property located at 1031 Annunciation Street. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 2/2/24). M-23-468 2. | LEGISLATIVE GROUPING 2a. HDLC APPEAL - OF ZACH SMITH, ZACHARY SMITH, OWNER, ZACH SMITH CONSULTING & DESIGN Brief: Requesting to appeal the Historic District Landmarks Commission's decision of \"denial\" for new standing seam metal roofing at the primary church building based on the HDLC Guidelines which note that metal roofing may not be an appropriate option at roofs with high visibility from the surrounding public right of way or where the original roof material was likely slate for property located at 2624 Burgundy Street. Annotation: ELECTRONICALLY SUBMITTED. https://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4684 21/48 \f", + "page_content": "- Topic: Appeal Request for Property at 2619 Calhoun Street\n- Summary: The council approved the appeal request for the property located at 2619 Calhoun Street.\n- Ordinance Number: M-23-328\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The appeal request for the property at 2619 Calhoun Street was approved.\n- Tags/Keywords: Appeal, Property, Calhoun Street, M-23-328\n- UID: 4944555c-5ee8-44ff-b5e7-5b3347bae4ae\n\n- Topic: Zoning Docket No. 22/23 - 2GETHER, LLC\n- Summary: The request for a Conditional Use permit to permit a standard restaurant over 5,000 square feet in an HU-MU Historic Urban Neighborhood Mixed-Use District was brought to vote, with the City Planning Commission recommending denial.\n- Ordinance Number: 22/23\n- Votes Summary:\n Vote 1: N/A - Recommendation of Denial by City Planning Commission\n- Decision/Key Actions: The request for Conditional Use permit was recommended for denial by the City Planning Commission.\n- Tags/Keywords: Zoning, Conditional Use, City Planning Commission, 22/23\n- UID: 4944555c-5ee8-44ff-b5e7-5b3347bae4ae", + "uid": "4944555c-5ee8-44ff-b5e7-5b3347bae4ae", + "publish_date": "7-27-2023", "page_number": 21, - "part": 2, - "title": "Regular City Council Meeting Agenda 10-5-2023.pdf" - }, - { - "page_content": "11/15/23, 7:50 PM cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4684 2b. 4a. 4b. (Cm. King, District C, Cn. Deadline 11/5/23). (Communication received at the meeting of 9/21/23). HEARING HELD. MOTION - NO. M-23-473 - BY: COUNCILMEMBER KING Brief Granting the applicant's request for the property located at 2624 Burgundy Street, subject to the following provisos: 1. The standing seam metal roof color shall be limited to a dark shade gray, black or bronze in a less reflective finish; and 2. The details of the metal roof shall be approved by the HDLC staff. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 2/2/24). M-23-473 HDLC APPEAL \u2014 OF ALEXANDER ADAMICK, M. ARCH, AIA, NCARB, PRINCIPAL ARCHITECT, ADAMICK ARCHITECTURE Brief: Requesting to appeal the Historic District Landmarks Commission\u2019s decision of \u201cdenial\u201d of the application for demolition of a Contributing rated, raised-basement, two-family building through r", - "page_number": 22, - "part": 1, - "title": "Regular City Council Meeting Agenda 10-5-2023.pdf" + "title": "Regular City Council Minutes 7-27-2023" }, { - "page_content": "aising the building for properties located at 3530 Carondelet Street, 1641 Foucher Street and 1645 Foucher Street. Annotation: ELECTRONICALLY SUBMITTED. (Cm. Harris, District B, Cn. Deadline 11/5/23). (Communication received at the meeting of 9/21/23). CONTINUED TO THE MEETING OF 10/19/23. LEGISLATIVE GROUPING HDLC APPEAL - FROM JOSEPHINE CANGELOSI Brief: Requesting to appeal the Historic District Landmarks Commission\u2019s decision of \u201capproval\u201d of the application for retention of demolition without a Certificate of Appropriateness and to levy a fine of $42,465.00 for the unpermitted demolition property located at 1547 Leda Street. Annotation: ELECTRONICALLY SUBMITTED. (Cm. Giarrusso, District A, Cn. Deadline 11/5/23). (Communication received at the meeting of 9/21/23). (Report received on today\u2019s Consent Agenda). HEARING HELD. MOTION \u2014 NO. M-23-460 \u2014 BY: COUNCILMEMBER GIARRUSSO https://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4684 22/48 \f", + "page_content": "- Topic: Conditional Use request for property located at 4730 Freret Street\n- Summary: The council overruled and granted the applicant's Conditional Use request for the property with a set of provisos, subject to compliance with zoning and building design standards.\n- Ordinance Number: M-23-332\n- Votes Summary:\n Vote 1: Approved - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The applicant must indicate compliance with bulk and yard regulations and building design standards for the Historic Urban Neighborhoods Non-Residential Districts.\n- Tags/Keywords: Conditional Use, Zoning Ordinance, Building Design Standards\n- UID: a2ee2c02-f529-4a60-876f-31df37d200ab", + "uid": "a2ee2c02-f529-4a60-876f-31df37d200ab", + "publish_date": "7-27-2023", "page_number": 22, - "part": 2, - "title": "Regular City Council Meeting Agenda 10-5-2023.pdf" + "title": "Regular City Council Minutes 7-27-2023" }, { - "page_content": "11/15/23, 7:50 PM cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4684 Brief: Denying the applicant\u2019s request for the property located at 1547 Leda Street. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 2/2/24). M-23-460 5. LEGISLATIVE GROUPING 5a. HDLC APPEAL - OF PAULO ROSA ON BEHALF OF ROGER\u2019S CONSTRUCTION, LLC Brief: Requesting to appeal the Historic District Landmarks Commission's decision of \"denial\" of the retention of the fiber cement paneling at the front facade of the storefront building, the left-side elevation, and the right-side elevation beyond the first downspout at the elevation for property located at 4016 St. Claude Avenue. Annotation: ELECTRONICALLY SUBMITTED. (Cm. King, District C, Cn. Deadline 11/5/23). (Communication received at the meeting of 9/21/23). (Report received on today's Co", + "page_content": "- Topic: Zoning Docket No. 31/23 - Historic Urban Neighborhood Commercial Short Term Rental Interim Zoning District\n- Summary: Requesting a text amendment to establish a new Interim Zoning District to prohibit new Commercial Short Term Rental Commercial (CSTR) uses within the Historic Urban Neighborhood Mixed-Use District. The recommendation of the City Planning Commission was \"FOR APPROVAL\".\n- Ordinance Number: M-23-X\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: The ordinance was continued to the meeting of 8/10/23.\n- Tags/Keywords: Zoning, Interim Zoning District, Commercial Short Term Rental, Historic Urban Neighborhood\n- UID: 5b131172-10cb-48bc-a4fc-0ea5b5f2b7ed\n\n- Topic: Zoning Docket No. 35/23 - The Black School, Inc\n- Summary: Requesting a Conditional Use to permit a community center on a lot with insufficient lot and insufficient off-street parking in an HU-RD2 Historic Urban Two-Family Residential District. The recommendation of the City Planning Commission was \"FOR APPROVAL\", with one waiver and twelve provisos.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: The petition died.\n- Tags/Keywords: Zoning, Conditional Use, Community Center, Historic Urban Neighborhood\n- UID: 5b131172-10cb-48bc-a4fc-0ea5b5f2b7ed\n\n- Topic: Zoning Docket No. 39/23 - Bywater JEJ, LLC\n- Summary: Requesting a Conditional Use to permit a hotel in an HM-MU Historic Marigny/Trem\u00e9/Bywater district.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: N/A\n- Tags/Keywords: Zoning, Conditional Use, Hotel, Historic District\n- UID: 5b131172-10cb-48bc-a4fc-0ea5b5f2b7ed", + "uid": "5b131172-10cb-48bc-a4fc-0ea5b5f2b7ed", + "publish_date": "7-27-2023", "page_number": 23, - "part": 1, - "title": "Regular City Council Meeting Agenda 10-5-2023.pdf" + "title": "Regular City Council Minutes 7-27-2023" }, { - "page_content": "nsent Agenda). HEARING HELD. HDLC Appeal - Paulo Rosa - 4016 St Claude Avenue 5b. MOTION \u2014 NO. M-23-474 \u2014 BY: COUNCILMEMBER KING Brief: Granting the applicant\u2019s request for the property located at 4016 St. Claude Avenue. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 2/2/24). M-23-474 6. LEGISLATIVE GROUPING 6a. HDLC APPEAL \u2014 OF LIZA DRENNON Brief: Requesting to appeal the Historic District Landmarks Commission\u2019s decision of \u201cdenial\u201d of the retention of guardrails put around the porch and the gate to protect the children who will be attending the new preschool for property located at 342 Olivier Street. Annotation: ELECTRONICALLY SUBMITTED. (Cm. King, District C, Cn. Deadline 11/5/23). (Communication received at the meeting of 9/21/23). https://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4684 23/48 \f", - "page_number": 23, - "part": 2, - "title": "Regular City Council Meeting Agenda 10-5-2023.pdf" - }, - { - "page_content": "11/15/23, 7:50 PM cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4684 (Report received on today\u2019s Consent Agenda). HEARING HELD. HDLC Appeal - Lisa Drenon - 342 Olivier St 6b. MOTION \u2014 NO. M-23-475 \u2014 BY: COUNCILMEMBER KING Brief: Granting the applicant\u2019s request for the property located at 342 Olivier Street. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 2/2/24). M-23-475 7. MCC APPEAL - OF LORETTA KATHERINE HARMON,_ PRESIDENT, LKHARMON, ARCHITECTS Brief: Requesting to appeal the Vieux Carr\u00e9 Commission's decision of \"denial\" to retain painted brick and mounted gas heaters for property located at 711 Bourbon Street. Annotation: ELECTRONICALLY SUBMITTED. (Cm. King, District C, Cn. Deadline, 10/22/23). (Communication received at the meeting of 9/7/23). (Report received at the me", - "page_number": 24, - "part": 1, - "title": "Regular City Council Meeting Agenda 10-5-2023.pdf" - }, - { - "page_content": "eting of 9/21/23). CONITNUED TO THE MEETING OF 10/19/23. VCC Appeal - Loretta Katherine Harmon - 711 Bourbon St 8. LEGISLATIVE GROUPING 8a. UNIVERSITY AREA OFF-STREET PARKING INTERIM ZONING DISTRICT APPEAL - OF DAVID N. GRIENER, JR. & DIANE E. MIPRO Brief: Requesting to appeal the parking requirements established by the University Area Off-Street Parking Interim Zoning District (IZD), for property located at 4127 Fontainebleau Drive. Annotation: ELECTRONICALLY SUBMITTED. (Cm. Harris, District B, Cn. Deadline N/A). (Communication received at the meeting of 8/24/23). HEARING HELD. 8b. MOTION \u2014 NO. M-23-469 \u2014 BY: COUNCILMEMBER HARRIS Brief: Approving and granting the applicant\u2019s request for the property located at 4127 Fontainebleu Drive. https://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4684 24/48 \f", + "page_content": "- Topic: Mixed-Used District Zoning Change\n- Summary: Request for a Zoning Change from a LI Light Industrial District to an MU-1 Medium Intensity Mixed-Use District for Square 292, Lots Y, 10, 23, and 24 or Lots Y, 1, and two undesignated lots. The recommendation of the City Planning Commission was \"FOR DENIAL\". Continued to the meeting of 8/10/23.\n- Ordinance Number: ZD NO 39-23\n- Votes Summary: Not applicable\n- Decision/Key Actions: Continued to a later meeting for further discussion and consideration.\n- Tags/Keywords: Zoning Change, Mixed-Use District, City Planning Commission, Continued\n- UID: 7152cb19-aa60-4ab1-85ad-c6efdcb9d631\n\n- Topic: Zoning Change Request for Professional Funeral Services, Inc.\n- Summary: Requesting a Zoning Change from a LI Light Industrial District to an MU-1 Medium Intensity Mixed-Use District for Square 1804. The recommendation of the City Planning Commission was \"FOR APPROVAL\".\n- Ordinance Number: ZD NO 42-23\n- Votes Summary: Not applicable\n- Decision/Key Actions: Postponed until later in the meeting for further discussion and consideration.\n- Tags/Keywords: Zoning Change, Mixed-Use District, City Planning Commission, Postponed\n- UID: 7152cb19-aa60-4ab1-85ad-c6efdcb9d631\n\n- Topic: Conditional Use for Community Center in Historic Urban Two-Family Residential District\n- Summary: Motion to direct City Planning Commission to conduct a public hearing to consider granting a conditional use to permit a community center in an HU-RD2 Historic Urban Two-Family Residential District on Square 766, Lots 23 and 24. \n- Ordinance Number: M-23-329\n- Votes Summary: Not applicable\n- Decision/Key Actions: Postponed until later in the meeting for further discussion and consideration.\n- Tags/Keywords: Conditional Use, Community Center, City Planning Commission, Postponed\n- UID: 7152cb19-aa60-4ab1-85ad-c6efdcb9d631", + "uid": "7152cb19-aa60-4ab1-85ad-c6efdcb9d631", + "publish_date": "7-27-2023", "page_number": 24, - "part": 2, - "title": "Regular City Council Meeting Agenda 10-5-2023.pdf" - }, - { - "page_content": "11/15/23, 7:50 PM cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4684 Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 2/2/24). M-23-469 9. LEGISLATIVE GROUPING 9a. UNIVERSITY AREA OFF-STREET PARKING INTERIM ZONING DISTRICT APPEAL - OF JAMES OSBORN & MONICA L?ESPERANCE Brief: Requesting to appeal the parking requirements of the University Area Off-Street Parking Interim Zoning District, per Article 19 of the City's Comprehensive Zoning Ordinance, as it applies for property located at 1133 Lowerline Street. Annotation: ELECTRONICALLY SUBMITTED. (Cm. Giarrusso, District A, Cn. Deadline N/A). (Communication received at the meeting of 9/21/23). HEARING HELD. University Area Off Street Parking IZD - James Osborn 1133 Lowertline St 9b. MOTION \u2014 NO. M-", - "page_number": 25, - "part": 1, - "title": "Regular City Council Meeting Agenda 10-5-2023.pdf" + "title": "Regular City Council Minutes 7-27-2023" }, { - "page_content": "23-461 \u2014 BY: COUNCILMEMBER GIARRUSSO Brief: Granting and approving the applicant\u2019s request for the property located at 1133 Lowerline Street. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 2/2/24). M-23-461 10. LEGISLATIVE GROUPING 10a. UNIVERSITY AREA OFF-STREET PARKING INTERIM ZONING DISTRICT APPEAL - OF NICOLE WEBRE, WEBRE CONSULTING Brief: Requesting to appeal the University Area Interim Off-Street Parking Zoning District for property located at 5517 S. Rocheblave Street. Annotation: ELECTRONICALLY SUBMITTED. (Cm. Giarrusso, District A, Cn. Deadline N/A). (Communication received at the meeting of 9/21/23). HEARING HELD. University Area IZD - Nicole Webre 5517 S. Rocheblave https://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4684 25/48 \f", + "page_content": "- Topic: ZONING DOCKET NO. 42/23 - PROFESSIONAL FUNERAL SERVICES, INC.\n- Summary: The ordinance requested a zoning change from a LI Light Industrial District to an MU-1 Medium Intensity Mixed-Use District for the petitioned site. The City Planning Commission recommended \"FOR APPROVAL\".\n- Ordinance Number: ZD NO 42-23\n- Votes Summary:\n Vote 1: Receive - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n Vote 2: Add Item to Agenda - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n Vote 3: Approve - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The zoning change was approved with the majority of council members in favor.\n- Tags/Keywords: Zoning, City Planning Commission, Approval\n- UID: aea8d442-3930-45ba-91d7-08c9e196fbd3", + "uid": "aea8d442-3930-45ba-91d7-08c9e196fbd3", + "publish_date": "7-27-2023", "page_number": 25, - "part": 2, - "title": "Regular City Council Meeting Agenda 10-5-2023.pdf" - }, - { - "page_content": "11/15/23, 7:50 PM cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4684 10b. MOTION - NO. M-23-462 - BY: COUNCILMEMBER GIARRUSSO Brief: Granting and approving the applicant's request for property located at 5517 S. Rocheblave Street. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 2/2/24). M-23-462 11. LEGISLATIVE GROUPING lla. ZONING DOCKET NO. 37/23 - HEBP HOLDINGS, LLC Brief: Requesting a Conditional Use to permit a mini-warehouse in an HU-MU Historic Urban Neighborhood Mixed-Use District, located on Square 173, Lots 1, 2, 3, and 4 or Lots 12, 13, 14, and 15, in the Fifth Municipal District, bounded by Newton Street, L.B. Landry Avenue, Diana Street, and Lebeuf Street (Municipal Address: 1531 Newton Street). The recommendation of the City Planning Commission being \u201cFOR APPROVAL\u201d, subje", - "page_number": 26, - "part": 1, - "title": "Regular City Council Meeting Agenda 10-5-2023.pdf" + "title": "Regular City Council Minutes 7-27-2023" }, { - "page_content": "ct to three (3) provisos. Annotation: ELECTRONICALLY SUBMITTED. (Cm. King, District C, Cn. Deadline 10/9/23). HEARING HELD. ZD NO. 37/23 1lb. MOTION (LYING OVER) - NO. M-23-389 - BY: COUNCILMEMBER KING Brief: Denying the applicant's Conditional Use request on ZD NO. 37/23. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 12/22/23). LO M-23-389 llc. MOTION \u2014 NO. M-23-476 \u2014 BY: COUNCILMEMBER KING Brief: Approving and granting the applicant\u2019s Conditional Use request on ZD NO. 37/23 for the property located at 1531 Newton Street, subject to three (3) provisos included in the City Planning Commission\u2019s staff report. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 2/2/24). WITHDRAWN. M-23-476 https://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4684 26/48 \f", + "page_content": "- Topic: Zoning Change request on ZD NO. 42/23\n- Summary: Councilmember Green introduced a motion to approve the applicant\u2019s Zoning Change request on ZD NO. 42/23, which was seconded by Councilmember Thomas and subsequently approved with 6 YEAS and 0 NAYS.\n- Ordinance Number: M-23-330\n- Votes Summary:\n Vote 1: Approved - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The Zoning Change request on ZD NO. 42/23 was approved.\n- UID: 6e39ee1e-cab4-412d-a905-fd33de8175c4\n\n- Topic: Conditional Use request on ZD NO. 43/23 by New Orleans Property Partners, LLC\n- Summary: Councilmember Harris introduced a motion to approve and grant the applicant\u2019s Conditional Use request on ZD NO. 43/23, subject to the two (2) provisos set forth by the City Planning Commission. The motion was approved, although no specific voting details were provided.\n- Ordinance Number: M-23-322\n- Votes Summary: N/A\n- Decision/Key Actions: The Conditional Use request on ZD NO. 43/23 was approved.\n- UID: 6e39ee1e-cab4-412d-a905-fd33de8175c4", + "uid": "6e39ee1e-cab4-412d-a905-fd33de8175c4", + "publish_date": "7-27-2023", "page_number": 26, - "part": 2, - "title": "Regular City Council Meeting Agenda 10-5-2023.pdf" + "title": "Regular City Council Minutes 7-27-2023" }, { - "page_content": "11/15/23, 7:50 PM cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4684 11b. MOTION (LYING OVER) - NO. M-23-389 - BY: COUNCILMEMBER KING Brief: Denying the applicant's Conditional Use request on ZD NO. 37/23. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 12/22/23). LO M-23-389 14. ZONING DOCKET NO. 56/23 - CITY COUNCIL MOTION NO. M-23-231 Brief: Requesting an Amendment to the text of the Comprehensive Zoning Ordinance to amend the permitted and conditional use tables in Article 14, Table 14-1, to disallow the following residential uses currently allowed in the S-LM Lake Area Marina District: * Dwelling, Above the Ground Floor * Dwelling, Townhouse * Dwelling, Multi-Family * Group Home, Small * Group Home, Large * Permanent Supportive Housing Properties are located in the area generally bounded by Lake Marina Avenue, Lakeshore Drive, Breakwater Drive, Lake Pontchartrain, and the 17th Street Canal. (Municipal Addresses: The proposed text change would affect the S-LM Lake Area M", + "page_content": "- Topic: Zoning Docket 44/23\n- Summary: Requesting an amendment to the text of the Comprehensive Zoning Ordinance to modify Article 24, Section 24.15.C regarding classic sign maintenance and relocation. The City Planning Commission recommended \"FOR DENIAL\".\n- Ordinance Number: M-23-322\n- Votes Summary:\n Vote 1: Approved - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The motion to approve the amendment passed.\n- Tags/Keywords: Zoning, Signage, City Planning Commission\n- UID: 41ea37bf-c3ff-4e31-a045-0e04d27fae21\n\n- Topic: Zoning Docket 46/23\n- Summary: Requesting a text amendment to allow broadcasting studio as a permitted use in the CBD-5 Urban Core Neighborhood Lower Intensity Mixed-Use District. The City Planning Commission recommended \"FOR APPROVAL\".\n- Ordinance Number: M-23-M\n- Votes Summary:\n Vote 1: Not specified in the provided information\n- Decision/Key Actions: No specific vote outcome provided, but the recommendation of the City Planning Commission was \"FOR APPROVAL\".\n- Tags/Keywords: Zoning, Broadcasting Studio, City Planning Commission\n- UID: 41ea37bf-c3ff-4e31-a045-0e04d27fae21", + "uid": "41ea37bf-c3ff-4e31-a045-0e04d27fae21", + "publish_date": "7-27-2023", "page_number": 27, - "part": 1, - "title": "Regular City Council Meeting Agenda 10-5-2023.pdf" - }, - { - "page_content": "arina District which is applied to the area above). The recommendation of the City Planning Commission being \u201cFOR APPROVAL\u201d. Annotation: SUBMITTED ELECTRONICALLY. (Cm. Giarrusso, District A, Cn. Deadline 11/20/23). CONTINUED TO THE MEETING OF 10/19/23. ZD NO. 56/23 15. LEGISLATIVE GROUPING 15a. ZONING DOCKET NO. 68/23 - CITY COUNCIL MOTION NO. M-23-318 Brief: Requesting a Conditional Use to permit a small child care center in an S-RS Suburban Single-Family Residential District, located in Saint Claire Garden on Square 8, Lots 1 and 2, in the Fifth Municipal District, bounded by General Meyer Avenue, General Collins Avenue, Magellan Street, and Richland Road (Municipal Address: 3869 General Meyer Avenue). The recommendation of the City Planning Commission being \u201cFOR APPROVAL\u201d, subject to one (1) waiver and fourteen (14) provisos. Annotation: SUBMITTED ELECTRONICALLY. (Cm. King, District C, Cn. Deadline 11/20/23). HEARING HELD. ZD NO. 68/23 https://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4684 27/48 \f", - "page_number": 27, - "part": 2, - "title": "Regular City Council Meeting Agenda 10-5-2023.pdf" - }, - { - "page_content": "11/15/23, 7:50 PM cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4684 15b. MOTION - NO. M-23-477 - BY: COUNCILMEMBER KING Brief: Approving and granting the applicant's Conditional Use request on ZD NO. 68/23, subject to one (1) waiver and fourteen (14) provisos included in the City Planning Commission's staff report. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 2/2/24). M-23-477 16. LEGISLATIVE GROUPING 16a. ZONING DOCKET NO. 69/23 - CITY COUNCIL MOTION NO. M-23-319 Brief: Requesting a Zoning Change from an S-B2 Suburban Pedestrian-Oriented Corridor Business District to RRE Rural Residential Estate District, located Stanton Plantation, Square 1, Lot Pts. RB25 RB26 RB27 or Pt. RB-X, in the Fifth Municipal District, bounded by Stanton Road, English Turn Parkway, Delacroix Road, and Willow Drive (Municipal Address: 1600 Stanton Road). The recommendation of the City Planning Commission being \"FOR APPROVAL\". Annotation: SUBMITTED ELECTRONICALLY. (Cm. King, District C, Cn", - "page_number": 28, - "part": 1, - "title": "Regular City Council Meeting Agenda 10-5-2023.pdf" + "title": "Regular City Council Minutes 7-27-2023" }, { - "page_content": ". Deadline 11/20/23). CONTINUED TO THE MEETING OF 10/19/23. ZD NO. 69/23 16b. MOTION - NO. M-23-478 - BY: COUNCILMEMBER KING Brief: Approving and granting the applicant's Zoning Change request for the property located at 1600 Stanton Road. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 2/2/24). CONTINUED TO THE MEETING OF 10/19/23. M-23-478 17. ZONING DOCKET NO. 70/23 - PETER TRAPOLIN ET AL. Brief: Requesting a Conditional Use to permit the retail sale of packaged alcoholic beverages in a CBD-5 Urban Core Neighborhood Lower Intensity Mixed-Use District, located on Square 180, Lot 1 or an undesignated lot, in the First Municipal District, bounded by Saint Charles Avenue, Church Street, Girod Street and Julia Street (Municipal Address: 762 Saint Charles Avenue). The recommendation of the City Planning Commission being for \u201cFOR APPROVAL\u201d, subject to nine (9) provisos. Annotation: SUBMITTED ELECTRONICALLY. https://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4684 28/48 \f", + "page_content": "- Topic: Text Amendment request on ZD NO. 46/23\n- Summary: The ordinance aimed to approve and grant the applicant\u2019s Text Amendment request on ZD NO. 46/23.\n- Ordinance Number: M-23-323\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The motion was approved by the council members.\n- Tags/Keywords: Text Amendment, ZD NO. 46/23, Approval\n- UID: 5b3bf877-65aa-41c6-aefe-de901d2d87c3\n\n- Topic: Ordinance to require augmentation of contact information on Roadwork.nola.gov\n- Summary: The ordinance aimed to require augmentation of the contact information included on Roadwork.nola.gov, which provides information about the FEMA funded Joint Infrastructure Recovery Roads (JIRR) projects.\n- Ordinance Number: CAL. NO. 34,143\n- Votes Summary: Not specified\n- Decision/Key Actions: The ordinance was discussed but no specific voting outcome was provided.\n- Tags/Keywords: Roadwork.nola.gov, FEMA funded projects, Contact information\n- UID: 5b3bf877-65aa-41c6-aefe-de901d2d87c3", + "uid": "5b3bf877-65aa-41c6-aefe-de901d2d87c3", + "publish_date": "7-27-2023", "page_number": 28, - "part": 2, - "title": "Regular City Council Meeting Agenda 10-5-2023.pdf" - }, - { - "page_content": "11/15/23, 7:50 PM cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4684 (Cm. Harris, District B, Cn. Deadline 11/20/23). CONTINUED TO THE MEETING OF 10/19/23. ZD NO. 70/23 14. ZONING DOCKET NO. 56/23 - CITY COUNCIL MOTION NO. M-23-231 Brief: Requesting an Amendment to the text of the Comprehensive Zoning Ordinance to amend the permitted and conditional use tables in Article 14, Table 14-1, to disallow the following residential uses currently allowed in the S-LM Lake Area Marina District: * Dwelling, Above the Ground Floor * Dwelling, Townhouse * Dwelling, Multi-Family * Group Home, Small * Group Home, Large * Permanent Supportive Housing Properties are located in the area generally bounded by Lake Marina Avenue, Lakeshore Drive, Breakwater Drive, Lake Pontchartrain, and the 17th Street Canal. (Municipal Addresses: The proposed text change would affect the S-LM Lake Area Marina District which is applied to the area above). The recommendation of the City Planning Commission being \u201cFOR APPROVAL\u201d. Annotation: SUBMITTED ELECTRONICALLY", - "page_number": 29, - "part": 1, - "title": "Regular City Council Meeting Agenda 10-5-2023.pdf" + "title": "Regular City Council Minutes 7-27-2023" }, { - "page_content": ". (Cm. Giarrusso, District A, Cn. Deadline 11/20/23). CONTINUED TO THE MEETING OF 10/19/23. 16. LEGISLATIVE GROUPING 16a. ZONING DOCKET NO. 69/23 - CITY COUNCIL MOTION NO. M-23-319 Brief: Requesting a Zoning Change from an S-B2 Suburban Pedestrian-Oriented Corridor Business District to RRE Rural Residential Estate District, located Stanton Plantation, Square 1, Lot Pts. RB25 RB26 RB27 or Pt. RB-X, in the Fifth Municipal District, bounded by Stanton Road, English Turn Parkway, Delacroix Road, and Willow Drive (Municipal Address: 1600 Stanton Road). The recommendation of the City Planning Commission being \"FOR APPROVAL\". Annotation: SUBMITTED ELECTRONICALLY. (Cm. King, District C, Cn. Deadline 11/20/23). ZD NO. 69/23 16b. MOTION - NO. M-23-478 - BY: COUNCILMEMBER KING Brief: Approving and granting the applicant's Zoning Change request for the property located at 1600 Stanton Road. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 2/2/24). https://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4684 29/48 \f", + "page_content": "- Topic: Amendment to Roadwork Outreach Specialist Contact\n- Summary: An ordinance was introduced to designate the Roadwork Outreach Specialist as the primary contact person for neighborhood associations. The amendment was passed after being moved and seconded by council members Giarrusso and Harris, with a unanimous vote of approval.\n- Ordinance Number: 34143\n- Votes Summary:\n Vote 1: Amendment - Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n Vote 2: Adopt as Amended - Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The amendment was adopted, making the Roadwork Outreach Specialist the primary contact person for neighborhood associations.\n- Tags/Keywords: Roadwork, Outreach Specialist, Neighborhood Associations, Amendment\n- UID: a045344b-163d-4cb3-a231-96a85b687ddf\n\n- Topic: Temporary Prohibition of Prosecution and Permit Violations\n- Summary: An ordinance was presented to temporarily prohibit the prosecution of certain violations and the issuance or renewal of permits. Additionally, amendments were made to sections of the Code of the City of New Orleans related to the Vieux Carr\u00e9 Commission. The ordinance was continued to the meeting of 8/10/23 and is pending further discussion.\n- Ordinance Number: 34187\n- Decision/Key Actions: The ordinance was continued to the meeting of 8/10/23 for further discussion and potential voting.\n- Tags/Keywords: Temporary Prohibition, Prosecution, Permit Violations, Vieux Carr\u00e9 Commission\n- UID: a045344b-163d-4cb3-a231-96a85b687ddf", + "uid": "a045344b-163d-4cb3-a231-96a85b687ddf", + "publish_date": "7-27-2023", "page_number": 29, - "part": 2, - "title": "Regular City Council Meeting Agenda 10-5-2023.pdf" - }, - { - "page_content": "11/15/23, 7:50 PM cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4684 M-23-478 18. LEGISLATIVE GROUPING 18a. ZONING DOCKET NO. 71/23 - KREWE OF TUCKS, INC. Brief: Requesting a Conditional Use to permit a Mardi Gras den in a C-1 General Commercial District, located on the entireties of Squares 140 and 148, as well as the former portion of Thalia Street between the two squares, all of which are bounded by Washington Avenue, South Lopez Street, South Rendon Street, and Martin Luther King, Jr. Boulevard (Municipal Address(es): 4400 Washington Avenue and 1300 South Rendon Street). The recommendation of the City Planning Commission being \"FOR APPROVAL\", subject to three (3) provisos. Annotation: SUBMITTED ELECTRONICALLY. (Cm. Harris, District B, Cn. Deadline 11/20/23). HEARING HELD. ZD NO. 71/23 18b. MOTION - NO. M-23-470 - BY: COUNCILMEMBER HARRIS Brief: Approving and granting the applicant's Conditional Use request on ZD NO. 71/23, subject to three (3) provisos set forth by the City Planning Commission. Annotation: ELECTRONICALLY ", - "page_number": 30, - "part": 1, - "title": "Regular City Council Meeting Agenda 10-5-2023.pdf" + "title": "Regular City Council Minutes 7-27-2023" }, { - "page_content": "SUBMITTED. (Council Rule 34. Postponement Deadline 2/2/24). M-23-470 19. CAL. NO. 34,241 - BY: COUNCILMEMBER GIARRUSSO Brief: An Ordinance to amend and reordain the Unclassified Pay Plan for officers and employees in the unclassified service of the City of New Orleans, in accordance with Section 3-118 and 4-206(1)(g) of the Home Rule Charter of the City of New Orleans, to establish new titles for the existing positions of Chief of EMS (Physician) (U-3005) and Deputy Chief of EMS (U-3006); to change the titles to Medical Director (U-3005) and Chief of EMS (U-3006); to establish new salary ranges for these classifications within the Unclassified Pay Plan; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 10/6/23). (Referred to the Budget Committee). (Budget/Audit/Board of Review Committee made \u201cno recommendation\u2019\u2019). 34241 - 29655 M.C.S. 20. CAL. NO. 34,277 - BY: COUNCILMEMBERS THOMAS, HARRIS AND GREEN (BY REQUEST) https://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4684 30/48 \f", + "page_content": "- Topic: Temporary Alcoholic Beverage Permit\n- Summary: An ordinance was proposed to establish a temporary alcoholic beverage permit and a procedure for the issuance of a temporary renewal permit pending appeal of denial of renewal application to the alcoholic beverage control board.\n- Ordinance Number: CAL. NO. 34,188\n- Votes Summary:\n Vote 1: N/A - (Postponed to 8/10/23)\n- Decision/Key Actions: The ordinance was postponed to the meeting of 8/10/23.\n- UID: 3373f2c1-26f4-4dde-870b-1477e8096ca1\n\n- Topic: Amendments to International Building Code\n- Summary: An ordinance was proposed to amend and reordain Section 26-15 of the Code of the City of New Orleans, specifically related to the City's amendments to the adopted International Building Code, 2015 Edition, and the Stormwater Code of the City of New Orleans.\n- Ordinance Number: CAL. NO. 34,198\n- Votes Summary:\n Vote 1: N/A - (Postponed to 8/24/23 and referred to the Climate Change and Sustainability Committee)\n- Decision/Key Actions: The ordinance was postponed to the meeting of 8/24/23 and referred to the Climate Change and Sustainability Committee.\n- UID: 3373f2c1-26f4-4dde-870b-1477e8096ca1\n\n- Topic: Unclassified Pay Plan Amendments\n- Summary: An ordinance was proposed to amend and reordain the Unclassified Pay Plan for officers and employees in the unclassified service of the City of New Orleans to establish new titles for existing positions and establish new salary ranges for these classifications within the Unclassified Pay Plan.\n- Ordinance Number: CAL. NO. 34,241\n- Votes Summary:\n Vote 1: N/A - (Postponed to 10/5/23)\n- Decision/Key Actions: The ordinance was postponed to the meeting of 10/5/23.\n- UID: 3373f2c1-26f4-4dde-870b-1477e8096ca1", + "uid": "3373f2c1-26f4-4dde-870b-1477e8096ca1", + "publish_date": "7-27-2023", "page_number": 30, - "part": 2, - "title": "Regular City Council Meeting Agenda 10-5-2023.pdf" + "title": "Regular City Council Minutes 7-27-2023" }, { - "page_content": "11/15/23, 7:50 PM cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4684 Brief: An Ordinance to amend and reordain Chapter 130 of the Code of the City of New Orleans by amending Section 130-39 to provide for restrictions on payments to sellers of nonferrous materials, and otherwise with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 11/10/23). (Quality of Life Committee recommended approval). (Technical needed). CONTINUED TO THE MEETING OF 10/19/23. 34277 21. CAL NO. 34,284 - BY: COUNCILMEMBERS MORRELL AND GIARRUSSO Brief: An Ordinance to establish section 62-4 of the Code of the City of New Orleans relative to outside employment for the Medical Director of Emergency Medical Services; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 11/10/23). 34284 - 29656 M.C.S. 22, CAL. NO. 34,294 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29265 M.C.S., as amended, entitled \"An Ord", + "page_content": "- Topic: Amendment to Comprehensive Zoning Ordinance for Affordable Homeownership Opportunities\n- Summary: This ordinance aims to amend various articles of the Comprehensive Zoning Ordinance to create standards for affordable homeownership opportunities and consider the community land trust model for Affordable Homeownership Development. The amendment also sets the effective date for September 1, 2024.\n- Ordinance Number: 34255\n- Votes Summary:\n Vote 1: Passed - (8 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n Vote 2: Amendment to Amendment - Passed\n- Decision/Key Actions: The ordinance passed with 8 in favor and 1 absent. An amendment to the amendment also passed.\n- Tags/Keywords: Affordable Homeownership, Zoning Ordinance, Community Land Trust, Effective Date\n- UID: e2f9190b-b73c-4860-8929-30f6e9e0eea7", + "uid": "e2f9190b-b73c-4860-8929-30f6e9e0eea7", + "publish_date": "7-27-2023", "page_number": 31, - "part": 1, - "title": "Regular City Council Meeting Agenda 10-5-2023.pdf" + "title": "Regular City Council Minutes 7-27-2023" }, { - "page_content": "inance Providing an Operating Budget of Revenues for the City of New Orleans for the Year 2023\", to appropriate unspent funds to the Law Department for various state settlement and judgment payments; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 11/10/23). (Fiscal Note received). (Referred to the Budget Committee). (Budget Committee recommended approval). (Referred to the Budget Committee). CONTINUED TO THE MEETING OF 10/19/23. 34294 23. CAL. NO. 34,295 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29266 M.C.S., as amended, entitled \"An Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023\", to appropriate unspent funds to the Law Department for various state settlement and judgment payments; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 11/10/23). https://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4684 31/48 \f", - "page_number": 31, - "part": 2, - "title": "Regular City Council Meeting Agenda 10-5-2023.pdf" - }, - { - "page_content": "11/15/23, 7:50 PM cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4684 24. (Fiscal Note received). (Referred to the Budget Committee). (Budget Committee recommended approval). (Referred to the Budget Committee). CONTINUED TO THE MEETING OF 10/19/23. 34295 LEGISLATIVE GROUPING 24a.CA L. NO. 34,308 - BY: COUNCILMEMBERS GREEN, THOMAS AND KING 24b. 25. Brief: An Ordinance to amend and reordain Sections 82-410 and 82-412 to increase penalties and to provide relative to food waste and distribution of food under or adjacent to an overpass or elevated roadway or within or adjacent to any encampment area; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 11/10/23). (Referred to the Quality of Life Committee). CONTINUED TO THE MEETING OF 10/19/23. 34308 AMENDMENT TO ORDINANCE CAL. NO. 34,308 - BY: COUNCILMEMBER GREEN Brief: (1) On page 1, line 2, in", - "page_number": 32, - "part": 1, - "title": "Regular City Council Meeting Agenda 10-5-2023.pdf" - }, - { - "page_content": "sert the following at the beginning of paragraph (a): \"The first offense shall result in a warning citation.\" (2) On page 1, line 2, replace \"The penalty for each\" with \"Each subsequent\" Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 11/24/23). CONTINUED TO THE MEETING OF 10/19/23. 34308 Amendment CAL. NO. 34,363 - BY: COUNCILMEMBER HARRIS Brief: An Ordinance to establish a conditional use to permit a standard restaurant over 5,000 square feet in an HU-MU Historic Urban Neighborhood Mixed-Use District, on Square 581, Lots A and B, in the Sixth Municipal District, bounded by Freret Street, Upperline Street, LaSalle Street, and Valence Street (Municipal Address: 4730 Freret Street); and otherwise to provide with respect thereto. (ZONING DOCKET NO. 22/23) Annotation: ELECTRONICALLY SUBMITTED. (90 Days, Cn. Deadline 10/25/23). https://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4684 32/48 \f", + "page_content": "- Topic: Ordinance authorizing the Mayor to enter into a Cooperative Endeavor Agreement for a new Medical and Mental Health Services Facility at the Orleans Justice Center\n- Summary: The ordinance authorizes the Mayor to enter into a Cooperative Endeavor Agreement for the construction of a new Medical and Mental Health Services Facility at the Orleans Justice Center. The ordinance was continued to the meeting of 8/10/23.\n- Ordinance Number: CAL. NO. 34,265\n- Votes Summary:\n - Vote 1: Amendment - Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n - Vote 2: Amendment - Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n - Vote 3: Adopt as Amended - Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The ordinance was continued to the meeting of 8/10/23.\n- Tags/Keywords: Cooperative Endeavor Agreement, Orleans Justice Center, Medical and Mental Health Services Facility, Amendment\n- UID: 14f89878-2ed0-49e0-a635-b7b00dcdfa95\n\n- Topic: Ordinance to amend and reordain section 162-155 of the Code of the City of New Orleans\n- Summary: The ordinance aims to amend and reordain section 162-155 of the Code of the City of New Orleans. Speaker Michael Burnside provided information only. \n- Ordinance Number: CAL. NO. 34,266\n- Votes Summary: N/A\n- Decision/Key Actions: Speaker Michael Burnside provided information only.\n- Tags/Keywords: Code amendment, Speaker information\n- UID: 14f89878-2ed0-49e0-a635-b7b00dcdfa95", + "uid": "14f89878-2ed0-49e0-a635-b7b00dcdfa95", + "publish_date": "7-27-2023", "page_number": 32, - "part": 2, - "title": "Regular City Council Meeting Agenda 10-5-2023.pdf" - }, - { - "page_content": "11/15/23, 7:50 PM cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4684 (Cn. Deadline 10/19/23). CONTINUED TO THE MEETING OF 10/19/23. 34363 26. LEGISLATIVE GROUPING 26a. CAL. NO. 34,385 - BY: COUNCILMEMBERS MORRELL, MORENO, HARRIS AND GREEN Brief: An Ordinance to amend and reordain sections 26-615, 26-616, 26-617, 26-618, 26-619, 26-620, 26- 624, and 26-628 of the Code of the City of New Orleans to provide relative to the regulation of short- term rentals; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 1/5/24). CONTINUED TO THE MEETING OF 10/19/23. 34385 26b. MOTION (LYING OVER) - NO. M-23-426 - BY: COUNCILMEMBERS MORRELL, MORENO, HARRIS AND GREEN Brief: Directing the City Planning Commission to conduct a public hearing to consider amendments to Ordinance No. 4,264 M.C.S., amended by Ordinance No. 26,413 M.C.S., as amended, the Comprehensive Zoning Ordinance of the City of New Orleans, to eliminate Non-Commercial Short- Term Rentals as a defined land use and update any and all relevant provisions governing the zoning and use standards for short-term rentals, i", - "page_number": 33, - "part": 1, - "title": "Regular City Council Meeting Agenda 10-5-2023.pdf" + "title": "Regular City Council Minutes 7-27-2023" }, { - "page_content": "ncluding the removal of all references to Non-Commercial Short-Term Rental. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 1/19/24). CONTINUED TO THE MEETING OF 10/19/23. LO M-23-426 POINT OF PERSONAL PRIVILEGE - GIVING A BRIEF STATEMENT REGARDING THE SHORT TERM RENTAL ORDINANCE 26c. MOTION (LYING OVER) - NO. M-23-427 - BY: COUNCILMEMBERS MORRELL, MORENO, HARRIS AND GREEN Brief: Directing the City Planning Commission to conduct a public hearing to amend and reordain Ordinance No. 4264 M.C.S., amended by Ordinance No. 26,413 M.C.S., as amended, the Comprehensive Zoning Ordinance of the City of New Orleans, to amend Article 19 to establish a new Interim Zoning District to be named the Non-Commercial Short-Term Rental Interim Zoning District (IZD), the intent of which is to prohibit the Short-Term Rental, Non-Commercial use within all areas of the City of New Orleans. These prohibitions shall apply citywide. Aside from the use prohibited herein, all other permitted and conditional uses shall be as provided in the Comprehensive Zoning Ordinance. https://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4684 33/48 \f", + "page_content": "- Topic: Establishment of the Riverwalk-Spanish Plaza Economic Development District\n- Summary: The ordinance aims to establish the Riverwalk-Spanish Plaza Economic Development District in the City of New Orleans, designating the governing authority and providing for publication of the ordinance.\n- Ordinance Number: CAL. NO. 34,275\n- Votes Summary:\n Vote 1: Adopt - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The ordinance was adopted with 5 in favor and 2 absent.\n- Tags/Keywords: Economic Development, New Orleans, Establishment\n- UID: 0f294394-d1b9-448c-be34-9d3abb9cc41e\n\n- Topic: Amendment to Chapter 130 of the Code of the City of New Orleans\n- Summary: The ordinance seeks to amend Section 130-39 to provide for restrictions on payments to sellers of nonferrous materials within the city.\n- Ordinance Number: CAL. NO. 34,277\n- Votes Summary:\n Vote 1: Continued - (N/A)\n- Decision/Key Actions: The ordinance was continued to the meeting of 8/10/23.\n- Tags/Keywords: Code Amendment, Nonferrous Materials, Payment Restrictions\n- UID: 0f294394-d1b9-448c-be34-9d3abb9cc41e", + "uid": "0f294394-d1b9-448c-be34-9d3abb9cc41e", + "publish_date": "7-27-2023", "page_number": 33, - "part": 2, - "title": "Regular City Council Meeting Agenda 10-5-2023.pdf" - }, - { - "page_content": "11/15/23, 7:50 PM cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4684 Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 1/19/24). CONTINUED TO THE MEETING OF 10/19/23. LO M-23-427 27. CAL. NO. 34,392 - BY: COUNCILMEMBER GREEN (BY REQUEST) Brief: An Ordinance to approve and authorize the Mayor of the City of New Orleans (\u201cCity\u201d), acting by and through the New Orleans Aviation Board (\u201cNOAB\u201d), to enter into a lease agreement with BRITISH AIRWAYS, PLC, a non-signatory airline operating at the Louis Armstrong New Orleans International Airport (the \u201cAirport\u2019), under circumstances in which a solicitation and selection process is not required by law; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 1/5/24). 34392 - 29667 M.C.S. 37. CAL. NO. 34,418 - BY: COUNCILMEMBER GREEN Brief: An Ordinance to temporarily waive certain fees, permit fees, and requirements within and around Milne Rec Center North Gym, located at 5420 Franklin Ave, New Orleans, LA 70122, in conjunction with Families Hel", - "page_number": 34, - "part": 1, - "title": "Regular City Council Meeting Agenda 10-5-2023.pdf" + "title": "Regular City Council Minutes 7-27-2023" }, { - "page_content": "ping Families of Greater New Orleans, on September 29, 2023 at 7 p.m. \u2014 12 a.m., to specify the duration and boundaries of said waiver; and to provide otherwise with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 1/19/24). 34418 - 29683 M.C.S. 28. CAL. NO. 34,393 - BY: COUNCILMEMBERS GIARRUSSO, HARRIS, MORENO, MORRELL, GREEN, THOMAS AND KING Brief: An Ordinance to add section 2-672 to the Code of the City of New Orleans to require the Law Department to produce and transmit a monthly report regarding contracts in progress including but not limited to, when the contract was requested or received, the type and amount of the contract, the Law Department employee assigned to the contract, the status and date of completion of the contract, and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 1/5/24). CONTINUED TO THE MEETING OF 10/19/23. 34393 29. CAL. NO. 34,394 - BY: COUNCILMEMBER HARRIS (BY REQUEST) https://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4684 34/48 \f", + "page_content": "- Topic: Temporary Waiver of Fees for Event at Morris FX Jeff Sr. Stadium\n- Summary: The ordinance aimed to temporarily waive certain fees, permit fees, and requirements for an event at Morris FX Jeff Sr. Stadium. However, it was withdrawn.\n- Ordinance Number: CAL. NO. 34,283\n- Votes Summary:\n - Vote 1: Withdrawn\n- Decision/Key Actions: The ordinance was withdrawn.\n- Tags/Keywords: Waiver of Fees, Event, Morris FX Jeff Sr. Stadium\n- UID: 0bfe4be3-9019-4ffb-b55f-1c0c95b259bb\n\n- Topic: Outside Employment for Medical Director of Emergency Medical Services\n- Summary: This ordinance aimed to establish a section in the City Code regarding outside employment for the Medical Director of Emergency Medical Services. The discussion was continued to a later meeting.\n- Ordinance Number: CAL NO. 34,284\n- Votes Summary:\n - Vote 1: Continued to the meeting of 10/5/23\n- Decision/Key Actions: The discussion was continued to a later meeting.\n- Tags/Keywords: Outside Employment, Medical Director, Emergency Medical Services\n- UID: 0bfe4be3-9019-4ffb-b55f-1c0c95b259bb\n\n- Topic: Exemption for Contracts Approved by Ordinance\n- Summary: This ordinance aimed to amend a section of the City Code to establish an exemption for contracts approved by ordinance. The Governmental Affairs Committee recommended approval.\n- Ordinance Number: CAL. NO. 34,288\n- Votes Summary:\n - Vote 1: N/A\n- Decision/Key Actions: The Governmental Affairs Committee recommended approval.\n- Tags/Keywords: Exemption, Contracts, City Code\n- UID: 0bfe4be3-9019-4ffb-b55f-1c0c95b259bb", + "uid": "0bfe4be3-9019-4ffb-b55f-1c0c95b259bb", + "publish_date": "7-27-2023", "page_number": 34, - "part": 2, - "title": "Regular City Council Meeting Agenda 10-5-2023.pdf" + "title": "Regular City Council Minutes 7-27-2023" }, { - "page_content": "11/15/23, 7:50 PM cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4684 30. 32. Brief: An Ordinance authorizing the Mayor of the City of New Orleans to enter into a Cooperative Endeavor Agreement between the City of New Orleans (the \u201cCity\u2019\u201d) and The National World War I] Museum, Inc., for a term greater than one year, for the public purpose of improving pedestrian walkways along Andrew Higgins Drive, including enhancements within part of the Museum Operations Corridor, for the benefit of and enjoyment by New Orleans citizens and visitors and to encourage Convention Center participants to explore the historic Warehouse District and the Museum Operations Corridor in the City of New Orleans, as more fully detailed in the Cooperative Endeavor Agreement form titled Exhibit \u201cA\u201d; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 1/19/24). 34394 - 29668 M.C.S. KING AND GREEN Brief: An Ordinance to amend section 58-36 of the Code of the City of New Orleans to merge certain precincts w", + "page_content": "- Topic: Amendment to Ordinance Cal. No. 34,288\n- Summary: The amendment proposed by Councilmember Morrell aimed to make changes to the wording in the preamble and Section 1 of the ordinance.\n- Ordinance Number: 34,288 Amendment\n- Votes Summary:\n Vote 1: Amendment - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n Vote 2: Adopt as Amended - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The amendment was passed and adopted as amended.\n- UID: 1f5dcc2e-15bc-4d89-b304-b82d6439a280\n\n- Topic: Ordinance No. 34,290\n- Summary: This ordinance aimed to appropriate court settlement funds to the Health Department for the Opioid Abatement Task Force to address issues related to the Opioid Crisis.\n- Ordinance Number: 34,290\n- Votes Summary: N/A\n- Decision/Key Actions: The voting outcome for this ordinance was not specified in the provided information.\n- UID: 1f5dcc2e-15bc-4d89-b304-b82d6439a280", + "uid": "1f5dcc2e-15bc-4d89-b304-b82d6439a280", + "publish_date": "7-27-2023", "page_number": 35, - "part": 1, - "title": "Regular City Council Meeting Agenda 10-5-2023.pdf" - }, - { - "page_content": "ith less than 300 registered voters with adjacent precincts in accordance with La. Rev. Stat. \u00a7 18:532; to correctly reflect the boundary of St. Louis Street Canal, where applicable; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 1/19/24). 34402 - 29669 M.C.S. 34402 Precinct 4-3 Attachment 34402 Precinct 12-7 Attachment 34402 AMD 34402 - 29669 M.C.S. AS AMD CAL. NO. 34,404 - BY: COUNCILMEMBERS GIARRUSSO,_ HARRIS, GREEN, KING, MORENO AND THOMAS Brief: An Ordinance to amend and reordain section 2.7 of the Code of the City of New Orleans relative to professional services competitive selection threshold, to include non-professional services; to require the publication of cost and type of professional and non-professional services procured by department; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 1/19/24). WITHDRAWN. 34404 https://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4684 35/48 \f", - "page_number": 35, - "part": 2, - "title": "Regular City Council Meeting Agenda 10-5-2023.pdf" - }, - { - "page_content": "11/15/23, 7:50 PM cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4684 33. CAL.NO. 34,405 - BY: COUNCILMEMBER HARRIS Brief: An Ordinance to amend and reordain section 30-771 of the Code of the City of New Orleans to provide relative to the definition of hotels and motels; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 1/19/24). WITHDRAWN. 34405 34. CAL. NO. 34,406 - BY: COUNCILMEMBER HARRIS (BY REQUEST) Brief: An Ordinance authorizing the Mayor of the City of New Orleans to enter into a Cooperative Endeavor Agreement between the City of New Orleans (the \u201cCity\u201d), and Total Community Action, Inc. (\u201cContractor\u201d), for a term greater than one year, for the public purpose of reducing food insecurity and improving the overall health of households in targeted, low-income City neighborhoods, as more fully set forth in the Cooperative Endeavor Agreement made a part hereof, titled Exhibit \u201c1\u201d; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 1/19/24). 34406 - 29671 M.C.S. 35. CA", - "page_number": 36, - "part": 1, - "title": "Regular City Council Meeting Agenda 10-5-2023.pdf" + "title": "Regular City Council Minutes 7-27-2023" }, { - "page_content": "L. NO. 34,411 - BY: COUNCILMEMBER MORRELL Brief: An Ordinance to amend and re-ordain section 70-10 of the Code of the City of New Orleans to include contracts for the legal services among the agreements requiring execution by the Council President; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 1/19/24). 34411 - 29676 M.CS. 36. CAL. NO. 34,417 - BY: COUNCILMEMBER KING (BY REQUEST) Brief: An Ordinance authorizing the Mayor of the City of New Orleans to enter into a Cooperative Endeavor Agreement between the City of New Orleans (the \u201cCity\u2019\u201d), and New Orleans Humane Law and Rescue, LLC (\u201cContractor\u201d), for a term greater than one year, for the public purpose of ensuring that the City has animal control services, particularly during an emergency, as more fully set forth in the Cooperative Endeavor Agreement and made a part hereof, titled Exhibit \u201c1\u201d; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 1/19/24). https://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4684 36/48 \f", + "page_content": "- Topic: Appropriation of Court Settlement Funds for Opioid Abatement Task Force\n- Summary: The ordinance aimed to amend the operating budget to appropriate court settlement funds to the Health Department for the Opioid Abatement Task Force to address issues related to the Opioid Crisis. The ordinance was recommended for approval by the Joint Economic Development & Budget Committee and was adopted with 5 YEAS and 0 NAYS.\n- Ordinance Number: CAL. NO. 34,291\n- Votes Summary:\n - Vote 1: Adopt - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The ordinance was adopted, allowing for the appropriation of court settlement funds to address the Opioid Crisis.\n- Tags/Keywords: Opioid Crisis, Appropriation of Funds, Health Department\n- UID: 287467ae-4f09-4462-9e38-71b7590d77e6\n\n- Topic: Claiborne Corridor Cultural Innovation District Cooperative Endeavor Agreement\n- Summary: The ordinance authorized the Mayor of the City of New Orleans to enter into a Cooperative Endeavor Agreement between the City and Ujamaa Economic Development Corporation, Inc. for the public purpose of establishing the Claiborne Corridor Cultural Innovation District. The ordinance was introduced by Councilmembers King and Green, and the motion was passed with 5 YEAS and 0 NAYS.\n- Ordinance Number: CAL. NO. 34,292\n- Votes Summary:\n - Vote 1: Adopt - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The ordinance was passed, authorizing the establishment of the Claiborne Corridor Cultural Innovation District through a Cooperative Endeavor Agreement.\n- Tags/Keywords: Cooperative Endeavor Agreement, Economic Development, Cultural Innovation District\n- UID: 287467ae-4f09-4462-9e38-71b7590d77e6", + "uid": "287467ae-4f09-4462-9e38-71b7590d77e6", + "publish_date": "7-27-2023", "page_number": 36, - "part": 2, - "title": "Regular City Council Meeting Agenda 10-5-2023.pdf" - }, - { - "page_content": "11/15/23, 7:50 PM cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4684 34417 - 29682 M.CS. 38. MOTION - NO. M-23-446 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, MORRELL, GREEN AND THOMAS Brief: Submitting for Council approval the following amendment to the Classified Pay Plan (Police - NCIC) as adopted by the Civil Service Commission at its meeting of September 20, 2023, in accordance with Article X, Section 10 of the Constitution of Louisiana, that the amendment to the Classified Pay Plan is approved to be effective October 8, 2023. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 2/2/24). M-23-446 39. MOTION - NO. M-23-447 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, MORRELL, GREEN AND THOMAS Brief: Submitting for Council approval the following amendments to the Classified Pay Plan (Police - Crime Laboratory) as adopted by the Civil Service Commission at its meeting of September 20, 2023, in accordance with Article X, Section 10 of the Constitution of Louisiana, that the amendments to the Classified Pay Plan are approved to be effective ", - "page_number": 37, - "part": 1, - "title": "Regular City Council Meeting Agenda 10-5-2023.pdf" + "title": "Regular City Council Minutes 7-27-2023" }, { - "page_content": "October 8, 2023. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 2/2/24). M-23-447 40. MOTION - NO. M-23-448 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, MORRELL, GREEN AND THOMAS Brief: Submitting for Council approval the following amendments to the Classified Pay Plan (Safety and Permits), Hiring Rates: Floodplain Program Manager Series as adopted by the Civil Service Commission at its meeting of September 20, 2023, in accordance with Article X, Section 10 of the Constitution of Louisiana, that the amendments to the Classified Pay Plan are approved to be effective October 8, 2023. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 2/2/24). M-23-448 41. MOTION - NO. M-23-449 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, MORRELL, GREEN AND THOMAS Brief: Submitting for Council approval the following amendments to the Classified Pay Plan (Public Works), Hiring Rates: Taxicab Hiring Rates as adopted by the Civil Service Commission at its meeting of https://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4684 37/48 \f", + "page_content": "- Topic: Amendment of Section 6-37 of the City Code\n- Summary: The ordinance aimed to clarify language for the maximum allowable penalty for code violations. It was introduced by Councilmember Green and received support from speaker Michael Burnside. The vote resulted in 5 YEAS and 0 NAYS, with 2 council members absent.\n- Ordinance Number: CAL. NO. 34,292\n- Votes Summary:\n Vote 1: Adopt - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The ordinance was adopted.\n- Tags/Keywords: City Code, Penalty, Code Violations\n- UID: 51d5f9be-64d1-4899-b85a-93d73f467fcd\n\n- Topic: Appropriation of Unspent Funds to Law Department\n- Summary: This ordinance sought to amend an existing ordinance to allocate unspent funds to the Law Department for various state settlement and judgment payments. It was introduced by Councilmembers Giarrusso, Moreno, Green, and Thomas. The vote resulted in 5 YEAS and 0 NAYS, with 2 council members absent.\n- Ordinance Number: CAL. NO. 34,294\n- Votes Summary:\n Vote 1: Adopt - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The ordinance was adopted.\n- Tags/Keywords: Appropriation, Unspent Funds, Law Department\n- UID: 51d5f9be-64d1-4899-b85a-93d73f467fcd", + "uid": "51d5f9be-64d1-4899-b85a-93d73f467fcd", + "publish_date": "7-27-2023", "page_number": 37, - "part": 2, - "title": "Regular City Council Meeting Agenda 10-5-2023.pdf" - }, - { - "page_content": "11/15/23, 7:50 PM cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4684 September 20, 2023, in accordance with Article X, Section 10 of the Constitution of Louisiana, that the amendments to the Classified Pay Plan are approved to be effective October 8, 2023. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 2/2/24). M-23-449 42. MOTION - NO. M-23-450 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, MORRELL, GREEN AND THOMAS Brief: Submitting for Council approval the following amendments to the Classified Pay Plan (Public Works), Hiring Rates: Construction Inspector and New Classification as adopted by the Civil Service Commission at its meeting of September 20, 2023, in accordance with Article X, Section 10 of the Constitution of Louisiana, that the amendments to the Classified Pay Plan are approved to be effective October 8, 2023. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 2/2/24). M-23-450 43. MOTION - NO. M-23-451 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, MORRELL, GREEN AND THOMAS Brief: Submitting for", - "page_number": 38, - "part": 1, - "title": "Regular City Council Meeting Agenda 10-5-2023.pdf" + "title": "Regular City Council Minutes 7-27-2023" }, { - "page_content": " Council approval the following amendment to the Classified Pay Plan (Fire) as adopted by the Civil Service Commission at its meeting of September 20, 2023, in accordance with Article X, Section 10 of the Constitution of Louisiana, that the amendment to the Classified Pay Plan is approved to be effective October 8, 2023. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 2/2/24). CONTINUED TO THE MEETNG OF 10/19/23. M-23-451 46. MOTION - NO. M-23-458 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, MORRELL, GREEN AND THOMAS Brief: Submitting for Council approval the following amendment to the Classified Pay Plan (Library Bilingual Pay) as adopted by the Civil Service Commission at its meeting of September 20, 2023, in accordance with Article X, Section 10 of the Constitution of Louisiana, that the amendment to the Classified Pay Plan is approved to be effective October 8, 2023. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 2/2/24). M-23-458 https://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4684 38/48 \f", + "page_content": "- Topic: Appropriation of unspent funds to the Law Department for state settlement and judgment payments\n- Summary: The ordinance aims to amend the operating budget to allocate unspent funds to the Law Department for various state settlement and judgment payments. The ordinance was continued to the meeting of 8/10/23 and referred to the Budget Committee.\n- Ordinance Number: CAL. NO. 34,295\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: Continued to the meeting of 8/10/23 and referred to the Budget Committee\n- UID: a9479878-6138-4dc2-a3dc-9ff455e6ac89\n\n- Topic: Appropriation of funds to the Department of Public Works for Indigent Defender fees on red light camera tickets\n- Summary: This ordinance seeks to amend the operating budget of revenues to allocate funds to the Department of Public Works for Indigent Defender fees on red light camera tickets. The ordinance was continued to the meeting of 8/10/23 and referred to the Budget Committee.\n- Ordinance Number: CAL. NO. 34,296\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: Continued to the meeting of 8/10/23 and referred to the Budget Committee\n- UID: a9479878-6138-4dc2-a3dc-9ff455e6ac89\n\n- Topic: Appropriation of funds to the Department of Public Works for Indigent Defender fees on red light camera tickets\n- Summary: This ordinance aims to amend the operating budget of expenditures to allocate funds to the Department of Public Works for Indigent Defender fees on red light camera tickets. The ordinance was continued to the meeting of 8/10/23 and referred to the Budget Committee.\n- Ordinance Number: CAL. NO. 34,297\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: Continued to the meeting of 8/10/23 and referred to the Budget Committee\n- UID: a9479878-6138-4dc2-a3dc-9ff455e6ac89", + "uid": "a9479878-6138-4dc2-a3dc-9ff455e6ac89", + "publish_date": "7-27-2023", "page_number": 38, - "part": 2, - "title": "Regular City Council Meeting Agenda 10-5-2023.pdf" + "title": "Regular City Council Minutes 7-27-2023" }, { - "page_content": "11/15/23, 7:50 PM cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4684 48. MOTION - NO. M-23-463 - BY: COUNCILMEMBER GIARRUSSO (BY REQUEST) Brief: Ratifying, confirming, and approving the Mayor's appointment of LaVerne Toombs, (vice Keely Thibodaux), as an at-large member of the Vieux Carre' Commission, effective upon approval by the Council of the City of New Orleans, for a term that will expire on June 30, 2026. Annotation: (Council Rule 34. Postponement Deadline 2/2/24). (Questionnaire received). (Referred to the Governmental Affairs Committee). CONTINUED TO THE MEETING OF 10/19/23. M-23-463 - Redacted 44. MOTION - NO. M-23-454 - BY: COUNCILMEMBER KING (BY REQUEST) Brief: Adding the President of the Council as a signatory to a service agreement between the City of New Orleans and Resuscitation Quality Improvement Partners, LLC; and authorizing the President of the Council to sign a service agreement between the City of New Orleans and Resuscitation Quality Improvement Partners, LLC (Exhibit A). Annotation: (Council Rule 34. Postponement Deadline 2/2/24). CONTINUED TO THE MEETIN", + "page_content": "- Topic: Appropriation of funds to the Orleans Parish Public Defender\u2019s Office for criminal defense representation\n- Summary: The council considered three ordinances to appropriate funds to the Orleans Parish Public Defender\u2019s Office within Miscellaneous Programs for criminal defense representation to indigent persons accused of committing crimes in Orleans Parish.\n- Ordinance Number: CAL. NO. 34,298, CAL. NO. 34,299, CAL. NO. 34,300\n- Votes Summary:\n Vote 1: Continued to the meeting of 8/10/23 and referred to the budget committee\n Vote 2: N/A\n Vote 3: N/A\n- Decision/Key Actions: The ordinances were continued to a future meeting and referred to the budget committee for further consideration.\n- Tags/Keywords: Appropriation of funds, Orleans Parish Public Defender\u2019s Office, criminal defense representation, budget committee\n- UID: 97e69b40-2f81-4f53-8ff7-72fba0af07e5", + "uid": "97e69b40-2f81-4f53-8ff7-72fba0af07e5", + "publish_date": "7-27-2023", "page_number": 39, - "part": 1, - "title": "Regular City Council Meeting Agenda 10-5-2023.pdf" - }, - { - "page_content": "G OF 10/19/23. M-23-454 45. MOTION - NO. M-23-455 - BY: COUNCILMEMBER KING (BY REQUEST) Brief: Adding the President of the Council as a signatory to the Professional Services Contract between the City of New Orleans and HTC Enterprises LA, LLC DBA Homestead Title; and authorizing the President of the Council to sign the Professional Services Contract between the City of New Orleans and HTC Enterprises LA, LLC DBA Homestead Title. Annotation: (Council Rule 34. Postponement Deadline 2/2/24). M-23-455 44. MOTION - NO. M-23-454 - BY: COUNCILMEMBER KING (BY REQUEST) Brief: Adding the President of the Council as a signatory to a service agreement between the City of New Orleans and Resuscitation Quality Improvement Partners, LLC; and authorizing the President of the Council to sign a service agreement between the City of New Orleans and Resuscitation Quality Improvement Partners, LLC (Exhibit A). Annotation: (Council Rule 34. Postponement Deadline 2/2/24). 49. MOTION - NO. M-23-464 - BY: COUNCILMEMBER GIARRUSSO (BY REQUEST) https://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4684 39/48 \f", - "page_number": 39, - "part": 2, - "title": "Regular City Council Meeting Agenda 10-5-2023.pdf" - }, - { - "page_content": "11/15/23, 7:50 PM cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4684 Brief: Ratifying, confirming and approving the Mayor's appointment of Wilmer Jacobs (vice Bruce Hoefer, Jr.), as amember of the Audubon Commission, effective upon approval by the Council of the City of New Orleans, for a term that will expire on June 30, 2028. Annotation: (Council Rule 34. Postponement Deadline 2/2/24). (Questionnaire received). (Referred to the Governmental Affairs Committee). CONTINUED TO THE MEETING OF 10/19/23. M-23-464 - Redacted 50. MOTION - NO. M-23-465 - BY: COUNCILMEMBER GIARRUSSO (BY REQUEST) Brief: Ratifying, confirming and approving the Mayor's appointment of Emily Woff (vice Brent Wood), as a member of the Audubon Commission, effective upon approval by the Council of the City of New Orleans, for a term that will expire on June 30, 2028. Annotation: (Council Rule 34. Postponement Deadline 2/2/24). (Questionnaire received). (Referred to the Governmental Affairs Committee). CONTINUED TO THE MEETING OF 10/19/23. M-23-465 - Redacted 51. ", - "page_number": 40, - "part": 1, - "title": "Regular City Council Meeting Agenda 10-5-2023.pdf" - }, - { - "page_content": "MOTION - NO. M-23-466 - BY: COUNCILMEMBER HARRIS (BY REQUEST), Brief: Ratifying, confirming and approving the Mayor's appointment of Ludovico Feoli (vice Daniel O. Conwill, IV), as a member of the Audubon Commission, effective upon approval by the Council of the City of New Orleans, for a term that will expire on June 30, 2027. Annotation: (Council Rule 34. Postponement Deadline 2/2/24). (Questionnaire received). (Referred to the Governmental Affairs Committee). CONTINUED TO THE MEETING OF 10/19/23. M-23-466 - Redacted 52. MOTION - NO. M-23-467 - BY: COUNCILMEMBER KING (BY REQUEST) Brief: Ratifying, confirming, and approving the Mayor's appointment of Vincent Weaver, (vice LaVerne Toombs), representing the New Orleans Chamber of Commerce on the Vieux Carre' Commission, effective upon approval by the Council of the City of New Orleans, for a term that will expire on June 30, 2026. Annotation: (Council Rule 34. Postponement Deadline 2/2/24). (Questionnaire received). https://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4684 40/48 \f", - "page_number": 40, - "part": 2, - "title": "Regular City Council Meeting Agenda 10-5-2023.pdf" - }, - { - "page_content": "11/15/23, 7:50 PM cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4684 (Referred to the Governmental Affairs Committee). CONTINUED TO THE MEETING OF 10/19/23. M-23-467 53. MOTION - NO. M-23-472 - BY: COUNCILMEMBER GIARRUSSO Brief: Directing the City Planning Commission to conduct a public hearing to consider amending Ordinance No. M.C.S 4264, as amended by Ordinance No. 26,413 M.C.S., as amended, the Comprehensive Zoning Ordinance of the City of New Orleans, to amend and reordain Article 18, Overlay Zoning Districts, to establish a new overlay district named the University Area Design Overlay, the intent of which is to provide Design Advisory Committee review for new residentially-zoned structures, or major renovations or expansions of residentially-zoned structures located in the University Area, that being the area generally bounded by South Claiborne Avenue in the north, Nashville Avenue in the east, Saint Charles Avenue in the south, and South Carrollton Avenue in the south. The University Area Design Overlay requirements are as follows: 1. Development plan and design review is required for any enlargement or addition of 10% or more of the existing square footage in accordance with the thresholds of applicability in Section 4.5, as well as any additional thresholds of applicability of the University Area Design Overlay D", - "page_number": 41, - "part": 1, - "title": "Regular City Council Meeting Agenda 10-5-2023.pdf" - }, - { - "page_content": "istrict. 2. Development plan and design review shall only apply to properties zoned HU-RD1, HU-RD2, HU-RS, HU-RM1, and HU-RM2 as determined by the City Planning Commission and the Department of Safety and Permits. 3. Design shall be compatible in scale, materials, street level uses, and spatial relationships with existing development. 4. Any new structure or increase of square footage shall not exceed a maximum building height of thirty (30) feet with a maximum of two (2) stories. 5. Waivers of these design requirements may be considered by the Board of Zoning Adjustments. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 2/2/24). M-23-472 54. MOTION - NO. M-23-479 - BY: COUNCILMEMBERS KING, GIARRUSSO AND MORENO Brief: Directing the City Planning Commission to conduct a public hearing to consider hours of operation and density for parklets that are on blocks that are not zoned commercial or mixed use from comer to corner and to consider amendments to the Comprehensive Zoning Ordinance (Ordinance No. 4,264 M.C.S., amended by Ordinance No. 26,413 M.C.S. and subsequent amendments) to amend the \"DISTRICT\" column associated with the permitted temporary use for Parklets in Table 21-3 in Section 21.8.C, and to amend Section 21.8.C.16. https://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4684 41/48 \f", - "page_number": 41, - "part": 2, - "title": "Regular City Council Meeting Agenda 10-5-2023.pdf" - }, - { - "page_content": "11/15/23, 7:50 PM cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4684 Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 2/2/24). M-23-479 55. MOTION - NO. M-23-480 - BY: COUNCILMEMBER HARRIS Brief: Authorizing the President of the Council to sign the Cooperative Endeavor Agreement between the Office of Community Development and START Corporation, Inc. Annotation: (Council Rule 34. Postponement Deadline 2/2/24). 56. ORDINANCES ON FIRST READING CALENDAR NUMBERS 34,419 THRU 34,378. INRODUCED AND LAID OVER AS REQUIRED BY LAW. 56a. CAL. NO. 34,419 - BY: COUNCILMEMBER KING (BY REQUEST) Brief: An Ordinance authorizing the Mayor of the City of New Orleans to enter into a Cooperative Endeavor Agreement (\u201cCEA\u201d) between the City of New Orleans (the \u201cCity\u201d) and Foundation for Louisiana, collectively referred to as \u201cParties\u201d, for a term greater than one year, for the public purpose of providing fiscal sponsorship for the National League of Cities\u2019 Southern Cities for Economic Inclusion (\u201cSCEP\u2019) initiative of which the City of New Orleans is a part, as more fully detailed in the CEA form as Exhibit \u201cA\u201d; and otherwise to provide with respect th", - "page_number": 42, - "part": 1, - "title": "Regular City Council Meeting Agenda 10-5-2023.pdf" - }, - { - "page_content": "ereto. Annotation: (Council Rule 34. Postponement Deadline 2/2/24). 34419 56b. CAL. NO. 34,420 - BY: COUNCILMEMBERS MORRELL AND HARRIS Brief: An Ordinance to amend and reordainArticle 19 of the Comprehensive Zoning Ordinance (Ordinance No. 4264 M.C.S., as amended by Ordinance No. 26,413 M.C.S. and subsequent amendments) to establish a new Interim Zoning District (IZD) to be named the Commercial Short-Term Rental Interim Zoning District, the intent of which is to prohibit Short-Term Rental, Commercial and Hostels as allowable uses within all areas of the city, and to limit the development of Timeshares with the following considerations: Instituting a cap of no more than one unit or 25% of total dwelling units on a lot or a single building constructed across lot lines, whichever is greater, to be permitted to be included within a Timeshare Plan within a Timeshare Building; and In the CBD-5 Urban Core Neighborhood Lower Intensity Mixed-Use District, a Timeshare Building shall only be permitted when the total number of dwelling units is at least ten and the Mandatory Inclusionary Zoning regulations of https://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4684 42/48 \f", - "page_number": 42, - "part": 2, - "title": "Regular City Council Meeting Agenda 10-5-2023.pdf" - }, - { - "page_content": "11/15/23, 7:50 PM cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4684 Article 28 are triggered, and an Affordable Housing Unit is provided as required by law. This cap shall not apply to the VCE Vieux Carre Entertainment District, to structures which front on Canal Street between the Mississippi River and Rampart Street, the EC Educational Campus District, MC Medical Campus District, LS Life Science District, or the MI Maritime Industrial District Commercial and Recreational Subdistrict; and otherwise to provide with respect thereto. (Zoning Docket NO. 62/23) Annotation: ELECTRONICALLY SUBMITTED.(90 Day, Cn. Deadline 12/20/23). (Cn. Deadline 12/14/23). 34420 56c. CAL. NO. 34,421 - BY: COUNCILMEMBER HARRIS Brief: An Ordinance to amend and reordainthe use tables in Articles 9, 10, 11, 12, 13, 14, 15, and 17of the Comprehensive Zoning Ordinance (Ordinance No. 4264 M.C.S., as amended by Ordinance No. 26,413 M.C.S. and subsequent amendments) to permit \u201cDomestic Protection Shelter\u201d and \u201cEmergency Shelter\u201d by-right as institutional uses in all zoning districts where multi-family dwellings are permitted; and otherwise to provide with respect thereto. (Zoning Docket NO. 63/23) Annotation: (90 Day, Cn. Deadline 12/20/23). (Cn. Deadline 12/14/", - "page_number": 43, - "part": 1, - "title": "Regular City Council Meeting Agenda 10-5-2023.pdf" + "title": "Regular City Council Minutes 7-27-2023" }, { - "page_content": "23). 34421 56d. CAL. NO. 34,422 - BY: COUNCILMEMBER HARRIS Brief: An Ordinance to establish a conditional use to permit a neighborhood commercial establishment in an HU-RMI1 Historic Urban Multi-Family Residential District on Square 261, Lot 1, in the Fourth Municipal District, bounded by Dryades Street, Second Street, Baronne Street, and Third Street (Municipal Addresses: 1834 Second Street and 2508-2512 Dryades Street); and otherwise to provide with respect thereto. (Zoning Docket NO 64/23) Annotation: (90 Day, Cn. Deadline 12/20/23). (Cn. Deadline 12/14/23). 34422 56e. CAL. NO. 34,423 - BY: COUNCILMEMBER KING Brief: An Ordinanceto effect a zoning change froman S-RS Suburban Single-Family Residential District to an S-B1 Suburban Business District, on Square 2, Lot 27 or part Lot 27, in the Fifth Municipal District, bounded by General Meyer Avenue, Casimire Street, Carver Street, and Zion Street (Municipal Addresses: 6505 General Meyer Avenue and 2810 Casimire Street); and otherwise to provide with respect thereto. (Zoning Docket NO. 66/23) Annotation: (90 Day, Cn. Deadline 12/20/23). (Cn. Deadline 12/14/23). 34423 56f. CAL. NO. 34,424 - BY: COUNCILMEMBER GREEN https://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4684 43/48 \f", - "page_number": 43, - "part": 2, - "title": "Regular City Council Meeting Agenda 10-5-2023.pdf" + "page_content": "- Topic: Program to expand COVID-19 health center services\n- Summary: The ordinance aims to appropriate additional one-time grant funds awarded to Healthcare for the Homeless to expand COVID-19 health center services. The ordinance was continued to the meeting of 8/10/23 and referred to the budget committee.\n- Ordinance Number: 34,301\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: Continued to the meeting of 8/10/23 and referred to the budget committee\n- Tags/Keywords: COVID-19, health center services, grant funds\n- UID: 3060f363-86cf-4b29-aef4-d04b1139ef2e\n\n- Topic: Appropriation of funds for outstanding Parity Bond Notes\n- Summary: This ordinance aims to appropriate funds to the Department of Finance for the outstanding Parity Bond Notes in series 2012, 2016, and 2017. The ordinance was continued to the meeting of 8/10/23 and referred to the budget committee.\n- Ordinance Number: 34,302\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: Continued to the meeting of 8/10/23 and referred to the budget committee\n- Tags/Keywords: Appropriation of funds, Parity Bond Notes, Department of Finance\n- UID: 3060f363-86cf-4b29-aef4-d04b1139ef2e\n\n- Topic: Amendment to Operating Budget of Expenditures\n- Summary: This ordinance aims to amend the Operating Budget of Expenditures for the City of New Orleans for the Year 2023 to appropriate additional one-time grant funds awarded to Healthcare for the Homeless to expand COVID-19 health center services. The ordinance was continued to the meeting of 8/10/23 and referred to the budget committee.\n- Ordinance Number: 34,303\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: Continued to the meeting of 8/10/23 and referred to the budget committee\n- Tags/Keywords: Operating Budget of Expenditures, grant funds, Healthcare for the Homeless\n- UID: 3060f363-86cf-4b29-aef4-d04b1139ef2e", + "uid": "3060f363-86cf-4b29-aef4-d04b1139ef2e", + "publish_date": "7-27-2023", + "page_number": 40, + "title": "Regular City Council Minutes 7-27-2023" }, { - "page_content": "11/15/23, 7:50 PM cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4684 Brief: An Ordinance to establish a conditional use to permit a community center in an HU-RD2 Historic Urban Two-Family Residential District, on Square 766, Lots 23 and 24, in the Third Municipal District, bounded by North Roman Street, New Orleans Avenue, North Derbigny Street, St. Bernard Avenue, and Seventh Street (Municipal Address: 1660 N. Roman Street); and otherwise to provide with respect thereto. (Zoning Docket NO. 67/23) Annotation: (90 Day, Cn. Deadline 12/20/23). (Cn. Deadline 12/14/23). 34424 56g. CAL. NO. 34,425 - BY: COUNCILMEMBER KING (BY REQUEST) Brief: An Ordinanceto ratify the execution and delivery by the New Orleans Building Corporation (\"NOBC\") of the Third Amendment to Third Amendment and Restatement of Lease, which is attached hereto as Exhibit \u201cA\u2019\u2019(the \u201cAmendment\u201d), and which amends the Third Amendment and Restatement of Lease dated September 25, 1989, as amended by the First Amendment to Restatement of Lease and Servitude dated September 29, 1989 and the Amendment of Lease Agreement dated February 17, 2000 (collectively, the \u201cMercier Lease\u201d), pursuant to which Mercier Realty and Investment Company, a Louisiana corporation (\"Mercier\"), leases to NOBC certain premises located at the corner of Iberville and Dauphine Streets in the French", - "page_number": 44, - "part": 1, - "title": "Regular City Council Meeting Agenda 10-5-2023.pdf" + "page_content": "- Topic: Operating Budget of Expenditures for the City of New Orleans for the Year 2023\n - Summary: The ordinance aims to appropriate funds to the Department of Finance for outstanding Parity Bond Notes in series 2012, 2016, and 2017.\n - Ordinance Number: 34303\n - Votes Summary:\n Vote 1: N/A - (Postponed to the meeting of 8/10/23)\n - Decision/Key Actions: Postponed to the meeting of 8/10/23 and referred to the Budget Committee.\n - Tags/Keywords: Operating Budget, Expenditures, Parity Bond Notes\n - UID: ae1c58a4-3c8c-487c-85cb-ba50e31ee31d\n\n- Topic: Amendments to Chapter 82, Article XII of the Code of the City of New Orleans\n - Summary: The ordinance seeks to update the definition of personal property, personal property removal and storage requirements, and city emergency powers and obligations.\n - Ordinance Number: 34304\n - Votes Summary:\n Vote 1: N/A - (Continued to the meeting of 8/10/23)\n - Decision/Key Actions: Continued to the meeting of 8/10/23.\n - Tags/Keywords: Code Amendments, Personal Property, Emergency Powers\n - UID: ae1c58a4-3c8c-487c-85cb-ba50e31ee31d\n\n- Topic: Establishment of a Communications Campaign for Supporting Unhoused Residents\n - Summary: The ordinance aims to establish a communications campaign and giving platform relative to supporting unhoused residents in New Orleans.\n - Ordinance Number: 34305\n - Votes Summary:\n Vote 1: N/A - (Continued to the meeting of 8/10/23)\n - Decision/Key Actions: Continued to the meeting of 8/10/23.\n - Tags/Keywords: Communications Campaign, Unhoused Residents, Support\n - UID: ae1c58a4-3c8c-487c-85cb-ba50e31ee31d\n\n- Topic: Temporary Waiver of Fees and Requirements for Devour Park Event\n - Summary: The ordinance seeks to temporarily waive certain fees, permit fees, and requirements within and around Devour Park for the Fatherhood Roundtable event.\n - Ordinance Number: 34306\n - Votes Summary:\n Vote 1: N/A - (Continued to the meeting of 8/10/23)\n - Decision/Key Actions: Continued to the meeting of 8/10/23.\n - Tags/Keywords: Fee Waiver, Event, Devour Park\n - UID: ae1c58a4-3c8c-487c-85cb-ba50e31ee31d", + "uid": "ae1c58a4-3c8c-487c-85cb-ba50e31ee31d", + "publish_date": "7-27-2023", + "page_number": 41, + "title": "Regular City Council Minutes 7-27-2023" }, { - "page_content": " Quarter of New Orleans (as more particularly described in the Mercier Lease, the \"Leased Premises\"); and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 2/2/24). 34425 56h. CAL. NO. 34,426 - BY: COUNCILMEMBER GIARRUSSO Brief: An Ordinanceto amend Ordinance No. 29,265 M.C.S., as amended, entitled \u201cAn Ordinance providing an Operating Budget of Revenues for the City of New Orleans for the Year 2023\u201d to appropriate unassigned funds balance to the City Council to provide additional funding to support Council contract initiatives regarding investigations and a utility appeal hearing process; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 2/2/24). 34426 561. CAL. NO. 34,427 - BY: COUNCILMEMBER GIARRUSSO = Brief: An Ordinanceto amend Ordinance No. 29,266 M.C.S., as amended, entitled \u201cAn Ordinance providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023\u201d to appropriate funds to the City Council, to provide for use of fund balance to support Council contract initiatives regarding investigations and a utility appeal hearing process; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 2/2/24). https://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4684 44/48 \f", - "page_number": 44, - "part": 2, - "title": "Regular City Council Meeting Agenda 10-5-2023.pdf" + "page_content": "- Topic: Amendment to Section 82-697 of the Code of the City of New Orleans\n- Summary: The ordinance aimed to allow for the removal of personal items outside of tents at encampment areas. However, it was withdrawn.\n- Ordinance Number: 34,307\n- Votes Summary:\n Vote 1: Withdrawn\n- Decision/Key Actions: Withdrawn\n- Tags/Keywords: City of New Orleans, encampment areas, personal items\n- UID: ab56c524-dec6-4bb5-9e62-c68c8a692b7f\n\n- Topic: Amendment to Sections 82-410 and 82-412 of the Code of the City of New Orleans\n- Summary: The ordinance aimed to increase penalties and provide regulations for food waste and distribution of food under or adjacent to certain areas. It was referred to the Quality of Life Committee and continued to the next meeting.\n- Ordinance Number: 34,308\n- Votes Summary:\n Vote 1: Referred to the Quality of Life Committee\n Vote 2: Continued to the next meeting\n- Decision/Key Actions: Referred to committee, continued to next meeting\n- Tags/Keywords: City of New Orleans, food waste, distribution of food, penalties\n- UID: ab56c524-dec6-4bb5-9e62-c68c8a692b7f", + "uid": "ab56c524-dec6-4bb5-9e62-c68c8a692b7f", + "publish_date": "7-27-2023", + "page_number": 42, + "title": "Regular City Council Minutes 7-27-2023" }, { - "page_content": "11/15/23, 7:50 PM cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4684 34427 56j. CAL. NO. 34,428 - BY: COUNCILMEMBER HARRIS (BY REQUEST) Brief: An Ordinance to authorize the Mayor of the City of New Orleans to enter into a cooperative endeavor agreement with the New Orleans Building Corporation(\"NOBC\"), for administration of a parcel of land owned by the State of Louisiana, located beneath U.S. Highway 90 (Pontchartrain Expressway); and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 2/2/24). 34428 56k. CAL. NO. 34,429 - BY: COUNCILMEMBER KING (BY REQUEST) Brief: An Ordinance to authorize the execution and delivery by the New Orleans Building Corporation (\"NOBC\") and the City of New Orleans (the \"City\") of the Sixth Amendment to Agreement of Lease by and among NOBC, as Landlord, Rockstep Riverwalk, LLC, a Delaware limited liability company, (\"Rockstep\") as Tenant, and the City, as Intervenor, which amendment is attached hereto as Exhibit \u201cA\u2019\u2019(the \u201cAmendment\u2019), and which amends the long term Lease (as defined below), pursuant to which NOBC leases the property generally known as Spanish Plaza, the Canal Street Wharf Riparian Land and the Lower Julia Street Wharf Riparian Land, as more particularly described in the Lease (the \u201cProperty\u201d), to Rockstep, to operate a ", - "page_number": 45, - "part": 1, - "title": "Regular City Council Meeting Agenda 10-5-2023.pdf" + "page_content": "- Topic: Amendment to Rule 15.A of the Council\u2019s Rules and Regulations\n- Summary: The amendment aims to clarify the process for appointments to boards, commissions, or public agencies requiring Council approval. It includes requirements for nominee questionnaires and appearances before the Governmental Affairs Committee.\n- Ordinance Number: 34308 Amendment\n- Votes Summary:\n - Vote 1: Passed - (5 YEAS, 0 NAYS, 2 ABSENT)\n- Decision/Key Actions: The amendment was adopted, and the motion was approved.\n- Tags/Keywords: Council Rules, Appointments, Governmental Affairs Committee\n- UID: 75fe2900-be2a-40b7-bbbf-cb1914e6dc97", + "uid": "75fe2900-be2a-40b7-bbbf-cb1914e6dc97", + "publish_date": "7-27-2023", + "page_number": 43, + "title": "Regular City Council Minutes 7-27-2023" }, { - "page_content": "mall and related amenities, and other uses as more particularly described in the Lease; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 2/2/24). 34429 56l. CAL. NO. 34,430 - BY: COUNCILMEMBER HARRIS (BY REQUEST) Brief: An Ordinance to authorize the Mayor of the City of New Orleans to enter into Amendment No. 2 to a previously executed Cooperative Endeavor Agreement (\u201cCEA\u201d) between the City of New Orleans (the \u201cCity\u201d) and The Downtown Development District of the City of New Orleans, relative to infrastructure improvements and enhancement in the Downtown Development District, to extend the term thereof for an additional two (2) years, as more fully set forth in the Amendment No. 2 form as Exhibit \u201c1\u201d and made a part hereof; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 2/2/24). 34430 56m. CAL. NO. 34,431 - BY: COUNCILMEMBER GREEN (BY REQUEST) Brief: An Ordinance to authorize the Mayor of the City of New Orleans to enter into Amendment No. 4 to a previously executed Cooperative Endeavor Agreement (\u201cCEA\u201d) between the City of New Orleans (the \u201cCity\u201d) and The University of New Orleans, relative to the restoration of the City's infrastructure https://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4684 45/48 \f", - "page_number": 45, - "part": 2, - "title": "Regular City Council Meeting Agenda 10-5-2023.pdf" + "page_content": "- Topic: Amendment of Council's Rules and Regulations\n- Summary: The ordinance aimed to amend Rule 15.A of the Council's Rules and Regulations, outlining the process for making appointments to boards, commissions, or public agencies requiring Council approval. The motion was to refer appointment motions to the Governmental Affairs Committee for initial consideration before approval by the full Council and to set requirements for outgoing and incoming members. The substitute motion M-23-313 was adopted.\n- Ordinance Number: M-23-313\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The substitute motion M-23-313 was adopted, granting the Council Research Office flexibility to make formatting and numbering changes to accommodate the amendments.\n- UID: 7ccd24a7-5fcd-4bfa-b600-56dce98e02e5", + "uid": "7ccd24a7-5fcd-4bfa-b600-56dce98e02e5", + "publish_date": "7-27-2023", + "page_number": 44, + "title": "Regular City Council Minutes 7-27-2023" }, { - "page_content": "11/15/23, 7:50 PM cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4684 damaged as a result of Hurricane Katrina, including roads, the storm water drainage system, water distribution lines, sanitary sewer collection lines, and Americans with Disabilities Act (ADA) compliant curb ramps, all in furtherance of the Joint Infrastructure Recovery Request (JIRR) Program, to modify the provisions thereof, as more fully set forth in the Amendment No. 4 form as Exhibit \u201c1\u201d and made a part hereof; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 2/2/24). 34431 56n. CAL. NO. 34,432 - BY: COUNCILMEMBERSGIARRUSSO, MORENO, GREEN AND THOMAS (BYREQUEST) Brief: An Ordinance to amend Ordinance No. 29266 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023\u201d, to move funds from the Office of the Mayor to the Department of Human Services for NOLA East Criminal Justice Work; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 2/2/24). (Fiscal Note received). 34432 560. CAL. NO. 34,433 - BY: COUNCILMEMBERS GIARRUSSO,MORENO, GREEN AND THOMAS (BYREQUEST) Brief: An Ordinanceto amend Ordinance No. 29265 M.C.S.", - "page_number": 46, - "part": 1, - "title": "Regular City Council Meeting Agenda 10-5-2023.pdf" + "page_content": "- Topic: Briefing on City's Position before Filing in Court\n- Summary: The ordinance requires the Department of Law to brief the Council on the City's position before any substantive filing is made in the United States District Court for the Eastern District of Louisiana. The motion was adopted.\n- Ordinance Number: M-23-164\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The Department of Law must brief the Council before any substantive court filing.\n- UID: 36bce083-d81d-4dc0-ac31-db42fd58d5a0\n\n- Topic: President of the Council as Signatory to Loan Agreement\n- Summary: This ordinance adds the President of the Council as a signatory to the Loan Agreement and accessory agreements between the City of New Orleans and St. Bernard Circle Apartments, LLC. The motion was adopted.\n- Ordinance Number: M-23-320\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The President of the Council is authorized to sign the Loan Agreement and accessory agreements.\n- UID: 36bce083-d81d-4dc0-ac31-db42fd58d5a0", + "uid": "36bce083-d81d-4dc0-ac31-db42fd58d5a0", + "publish_date": "7-27-2023", + "page_number": 45, + "title": "Regular City Council Minutes 7-27-2023" }, { - "page_content": ", as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Revenues for the City of New Orleans for the Year 2023\u201d, to appropriate grant funds to the Fire Department for the purchase of a Foam Firefighting Trailer to have the capability to provide protection to the Port of New Orleans and surrounding areas while transporting vast quantities of hazardous materials and chemicals daily; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 2/2/24). (Fiscal Note received). 34433 56p. CAL. NO. 34,434 - BY: COUNCILMEMBERSGIARRUSSO, MORENO, GREEN AND THOMAS (BYREQUEST) Brief: An Ordinance to amend Ordinance No. 29266 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023\u201d, to appropriate grant funds to the Fire Department for the purchase of a Foam Firefighting Trailer to have the capability to provide protection to the Port of New Orleans and surrounding areas while transporting vast quantities of hazardous materials and chemicals daily; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 2/2/24). (Fiscal Note received). https://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4684 46/48 \f", + "page_content": "- Topic: Adding the President of the Council as a signatory to Cooperative Endeavor Agreement\n- Summary: The ordinance aims to add the President of the Council as a signatory to the Cooperative Endeavor Agreement between the City of New Orleans and New Orleans Community Support Foundation. The motion passed with 6 YEAS and 0 NAYS.\n- Ordinance Number: M-23-325\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The President of the Council is authorized to execute the Cooperative Endeavor Agreement.\n- UID: 3d3189d7-8e8c-4c2a-89bb-05877c0235d4\n\n- Topic: Support of Louisiana Revised Statute 9:2717\n- Summary: The resolution supports Louisiana Revised Statute 9:2717, which pertains to limitations to non-disclosure agreements for public policy reasons. The motion passed with 6 YEAS and 0 NAYS.\n- Ordinance Number: R-23-331\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The resolution in support of the statute is adopted.\n- UID: 3d3189d7-8e8c-4c2a-89bb-05877c0235d4\n\n- Topic: Resolution introduced by Councilmember Thomas\n- Summary: The details of the resolution introduced by Councilmember Thomas are not provided in the given document.\n- UID: 3d3189d7-8e8c-4c2a-89bb-05877c0235d4", + "uid": "3d3189d7-8e8c-4c2a-89bb-05877c0235d4", + "publish_date": "7-27-2023", "page_number": 46, - "part": 2, - "title": "Regular City Council Meeting Agenda 10-5-2023.pdf" + "title": "Regular City Council Minutes 7-27-2023" }, { - "page_content": "11/15/23, 7:50 PM cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4684 34434 56q. CAL. NO. 34,435 - BY: COUNCILMEMBERSGIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinanceto amend Ordinance No. 29265 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Revenues for the City of New Orleans for the Year 2023\u201d, to appropriate State Act 397 funds to the Office of the Mayor for Public Safety Support Services to install at least (5) public safety cameras; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 2/2/24). (Fiscal Note received). 34435 56r. CAL. NO. 34,436 - BY: COUNCILMEMBERSGIARRUSSO, MORENO, GREEN AND THOMAS (BYREQUEST) Brief: An Ordinanceto amend Ordinance No. 29266 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023\u201d, to appropriate State Act 397 funds to the Office of the Mayor for Public Safety Support Services to install at least (5) public safety cameras; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 2/2/24). (Fiscal Note recei", + "page_content": "- Topic: Calling an election in the Eastover Neighborhood Improvement and Security District\n- Summary: A resolution was passed to call an election in the Eastover Neighborhood Improvement and Security District for Saturday, November 18, 2023.\n- Ordinance Number: R-23-321\n- Votes Summary:\n Vote 1: Adopt - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: Election called for November 18, 2023\n- UID: 36435ad7-d5ad-4f4e-a36a-3b337c057998\n\n- Topic: Contract Amendment with Materials Management Group, Inc.\n- Summary: An ordinance was adopted to add the President of the Council as a signatory to Amendment No. 2 to the contract between the City of New Orleans and Materials Management Group, Inc., and authorize the President of the Council to sign the amendment.\n- Ordinance Number: M-23-324\n- Votes Summary:\n Vote 1: Adopt - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: President of the Council authorized to sign the contract amendment\n- UID: 36435ad7-d5ad-4f4e-a36a-3b337c057998\n\n- Topic: Calling an election in the Lake Terrace Crime Prevention District\n- Summary: A resolution was passed to call an election in the Lake Terrace Crime Prevention District for Saturday, November 18, 2023.\n- Ordinance Number: R-23-341\n- Votes Summary:\n Vote 1: Adopt - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: Election called for November 18, 2023\n- UID: 36435ad7-d5ad-4f4e-a36a-3b337c057998", + "uid": "36435ad7-d5ad-4f4e-a36a-3b337c057998", + "publish_date": "7-27-2023", "page_number": 47, - "part": 1, - "title": "Regular City Council Meeting Agenda 10-5-2023.pdf" + "title": "Regular City Council Minutes 7-27-2023" }, { - "page_content": "ved). 34436 56s. CAL. NO. 34,437 - BY: COUNCILMEMBER KING (BY REQUEST) Brief: An Ordinanceauthorizing the Mayor of the City of New Orleans to enter into a Cooperative Endeavor Agreement (\u201cCEA\u201d) between the City of New Orleans (the \u201cCity\u201d), the Riverwalk\u2014Spanish Plaza Economic Development District (the \u201cDistrict\u201d), and Rockstep Riverwalk, LLC (the \u201cCompany\u2019), collectively referred to as \u201cParties\u201d, for a term greater than one year, for the public purpose of promoting economic development in the City of New Orleans and creating capital and infrastructure improvements, providing for cultural programming, and enhancing security in the Spanish Plaza public space, as more fully detailed in the CEA form as Exhibit \u201cA\u201d; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 2/2/24). 34437 56t. CAL. NO. 34,438 - BY: COUNCILMEMBER HARRIS (BY REQUEST) Brief: An Ordinanceto authorize the Mayor of the City of New Orleans to enter into a Cooperative Endeavor Agreement between the City of New Orleans (the \u201cCity\u201d) and the State of Louisiana (Office of Facility https://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4684 47/48 \f", - "page_number": 47, - "part": 2, - "title": "Regular City Council Meeting Agenda 10-5-2023.pdf" - }, - { - "page_content": "11/15/23, 7:50 PM cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4684 Planning and Control) to allow and facilitate the planning and construction of the Dryades Kitchen Incubator Project, FP&C Project No. 50-ML3-23-01, as more fully set forth in the Cooperative Endeavor Agreement", + "page_content": "- Topic: Review of Orleans Parish Assessor's Office 2023 Quadrennial Assessment\n- Summary: Resolution urging the Louisiana Legislative Auditor and the Louisiana Tax Commission to review the Orleans Parish Assessor\u2019s Office 2023 Quadrennial Assessment to determine if any LTC policies or Louisiana state laws were violated, particularly regarding the practice of \"sales chasing\".\n- Ordinance Number: R-23-342\n- Votes Summary:\n Vote 1: Adopt - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The resolution urging the review of the Orleans Parish Assessor's Office assessment was adopted with 5 YEAS and 2 members absent.\n- Tags/Keywords: Orleans Parish Assessor, Louisiana Legislative Auditor, Louisiana Tax Commission, Quadrennial Assessment, resolutions\n- UID: 5e91c519-ab53-46b7-a750-f0705d787db4\n\n- Topic: Urging action by New Orleans Police Department, City of New Orleans Finance Department, and Chief Administrative Office\n- Summary: Resolution urging the New Orleans Police Department, City of New Orleans Finance Department, and Chief Administrative Office to take specific actions.\n- Ordinance Number: R-23-343\n- Votes Summary:\n Vote 1: Adopt - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The resolution urging specific actions by various departments was adopted with 6 YEAS and 1 member absent.\n- Tags/Keywords: New Orleans Police Department, City of New Orleans Finance Department, Chief Administrative Office, resolutions\n- UID: 5e91c519-ab53-46b7-a750-f0705d787db4", + "uid": "5e91c519-ab53-46b7-a750-f0705d787db4", + "publish_date": "7-27-2023", "page_number": 48, - "part": 1, - "title": "Regular City Council Meeting Agenda 10-5-2023.pdf" + "title": "Regular City Council Minutes 7-27-2023" }, { - "page_content": " form attached hereto as \u201cExhibit A\u201d and made a part hereof; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 2/2/24). 34438 57. MEETING ADJOURNED @ 3:10 P.M. https://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4684 48/48 \f", - "page_number": 48, - "part": 2, - "title": "Regular City Council Meeting Agenda 10-5-2023.pdf" + "page_content": "- Topic: NOPD Civilian and Administrative Employees Retirement System\n- Summary: The ordinance aimed to determine the feasibility of moving NOPD civilian and administrative employees from NOMERS to MPERS retirement system, considering retirement eligibility, benefits, financial implications, and implementation timeline.\n- Ordinance Number: R-23-343\n- Votes Summary:\n - Motion: Adopt\n - YEAS: Giarrusso, Harris, Moreno, Morrell, Thomas - 5\n - NAYS: 0\n - ABSTAIN: 0\n - ABSENT: Green, King - 2\n- Decision/Key Actions: The motion was adopted with unanimous support from the present council members.\n- UID: 3e4626f4-9e2b-4aba-9518-72ab5dea6e18\n\n- Topic: Polling Location Changes for Wards/Precincts\n- Summary: The ordinance addressed the identification of wards/precincts to be returned to their original polling locations following construction projects, for future elections, including the upcoming gubernatorial primary election.\n- Ordinance Number: M-23-347\n- Votes Summary:\n - Motion: Adopt\n - YEAS: Giarrusso, Harris, Moreno, Morrell, Thomas - 5\n - NAYS: 0\n - ABSTAIN: 0\n - ABSENT: Green, King - 2\n- Decision/Key Actions: The motion was adopted with unanimous support from the present council members.\n- UID: 3e4626f4-9e2b-4aba-9518-72ab5dea6e18", + "uid": "3e4626f4-9e2b-4aba-9518-72ab5dea6e18", + "publish_date": "7-27-2023", + "page_number": 49, + "title": "Regular City Council Minutes 7-27-2023" }, { - "page_content": "11/15/23, 7:50 PM cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4706 THE COUNCIL City of New Orleans HELENA MORENO JP MORRELL Councilmember-At-Large Councilmember-At-Large JOSEPH I. LESLI D. FREDDIE EUGENE J. OLIVER M. GIARRUSSO HARRIS KING III GREEN, JR. THOMAS, JR. Il Councilmember Councilmember Councilmember Councilmember Councilmember District B District C District D District E District A AGENDA Regular City Council Meeting held in City Hall Council Chamber on Thursday, Novembe", - "page_number": 1, - "part": 1, - "title": "Regular City Council Meeting Agenda 11-2-2023.pdf" + "page_content": "- Topic: Amendment to Section 2-930 of the Code of the City of New Orleans\n- Summary: An ordinance to amend and reordain Section 2-930 of the Code of the City of New Orleans related to residential occupancy of City-owned property by City employees and elected officials.\n- Ordinance Number: 34,309\n- Votes Summary:\n - Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The ordinance was introduced and laid over as required by law.\n- Tags/Keywords: City-owned property, residential occupancy, amendment, Code of the City of New Orleans\n- UID: 0ce0da85-8881-4026-9e46-74184578635c\n\n- Topic: Cooperative Endeavor Agreement between the City of New Orleans and Humana Louisiana Medicaid\n- Summary: An ordinance authorizing the Mayor of the City of New Orleans to enter into a Cooperative Endeavor Agreement with Humana Louisiana Medicaid for the provision of medical, dental, and mental health services to Humana patients in the City of New Orleans.\n- Ordinance Number: 34,310\n- Votes Summary:\n - Vote 1: N/A\n- Decision/Key Actions: The ordinance was electronically submitted and had a postponement deadline of 11/24/23.\n- Tags/Keywords: Cooperative Endeavor Agreement, Humana Louisiana Medicaid, medical services, dental services, mental health services\n- UID: 0ce0da85-8881-4026-9e46-74184578635c\n\n- Topic: N/A (Link provided for detailed information)\n- Summary: N/A\n- Ordinance Number: 34,311\n- Votes Summary:\n - Vote 1: N/A\n- Decision/Key Actions: Additional information available via the provided link.\n- Tags/Keywords: N/A\n- UID: 0ce0da85-8881-4026-9e46-74184578635c", + "uid": "0ce0da85-8881-4026-9e46-74184578635c", + "publish_date": "7-27-2023", + "page_number": 50, + "title": "Regular City Council Minutes 7-27-2023" }, { - "page_content": "r 2, 2023 at 10:13 A.M. PRESIDENT VICE PRESIDENT JP MORRELL HELENA MORENO Councilmember-At-Large Councilmember-At-Large 1. ROLL CALL - LORA W. JOHNSON, CLERK OF COUNCIL 2. INVOCATION - PASTOR BRANDON BOUTIN, UNITED FELLOWSHIP FULL GOSPEL BAPTIST CHURCH 3. PLEDGE OF ALLEGIANCE \u2014 HELENA MORENO, COUNCILMEMBER-AT-LARGE 4. PUBLIC E-COMMENT FORMS, RULES AND INFORMATION ARE AVAILABLE AT https://council.nola.gov/home/ https://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4706 1/34 \f", - "page_number": 1, - "part": 2, - "title": "Regular City Council Meeting Agenda 11-2-2023.pdf" + "page_content": "- Topic: Zoning change from HU-RM1 to HU-B1A Historic Urban Neighborhood Business District\n- Summary: The ordinance proposed a zoning change for Square 264, Lots 2, 3, and 4 in the Fourth Municipal District. The outcome of the vote is not provided in the summary.\n- Ordinance Number: 34311\n- Votes Summary: N/A\n- Decision/Key Actions: Outcome of the vote not specified in the summary.\n- Tags/Keywords: Zoning, HU-RM1, HU-B1A, Historic Urban Neighborhood Business District\n- UID: 6b206079-6a71-493c-8389-a46d3807bdc2\n\n- Topic: Conditional use for a car wash in MU-1 Medium Intensity Mixed-Use District and HUC Historic Urban Corridor Use Restriction Overlay District\n- Summary: The ordinance aimed to establish a conditional use for a car wash in the specified areas of the First Municipal District. The outcome of the vote is not provided in the summary.\n- Ordinance Number: 34312\n- Votes Summary: N/A\n- Decision/Key Actions: Outcome of the vote not specified in the summary.\n- Tags/Keywords: Conditional use, car wash, MU-1, HUC, Historic Urban Corridor\n- UID: 6b206079-6a71-493c-8389-a46d3807bdc2\n\n- Topic: Approval of subleases or other agreements by public benefit corporations for use of immovable property\n- Summary: The ordinance aimed to approve subleases or other agreements by public benefit corporations of the City of New Orleans for use of immovable property, subject to certain conditions. The outcome of the vote is not provided in the summary.\n- Ordinance Number: 34313\n- Votes Summary: N/A\n- Decision/Key Actions: Outcome of the vote not specified in the summary.\n- Tags/Keywords: Subleases, public benefit corporations, immovable property\n- UID: 6b206079-6a71-493c-8389-a46d3807bdc2\n\n- Topic: Unspecified ordinance by Councilmember Moreno\n- Summary: The ordinance introduced by Councilmember Moreno is not specified in the summary.\n- Ordinance Number: 34314\n- Votes Summary: N/A\n- Decision/Key Actions: Outcome of the vote not specified in the summary.\n- Tags/Keywords: Unspecified ordinance, Councilmember Moreno\n- UID: 6b206079-6a71-493c-8389-a46d3807bdc2", + "uid": "6b206079-6a71-493c-8389-a46d3807bdc2", + "publish_date": "7-27-2023", + "page_number": 51, + "title": "Regular City Council Minutes 7-27-2023" }, { - "page_content": "11/15/23, 7:50 PM cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4706 Annotation: APPROVED. SPECIAL ORDERS OF BUSINESS 1. FIRST ORDER OF BUSINESS \u2014 PRESENTATION \u2014 MR. TERIUS GRAY AKA \u201cJUVENILE\u201d AND MR. ELDON DELLOYD Brief: Honoring Terius \u201cJuvenile\u201d Gray for his accomplishments. Terius Gray, better known as Juvenile, is one of America\u2019s greatest rappers and songwriters. Juvenile was born in New Orleans, raised in the Magnolia Projects in the 3rd Ward, and graduated from Booker T. Washington High School. Through his rap activity, Juvenile became instrumental in helping shape New Orleans' hip-hop scene. Throughout his prolific rap career, Juvenile has earned numerous achievements and accolades that have solidified his status as a hip-hop legend. Juvenile has remained steadfast in his dedication to his craft, and his unwavering commitment to his art has earned him the respect and admiration of fans worldwide. With his entrepreneurial skills and business ventures, Juvenile has diversified his portfolio and contributed to his impressive net worth as a successful businessman. Annotation: ELECTRONICALLY SUBMITTED. (Cms. King and Harris). APPEARED. 52. POINT OF PERSONAL PRIVILEGE - Cm. Thomas acknowledging Sarah T. Reed School. 2. SE", - "page_number": 2, - "part": 1, - "title": "Regular City Council Meeting Agenda 11-2-2023.pdf" + "page_content": "- Topic: Amendment of Parklet Permit Standards and Fees\n- Summary: The ordinance aims to amend permit standards and fees for parklet permits, setting the date for the fee waiver for right-of-way usage fees to reflect the anticipated start date for the parklet permitting program.\n- Ordinance Number: 34314\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed without amendments.\n- Tags/Keywords: Parklet permits, Fee waiver, Permit standards\n\n- Topic: Lease Agreement with KCT Tulane, LLC\n- Summary: This ordinance authorizes the City of New Orleans to enter into a lease agreement with KCT Tulane, LLC for four parcels of ground in the First Municipal District, fixing the annual rent and terms of the lease.\n- Ordinance Number: 34315\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed without amendments.\n- Tags/Keywords: Lease agreement, KCT Tulane, Municipal District\n\n- Topic: Renewal of Lease Agreement with Coffee and Concierge, Ltd.\n- Summary: This ordinance authorizes the Mayor of the City of New Orleans to enter into a renewal of the current lease agreement with Coffee and Concierge, Ltd. for a portion of ground and improvements located within the Second Municipal District.\n- Ordinance Number: 34316\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed without amendments.\n- Tags/Keywords: Lease renewal, Coffee and Concierge, Municipal District\n\n- Topic: Increase in Minimum Procurement Amount\n- Summary: This ordinance requires the Department of Finance through the Bureau of Purchasing of the City of New Orleans to increase the minimum amount of goods and other movable property able to be procured without a competitive selection process from $1,000.00 to $10,000.00.\n- Ordinance Number: 34317\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed without amendments.\n- Tags/Keywords: Procurement, Competitive selection, Minimum amount\n- UID: 8401e3a3-9c5d-475e-aa94-bc43ed1106eb", + "uid": "8401e3a3-9c5d-475e-aa94-bc43ed1106eb", + "publish_date": "7-27-2023", + "page_number": 52, + "title": "Regular City Council Minutes 7-27-2023" }, { - "page_content": "COND ORDER OF BUSINESS \u2014 PRESENTATION \u2014 |~ BREE ANDERSON, EXECUTIVE DIRECTOR, KENDRA ANDERSON, DIRECTOR OF FAMILY ENGAGEMENT __& _PROGRAMMING, ANDRE _APPARICIO, DIRECTOR _ OF STRATEGIC PARTNERSHIPS & COMMUNITY OUTREACH Brief: The A\u2019sani Heartbeat Foundation, led by its passionate team and guided by its mission, tirelessly works to ensure that individuals have access to comprehensive reproductive healthcare, education, and resources, irrespective of their background. The A\u2019sani Heartbeat Foundation is dedicated to advancing reproductive justice for maternal, paternal, and family support. The Foundation was founded with a deep understanding of the urgent need to address systemic racism against BIPOC women and dismantle community structures that contribute to poor birth outcomes. The Foundation is based in Louisiana, a state with alarmingly high rates of maternal deaths and infant mortality among BIPOC women. The City Council acknowledges A'sani Heartbeat Foundation's significant impact in advancing reproductive justice and its dedication to empowering the community to combat infant and maternal mortality. Annotation: ELECTRONICALLY SUBMITTED. (Cm. Moreno). APPEARED. https://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4706 2/34 \f", - "page_number": 2, - "part": 2, - "title": "Regular City Council Meeting Agenda 11-2-2023.pdf" + "page_content": "- Topic: Department of Public Works Dashboard\n- Summary: The ordinance requires the Department of Public Works to create and maintain a public-facing dashboard for transparency and accountability purposes.\n- Ordinance Number: CAL. NO. 34,318\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed without any amendments.\n- Tags/Keywords: Department of Public Works, transparency, accountability\n- UID: 9a401bde-3cec-4a44-a30e-ee2e2f1457c9\n\n- Topic: Cooperative Endeavor Agreement with PBP, LLC.\n- Summary: This ordinance authorizes the Mayor to enter into a Cooperative Endeavor Agreement with PBP, LLC. to enhance public perception of the NOPD and NOEMS personnel and increase community cooperation.\n- Ordinance Number: CAL. NO. 34,319\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed without any amendments.\n- Tags/Keywords: Cooperative Endeavor Agreement, NOPD, community cooperation\n- UID: 9a401bde-3cec-4a44-a30e-ee2e2f1457c9\n\n- Topic: Budget Amendment for Homeland Security\n- Summary: This ordinance seeks to transfer grant funds from Other Operating to Personal Services within the Office of Homeland Security and Emergency Preparedness, as part of the 2023 operating budget.\n- Ordinance Number: CAL. NO. 34,320\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed without any amendments.\n- Tags/Keywords: Budget amendment, Homeland Security, operating budget\n- UID: 9a401bde-3cec-4a44-a30e-ee2e2f1457c9", + "uid": "9a401bde-3cec-4a44-a30e-ee2e2f1457c9", + "publish_date": "7-27-2023", + "page_number": 53, + "title": "Regular City Council Minutes 7-27-2023" }, { - "page_content": "11/15/23, 7:50 PM cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4706 3. THIRD ORDER OF BUSINESS \u2014 PRESENTATION \u2014 NEW ORLEANS CENTER FOR DANCE,GREGORY CURTIS, BOARD CHAIR, _NEW ORLEANS \u2014 BALLET ASSOCIATION, JENNY HAMILTON, EXECUTIVE DIRECTOR, NEW ORLEANS BALLET ASSOCIATION, FRANCESCA MARTIN, DEVELOPMENT MANAGER, NEW ORLEANS BALLET ASSOCIATION Brief: Updates from the New Orleans Center for Dance, including 2023 Nutcracker Performances. Annotation: ELECTRONICALLY SUBMITTED. (Cm. Harris). APPEARED. 37. MOTION (LYING OVER) - NO. M-23-464 - BY: COUNCILMEMBER GIARRUSSO (BY REQUEST) Brief: Ratifying, confirming and approving the Mayor's appointment of Wilmer Jacobs (vice Bruce Hoefer, Jr.), as a member of the Audubon Commission, effective upon approval by the Council of the City of New Orleans, for a term that will expire on June 30, 2028. Annotation: (Council Rule 34. Postponement Deadline 2/2/24). (Questionnaire received). (Referred to the Governmental Affairs Comm", - "page_number": 3, - "part": 1, - "title": "Regular City Council Meeting Agenda 11-2-2023.pdf" + "page_content": "- Topic: Appropriation of State Act 170 Funds for Economic Development and Beautification Projects\n- Summary: This ordinance aimed to amend the operating budget of revenues for the City of New Orleans for the year 2023 to appropriate State Act 170 funds awarded to the Office of the Mayor for initiatives supporting Strategic Economic Development plans and beautification projects in various communities.\n- Ordinance Number: 34321\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed without amendments.\n- Tags/Keywords: State Act 170, economic development, beautification projects\n- UID: e7e245ba-8c60-4bdb-9c16-b983505f35b5\n\n- Topic: Appropriation of State Act 170 Funds for Economic Development and Beautification Projects\n- Summary: This ordinance aimed to amend the operating budget of expenditures for the City of New Orleans for the year 2023 to appropriate State Act 170 funds awarded to the Office of the Mayor for initiatives supporting Strategic Economic Development plans and beautification projects in various communities.\n- Ordinance Number: 34322\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed without amendments.\n- Tags/Keywords: State Act 170, economic development, beautification projects\n- UID: e7e245ba-8c60-4bdb-9c16-b983505f35b5\n\n- Topic: Appropriation of FEMA Grant Funds for Flood Mitigation Assistance Swift Program\n- Summary: This ordinance aimed to amend the operating budget of revenues for the City of New Orleans for the year 2023 to appropriate FEMA grant funds to the Office of Homeland Security for the Flood Mitigation Assistance Swift Program.\n- Ordinance Number: 34323\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed without amendments.\n- Tags/Keywords: FEMA grant funds, flood mitigation, Homeland Security\n- UID: e7e245ba-8c60-4bdb-9c16-b983505f35b5", + "uid": "e7e245ba-8c60-4bdb-9c16-b983505f35b5", + "publish_date": "7-27-2023", + "page_number": 54, + "title": "Regular City Council Minutes 7-27-2023" }, { - "page_content": "ittee). LO M-23-464 - Redacted 45. MOTION \u2014 NO. M-23-523 \u2014 BY: COUNCILMEMBERS HARRIS AND GIARRUSSO (BY REQUEST) Brief: Adding the President of the Council as a signatory to the Professional Services Agreement between the City of New Orleans and IV Waste, LLC, and authorizing the President of the Council to sign the Agreement between the City of New Orleans and IV Waste, LLC. Annotation: (Council Rule 34. Postponement Deadline 3/1/24). M-23-523 47. MOTION \u2014 NO. M-23-525 \u2014 BY: COUNCILMEMBERS MORENO, MORRELL, GIARRUSSO, HARRIS, KING, GREEN AND THOMAS Brief: Directing the City Planning Commission to conduct a public hearing to consider amending and reordaining the Comprehensive Zoning Ordinance (Ordinance No. M.C.S. 4264, as amended by Ordinance No. 26,413 M.C.S. and subsequent amendments) (\u201cCZO\u201d\u2019) to address regulatory and administrative barriers experienced by early child care and education (ECE) https://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4706 3/34 \f", - "page_number": 3, - "part": 2, - "title": "Regular City Council Meeting Agenda 11-2-2023.pdf" + "page_content": "- Topic: Appropriation of FEMA grant funds for Flood Mitigation Assistance Swift Program\n- Summary: The ordinance seeks to amend the operating budget to appropriate FEMA grant funds to the Office of Homeland Security for the Flood Mitigation Assistance Swift Program.\n- Ordinance Number: 34324\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed with unanimous support from the council members.\n- Tags/Keywords: FEMA grant funds, Flood Mitigation, Operating Budget\n- UID: 32300e16-6aa6-4ead-98f5-6a0e1814c2c7\n\n- Topic: Appropriation of reimbursement funds from Downtown Development District for Code Enforcement Unit\n- Summary: This ordinance aims to amend the operating budget to appropriate reimbursement funds from the Downtown Development District to the Office of Community Development for the Code Enforcement Unit.\n- Ordinance Number: 34325\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 1 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed with majority support, with one council member voting against it.\n- Tags/Keywords: Reimbursement funds, Downtown Development District, Code Enforcement Unit\n- UID: 32300e16-6aa6-4ead-98f5-6a0e1814c2c7\n\n- Topic: Appropriation of reimbursement funds from Downtown Development District for Code Enforcement Unit\n- Summary: Similar to the previous ordinance, this one also aims to amend the operating budget to appropriate reimbursement funds from the Downtown Development District to the Office of Community Development for the Code Enforcement Unit.\n- Ordinance Number: 34326\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed unanimously with full support from the council members.\n- Tags/Keywords: Reimbursement funds, Downtown Development District, Code Enforcement Unit\n- UID: 32300e16-6aa6-4ead-98f5-6a0e1814c2c7\n\n- Topic: [Insert Topic]\n- Summary: [Insert Summary]\n- Ordinance Number: [Insert Ordinance Number]\n- Votes Summary:\n Vote 1: [Insert Vote Summary]\n- Decision/Key Actions: [Insert Key Decisions or Actions]\n- Tags/Keywords: [Insert Relevant Tags or Keywords]\n- UID: [Insert UID]", + "uid": "32300e16-6aa6-4ead-98f5-6a0e1814c2c7", + "publish_date": "7-27-2023", + "page_number": 55, + "title": "Regular City Council Minutes 7-27-2023" }, { - "page_content": "11/15/23, 7:50 PM cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4706 providers, to streamline the zoning approval process and expedite the expansion of ECE facilities in New Orleans, and to make recommendations for any other amendments deemed necessary. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 3/1/24). M-23-525 50. MOTION \u2014 NO. M-23-529 \u2014 BY: COUNCILMEMBER MORENO Brief: Under the authority granted to the Council in Section 4-401(3) of the Home Rule Charter of the City of New Orleans,that the Law Department, headed by the City Attorney, is directed to intervene as a Plaintiff in The Council of the City of New Orleans v. Edward Wisner Donation, et. al., Case No. 2022-6765, Civil District Court for the Parish of Orleans, Section L-6, Judge Kern A. Reese, on behalf of the City of New Orleans and in concert with the City Council. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34.Postponement Deadline 3/1/24). M-23-529 38. RESOLUTION - NO. R-23-510 - BY: COUNCILMEMBE", - "page_number": 4, - "part": 1, - "title": "Regular City Council Meeting Agenda 11-2-2023.pdf" + "page_content": "- Topic: Amendment of Operating Budget for FEMA Grant Funds\n- Summary: An ordinance to appropriate FEMA grant funds to the Office of Homeland Security for Flood Mitigation Assistance in Orleans Parish.\n- Ordinance Number: 34,327\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed with unanimous support from the council.\n- Tags/Keywords: FEMA grant, flood mitigation, Orleans Parish, operating budget, ordinance\n- UID: 548a3c53-e4d9-4cf3-a17d-e0083f161745\n\n- Topic: Amendment of Operating Budget for FEMA Grant Funds\n- Summary: An ordinance to appropriate FEMA grant funds to the Office of Homeland Security for Flood Mitigation Assistance.\n- Ordinance Number: 34,328\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed with unanimous support from the council.\n- Tags/Keywords: FEMA grant, flood mitigation, operating budget, ordinance\n- UID: 548a3c53-e4d9-4cf3-a17d-e0083f161745\n\n- Topic: Appropriation of FCC Funds for Broadband Outreach Program\n- Summary: An ordinance to appropriate funds awarded by the Federal Communications Commission to the Office of Resilience and Sustainability for the New Orleans Broadband Outreach and Equity Program.\n- Ordinance Number: 34,329\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed with unanimous support from the council.\n- Tags/Keywords: FCC funds, broadband outreach, equity program, ordinance\n- UID: 548a3c53-e4d9-4cf3-a17d-e0083f161745\n\n- Topic: Appropriation of FCC Funds for Broadband Outreach Program\n- Summary: An ordinance to appropriate funds awarded by the Federal Communications Commission to the Office of Resilience and Sustainability for the New Orleans Broadband Outreach and Equity Program.\n- Ordinance Number: 34,330\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed with unanimous support from the council.\n- Tags/Keywords: FCC funds, broadband outreach, equity program, ordinance\n- UID: 548a3c53-e4d9-4cf3-a17d-e0083f161745", + "uid": "548a3c53-e4d9-4cf3-a17d-e0083f161745", + "publish_date": "7-27-2023", + "page_number": 56, + "title": "Regular City Council Minutes 7-27-2023" }, { - "page_content": "RS GIARRUSSO AND THOMAS (BY REQUEST) Brief: A RESOLUTION approving the Ninth Supplemental Sewerage Service Revenue Bond Resolution in connection with the issuance of the not exceeding Thirty-One Million Five Hundred Twenty-Five Thousand Dollars ($31,525,000) Sewerage Service Revenue Bonds of the City of New Orleans, Louisiana; approving the terms, security, and manner of execution of said bonds; and providing for other matters in connection with the foregoing. Annotation: (Council Rule 34. Postponement Deadline 3/1/24). R-23-510 39. MOTION - NO. M-23-511 - BY: COUNCILMEMBER THOMAS (BY REQUEST) Brief: Adding the President of the Council as a signatory to the Loan Agreement between the Office of Community Development and SBP L9 II, LLC, and authorizing the President of the Council to sign the Loan Agreement between the Office of Community Development and SBP L9 I, LLC. Annotation: (Council Rule 34. Postponement Deadline 3/1/24). M-23-511 https://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4706 4/34 \f", - "page_number": 4, - "part": 2, - "title": "Regular City Council Meeting Agenda 11-2-2023.pdf" + "page_content": "- Topic: Resilience and Sustainability for the New Orleans Broadband Outreach and Equity Program\n- Summary: The ordinance aims to address resilience and sustainability for the New Orleans Broadband Outreach and Equity Program. It was electronically submitted and had a postponement deadline of 11/24/23. A fiscal note was received.\n- Ordinance Number: 34330\n- Votes Summary:\n Vote 1: Passed - (8 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed without any amendments.\n- Tags/Keywords: Resilience, Sustainability, Broadband Outreach, Equity Program\n- UID: a6bf14af-5f0e-484f-a90d-505c8df88009\n\n- Topic: Temporary Waiver of Fees and Permit Requirements for L.B. Landry Alumni Cookout Event\n- Summary: This ordinance seeks to temporarily waive certain fees and permit requirements for the 2nd Annual L.B. Landry Alumni Cookout event at Devour Park. The waiver is specified for the event on July 29, 2023, from 7:30 a.m. to 5:00 p.m.\n- Ordinance Number: 34331\n- Votes Summary:\n Vote 1: Passed - (8 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed without any amendments.\n- Tags/Keywords: Waiver of Fees, Permit Requirements, Cookout Event\n- UID: a6bf14af-5f0e-484f-a90d-505c8df88009\n\n- Topic: Establishment of Probationary Occupational License\n- Summary: This ordinance aims to amend a section of the Code of the City of New Orleans to establish a probationary occupational license.\n- Ordinance Number: 34332\n- Votes Summary:\n Vote 1: Passed - (8 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed without any amendments.\n- Tags/Keywords: Occupational License, Probationary License\n- UID: a6bf14af-5f0e-484f-a90d-505c8df88009\n\n- Topic: Temporary Waiver of Fees and Permit Requirements for Back to School Giveaway Event\n- Summary: This ordinance seeks to temporarily waive certain fees and permit requirements for the Love Covers a Multitude of Sins Back to School Giveaway event at A.L. Davis Playground. The waiver is specified for the event on August 5, 2023, from 11:00 a.m. to 2:00 p.m.\n- Ordinance Number: 34333\n- Votes Summary:\n Vote 1: Passed - (8 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed without any amendments.\n- Tags/Keywords: Waiver of Fees, Permit Requirements, Back to School Giveaway\n- UID: a6bf14af-5f0e-484f-a90d-505c8df88009", + "uid": "a6bf14af-5f0e-484f-a90d-505c8df88009", + "publish_date": "7-27-2023", + "page_number": 57, + "title": "Regular City Council Minutes 7-27-2023" }, { - "page_content": "11/15/23, 7:50 PM cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4706 CONSENT AGENDA 1. COMMUNICATION - FROM ERIN SPEARS - CHIEF OF STAFF & COUNSEL, COUNCIL UTILITIES REGULATORY OFFICE Brief: Submitting the transmittal document for communications related to electric and gas utility matters to be received by the Council of the City of New Orleans at its meeting on November 2, 2023: Communications from Entergy New Orleans, LLC (\"ENO\") Erin Spears 1. Environmental Adjustments for the November 2023 Billing Cycle, UD-18-07 Entergy - Scott - EAC-1 2. Purchased Gas Adjustments for the November 2023 Billing Cycle, UD-18-07 Entergy - Scott - R-03-272 3. Purchased Power Cost Recovery Adjustments for the November 2023 Billing Cycl", - "page_number": 5, - "part": 1, - "title": "Regular City Council Meeting Agenda 11-2-2023.pdf" + "page_content": "- Topic: Establishment of Public, Educational, and Government Access Support Fund\n- Summary: The ordinance aims to establish a fund to support public, educational, and government access, with specific sections outlined within the city code. The ordinance was electronically submitted and the postponement deadline was on 11/24/23.\n- Ordinance Number: CAL. NO. 34,334\n- Votes Summary:\n - Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The ordinance passed without any notable amendments or discussions.\n- UID: afcb29c7-645e-41e7-92d4-29df2b77e150\n\n- Topic: Cooperative Endeavor Agreement between City of New Orleans and Ochsner Clinic Foundation\n- Summary: This ordinance authorizes the Mayor of the City of New Orleans to enter into a Cooperative Endeavor Agreement with the Ochsner Clinic Foundation for the purpose of improving care to sick and injured persons in New Orleans and providing access to a medical and clinical education program for Ochsner medical residents.\n- Ordinance Number: CAL. NO. 34,335\n- Votes Summary:\n - Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The ordinance passed without any notable amendments or discussions.\n- UID: afcb29c7-645e-41e7-92d4-29df2b77e150\n\n- Topic: Temporary Waiver of Fees and Permit Requirements for The International Christian Business Foundation\n- Summary: This ordinance proposes to temporarily waive certain fees, permit fees, and requirements within and around 3250 Industry, New Orleans, LA 70126, in conjunction with The International Christian Business Foundation on a specified date and time.\n- Ordinance Number: CAL. NO. 34,336\n- Votes Summary:\n - Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The ordinance passed without any notable amendments or discussions.\n- UID: afcb29c7-645e-41e7-92d4-29df2b77e150", + "uid": "afcb29c7-645e-41e7-92d4-29df2b77e150", + "publish_date": "7-27-2023", + "page_number": 58, + "title": "Regular City Council Minutes 7-27-2023" }, { - "page_content": "e, UD-18- 07 Entergy - Scott - PPCR 4. Fuel Adjustments for the November 2023 Billing Cycle, UD-18-07 Other Communication Entergy - Scott - EAC-5 Entergy - Jamie Hurst Watts 1. Independent Accountant\u2019s Report, submitted by the Louisiana Utilities Restoration Corporation, UD-22-01. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. 2. COMMUNICATION \u2014 FROM _ ERROLL JEROME, GENERAL CONTRACTOR, INTERFACE CONSTRUCTION SERVICES, LLC Brief: Requesting to appeal the parking requirement of the University Area Off-Street Parking Interim Zoning District (IZD), per Article 19 of the Comprehensive Zoning Ordinance for property located at 8829-31 Palm Street. Annotation: https://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4706 5/34 \f", - "page_number": 5, - "part": 2, - "title": "Regular City Council Meeting Agenda 11-2-2023.pdf" + "page_content": "- Topic: City Council Meeting Ordinance Summary\n- Summary: The city council meeting on 1/1/24 resulted in the passing of all presented ordinances. Two council members were absent, and there were no abstentions or recusals.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: Passed - (Number of YEAS, Number of NAYS, Number of ABSTAIN, Number of ABSENT)\n- Decision/Key Actions: All ordinances presented at the meeting were approved.\n- Tags/Keywords: City Council, Meeting, Ordinances\n- UID: 8875d613-e298-46b3-b129-f35720a6da0a", + "uid": "8875d613-e298-46b3-b129-f35720a6da0a", + "publish_date": "7-27-2023", + "page_number": 59, + "title": "Regular City Council Minutes 7-27-2023" }, { - "page_content": "11/15/23, 7:50 PM cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4706 ELECTRONICALLY SUBMITTED. RECEIVED. (Hearing Date Set For 11/16/23). Erroll Jerome Univer IZD parking 8829-31 Palm Street 3. COMMUNICATION \u2014 FROM ZACHARY SMITH, OWNER, ZACH SMITH CONSULTING & DESIGN Brief: Requesting to appear before the New Orleans City Council to appeal the University Area Off- Street Parking Interim Zoning District for property located at 7510 Hurst Street. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. (Hearing Date Set For 11/16/23). Zachary Smith Univ IZD 7510 Hurst Street 4. COMMUNICATION \u2014 FROM CUONG VU, ACCOUNTANT, NEW ORLEANS POLICE DEPARTMENT, CITY OF NEW ORLEANS Brief: Submitting a proposed agreement between the City of New Orleans and the United States Army Training and Doctrine Command, a completed contract summary form, and the related", - "page_number": 6, - "part": 1, - "title": "Regular City Council Meeting Agenda 11-2-2023.pdf" + "page_content": "- Topic: Roll Call and Attendance\n- Summary: The roll call was conducted, and the following members were present: Giarrusso, Green, Harris, Moreno (Vice President), and Morrell (President). King and Thomas arrived later.\n- Ordinance Number: N/A\n- Votes Summary:\n Attendance: N/A\n- Decision/Key Actions: N/A\n- Tags/Keywords: Roll Call, Attendance\n- UID: 266444cc-f745-4fea-9f2d-3457992c0710", + "uid": "266444cc-f745-4fea-9f2d-3457992c0710", + "publish_date": "4-6-2023", + "page_number": 1, + "title": "Regular City Council Minutes 4-6-2023" }, { - "page_content": " Motion, pursuant to Rule 57. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED AND REFERRED TO THE COMMUNITY DEVELOPMENT COMMITTEE. (See Motion No. M-23-517). Cuong Vu Contract US Army Training and Doctrine Command 5. COMMUNICATION \u2014 FROM DANIEL E. DAVILLIER, DAVILLIER LAW GROUP, LLC Brief: Requesting to appeal the Vieux Carr\u00e9 Commission\u2019s decision of \u201cdenial\u201d of applications for permits for gas lighting and copper cap flashings for property located at 625 Dauphine Street. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. (Hearing Date Set For 11/16/23). Daniel E Davillier VCC 625 Dauphine Street 6. COMMUNICATION \u2014 FROM DARREN P. LOMBARD, CLERK OF CRIMINAL DISTRICT COURT AND CHIEF ELECTIONS OFFICER Brief: Submitting the results from the October 14, 2023 Proposition Election. https://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4706 6/34 \f", - "page_number": 6, - "part": 2, - "title": "Regular City Council Meeting Agenda 11-2-2023.pdf" + "page_content": "- Topic: Approval of the Minutes\n- Summary: The council approved the minutes of the special meetings held on March 2, 2023, and March 8, 2023, as well as the regular meetings on March 9, 2023, and March 23, 2023.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: Approved - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The minutes were approved without any amendments.\n- Tags/Keywords: Approval, Minutes, Special Meetings\n- UID: e4c9853f-0529-4ce7-8080-f7b2f736ca65", + "uid": "e4c9853f-0529-4ce7-8080-f7b2f736ca65", + "publish_date": "4-6-2023", + "page_number": 2, + "title": "Regular City Council Minutes 4-6-2023" }, { - "page_content": "11/15/23, 7:50 PM cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4706 Annotation: RECEIVED. Darren P Lombard 7. COMMUNICATION \u2014 FROM TYRA_ JOHNSON BROWN,_DIRECTOR, HOUSING POLICY AND OFFICE OF COMMUNITY DEVELOPMENT, CITY OF NEW ORLEANS Brief: Submitting a proposed agreement between the City of New Orleans and SBP L9 II LLC, Four accessory documents to the Loan Agreement: Master Intercreditor and Subordination Agreement, Regulatory Agreement, Note and Mortgage, a completed Legislative Summary form, and the related Motion, pursuant to Rule 57. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED AND REFERRED TO THE GOVERNMENTAL AFFAIRS COMMITTEE. (See Motion No. M-23-511). Tyra Johnson Brown - SBP L9 II LLC 8. COMMUNICATION \u2014 FROM TYRA JOHNSON BROWN, DIRECTOR, HOUSING POLICY AND OFFICE OF COMMUNITY DEVELOPMENT, CITY OF NEW ORLEANS Brief: Submitting a proposed covenant bet", - "page_number": 7, - "part": 1, - "title": "Regular City Council Meeting Agenda 11-2-2023.pdf" + "page_content": "- Topic: Recognition of Mary Claire Landry, Executive Director of the New Orleans Family Justice Center\n- Summary: Mary Claire Landry, Executive Director of the New Orleans Family Justice Center, was recognized on the occasion of her retirement.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: Recognition of Mary Claire Landry\n- Tags/Keywords: Retirement, Recognition, New Orleans Family Justice Center\n- UID: 8ff48143-5e05-463e-be7f-1d8d17536614\n\n- Topic: Resolution R-23-142 - Grant Funds for Organizations\n- Summary: Resolution requesting grant funds for various organizations, with specific amounts allocated to each organization.\n- Ordinance Number: R-23-142\n- Votes Summary:\n - Vote 1: Passed - (Number of YEAS, Number of NAYS, Number of ABSTAIN, Number of ABSENT)\n - Vote 2: N/A\n- Decision/Key Actions: Approval of grant funds for specified organizations\n- Tags/Keywords: Grant Funds, Organizations, Resolution\n- UID: 8ff48143-5e05-463e-be7f-1d8d17536614", + "uid": "8ff48143-5e05-463e-be7f-1d8d17536614", + "publish_date": "4-6-2023", + "page_number": 3, + "title": "Regular City Council Minutes 4-6-2023" }, { - "page_content": "ween the City of New Orleans, the Finance Authority of New Orleans, and H3C, LLC, a completed contract summary form, and the related Motion, pursuant to Rule 57. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED AND REFERRED TO THE COMMUNITY DEVELOPMENT COMMITTEE. (See Motion No. M-23-508). Tyra Johnson Brown - H3C LLC 9. COMMUNICATION \u2014 FROM TYRA JOHNSON BROWN,_ DIRECTOR, HOUSING POLICY AND OFFICE OF COMMUNITY DEVELOPMENT, CITY OF NEW ORLEANS Brief: Submitting a proposed covenant between the City of New Orleans, the Finance Authority of New Orleans, and 1300 OCH, LLC, a completed contract summary form, and the related Motion, pursuant to Rule 57. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED AND REFERRED TO THE COMMUNITY DEVELOPMENT COMMITTEE. (See Motion No. M-23-509). Tyra Johnson Brown -1300 OCH https://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4706 7134 \f", - "page_number": 7, - "part": 2, - "title": "Regular City Council Meeting Agenda 11-2-2023.pdf" + "page_content": "- Topic: Communication from Erin Spears - Chief of Staff & Counsel, Council Utilities Regulatory Office\n- Summary: The communication includes various documents related to electric and gas utility matters to be received by the City Council, including environmental adjustments, purchased gas adjustments, purchased power cost recovery adjustments, fuel adjustments, comments, notice of sale of property, 4th quarter reports, and other communications from organizations like the Alliance for Affordable Energy and the National Audubon Society.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: Adopted - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The communication was adopted by the Council.\n- Tags/Keywords: Electric utility, Gas utility, Communication, Entergy, Environmental adjustments\n- UID: d615caba-f744-4271-975c-0e6723878714", + "uid": "d615caba-f744-4271-975c-0e6723878714", + "publish_date": "4-6-2023", + "page_number": 4, + "title": "Regular City Council Minutes 4-6-2023" }, { - "page_content": "11/15/23, 7:50 PM cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4706 10. REPORT - OF THE DEPUTY DIRECTOR OF THE NEW ORLEANS HISTORIC DISTRICT LANDMARKS COMMISSION | CENTRAL BUSINESS DISTRICT HISTORIC DISTRICT LANDMARKS COMMISSION Brief: Submitting a report regarding an appeal of the Historic District Landmarks Commission's (HDLC) decision to deny the application for the installation of the proposed doors at the corner entry of the building. The proposed doors are overly decorative for the more reserved extent details of the historic building for property located at 300-02 Pelican Avenue. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. 300-02 Pelican Avenue HDLC Report 11. REPORT - OF THE DEPUTY DIRECTOR OF THE NEW ORLEANS HISTORIC DISTRICT LANDMARKS COMMISSION | CENTRAL BUSINESS DISTRICT HISTORIC DISTRICT LANDMARKS COMMISSION Brief: Submitting a report regarding an appeal of the Historic District Landmarks Commission's (HDLC) decision to approve more than 50% roof demolition with the proviso that the demolition and additio", - "page_number": 8, - "part": 1, - "title": "Regular City Council Meeting Agenda 11-2-2023.pdf" + "page_content": "- Topic: Entergy - Various Filings and Reports\n- Summary: Entergy representatives, including Scott M. Celino and Courtney R. Nicholson, presented various filings, reports, and comments related to the company's activities and agreements. Michael Burnside was the only speaker, and there was an e-comment from Brian L. Turner, Ph.D. on the OOB regarding Mental Health.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: Presentations and comments were received from Entergy representatives, with no specific voting outcome mentioned.\n- Tags/Keywords: Entergy, filings, reports, comments, speakers, e-comment\n- UID: 002d479b-78c2-408d-b73c-7350f95228ff\n\n- Topic: Extension of Time for Conditional Use\n- Summary: Andrew Sheppard, Manager of Southern Recycling, L.L.C., requested an extension of one year for Conditional Use in Calendar No. 32404 - Ord. No. 27893 M.C.S., ZD NO. 91/18 for property located at 4201 France Road. The request was received, and a hearing date was set for May 11, 2023.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: The request for an extension was received, and a hearing date was scheduled.\n- Tags/Keywords: Extension of Time, Conditional Use, Southern Recycling, hearing date\n- UID: 002d479b-78c2-408d-b73c-7350f95228ff\n\n- Topic: Appeal of Off-Street Parking Interim Zoning District\n- Summary: Zachary Smith, owner of Zach Smith Consulting, requested to appeal the University Area Off-Street Parking Interim Zoning District for property located at 7465-7467 Pitt Street. The request was electronically submitted and received, with a hearing date set for 4/20/23.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: The appeal request was received, and a hearing date was scheduled.\n- Tags/Keywords: Appeal, Off-Street Parking, Zoning District, Zach Smith Consulting, hearing date\n- UID: 002d479b-78c2-408d-b73c-7350f95228ff", + "uid": "002d479b-78c2-408d-b73c-7350f95228ff", + "publish_date": "4-6-2023", + "page_number": 5, + "title": "Regular City Council Minutes 4-6-2023" }, { - "page_content": "n begin at least 24' back from the edge of the building's chamfered corner for property located at 8500 Spruce Street. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. 8500 Spruce Street HDLC Report 12. REPORT - OF THE DEPUTY DIRECTOR OF THE NEW ORLEANS HISTORIC DISTRICT LANDMARKS COMMISSION __|_\u00a7 CENTRAL BUSINESS DISTRICT HISTORIC DISTRICT LANDMARKS COMMISSION Brief: Submitting a report regarding an appeal of the Central Business District Historic District Landmarks Commission's (HDLC) lack of action taken on an application to remove existing street-facing wood windows for replacement with new clad-wood windows at a Contributing rated, three-story residential building for property located at 332 South Diamond Street. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. 332 South Diamond Street HDLC Report 13. REPORT - OF THE DEPUTY DIRECTOR OF THE NEW ORLEANS HISTORIC DISTRICT LANDMARKS COMMISSION | CENTRAL BUSINESS DISTRICT HISTORIC DISTRICT LANDMARKS COMMISSION https://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4706 8/34 \f", - "page_number": 8, - "part": 2, - "title": "Regular City Council Meeting Agenda 11-2-2023.pdf" + "page_content": "- Topic: Tax Exemption Applications\n- Summary: Director of Land Use, Elizabeth Holman, transmitted the Mayor's Office of Economic Development's recommendation of approval and requested the scheduling of a public hearing for two Tax Exemption applications.\n- Ordinance Number: N/A\n- Votes Summary:\n - Vote 1: N/A\n- Decision/Key Actions: Public hearing scheduled for 4/20/23.\n- Tags/Keywords: Tax Exemption, Public Hearing\n- UID: d628e868-d147-443e-80e2-8c307dff0e17\n\n- Topic: Temporary Emergency Polling Location Changes\n- Summary: Clerk of Criminal District Court, Darren P. Lombard, submitted recommended temporary emergency polling location changes in collaboration with Councilmember King.\n- Ordinance Number: N/A\n- Votes Summary:\n - Vote 1: N/A\n- Decision/Key Actions: N/A\n- Tags/Keywords: Polling Locations, Emergency Changes\n- UID: d628e868-d147-443e-80e2-8c307dff0e17\n\n- Topic: Health Department Communication\n- Summary: Director of the Department of Health, Jennifer Avengo, communicated with the council.\n- Ordinance Number: N/A\n- Votes Summary:\n - Vote 1: N/A\n- Decision/Key Actions: N/A\n- Tags/Keywords: Health Department, Communication\n- UID: d628e868-d147-443e-80e2-8c307dff0e17", + "uid": "d628e868-d147-443e-80e2-8c307dff0e17", + "publish_date": "4-6-2023", + "page_number": 6, + "title": "Regular City Council Minutes 4-6-2023" }, { - "page_content": "11/15/23, 7:50 PM cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4706 Brief: Submitting a report regarding an appeal of the Central Business District Historic District Landmarks Commission's (HDLC) lack of action taken on an application to demolish a Contributing rated warehouse for the construction of a new building for property located at 1040-62 Magazine Street. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. 1040-60 Magazine StreetHDLC Report_ 14. REPORT - OF THE EXECUTIVE DIRECTOR OF THE CITY PLANNING COMMISSION Brief: Transmitting Zoning Docket Numbers 65/23 - Cm. King, 73/23 - Cm. Giarrusso, 77/23 - Cm. Harris, Cn. Deadline 1/1/24; Street Name Change 3/23 - Cm. Giarrusso, Cn. Deadline N/A; FOR INFORMATIONAL PURPOSES ONLY: Transit Oriented Communities Study - Address(es): N/A - CPC Recommendation: Adoption of Study and its recommendations - Council District: For Informational Purposes Only - Cn. Deadline N/A. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. (Hearing Date Set For 11/16/23). CPC Zoning Transmittal 10-10-23 meeting 15. CAL. NO. 34,420 - BY: COUNCILMEMBERS MORRELL AND HARRIS Brief: An Ordinance to amend and reordain Article 19 of the Comprehensive Zoning Ordinance (Ordinance No. 4264 M.C.S., as amended by Ordinance No. 26,413 M.C.S. and subsequent amendments) to establish a new Interim Zoning District (IZD) to be named t", - "page_number": 9, - "part": 1, - "title": "Regular City Council Meeting Agenda 11-2-2023.pdf" + "page_content": "- Topic: Proposed Agreement between City of New Orleans and Resources for Human Development, Inc. (RHD)\n- Summary: The proposed agreement between the City of New Orleans and RHD, along with the completed contract summary form, was referred to the Criminal Justice Committee.\n- Ordinance Number: Not specified\n- Votes Summary: \n - Vote 1: Referred to Criminal Justice Committee - (N/A)\n- Decision/Key Actions: Referred to the Criminal Justice Committee for further consideration.\n- Tags/Keywords: City of New Orleans, Resources for Human Development, Criminal Justice Committee\n- UID: 614c68ed-472b-42bf-850d-0a561bf895b3\n\n- Topic: Monthly Data Submission by Personnel Director, City of New Orleans\n- Summary: The Personnel Director submitted the monthly raw data regarding current staffing, hiring, and applications to the New Orleans Police Department as required by City Council Ordinance No. 29130.\n- Ordinance Number: No. 29130\n- Votes Summary: \n - Vote 1: Received - (N/A)\n- Decision/Key Actions: Data submission was received.\n- Tags/Keywords: City of New Orleans, Personnel Director, New Orleans Police Department\n- UID: 614c68ed-472b-42bf-850d-0a561bf895b3\n\n- Topic: Appeal of Historic District Landmarks Commission's Nomination of 1001 Howard Avenue, the Plaza Tower\n- Summary: A report was submitted regarding an appeal of the nomination of 1001 Howard Avenue, the Plaza Tower, as a landmark under the jurisdiction of the Historic District Landmarks Commission.\n- Ordinance Number: Not specified\n- Votes Summary: \n - Vote 1: Received - (N/A)\n- Decision/Key Actions: Appeal report was received.\n- Tags/Keywords: Historic District Landmarks Commission, 1001 Howard Avenue, Plaza Tower\n- UID: 614c68ed-472b-42bf-850d-0a561bf895b3\n\n- Topic: Appeal of Vieux Carr\u00e9 Commission's Decision of Approval for Construction at 1009 Burgundy Street\n- Summary: A report was submitted detailing an appeal of Vieux Carr\u00e9 Commission's decision to approve construction at 1009 Burgundy Street.\n- Ordinance Number: Not specified\n- Votes Summary: \n - Vote 1: Received - (N/A)\n- Decision/Key Actions: Appeal report was received.\n- Tags/Keywords: Vieux Carr\u00e9 Commission, 1009 Burgundy Street, construction approval\n- UID: 614c68ed-472b-42bf-850d-0a561bf895b3", + "uid": "614c68ed-472b-42bf-850d-0a561bf895b3", + "publish_date": "4-6-2023", + "page_number": 7, + "title": "Regular City Council Minutes 4-6-2023" }, { - "page_content": "he Commercial Short-Term Rental Interim Zoning District, the intent of which is to prohibit Short-Term Rental, Commercial and Hostels as allowable uses within all areas of the city, and to limit the development of Timeshares with the following considerations: \u00a2 Instituting a cap of no more than one unit or 25% of total dwelling units on a lot or a single building constructed across lot lines, whichever is greater, to be permitted to be included within a Timeshare Plan within a Timeshare Building; and \u00a2 In the CBD-5 Urban Core Neighborhood Lower Intensity Mixed-Use District, a Timeshare Building shall only be permitted when the total number of dwelling units is at least ten and the Mandatory Inclusionary Zoning regulations of Article 28 are triggered, and an Affordable Housing Unit is provided as required by law. This cap shall not apply to the VCE Vieux Carre Entertainment District, to structures which front on Canal Street between the Mississippi River and Rampart Street, the EC Educational Campus District, MC Medical Campus District, LS Life Science District, or the MI Maritime Industrial District Commercial and Recreational Subdistrict; and otherwise to provide with respect thereto. (ZONING DOCKET NO. 62/23) Annotation: ELECTRONICALLY SUBMITTED. (90 Day, Cn. Deadline 12/20/23). https://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4706 9/34 \f", - "page_number": 9, - "part": 2, - "title": "Regular City Council Meeting Agenda 11-2-2023.pdf" + "page_content": "- Topic: Zoning Docket Numbers 16/23 and 20/23\n- Summary: Transmitting zoning docket numbers 16/23 and 20/23 for a hearing date set for 4/20/23.\n- Ordinance Number: N/A\n- Votes Summary:\n - N/A\n- Decision/Key Actions: Hearing date set for 4/20/23\n- Tags/Keywords: Zoning, City Planning\n- UID: fd8c1c04-b404-4a24-a950-4b79ce43ad3c\n\n- Topic: Conditional Use for Live Entertainment in Brewery\n- Summary: The ordinance establishes a conditional use to permit live entertainment in a brewery in an MU-1 Medium Intensity Mixed-Use District.\n- Ordinance Number: CAL. NO. 34,089\n- Votes Summary:\n - Vote 1: Adopted - (N/A)\n- Decision/Key Actions: The ordinance was adopted.\n- Tags/Keywords: Brewery, Live Entertainment, Zoning\n- UID: fd8c1c04-b404-4a24-a950-4b79ce43ad3c\n\n- Topic: Authorization of American Rescue Plan Funds\n- Summary: The ordinance authorizes the Mayor to enter into a Subrecipient Agreement to utilize $3,200,000.00 in American Rescue Plan funds for the purpose of addressing economic hardship related to the COVID-19 pandemic.\n- Ordinance Number: CAL. NO. 34,110\n- Votes Summary:\n - Vote 1: Adopted - (N/A)\n- Decision/Key Actions: The ordinance was adopted.\n- Tags/Keywords: American Rescue Plan, COVID-19 Relief, Subrecipient Agreement\n- UID: fd8c1c04-b404-4a24-a950-4b79ce43ad3c", + "uid": "fd8c1c04-b404-4a24-a950-4b79ce43ad3c", + "publish_date": "4-6-2023", + "page_number": 8, + "title": "Regular City Council Minutes 4-6-2023" }, { - "page_content": "11/15/23, 7:50 PM cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4706 (Cn. Deadline 12/14/23). ADOPTED. 34420-29701 MCS 16. CAL. NO. 34,421 - BY: COUNCILMEMBER HARRIS Brief: An Ordinance to amend and reordain the use tables in Articles 9, 10, 11, 12, 13, 14, 15, and 17 of the Comprehensive Zoning Ordinance (Ordinance No. 4264 M.C.S., as amended by Ordinance No. 26,413 M.C.S. and subsequent amendments) to permit \u201cDomestic Protection Shelter\u201d and \u201cEmergency Shelter\u201d by-right as institutional uses in all zoning districts where multi-family dwellings are permitted; and otherwise to provide with respect thereto. (ZONING DOCKET NO. 63/23) Annotation: ELECTRONICALLY SUBMITTED. (90 Day, Cn. Deadline 12/20/23). (Cn. Deadline 12/14/23). ADOPTED. 34421-29702 MCS 17. CAL. NO. 34,422 - BY: COUNCILMEMBER HARRIS Brief: An Ordinance to establish a conditional use to permit a neighborhood commercial establishment in an HU-RM1I Historic Urban Multi-Family Residential District on Sq", - "page_number": 10, - "part": 1, - "title": "Regular City Council Meeting Agenda 11-2-2023.pdf" + "page_content": "- Topic: Amendment No. 11 to the contract with Sev1 Tech, LLC\n- Summary: Motion M-23-127 was introduced by Councilmember King to add the President of the Council as a signatory to Amendment No. 11 to the contract between the City of New Orleans and Sev1 Tech, LLC. The motion was recommended for approval by the Joint Governmental Affairs and Budget Committee and was adopted.\n- Ordinance Number: M-23-127\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: Motion M-23-127 was adopted, adding the President of the Council as a signatory to the contract with Sev1 Tech, LLC.\n- UID: 3f00393d-ebad-49c8-9ac3-d322c6966507\n\n- Topic: Amendment No. 1 to the emergency contract with Acadian Ambulance Service, Inc.\n- Summary: Motion M-23-128, introduced by Councilmember King, aimed to add the President of the Council as a signatory to Amendment No. 1 to the emergency contract between the City of New Orleans and Acadian Ambulance Service, Inc. The motion was recommended for approval by the Joint Governmental Affairs and Budget Committee and was adopted.\n- Ordinance Number: M-23-128\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: Motion M-23-128 was adopted, adding the President of the Council as a signatory to the emergency contract with Acadian Ambulance Service, Inc.\n- UID: 3f00393d-ebad-49c8-9ac3-d322c6966507\n\n- Topic: Contract with Quartech Corrections, L.L.C.\n- Summary: Motion M-23-129, introduced by Councilmember Thomas, proposed adding the President of the Council as a signatory to the contract between the City of New Orleans and Quartech Corrections, L.L.C. The motion was recommended for approval by the Joint Governmental Affairs and Budget Committee and was adopted.\n- Ordinance Number: M-23-129\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: Motion M-23-129 was adopted, adding the President of the Council as a signatory to the contract with Quartech Corrections, L.L.C.\n- UID: 3f00393d-ebad-49c8-9ac3-d322c6966507\n\n- Topic: Resolution by Councilmember Moreno\n- Summary: Resolution R-23-130, introduced by Councilmember Moreno, was not further detailed in the provided content.\n- UID: 3f00393d-ebad-49c8-9ac3-d322c6966507", + "uid": "3f00393d-ebad-49c8-9ac3-d322c6966507", + "publish_date": "4-6-2023", + "page_number": 9, + "title": "Regular City Council Minutes 4-6-2023" }, { - "page_content": "uare 261, Lot 1, in the Fourth Municipal District, bounded by Dryades Street, Second Street, Baronne Street, and Third Street (Municipal Addresses: 1834 Second Street and 2508-2512 Dryades Street); and otherwise to provide with respect thereto. (ZONING DOCKET NO 64/23) Annotation: ELECTRONICALLY SUBMITTED. (90 Day, Cn. Deadline 12/20/23). (Cn. Deadline 12/14/23). ADOPTED. 34422-29703 MCS 18. CAL. NO. 34,423 - BY: COUNCILMEMBER KING Brief: An Ordinance to effect a zoning change from an S-RS Suburban Single-Family Residential District to an S-B1 Suburban Business District, on Square 2, Lot 27 or part Lot 27, in the Fifth Municipal District, bounded by General Meyer Avenue, Casimire Street, Carver Street, and Zion Street (Municipal Addresses: 6505 General Meyer Avenue and 2810 Casimire Street); and otherwise to provide with respect thereto. (ZONING DOCKET NO. 66/23) Annotation: ELECTRONICALLY SUBMITTED. https://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4706 10/34 \f", + "page_content": "- Topic: Resolution and Order related to Madison Energy Investments, Inc.\n- Summary: The motion to amend community solar rules docket no. UD-18-03 was recommended for approval by the Climate Change, Sustainability Committee, and the Governmental Affairs Committee. It was adopted.\n- Ordinance Number: R-23-130\n- Votes Summary:\n - Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: Adoption of the motion\n- Tags/Keywords: Madison Energy Investments, community solar rules, adoption, committees\n- UID: 004fd30b-d455-4c88-9d01-a6682b053fa9\n\n- Topic: Mayor's reappointment of Elizabeth Boh to the Sanford \"Sandy\" Krasnoff New Orleans Criminal Justice Council\n- Summary: The Mayor's reappointment of Elizabeth Boh was continued to the meeting of 4/20/23, following a recommendation for approval by the Governmental Affairs Committee.\n- Ordinance Number: M-23-132\n- Votes Summary:\n - Vote 1: Continued - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: Continuation of the reappointment to a later meeting\n- Tags/Keywords: Mayor's reappointment, New Orleans Criminal Justice Council, continuation\n- UID: 004fd30b-d455-4c88-9d01-a6682b053fa9\n\n- Topic: Mayor's appointment of Lawrence Timothy Lupin to the Historic District Landmarks Commission\n- Summary: The Mayor's appointment of Lawrence Timothy Lupin was continued to the meeting of 4/20/23, following a recommendation for approval by the Governmental Affairs Committee.\n- Ordinance Number: M-23-133\n- Votes Summary:\n - Vote 1: Continued - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: Continuation of the appointment to a later meeting\n- Tags/Keywords: Mayor's appointment, Historic District Landmarks Commission, continuation\n- UID: 004fd30b-d455-4c88-9d01-a6682b053fa9", + "uid": "004fd30b-d455-4c88-9d01-a6682b053fa9", + "publish_date": "4-6-2023", "page_number": 10, - "part": 2, - "title": "Regular City Council Meeting Agenda 11-2-2023.pdf" - }, - { - "page_content": "11/15/23, 7:50 PM cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4706 (90 Day, Cn. Deadline 12/20/23). (Cn. Deadline 12/14/23). ADOPTED. 34423-29704 MCS 19. CAL. NO. 34,424 - BY: COUNCILMEMBER GREEN Brief: An Ordinance to establish a conditional use to permit a community center in an HU-RD2 Historic Urban Two-Family Residential District, on Square 766, Lots 23 and 24, in the Third Municipal District, bounded by North Roman Street, New Orleans Avenue, North Derbigny Street, St. Bernard Avenue, and Seventh Street (Municipal Address: 1660 N. Roman Street); and otherwise to provide with respect thereto. (ZONING DOCKET NO. 67/23) Annotation: ELECTRONICALLY SUBMITTED. (90 Day, Cn. Deadline 12/20/23). (Cn. Deadline 12/14/23). ADOPTED. 34424-29705 MCS 20. MOTION (LYING OVER) - NO. M-23-495 - BY: COUNCILMEMBER THOMAS (BY REQUEST) Brief: Adding the President of the Council as a signatory to the data use agreement between the City of", - "page_number": 11, - "part": 1, - "title": "Regular City Council Meeting Agenda 11-2-2023.pdf" + "title": "Regular City Council Minutes 4-6-2023" }, { - "page_content": " New Orleans and the Administrators of the Tulane Educational Fund; and authorizing the President of the Council to sign the data use agreement between the City of New Orleans and the Administrators of the Tulane Educational Fund (Exhibit A). Annotation: (Council Rule 34. Postponement Deadline 2/16/24). (Referred to the Criminal Justice Committee). (Criminal Justice Committee recommended approval). ADOPTED. M-23-495 21. MOTION (LYING OVER) - NO. M-23-496 - BY: COUNCILMEMBER KING (BY REQUEST) Brief: Adding the President of the Council as a signatory to the Professional Services Agreement between the City of New Orleans and Richard\u2019s Disposal, Inc., and authorizing the President of the Council to sign the Agreement between the City of New Orleans and Richard\u2019s Disposal, Inc. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 2/16/24). https://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4706 11/34 \f", + "page_content": "- Topic: Appointment of Shawanda Poree to Historic District Landmarks Commission\n- Summary: Ratifying the Mayor's appointment of Shawanda Poree as a member of the Historic District Landmarks Commission, representing Algiers Point, effective until June 30, 2025.\n- Ordinance Number: M-23-134\n- Votes Summary:\n Vote 1: Passed - (Unanimous approval)\n- Decision/Key Actions: Appointment of Shawanda Poree approved by the Council.\n- Tags/Keywords: Historic District Landmarks Commission, Appointment, Shawanda Poree\n- UID: 7a1ea88b-da88-4535-9afa-098fe80344ef\n\n- Topic: Reappointment of Gregory Ravy to Sanford \"Sandy\" Krasnoff New Orleans Criminal Justice Council\n- Summary: Ratifying the Mayor's reappointment of Gregory Ravy as a member of the Sanford \"Sandy\" Krasnoff New Orleans Criminal Justice Council, effective until December 31, 2023.\n- Ordinance Number: M-23-135\n- Votes Summary:\n Vote 1: Passed - (Unanimous approval)\n- Decision/Key Actions: Reappointment of Gregory Ravy approved by the Council.\n- Tags/Keywords: Sanford \"Sandy\" Krasnoff New Orleans Criminal Justice Council, Reappointment, Gregory Ravy\n- UID: 7a1ea88b-da88-4535-9afa-098fe80344ef\n\n- Topic: Reappointment of Melissa Sawyer to Sanford \"Sandy\" Krasnoff New Orleans Criminal Justice Council\n- Summary: Ratifying the Mayor's reappointment of Melissa Sawyer as a member of the Sanford \"Sandy\" Krasnoff New Orleans Criminal Justice Council, effective until December 31, 2023.\n- Ordinance Number: M-23-136\n- Votes Summary:\n Vote 1: Passed - (Unanimous approval)\n- Decision/Key Actions: Reappointment of Melissa Sawyer approved by the Council.\n- Tags/Keywords: Sanford \"Sandy\" Krasnoff New Orleans Criminal Justice Council, Reappointment, Melissa Sawyer\n- UID: 7a1ea88b-da88-4535-9afa-098fe80344ef\n\n- Topic: Appointment of Jennie Cannon West to Historic District Landmarks Commission\n- Summary: Ratifying the Mayor's appointment of Jennie Cannon West as a member of the Historic District Landmarks Commission, representing Marigny, effective until June 30, 2023.\n- Ordinance Number: M-23-137\n- Votes Summary:\n Vote 1: Passed - (Unanimous approval)\n- Decision/Key Actions: Appointment of Jennie Cannon West approved by the Council.\n- Tags/Keywords: Historic District Landmarks Commission, Appointment, Jennie Cannon West\n- UID: 7a1ea88b-da88-4535-9afa-098fe80344ef", + "uid": "7a1ea88b-da88-4535-9afa-098fe80344ef", + "publish_date": "4-6-2023", "page_number": 11, - "part": 2, - "title": "Regular City Council Meeting Agenda 11-2-2023.pdf" - }, - { - "page_content": "11/15/23, 7:50 PM cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4706 (Referred to the Public Works Committee). (Public Works Committee recommended approval). ADOPTED. M-23-496 22. MOTION - NO. M-23-506 - BY: COUNCILMEMBERS MORENO, MORRELL, HARRIS, GREEN AND THOMAS Brief: Directing the Council Utilities Regulatory Office to issue and advertise an RFQ for an independent monitor, in accordance with Council Rule 42. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 3/1/24). (Climate Change and Sustainability Committee recommended approval). ADOPTED. M-23-506 23. RESOLUTION - NO. R-23-507 - BY: COUNCILMEMBERS MORENO, MORRELL, HARRIS, GREEN AND THOMAS Brief: RESOLUTION AND ORDER RELATED TO MADISON ENERGY INVESTMENTS, INC. MOTION TO AMEND COMMUNITY SOLAR RULE", - "page_number": 12, - "part": 1, - "title": "Regular City Council Meeting Agenda 11-2-2023.pdf" + "title": "Regular City Council Minutes 4-6-2023" }, { - "page_content": "S DOCKET NO. UD-18-03 Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 3/1/24). (Climate Change and Sustainability Committee recommended approval). ADOPTED. R-23-507 24. MOTION - NO. M-23-508 - BY: COUNCILMEMBER HARRIS (BY REQUEST) Brief: Adding the President of the Council as a signatory to the Maintenance Covenant between the City of New Orleans, H3C, LLC, and the Finance Authority of New Orleans, and authorizing the President of the Council to sign the Maintenance Covenant between the City of New Orleans, H3C, LLC, and the Finance Authority of New Orleans. Annotation: (Council Rule 34. Postponement Deadline 3/1/24). (Quality of Life Committee recommended approval). ADOPTED. M-23-508 https://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4706 12/34 \f", + "page_content": "- Topic: Cooperative Endeavor Agreement between City of New Orleans and State of Louisiana for DNA analysis\n- Summary: The ordinance authorizes the Mayor to enter into a Cooperative Endeavor Agreement with the State of Louisiana for funding the outsourcing of DNA cases from the New Orleans Police Department to the State Police Crime Laboratory for analysis. \n- Ordinance Number: CAL. NO. 34,111\n- Votes Summary:\n Vote 1: Adopt - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance was adopted.\n- Tags/Keywords: Cooperative Endeavor Agreement, DNA analysis, New Orleans Police Department, State Police Crime Laboratory\n- UID: 9a183567-e80b-4ace-a220-3d0d30ff5739\n\n- Topic: Consent Agenda and Referral of Other Matters\n- Summary: The motion was made to adopt the consent agenda and refer other matters to the proper agency.\n- Ordinance Number: M-23-137\n- Votes Summary:\n Vote 1: Adopt - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The motion to adopt the consent agenda and refer other matters was passed.\n- Tags/Keywords: Consent Agenda, Motion to Adopt, Referral of Matters\n- UID: 9a183567-e80b-4ace-a220-3d0d30ff5739", + "uid": "9a183567-e80b-4ace-a220-3d0d30ff5739", + "publish_date": "4-6-2023", "page_number": 12, - "part": 2, - "title": "Regular City Council Meeting Agenda 11-2-2023.pdf" - }, - { - "page_content": "11/15/23, 7:50 PM cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4706 25. MOTION - NO. M-23-509 - BY: COUNCILMEMBER HARRIS (BY REQUEST) Brief: Adding the President of the Council as a signatory to the Maintenance Covenant between the City of New Orleans, 1300 OCH, LLC, and the Finance Authority of New Orleans, and authorizing the President of the Council to sign the Maintenance Covenant between the City of New Orleans, 1300 OCH, LLC, and the Finance Authority of New Orleans. Annotation: (Council Rule 34. Postponement Deadline 3/1/24). (Quality of Life Committee recommended approval). ADOPTED. M-23-509 a. MOTION TO ADOPT CONSENT AGENDA AND REFER OTHER MATTERS TO THE PROPER AGENCY. b. |. AND THE CONSENT AGENDA WAS ADOPTED. REGULAR AGENDA 1. COMMUNICATION \u2014 FROM GILBERT A. MONTANO, CHIEF ADMINISTRATIVE OFFICER, CITY OF NEW ORLEANS Brief: Submitting written notice of the appointment of Clinton R. Hatha", - "page_number": 13, - "part": 1, - "title": "Regular City Council Meeting Agenda 11-2-2023.pdf" + "title": "Regular City Council Minutes 4-6-2023" }, { - "page_content": "way as Director of Public Works, pursuant to Section 4-106(4) of the Home Rule Charter, City Code Section 2-477, and City Council Rule 56. Annotation: ELECTRONICALLY SUBMITTED. RECEIVED. a. LAND USE MATTERS ALL LAND USE ARE SCHEDULED TO COMMENCE AT 11:00 A.M. OR THEREAFTER. All public comments on land use items are subject to City Council Rule 10.1B, whereby each land use matter is limited to a maximum public comment period of 20 minutes, with speakers being limited to two minutes, per item. No ceding of public speaking time is permitted. 1. LEGISLATIVE GROUPING la. HDLC APPEAL \u2014OF SHANTEL HEBERT-MAGEE Brief: Requesting to appeal the Historic District Landmarks Commission\u2019s decision of \u201cdenial\u201d of the application for the installation of the proposed doors at the corner entry of the building for property located at 302 Pelican Avenue. https://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4706 13/34 \f", + "page_content": "- Topic: Cooperative Endeavor Agreement for Canal Street Ferry Terminal improvements\n- Summary: The ordinance authorizes the Mayor to enter into a Cooperative Endeavor Agreement between the City of New Orleans, the Regional Transit Authority, and the Audubon Commission to facilitate the maintenance of improvements at and near the Canal Street Ferry Terminal.\n- Ordinance Number: 34099 - 29393 M.C.S.\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The ordinance was adopted.\n- Tags/Keywords: Cooperative Endeavor Agreement, City of New Orleans, Regional Transit Authority, Audubon Commission, Canal Street Ferry Terminal\n- UID: cad0b08a-c038-42e4-bae6-139e348c2d69\n\n- Topic: Cooperative Endeavor Agreement for improvements to Audubon Riverview, Audubon Park, and Woldenberg Park\n- Summary: The ordinance authorizes the Mayor to enter into a Cooperative Endeavor Agreement between the City of New Orleans and the Audubon Commission for the design and construction of improvements to the mentioned parks.\n- Ordinance Number: 34120 - 29408 M.C.S.\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The ordinance was adopted.\n- Tags/Keywords: Cooperative Endeavor Agreement, City of New Orleans, Audubon Commission, Audubon Riverview, Audubon Park, Woldenberg Park\n- UID: cad0b08a-c038-42e4-bae6-139e348c2d69\n\n- Topic: Cooperative Endeavor Agreement for various improvements\n- Summary: The ordinance authorizes the Mayor to enter into a Cooperative Endeavor Agreement between the City of New Orleans and the Audubon Commission for the design and construction of improvements to the mentioned parks.\n- Ordinance Number: 34121\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: No voting outcome provided.\n- Tags/Keywords: Cooperative Endeavor Agreement, City of New Orleans, Audubon Commission\n- UID: cad0b08a-c038-42e4-bae6-139e348c2d69", + "uid": "cad0b08a-c038-42e4-bae6-139e348c2d69", + "publish_date": "4-6-2023", "page_number": 13, - "part": 2, - "title": "Regular City Council Meeting Agenda 11-2-2023.pdf" + "title": "Regular City Council Minutes 4-6-2023" }, { - "page_content": "11/15/23, 7:50 PM cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4706 Annotation: ELECTRONICALLY SUBMITTED. (Cm. King, District C, Cn. Deadline 12/18/23). (Communication received at the meeting of 10/19/23). (Report received on today\u2019s Consent Agenda). Shantel Hebert-Magee HDLC 302 Pelican Ave 300-02 Pelican Avenue HDLC Report 1b. MOTION \u2014 NO. M-23-527 \u2014 BY: COUNCILMEMBER KING Brief: Overruling the HDLC\u2019s decision and granting the applicant\u2019s request for the property located at 300-302 Pelican Avenue. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 3/1/24). M-23-527 2. LEGISLATIVE GROUPING 2a. HDLC APPEAL \u2014 OF JOHN GARNER, ATTORNEY, HALE DEVALL Brief: Requesting to appeal the Historic District Landmarks Commission\u2019s decision of \u201cdenial\u201d of the application to remove existing street-fac", + "page_content": "- Topic: Amendment of Operating Budget for 2023\n- Summary: The ordinance aimed to transfer funds from the Department of Health to the Mayor's Office, Office of Homeless Programs & Strategy.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: Continued to the meeting of 4/20/23\n- Decision/Key Actions: The ordinance was continued to the next meeting for further discussion and decision.\n- Tags/Keywords: Budget, Department of Health, Mayor's Office, Homeless Programs, Strategy\n- UID: b8d5dad9-a3b7-4fda-bf8c-b0ebe94b0304\n\n- Topic: CBDHDLC Appeal for Property at 1001 Howard Avenue\n- Summary: The appeal requested to overturn the Central Business District Historic District Landmarks Commission's decision and remove the property from landmark nomination and jurisdiction.\n- Ordinance Number: M-23-144\n- Votes Summary:\n Vote 1: Passed - (Number of YEAS, Number of NAYS, Number of ABSTAIN, Number of ABSENT)\n- Decision/Key Actions: The motion to remove the property from landmark nomination and jurisdiction was passed.\n- Tags/Keywords: CBDHDLC, Appeal, Landmark, Property, Jurisdiction\n- UID: b8d5dad9-a3b7-4fda-bf8c-b0ebe94b0304", + "uid": "b8d5dad9-a3b7-4fda-bf8c-b0ebe94b0304", + "publish_date": "4-6-2023", "page_number": 14, - "part": 1, - "title": "Regular City Council Meeting Agenda 11-2-2023.pdf" + "title": "Regular City Council Minutes 4-6-2023" }, { - "page_content": "ing wood windows for replacement with new clad- wood windows at a Contributing rated, three-story residential building for property located at 332 South Diamond Street. Annotation: ELECTRONICALLY SUBMITTED. (Cm. Harris, District B, Cn. Deadline 12/18/23). (Communication received at the meeting of 10/19/23). (Report received on today\u2019s Consent Agenda). John Garner HDLC 332 Diamond Street 332 South Diamond Street HDLC Report 2b. MOTION \u2014 NO. M-23-519 \u2014BY: COUNCILMEMBER HARRIS Brief: Overruling the HDLC\u2019s decision and granting the applicant\u2019s request for the property located at 332 South Diamond Street. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 3/1/24). M-23-519 3. HDLC APPEAL \u2014OF MICHAEL D. BALLARD, JR., AIA NCARB https://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4706 14/34 \f", - "page_number": 14, - "part": 2, - "title": "Regular City Council Meeting Agenda 11-2-2023.pdf" - }, - { - "page_content": "11/15/23, 7:50 PM cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4706 Brief: Requesting to appeal the Historic District Landmarks Commission\u2019s decision of \u201cdenial\u201d of the application to demolish 100% of the roof for property located at 8500 Spruce Street. Annotation: ELECTRONICALLY SUBMITTED. (Cm. Giarrusso, District A, Cn. Deadline 12/18/23). (Communication received at the meeting of 10/19/23). (Report received on today\u2019s Consent Agenda). Michael D. Ballard, Jr HDLC 8500 Spruce Street 8500 Spruce Street HDLC Report 4. LEGISLATIVE GROUPING 4a. HDLC APPEAL \u2014 OF TONY ALFORTISH, AIA, NCARB, PRINCIPAL, MATHES BRIERRE, ARCHITECTS Brief: Requesting to appeal the Historic District Landmarks Commission\u2019s decision of de-facto \u201cdenial\u201d of the application for demolition of an existing contributing rated two-story warehouse building to grade for property located", - "page_number": 15, - "part": 1, - "title": "Regular City Council Meeting Agenda 11-2-2023.pdf" - }, - { - "page_content": " at 1060 Magazine Street. Annotation: ELECTRONICALLY SUBMITTED. (Cm. Harris, District B, Cn. Deadline 12/18/23). (Communication received at the meeting of 10/19/23). (Report received on today\u2019s Consent Agenda). Tony Alfortish HDLC 1060 Magazine Street 1040-60 Magazine StreetHDLC Report_ 4b. MOTION \u2014NO. M-23-515 \u2014 BY: COUNCILMEMBER HARRIS Brief: Overruling and granting the applicant\u2019s request for the property located at 1060 Magazine Street. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 3/1/24). M-23-515 5. UNIVERSITY AREA OFF-STREET PARKING INTERIM ZONING DISTRICT APPEAL - Brief: Requesting to appeal the parking requirements established by the University Area Off-Street Parking Interim Zoning District (IZD), for property located at 8500 Spruce Street. https://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4706 15/34 \f", + "page_content": "- Topic: University Area Off-Street Parking Interim Zoning District Appeal\n- Summary: This ordinance was a request for a variance from the requirements of the University Area Off-Street Parking Interim Zoning District for a property located at 6301 Annunciation Street, which was later withdrawn at the applicant's request.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A - WITHDRAWN\n- Decision/Key Actions: Withdrawn at the applicant's request\n- Tags/Keywords: Zoning, Parking, Variance, University Area\n- UID: f357ceac-059a-4e10-83e7-383d06adabee\n\n- Topic: Motion M-23-131\n- Summary: This motion was to approve and grant the applicant\u2019s request appealing the parking requirement of the University Area Interim Off-Street Parking Zoning District for property located at 6301 Annunciation Street, but it was later withdrawn.\n- Ordinance Number: M-23-131\n- Votes Summary:\n Vote 1: N/A - WITHDRAWN\n- Decision/Key Actions: Withdrawn\n- Tags/Keywords: Parking, Zoning, Appeal\n- UID: f357ceac-059a-4e10-83e7-383d06adabee\n\n- Topic: Zoning Docket No. 87/22 - City Council Motion No. M-22-455\n- Summary: This ordinance was requesting a text amendment to modify the Use Standards for Short Term Rentals (STR) to require posted signage for all three STR classifications, with the URL for the proposed text amendment provided. No voting outcome was mentioned.\n- Ordinance Number: M-22-455\n- Votes Summary: N/A\n- Decision/Key Actions: Request for a text amendment\n- Tags/Keywords: Zoning, Short Term Rentals, Text Amendment\n- UID: f357ceac-059a-4e10-83e7-383d06adabee", + "uid": "f357ceac-059a-4e10-83e7-383d06adabee", + "publish_date": "4-6-2023", "page_number": 15, - "part": 2, - "title": "Regular City Council Meeting Agenda 11-2-2023.pdf" - }, - { - "page_content": "11/15/23, 7:50 PM 6a. 6b. 6a. 7a. cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4706 Annotation: ELECTRONICALLY SUBMITTED. (Cm. Giarrusso, District A, Cn. Deadline N/A). (Communication received at the meeting of 10/5/23). WITHDRAWAL REQUESTED. Michael D. Ballard, Jr HDLC 8500 Spruce Street 8500 Spruce Street HDLC Report UNIVERSITY AREA OFF-STREET PARKING INTERIM ZONING DISTRICT APPEAL - OF LYNNETTE GORDON, SPECTRUM DESIGNS & ENGINEERING LLC Brief: Requesting to appeal the parking requirements established by the University Area Off-Street Parking Interim Zoning District (IZD), for property located at 2417 Eagle Street. Annotation: ELECTRONICALLY SUBMITTED. (Cm. Giarrusso, District A, Cn. Deadline N/A). (Communication received at the meeting of 10/19/23). Lynnette Gordon Univ IZD 2417 Eagle Street MOTION \u2014 NO. M-23-520 \u2014 BY: COUNCILMEMBER GIARRUSSO Brie", - "page_number": 16, - "part": 1, - "title": "Regular City Council Meeting Agenda 11-2-2023.pdf" + "title": "Regular City Council Minutes 4-6-2023" }, { - "page_content": "f: Granting and approving the applicant\u2019s request for the property located at 2417 Eagle Street. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 3/1/24). M-23-520 LEGISLATIVE GROUPING LEGISLATIVE GROUPING UNIVERSITY AREA OFF-STREET PARKING INTERIM ZONING DISTRICT APPEAL - OF LYNNETTE GORDON, SPECTRUM DESIGNS & ENGINEERING LLC Brief: Requesting to appeal the parking requirements established by the University Area Off-Street Parking Interim Zoning District (IZD), for property located at 2417 Eagle Street. Annotation: ELECTRONICALLY SUBMITTED. (Cm. Giarrusso, District A, Cn. Deadline N/A). (Communication received at the meeting of 10/19/23). UNIVERSITY AREA OFF-STREET PARKING INTERIM ZONING DISTRICT APPEAL OF ZACHARY SMITH, OWNER, ZACH SMITH CONSULTING AND DESIGN https://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4706 16/34 \f", + "page_content": "- Topic: Zoning Docket No. 100/22 - City Council Motion No. M-22-449\n- Summary: The ordinance requests an amendment to the text of the Comprehensive Zoning Ordinance to re-establish the University Area Off-Street Parking Interim Zoning District, requiring off-street vehicular parking for any increase in the number of existing bedrooms. The City Planning Commission recommended \"FOR MODIFIED APPROVAL.\"\n- Ordinance Number: ZD NO. 100/22\n- Votes Summary:\n Vote 1: Withdrawn\n- Decision/Key Actions: The motion for the text amendment was withdrawn.\n- Tags/Keywords: Zoning, Off-Street Parking, University Area, Amendment\n- UID: f08cad94-04b6-4da7-a4c0-669e4e647b8e\n\n- Topic: Motion - No. M-23-143 - By: Councilmembers Giarrusso and Harris\n- Summary: This motion was to approve the Text Amendment request on ZD NO. 100/22.\n- Votes Summary:\n Vote 1: Withdrawn\n- Decision/Key Actions: The motion was withdrawn.\n- Tags/Keywords: Motion, Text Amendment, Approval\n- UID: f08cad94-04b6-4da7-a4c0-669e4e647b8e\n\n- Topic: Substitute Motion - No. M-23-143 - By: Councilmembers Giarrusso and Harris\n- Summary: This substitute motion was related to ZD NO. 100/22.\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: N/A\n- Tags/Keywords: Substitute Motion, Zoning, Amendment\n- UID: f08cad94-04b6-4da7-a4c0-669e4e647b8e", + "uid": "f08cad94-04b6-4da7-a4c0-669e4e647b8e", + "publish_date": "4-6-2023", "page_number": 16, - "part": 2, - "title": "Regular City Council Meeting Agenda 11-2-2023.pdf" - }, - { - "page_content": "11/15/23, 7:50 PM cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4706 Brief: Requesting to appeal the University Area Off-Street Parking Interim Zoning District (IZD) for property located at 8337 Hickory Street. Annotation: ELECTRONICALLY SUBMITTED. (Cm. Giarrusso, District A, Cn. Deadline N/A). (Communication received at the meeting of 10/19/23). Zachary Smith Univ IZD_ 8337 Hickory Street 7b. MOTION \u2014NO. M-23-521 \u2014 BY: COUNCILMEMBER GIARRUSSO Brief: Granting and approving the applicant\u2019s request for the property located at 8337 Hickory Street. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 3/1/24). M-23-521 8. LEGISLATIVE GROUPING 8a. ZONING DOCKET NO. 56/23 - CITY COUNCIL MOTION NO. M-23-231 Brief: Requesting an Amendment to the text of the Comprehensive Zoning Ordinance to amend the permitted and conditional use tables in Article 14, Table 14-1, to disallow the following residential uses currently allowed in the ", - "page_number": 17, - "part": 1, - "title": "Regular City Council Meeting Agenda 11-2-2023.pdf" + "title": "Regular City Council Minutes 4-6-2023" }, { - "page_content": "S-LM Lake Area Marina District: * Dwelling, Above the Ground Floor * Dwelling, Townhouse * Dwelling, Multi-Family * Group Home, Small \u00a2 Group Home, Large * Permanent Supportive Housing Properties are located in the area generally bounded by Lake Marina Avenue, Lakeshore Drive, Breakwater Drive, Lake Pontchartrain, and the 17th Street Canal. (Municipal Addresses: The proposed text change would affect the S-LM Lake Area Marina District which is applied to the area above). The recommendation of the City Planning Commission being \u201cFOR APPROVAL\u201d. Annotation: SUBMITTED ELECTRONICALLY. (Cm. Giarrusso, District A, Cn. Deadline 11/20/23). ZD NO. 56-23 Final Staff Report_September 8b. MOTION \u2014 NO. M-23-522 \u2014 BY: COUNCILMEMBER GIARRUSSO Brief: Approving and granting the applicant\u2019s request on ZD 56/23. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 3/1/24). M-23-522 https://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4706 17/34 \f", + "page_content": "- Topic: Approval of Text Amendment Request on ZD NO. 100/22\n- Summary: The council approved the Text Amendment request on ZD NO. 100/22, subject to modifications to the proposed text additions found on pages 5-7 of the City Planning Commission Executive Summary Final Staff Report.\n- Ordinance Number: ZD NO. 100/22\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n Vote 2: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n Vote 3: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: Approval of Text Amendment request with modifications\n- Tags/Keywords: Text Amendment, City Planning Commission, Executive Summary\n- UID: 214956f2-78a2-482b-a992-658dbe8436f9", + "uid": "214956f2-78a2-482b-a992-658dbe8436f9", + "publish_date": "4-6-2023", "page_number": 17, - "part": 2, - "title": "Regular City Council Meeting Agenda 11-2-2023.pdf" + "title": "Regular City Council Minutes 4-6-2023" }, { - "page_content": "11/15/23, 7:50 PM cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4706 9. LEGISLATIVE GROUPING 9a. ZONING DOCKET NO. 70/23 - PETER TRAPOLIN ET AL. Brief: Requesting a Conditional Use to permit the retail sale of packaged alcoholic beverages in a CBD-5 Urban Core Neighborhood Lower Intensity Mixed-Use District, located on Square 180, Lot 1 or an undesignated lot, in the First Municipal District, bounded by Saint Charles Avenue, Church Street, Girod Street and Julia Street (Municipal Address: 762 Saint Charles Avenue). The recommendation of the City Planning Commission being for \u201cFOR APPROVAL\u201d, subject to nine (9) provisos. Annotation: SUBMITTED ELECTRONICALLY. (Cm. Harris, District B, Cn. Deadline 11/20/23). ZD NO. 70-23 Final Report 9b. MOTION \u2014 NO. M-23-516 \u2014 BY: COUNCILMEMBER HARRIS Brief: Overruling and denying the applicant\u2019s Conditional Use request on ZD NO. 70/23. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 3/1", + "page_content": "- Topic: ZONING DOCKET NO. 3/23 - 604 JULIA STREET PROJECT, LLC\n- Summary: Request for Conditional Use to permit a hotel in a CBD-5 Urban Core Neighborhood Lower Intensity Mixed-Use District. City Planning Commission recommended \"FOR DENIAL\".\n- Ordinance Number: ZD NO. 3/23\n- Votes Summary:\n Vote 1: Failed - (N/A)\n- Decision/Key Actions: Conditional Use request denied\n- Tags/Keywords: Zoning, Conditional Use, CBD-5 Urban Core, City Planning Commission\n- UID: d0e5ee3f-7e9b-4d8b-a7ac-355e98c299ed\n\n- Topic: ZONING DOCKET NO. 5/23 \u2014 CITY COUNCIL MOTION NO. M-22-447\n- Summary: Request for Planned Development in an HU-RD2 Historic Urban Two-Family Residential District and an HUC Historic Urban Corridor Use Restriction Overlay District. City Planning Commission recommended \"FOR DENIAL\".\n- Ordinance Number: ZD NO. 5/23\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Continued to a later meeting\n- Tags/Keywords: Planned Development, HU-RD2, HUC, City Planning Commission\n- UID: d0e5ee3f-7e9b-4d8b-a7ac-355e98c299ed\n\n- Topic: ZONING DOCKET NO. 9/23 \u2014~N&B INVESTMENT GROUP, LLC\n- Summary: Request for an Amendment to Ordinance No. 23,346 MCS. No specific recommendation mentioned.\n- Ordinance Number: ZD NO. 9/23\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Continued to a later meeting\n- Tags/Keywords: Zoning Amendment, N&B Investment Group\n- UID: d0e5ee3f-7e9b-4d8b-a7ac-355e98c299ed", + "uid": "d0e5ee3f-7e9b-4d8b-a7ac-355e98c299ed", + "publish_date": "4-6-2023", "page_number": 18, - "part": 1, - "title": "Regular City Council Meeting Agenda 11-2-2023.pdf" - }, - { - "page_content": "/24). M-23-516 10. CAL. NO. 34,277 - BY: COUNCILMEMBERS THOMAS, HARRIS AND GREEN (BY REQUEST) Brief: An Ordinance to amend and reordain Chapter 130 of the Code of the City of New Orleans by amending Section 130-39 to provide for restrictions on payments to sellers of nonferrous materials, and otherwise with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 11/10/23). (Quality of Life Committee recommended approval). (Technical needed). ON DEADLINE. DEFERRAL REQUESTED TO THE MEETING OF 11/16/23. \"Please note: Deferral requests are purely tentative until confirmed during the meeting. A request to defer an agenda item may be withdrawn or overruled pursuant to Council Rules.\" 34277 11. LEGISLATIVE GROUPING lla. CAL. NO. 34,308 - BY: COUNCILMEMBERS GREEN, THOMAS AND KING Brief: An Ordinance to amend and reordain Sections 82-410 and 82-412 to increase penalties and to https://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4706 18/34 \f", - "page_number": 18, - "part": 2, - "title": "Regular City Council Meeting Agenda 11-2-2023.pdf" - }, - { - "page_content": "11/15/23, 7:50 PM cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4706 provide relative to food waste and distribution of food under or adjacent to an overpass or elevated roadway or within or adjacent to any encampment area; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 11/10/23). (Referred to the Quality of Life Committee). ON DEADLINE. DEFERRAL REQUESTED TO THE MEETING OF 11/16/23. \"Please note: Deferral requests are purely tentative until confirmed during the meeting. A request to defer an agenda item may be withdrawn or overruled pursuant to Council Rules.\" 34308 1lb. AMENDMENT TO ORDINANCE CAL. NO. 34,308 - BY: COUNCILMEMBER GREEN Brief: 1) On page 1, line 2, insert the following at the beginning of paragraph (a): \"The first offense shall result in a warning citation.\" (2) On page 1, line 2, replace \"The penalty for each\" with \"Each subsequent\" Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 11/24/23). DEFERRAL REQUESTED TO THE MEETING OF 11/16/23. \"Please note: Deferral requests are purely tentative u", - "page_number": 19, - "part": 1, - "title": "Regular City Council Meeting Agenda 11-2-2023.pdf" + "title": "Regular City Council Minutes 4-6-2023" }, { - "page_content": "ntil confirmed during the meeting. A request to defer an agenda item may be withdrawn or overruled pursuant to Council Rules.\" 34308 Amendment 12. LEGISLATIVE GROUPING 12a. CAL. NO. 34,385 - BY: COUNCILMEMBERS MORRELL, MORENO, HARRIS AND GREEN Brief: An Ordinance to amend and reordain sections 26-615, 26-616, 26-617, 26-618, 26-619, 26- 620, 26-624, and 26-628 of the Code of the City of New Orleans to provide relative to the regulation of short-term rentals; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 1/5/24). 34385 12b. MOTION (LYING OVER) - NO. M-23-426 - BY: COUNCILMEMBERS MORRELL, MORENO, HARRIS AND GREEN Brief: Directing the City Planning Commission to conduct a public hearing to consider amendments to Ordinance No. 4,264 M.C.S., amended by Ordinance No. 26,413 M.C.S., as amended, the Comprehensive Zoning Ordinance of the City of New Orleans, to eliminate Non-Commercial Short-Term Rentals as a defined land use and update any and all relevant provisions governing https://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4706 19/34 \f", + "page_content": "- Topic: Conditional Use for Community Center in Historic Urban Two-Family Residential District\n- Summary: The ordinance granted a conditional use to permit a large childcare center to now authorize the use of the property as a community center in an HU-RD2 Historic Urban Two-Family Residential District. The recommendation of the City Planning Commission was \"FOR APPROVAL\", subject to three provisos.\n- Ordinance Number: ZD NO. 9/23\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: Conditional use request approved with three provisos as stated in the City Planning Commission's report.\n- Tags/Keywords: Conditional Use, Community Center, Historic District\n- UID: 18385eab-ea30-425c-8acf-dd1f87e9315e\n\n- Topic: Conditional Use for Standard Restaurant in Historic Urban Residential Business District\n- Summary: The ordinance requested a Conditional Use to permit a standard restaurant in an HU-B1 Historic Urban Residential Business District. The recommendation of the City Planning Commission was \"FOR APPROVAL\", subject to three provisos.\n- Ordinance Number: ZD NO. 11/23\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Further details about the voting outcome or decision were not provided in the summary.\n- Tags/Keywords: Conditional Use, Standard Restaurant, Historic District\n- UID: 18385eab-ea30-425c-8acf-dd1f87e9315e", + "uid": "18385eab-ea30-425c-8acf-dd1f87e9315e", + "publish_date": "4-6-2023", "page_number": 19, - "part": 2, - "title": "Regular City Council Meeting Agenda 11-2-2023.pdf" - }, - { - "page_content": "11/15/23, 7:50 PM cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4706 the zoning and use standards for short-term rentals, including the removal of all references to Non-Commercial Short-Term Rental. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 1/19/24). LO M-23-426 12c. QO MOTION (LYING OVER) - NO. M-23-427 - BY: COUNCILMEMBERS MORRELL, MORENO, HARRIS AND GREEN Brief: Directing the City Planning Commission to conduct a public hearing to amend and reordain Ordinance No. 4264 M.C.S., amended by Ordinance No. 26,413 M.C.S., as amended, the Comprehensive Zoning Ordinance of the City of New Orleans, to amend Article 19 to establish a new Interim Zoning District to be named the Non-Commercial Short-Term Rental Interim Zoning District (IZD), the intent of which is to prohibit the Short-Term Rental, Non- Commercial use within all areas of the City of New Orleans. These prohibitions shall apply citywide. Aside from the use prohibited herein, all other permitted and conditional uses shall be as provided in the Comprehensive Zoning Ordinance. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 1/19/24). LO M-23-427 12c. MOTION (LYING OVER) - NO. M-23-427 - BY: COUNCILMEMBERS MORRELL, MORENO, HARRIS AND GREEN Brief: Directing the City Planning Commission to c", - "page_number": 20, - "part": 1, - "title": "Regular City Council Meeting Agenda 11-2-2023.pdf" + "title": "Regular City Council Minutes 4-6-2023" }, { - "page_content": "onduct a public hearing to amend and reordain Ordinance No. 4264 M.C.S., amended by Ordinance No. 26,413 M.C.S., as amended, the Comprehensive Zoning Ordinance of the City of New Orleans, to amend Article 19 to establish a new Interim Zoning District to be named the Non-Commercial Short-Term Rental Interim Zoning District (IZD), the intent of which is to prohibit the Short-Term Rental, Non- Commercial use within all areas of the City of New Orleans. These prohibitions shall apply citywide. Aside from the use prohibited herein, all other permitted and conditional uses shall be as provided in the Comprehensive Zoning Ordinance. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 1/19/24). 13. CAL. NO. 34,393 - BY: COUNCILMEMBERS GIARRUSSO, HARRIS, MORENO, MORRELL, GREEN, THOMAS AND KING Brief: An Ordinance to add section 2-672 to the Code of the City of New Orleans to require the Law Department to produce and transmit a monthly report regarding contracts in progress including but not limited to, when the contract was requested or received, the type and amount of the contract, the Law Department employee assigned to the contract, the status and date of completion of the contract, and otherwise to provide with respect thereto. https://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4706 20/34 \f", + "page_content": "- Topic: Conditional Use Request Approval (ZD NO. 11/23)\n- Summary: The council approved the applicant's Conditional Use request on ZD NO. 11/23, subject to three provisos set forth in the City Planning Commission\u2019s report.\n- Ordinance Number: M-23-139\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: Conditional Use request approved with provisos\n- Tags/Keywords: Conditional Use, ZD NO. 11/23, City Planning Commission, Approval\n- UID: 1a462f8d-bc44-4bf8-a484-403d5bc6b23d\n\n- Topic: Reporting Requirements for Department of Finance\n- Summary: An ordinance to establish reporting requirements applicable to the Department of Finance, including a statement to be issued alongside each payment the City of New Orleans provides to a security and improvement district, and an annual financial report to be transmitted to the City Council.\n- Ordinance Number: CAL. NO. 33,893\n- Votes Summary:\n Vote 1: Continued to the meeting of 4/20/23\n- Decision/Key Actions: Ordinance continued to a future meeting\n- Tags/Keywords: Reporting Requirements, Department of Finance, Annual Financial Report\n- UID: 1a462f8d-bc44-4bf8-a484-403d5bc6b23d\n\n- Topic: Amendment to Blight and Public Nuisance Definitions\n- Summary: An ordinance to amend Section 26-236 to establish additional definitions for what may be declared a blight and public nuisance.\n- Ordinance Number: CAL. NO. 33,983\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Amendment to definitions proposed\n- Tags/Keywords: Blight, Public Nuisance, Amendment\n- UID: 1a462f8d-bc44-4bf8-a484-403d5bc6b23d", + "uid": "1a462f8d-bc44-4bf8-a484-403d5bc6b23d", + "publish_date": "4-6-2023", "page_number": 20, - "part": 2, - "title": "Regular City Council Meeting Agenda 11-2-2023.pdf" - }, - { - "page_content": "11/15/23, 7:50 PM 14. 15. 16. cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4706 Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 1/5/24). DEFERRAL REQUESTED TO THE MEETING OF 11/16/23. \"Please note: Deferral requests are purely tentative until confirmed during the meeting. A request to defer an agenda item may be withdrawn or overruled pursuant to Council Rules.\" 34393 CAL. NO. 34,425 - BY: COUNCILMEMBER KING (BY REQUEST) Brief: An Ordinance to ratify the execution and delivery by the New Orleans Building Corporation (\"NOBC\") of the Third Amendment to Third Amendment and Restatement of Lease, which is attached hereto as Exhibit \u201cA\u201d (the \u201cAmendment\u201d), and which amends the Third Amendment and Restatement of Lease dated September 25, 1989, as amended by the First Amendment to Restatement of Lease and Servitude dated September 29, 1989 and the Amendment of Lease Agreement dated February 17, 2000 (collectively, the \u201cMercier Lease\u201d), pursuant to which Mercier Realty and Investment Company, a Louisiana corporation (\"Mercier\"), leases to NOBC certain premises located at the corner of Iberville and Dauphine Streets in the French Quarter of New Orleans (as more particularly described in the Mercier Lease, the \"Leased Premises\"); and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 2/2/24). 34425 CA", - "page_number": 21, - "part": 1, - "title": "Regular City Council Meeting Agenda 11-2-2023.pdf" + "title": "Regular City Council Minutes 4-6-2023" }, { - "page_content": "L, NO. 34,428 - BY: COUNCILMEMBER HARRIS (BY REQUEST) Brief: An Ordinance to authorize the Mayor of the City of New Orleans to enter into a cooperative endeavor agreement with the New Orleans Building Corporation (\"NOBC\"), for administration of a parcel of land owned by the State of Louisiana, located beneath U.S. Highway 90 (Pontchartrain Expressway); and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 2/2/24). 34428 CAL. NO. 34,429 - BY: COUNCILMEMBER KING (BY REQUEST) Brief: An Ordinance to authorize the execution and delivery by the New Orleans Building Corporation (\"NOBC\") and the City of New Orleans (the \"City\") of the Sixth Amendment to Agreement of Lease by and among NOBC, as Landlord, Rockstep Riverwalk, LLC, a Delaware limited liability company, (\"Rockstep\") as Tenant, and the City, as Intervenor, which amendment is attached hereto as Exhibit \u201cA\u201d (the \u201cAmendment\u2019\u201d), and which amends the long term Lease (as defined below), pursuant to which NOBC leases the property generally known as Spanish Plaza, the Canal Street Wharf Riparian Land and the Lower Julia Street Wharf Riparian Land, as more particularly described in the Lease (the \u201cProperty\u201d), to Rockstep, to operate a mall and related amenities, and other uses as more particularly described in the https://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4706 21/34 \f", + "page_content": "- Topic: Amendment to Section 26-236 of the Code of the City of New Orleans\n- Summary: The ordinance proposed several amendments to Section 26-236 to address urban blight and its negative impact on neighborhoods and residents' health. The amendments include defining blighted properties, empowering hearing officers to declare premises as blight and public nuisance, and removing specific references to vacant properties. \n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: Passed - (8 YEAS, 2 NAYS, 1 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed with a majority vote, indicating support for the proposed amendments to address urban blight in the city.\n- Tags/Keywords: Urban blight, Property blight, Public nuisance, Neighborhood health\n- UID: 838044a6-996c-4dd8-bfad-ce24c50f7391", + "uid": "838044a6-996c-4dd8-bfad-ce24c50f7391", + "publish_date": "4-6-2023", "page_number": 21, - "part": 2, - "title": "Regular City Council Meeting Agenda 11-2-2023.pdf" + "title": "Regular City Council Minutes 4-6-2023" }, { - "page_content": "11/15/23, 7:50 PM cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4706 Lease; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 2/2/24). 34429 17. CAL. NO. 34,432 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29266 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023\u201d, to move funds from the Office of the Mayor to the Department of Human Services for NOLA East Criminal Justice Work; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 2/2/24). (Fiscal Note received). (Referred to the Budget Committee). 34432 18. CAL. NO. 34,433 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29265 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Revenues for the City of New Orleans for the Year 2023\u201d, to appropriate grant funds to the Fire De", + "page_content": "- Topic: Amendment to Vacant Structure Blight and Public Nuisance Ordinance\n- Summary: This ordinance proposed amendments to the existing vacant structure blight and public nuisance ordinance, outlining the criteria for declaring a vacant structure as blight and public nuisance. The amendments also detailed the process for owners or occupants to avoid such a declaration by undertaking and completing necessary renovation work. The ordinance aimed to address the issue of vacant structures in the city and ensure that they are either renovated or brought into compliance with occupancy standards.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 2 NAYS, 1 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The amendments to the vacant structure blight and public nuisance ordinance were passed, allowing for the implementation of the outlined criteria and process for addressing vacant structures.\n- Tags/Keywords: Vacant Structure, Blight, Public Nuisance, Renovation, Compliance\n- UID: 283bdd48-803d-45d3-849d-c894fa075f4e", + "uid": "283bdd48-803d-45d3-849d-c894fa075f4e", + "publish_date": "4-6-2023", "page_number": 22, - "part": 1, - "title": "Regular City Council Meeting Agenda 11-2-2023.pdf" + "title": "Regular City Council Minutes 4-6-2023" }, { - "page_content": "partment for the purchase of a Foam Firefighting Trailer to have the capability to provide protection to the Port of New Orleans and surrounding areas while transporting vast quantities of hazardous materials and chemicals daily; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 2/2/24). (Fiscal Note received). (Referred to the Budget Committee). 34433 19. CAL. NO. 34,434 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29266 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023\u201d, to appropriate grant funds to the Fire Department for the purchase of a Foam Firefighting Trailer to have the capability to provide protection to the Port of New Orleans and surrounding areas while transporting vast quantities of hazardous materials and chemicals daily; and otherwise to provide with respect thereto. Annotation: https://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4706 22/34 \f", - "page_number": 22, - "part": 2, - "title": "Regular City Council Meeting Agenda 11-2-2023.pdf" - }, - { - "page_content": "11/15/23, 7:50 PM cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4706 (Council Rule 34. Postponement Deadline 2/2/24). (Fiscal Note received). (Referred to the Budget Committee). 34434 20. CAL. NO. 34,435 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29265 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Revenues for the City of New Orleans for the Year 2023\u201d, to appropriate State Act 397 funds to the Office of the Mayor for Public Safety Support Services to install at least (5) public safety cameras; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 2/2/24). (Fiscal Note received). (Referred to the Budget Committee). 34435 21. CAL. NO. 34,436 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29266 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023\u201d, to ", - "page_number": 23, - "part": 1, - "title": "Regular City Council Meeting Agenda 11-2-2023.pdf" - }, - { - "page_content": "appropriate State Act 397 funds to the Office of the Mayor for Public Safety Support Services to install at least (5) public safety cameras; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 2/2/24). (Fiscal Note received). (Referred to the Budget Committee). 34436 22. CAL. NO. 34,440 - BY: COUNCILMEMBER HARRIS Brief: An Ordinance to authorize the placement of honorary street dedication signage for Art Neville and his brothers along the 1000 and 1100 blocks of Valence Street; to provide for the payment of costs for the creation, installation, and removal of signage; and to otherwise provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 2/16/24). DEFERRAL REQUESTED TO THE MEETING OF 12/1/23. \"Please note: Deferral requests are purely tentative until confirmed during the meeting. A request to defer an agenda item may be withdrawn or overruled pursuant to Council Rules.\" 34440 https://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4706 23/34 \f", + "page_content": "- Topic: Amendment of Operating Budget for Sewerage and Water Board Power Plant Project\n- Summary: This ordinance aimed to amend the operating budget of the City of New Orleans to appropriate Capital Outlay funds awarded by the State of Louisiana Facility Planning and Control for the Sewerage and Water Board Power Plant Project. The ordinance was continued to the meeting of 4/20/23.\n- Ordinance Number: 34091\n- Votes Summary:\n Vote 1: Amendment - Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n Vote 2: As Amended - Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance was amended and passed, with a continuation to the next meeting.\n- Tags/Keywords: Operating Budget, Capital Outlay, Sewerage and Water Board Power Plant, Amendment\n- UID: 4bbaec11-57c0-4bdf-ad7d-a39fa2527909\n\n- Topic: Appropriation of Capital Outlay Funds for Sewerage and Water Board Power Plant Project\n- Summary: This ordinance sought to appropriate Capital Outlay funds awarded by the State of Louisiana Facility Planning and Control for the Sewerage and Water Board Power Plant Project. The ordinance was referred to the Budget Committee and continued to the meeting of 4/20/23.\n- Ordinance Number: 34091\n- Votes Summary: N/A\n- Decision/Key Actions: The ordinance was referred to the Budget Committee and continued to the next meeting.\n- Tags/Keywords: Capital Outlay Funds, Sewerage and Water Board Power Plant, Appropriation\n- UID: 4bbaec11-57c0-4bdf-ad7d-a39fa2527909", + "uid": "4bbaec11-57c0-4bdf-ad7d-a39fa2527909", + "publish_date": "4-6-2023", "page_number": 23, - "part": 2, - "title": "Regular City Council Meeting Agenda 11-2-2023.pdf" - }, - { - "page_content": "11/15/23, 7:50 PM cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4706 23. CAL. NO. 34,445 - BY: COUNCILMEMBERS HARRIS, MORENO, MORRELL, GIARRUSSO, KING, GREEN AND THOMAS Brief: An Ordinance to preserve and create affordable housing through the establishment of Division 54 in Chapter 70, Article III of the Code of the City of New Orleans called the New Orleans Housing Trust Fund; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 2/16/24). 34445 24. CAL. NO. 34,446 - BY: COUNCILMEMBERS GIARRUSSO, MORRELL, MORENO, HARRIS, KING, GREEN AND THOMAS Brief: An Ordinance to amend and reordain section 70-7 of the Code of the City of New Orleans to prohibit the expenditure or transfer of moneys from or between city funds and funding subgroups, except when expressly authorized by, and in strict accordance with, a budget ordinance, and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadli", - "page_number": 24, - "part": 1, - "title": "Regular City Council Meeting Agenda 11-2-2023.pdf" + "title": "Regular City Council Minutes 4-6-2023" }, { - "page_content": "ne 2/16/24). 34446 25. CAL. NO. 34,447 - BY: COUNCILMEMBER GREEN Brief: An Ordinance to temporarily waive certain fees, permit fees, and requirements within and around Desire/Florida Multi-Service Center, located at 3250 Industry Street, New Orleans, LA 70112, in conjunction with Thrive New Orleans on October 26, 2023 at 4:30 p.m. \u2014 6:30 p.m., to specify the duration and boundaries of said waiver; and to provide otherwise with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 2/16/24). 34447 26. CAL. NO. 34,448 - BY: COUNCILMEMBER GIARRUSSO (BY REQUEST) Brief: An Ordinance to provide an Operating Budget of Revenues for the City of New Orleans for the Year 2024 in accordance with Sections 3-116, 4-206(1)(f) and 6-102 of the Home Rule Charter of the City of New Orleans; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 2/22/24). DEFERRAL REQUESTED TO THE https://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4706 24/34 \f", + "page_content": "- Topic: Amendment of Operating Budget for Sewerage and Water Board Power Plant Project\n- Summary: The ordinance aimed to appropriate Capital Outlay funds awarded by the State of Louisiana Facility Planning and Control to the City of New Orleans for the Sewerage and Water Board Power Plant Project. The ordinance was continued to the meeting of 4/20/23.\n- Ordinance Number: 34092\n- Votes Summary:\n - Vote 1: N/A - (N/A)\n- Decision/Key Actions: Continued to the meeting of 4/20/23\n- Tags/Keywords: Budget, Capital Outlay, Sewerage and Water Board Power Plant, Louisiana\n- UID: 9b4a7293-b31f-45a8-8be0-2d8ca394b6ac\n\n- Topic: Amendment of Operating Budget for West Bank Ferry Terminal Renovations Project\n- Summary: The ordinance aimed to appropriate grant funds awarded to the City of New Orleans for the West Bank Ferry Terminal Renovations Project. The ordinance was continued to the meeting of 4/20/23.\n- Ordinance Number: 34093\n- Votes Summary:\n - Vote 1: N/A - (N/A)\n- Decision/Key Actions: Continued to the meeting of 4/20/23\n- Tags/Keywords: Budget, Grants, West Bank Ferry Terminal Renovations\n- UID: 9b4a7293-b31f-45a8-8be0-2d8ca394b6ac\n\n- Topic: Amendment of Operating Budget for West Bank Ferry Terminal Renovations Project\n- Summary: The ordinance aimed to appropriate grant funds awarded to the City of New Orleans for the West Bank Ferry Terminal Renovations Project. The ordinance was continued to the meeting of 4/20/23.\n- Ordinance Number: 34094\n- Votes Summary:\n - Vote 1: N/A - (N/A)\n- Decision/Key Actions: Continued to the meeting of 4/20/23\n- Tags/Keywords: Budget, Grants, West Bank Ferry Terminal Renovations\n- UID: 9b4a7293-b31f-45a8-8be0-2d8ca394b6ac", + "uid": "9b4a7293-b31f-45a8-8be0-2d8ca394b6ac", + "publish_date": "4-6-2023", "page_number": 24, - "part": 2, - "title": "Regular City Council Meeting Agenda 11-2-2023.pdf" - }, - { - "page_content": "11/15/23, 7:50 PM cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4706 MEETING OF 12/1/23. \"Please note: Deferral requests are purely tentative until confirmed during the meeting. A request to defer an agenda item may be withdrawn or overruled pursuant to Council Rules.\" 34448 27. CAL. NO. 34,449 - BY: COUNCILMEMBER GIARRUSSO (BY REQUEST) Brief: An Ordinance to provide an Operating Budget of Expenditures for the City of New Orleans for the Year 2024 in accordance with Sections 3-115, 4-206(1)(f) and 6-102(3) of the Home Rule Charter of the City of New Orleans; and otherwise to provide with respect thereto Annotation: (Council Rule 34. Postponement Deadline 2/22/24). DEFERRAL REQUESTED TO THE MEETING OF 12/1/23. \"Please note: Deferral requests are purely tentative until confirmed during the meeting. A request to defer an agenda item may be withdrawn or overruled pursuant to Council Rules.\" 34449 28. CAL. NO. 34,450 - BY: COUNCILMEMBER GIARRUSSO (BY REQUEST) Brief: An Ordinance to provide a Capital Budget for the year 2024 in accordance with the provisions of Section 3-117 and 4-206(1)(f) of the Home Rule Charter of the City of New Orleans; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 2/22/24). DEFE", - "page_number": 25, - "part": 1, - "title": "Regular City Council Meeting Agenda 11-2-2023.pdf" + "title": "Regular City Council Minutes 4-6-2023" }, { - "page_content": "RRAL REQUESTED TO THE MEETING OF 12/1/23. \"Please note: Deferral requests are purely tentative until confirmed during the meeting. A request to defer an agenda item may be withdrawn or overruled pursuant to Council Rules.\" 34450 29. CAL. NO. 34,455 - BY: COUNCILMEMBER GIARRUSSO (BY REQUEST) Brief: An Ordinance to adopt the New Orleans Tourism and Cultural Fund\u2019s \u201cTourism and Cultural Economy Program,\u201d \u201cProposed Grant Scoring Matrix,\u201d and budget for the year 2024, to be administered by New Orleans Tourism and Cultural Fund to: (1) provide services and financial support to the culture-bearers and cultural economy of New Orleans, including, without limitation, the people, enterprises, and communities that transform cultural skills, knowledge, and ideas into economically productive goods, services, and places, and (2) enhance tourism in New Orleans by strengthening the cultural economy, which attracts tourists to New Orleans, supporting events and festivals, for the year 2024; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 2/22/24). DEFERRAL REQUESTED TO THE MEETING OF 12/1/23. \"Please note: Deferral requests are purely tentative until confirmed https://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4706 25/34 \f", + "page_content": "- Topic: Appropriation of Donated Funds to Police Department for Equipment and Supplies\n- Summary: This ordinance seeks to amend the operating budget to appropriate donated funds from CLB Investments to the Department of Police for the purchase of equipment and supplies. It was electronically submitted and referred to the Budget Committee, with a postponement deadline of 7/7/23. The ordinance was continued to the meeting of 4/20/23.\n- Ordinance Number: 34,095\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: Continued to the meeting of 4/20/23\n- UID: 60260853-a9e6-40d4-8cf6-20514f3a7636\n\n- Topic: Appropriation of Donated Funds to Police Department for Equipment and Supplies\n- Summary: This ordinance aims to amend the operating budget to appropriate donated funds from CLB Investments to the Department of Police for the purchase of equipment and supplies. It was electronically submitted and referred to the Budget Committee, with a postponement deadline of 7/7/23. The ordinance was continued to the meeting of 4/20/23.\n- Ordinance Number: 34,096\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: Continued to the meeting of 4/20/23\n- UID: 60260853-a9e6-40d4-8cf6-20514f3a7636\n\n- Topic: First Amendment to Cooperative Endeavor Agreement with New Orleans Redevelopment Authority\n- Summary: This ordinance seeks to authorize the Mayor to enter into the First Amendment to a Cooperative Endeavor Agreement between the City of New Orleans and the New Orleans Redevelopment Authority, relating to property acquisition and market analysis fund. The amendment would modify the provisions and extend the term for an additional year. The ordinance was electronically submitted with a link to additional details. \n- Ordinance Number: 34,100\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: N/A\n- UID: 60260853-a9e6-40d4-8cf6-20514f3a7636", + "uid": "60260853-a9e6-40d4-8cf6-20514f3a7636", + "publish_date": "4-6-2023", "page_number": 25, - "part": 2, - "title": "Regular City Council Meeting Agenda 11-2-2023.pdf" + "title": "Regular City Council Minutes 4-6-2023" }, { - "page_content": "11/15/23, 7:50 PM cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4706 during the meeting. A request to defer an agenda item may be withdrawn or overruled pursuant to Council Rules.\" 34455 30. CAL. NO. 34,456 - BY: COUNCILMEMBER GIARRUSSO (BY REQUEST) Brief: An Ordinance to adopt the Downtown Development District\u2019s 2024 Plan to provide additional capital and special services, facilities, and improvements for the Downtown Development District (\u201cDistrict\u201d) of the City of New Orleans (\u201cCity\u201d) for the year 2024; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 2/22/24). 34456 31. CAL. NO. 34,457 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29265 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Revenues for the City of New Orleans for the Year 2023\u201d, to appropriate funds to t", + "page_content": "- Topic: Cooperative Endeavor Agreement with Agenda for Children\n- Summary: This ordinance authorizes the Mayor to enter into a Cooperative Endeavor Agreement with Agenda for Children to provide wage enhancements to childcare workers in New Orleans for one year.\n- Ordinance Number: CAL. NO. 34,101\n- Votes Summary:\n Vote 1: Adopt - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The motion passed.\n- Tags/Keywords: Cooperative Endeavor Agreement, Agenda for Children, childcare workers, wage enhancements\n- UID: 5c43c07c-9ce5-4e0b-922a-bbb4a02dd117\n\n- Topic: First Amendment to Cooperative Endeavor Agreement with Ubuntu Village Nola\n- Summary: This ordinance authorizes the Mayor to enter into a First Amendment to the Cooperative Endeavor Agreement with Ubuntu Village Nola to extend the Agreement for an additional year, increase compensation, and amend terms and conditions.\n- Ordinance Number: CAL. NO. 34,102\n- Votes Summary:\n Vote 1: Adopt - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The motion passed.\n- Tags/Keywords: Cooperative Endeavor Agreement, Ubuntu Village Nola, juvenile justice system, compensation, amendments\n- UID: 5c43c07c-9ce5-4e0b-922a-bbb4a02dd117", + "uid": "5c43c07c-9ce5-4e0b-922a-bbb4a02dd117", + "publish_date": "4-6-2023", "page_number": 26, - "part": 1, - "title": "Regular City Council Meeting Agenda 11-2-2023.pdf" - }, - { - "page_content": "he Department of Police for supplies and equipment; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 2/22/24). (Fiscal Note received). 34457 32. CAL. NO. 34,458 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29266 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023\u201d, to appropriate funds to the Department of Police for supplies and equipment; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 2/22/24). (Fiscal Note received). 34458 33. CAL. NO. 34,459 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29265 M.C.S., as amended, entitled \u201cAn Ordinance https://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4706 26/34 \f", - "page_number": 26, - "part": 2, - "title": "Regular City Council Meeting Agenda 11-2-2023.pdf" - }, - { - "page_content": "11/15/23, 7:50 PM cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4706 Providing an Operating Budget of Revenues for the City of New Orleans for the Year 2023\u201d, to appropriate grant funds to the Office of Resilience and Sustainability within the Office of the Mayor for the safety and transportation study; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 2/22/24). (Fiscal Note received). 34459 34. CAL. NO. 34,460 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29266 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023\u201d, to appropriate grant funds to the Office of Resilience and Sustainability within the Office of the Mayor for the safety and transportation study; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 2/22/24). (Fiscal Note received). 34460 35. CAL. NO. 34,461 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordin", - "page_number": 27, - "part": 1, - "title": "Regular City Council Meeting Agenda 11-2-2023.pdf" + "title": "Regular City Council Minutes 4-6-2023" }, { - "page_content": "ance to amend Ordinance No. 29266 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023\u201d, to transfer funds from the Department of Safety and Permits to the Department of Property Management for moving expenses; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 2/22/24). (Fiscal Note received). 34461 36. MOTION (LYING OVER) - NO. M-23-451 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, MORRELL, GREEN AND THOMAS Brief: Submitting for Council approval the following amendment to the Classified Pay Plan (Fire) as adopted by the Civil Service Commission at its meeting of September 20, 2023, in accordance with Article X, Section 10 of the Constitution of Louisiana, that the amendment to the Classified Pay Plan is approved to be effective October 8, 2023. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 2/2/24). DEFERRAL REQUESTED TO THE MEETING OF 11/16/23. \"Please note: Deferral requests https://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4706 27/34 \f", + "page_content": "- Topic: Amendment of Code of the City of New Orleans\n- Summary: The ordinance aimed to amend and reordain Sections 6-32 and 6-39 of the Code of the City of New Orleans to address administrative adjudication of Code violations involving permitted and unpermitted short-term rentals by owners and operators. The ordinance was adopted with 7 YEAS and 0 NAYS.\n- Ordinance Number: 34102 - 29396 M.C.S.\n- Votes Summary:\n Vote 1: Adopt - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance was adopted.\n- Tags/Keywords: Code violations, short-term rentals, administrative adjudication\n- UID: efa9a710-25cf-409f-a61c-d3dca77fb89c\n\n- Topic: Prorating of Interim and Residential Short-Term Rental Permit Fees\n- Summary: The ordinance aimed to provide for the prorating of interim and residential short-term rental permit fees, and to establish a termination date for all residential short-term rental permits. The ordinance was adopted with 7 YEAS and 0 NAYS.\n- Ordinance Number: 34104 - 29398 M.C.S.\n- Votes Summary:\n Vote 1: Adopt - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance was adopted.\n- Tags/Keywords: Short-term rental permit fees, prorating, termination date\n- UID: efa9a710-25cf-409f-a61c-d3dca77fb89c", + "uid": "efa9a710-25cf-409f-a61c-d3dca77fb89c", + "publish_date": "4-6-2023", "page_number": 27, - "part": 2, - "title": "Regular City Council Meeting Agenda 11-2-2023.pdf" - }, - { - "page_content": "11/15/23, 7:50 PM cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4706 are purely tentative until confirmed during the meeting. A request to defer an agenda item may be withdrawn or overruled pursuant to Council Rules.\" LO M-23-451 40. MOTION \u2014NO. M-23-512 \u2014 BY: COUNCILMEMBER GIARRUSSO Brief: Tabulating the votes cast in the Election held on Saturday, October 14, 2023 \u2014 PARISHWIDE HOME RULE CHARTER AMENDMENT to ART. VI, SECS. 6-102 & 6-104: VOTES FOR: 45,744 VOTES AGAINST: 19,371 TOTAL VOTES: 65,115 MAJORITY OF VOTES: FOR: 45,744 Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 3/1/24). M-23-512 41. MOTION \u2014 NO. M-23-513 \u2014 BY: COUNCILMEMBER GIARRUSSO Brief: Tabulating the votes cast in the Election held on Saturday, October 14, 2023 \u2014 PARISHWIDE HOME RULE CHARTER AMENDMENT to ART. IV, SECS. 4-702 & 4-801: VOTES FOR: 47,828 VOTES AGAINST: 17,766 TOTAL VOTES: 65,594 M", - "page_number": 28, - "part": 1, - "title": "Regular City Council Meeting Agenda 11-2-2023.pdf" + "title": "Regular City Council Minutes 4-6-2023" }, { - "page_content": "AJORITY OF VOTES: FOR: 47,828 Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 3/1/24). M-23-513 42. MOTION \u2014 NO. M-23-514 \u2014BY: COUNCILMEMBER THOMAS Brief: Tabulating the votes cast in the Election held on Saturday, October 14, 2023 \u2014 LAKE WILLOW SUBDIVISION IMPROVEMENT DISTRICT PROPOSITION: VOTES FOR: 86 VOTES AGAINST: 60 TOTAL VOTES: 146 MAJORITY OF VOTES: FOR: 86 Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 3/1/24). M-23-514 43. MOTION \u2014 NO. M-23-517 \u2014 BY: COUNCILMEMBERS THOMAS AND KING (BY REQUEST) Brief: Adding the President of the Council as a signatory to the memorandum of understanding between the City of New Orleans and TRADOC, and authorizing the President of the Council to sign the memorandum of understanding between the City of New Orleans and TRADOC. https://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4706 28/34 \f", + "page_content": "- Topic: Cooperative Endeavor Agreement with Ozanam Inn\n- Summary: The ordinance authorizes the Mayor to enter into a Cooperative Endeavor Agreement with Ozanam Inn to provide shelter and medical services to homeless persons in New Orleans.\n- Ordinance Number: CAL. NO. 34,105\n- Votes Summary:\n Vote 1: Adopt - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance was adopted, allowing the Mayor to enter into the agreement with Ozanam Inn.\n- Tags/Keywords: Cooperative Endeavor Agreement, Homeless Services, New Orleans\n- UID: 1e08c733-1360-4495-811d-7a90f35a229a\n\n- Topic: Waiving Fees for A.L. Davis Playground Event\n- Summary: The ordinance aimed to temporarily waive certain fees and permit requirements for an Easter Fest event at A.L. Davis Playground.\n- Ordinance Number: CAL. NO. 34,106\n- Votes Summary:\n Vote 1: Withdrawn\n- Decision/Key Actions: The ordinance was withdrawn, indicating that the temporary waiver of fees and requirements for the event did not proceed.\n- Tags/Keywords: Fee Waiver, A.L. Davis Playground, Event\n- UID: 1e08c733-1360-4495-811d-7a90f35a229a", + "uid": "1e08c733-1360-4495-811d-7a90f35a229a", + "publish_date": "4-6-2023", "page_number": 28, - "part": 2, - "title": "Regular City Council Meeting Agenda 11-2-2023.pdf" - }, - { - "page_content": "11/15/23, 7:50 PM cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4706 Annotation: (Council Rule 34. Postponement Deadline 3/1/24). M-23-517 44. RESOLUTION \u2014 NO. R-23-518 \u2014 BY: COUNCILMEMBER GREEN (BY REQUEST) Brief: Authorizing and approving the assignment of the Contract for Building 9 Metal Roof Repairs at the Louis Armstrong International Airport to TEH Enterprise, LLC. Annotation: (Council Rule 34. Postponement Deadline 3/1/24). R-23-518 46. MOTION \u2014 NO. M-23-524 \u2014 BY: COUNCILMEMBER MORRELL Brief: Directing and authorizing the President of the Council to sign an amendment to the professional services agreement with Spears Consulting Group, LLC extending the current agreement for one additional year to expire on August 31, 2024, and containing such other provisions as may be necessary or desirable to accomplish the purposes of this Motion. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 3/1/24). M-23-524 48. MOTION - NO. M-23-526 - BY: COUNCILMEMBER GIARRUSSO Brief: Directing the City Planning Commission to conduct a public hearing to consider amending Ordinance No. M.C.S 4264, as amended by Ordinance No. 26,413 M.C.S., as amended, the Comprehensive Zoning Ordinance of the City of New Orleans, to amend and reordain Article 18, Overlay Zoning Districts, to establish a new overlay district named the University Area Design Overlay, ", - "page_number": 29, - "part": 1, - "title": "Regular City Council Meeting Agenda 11-2-2023.pdf" + "title": "Regular City Council Minutes 4-6-2023" }, { - "page_content": "the intent of which is to provide Design Advisory Committee review for new residentially-zoned structures, or major renovations or expansions of residentially-zoned structures located in the University Area, that being the area generally bounded by South Claiborne Avenue in the north, Nashville Avenue in the east, Saint Charles Avenue in the south, and South Carrollton Avenue in the south. The University Area Design Overlay requirements are as follows: 1. Development plan and design review is required for any enlargement or addition of 10% or more of the existing square footage in accordance with the thresholds of applicability in Section 4.5, as well as any additional thresholds of applicability of the University Area Design Overlay District. 2. Development plan and design review shall only apply to properties zoned HU-RD1, HU-RD2, HU-RS, HU-RM1, and HU-RM2 as determined by the City Planning Commission and the Department of Safety and Permits. 3. Design shall be compatible in scale, materials, street level uses, and spatial relationships with existing development. 4. Any new structure or increase of square footage shall not exceed a maximum building height of thirty (30) feet with a maximum of two (2) stories. 5. Waivers of these design requirements may be considered by the Board of Zoning Adjustments. b https://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4706 29/34 \f", + "page_content": "- Topic: Cooperative Endeavor Agreement with Louisiana Department of Veterans Affairs\n- Summary: The ordinance authorizes the Mayor to enter into a Cooperative Endeavor Agreement with the Louisiana Department of Veterans Affairs to locate and process claims for veterans' benefits. The ordinance was adopted with 7 YEAS and 0 NAYS.\n- Ordinance Number: 34107\n- Votes Summary:\n Vote 1: Adopt - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance was passed, allowing the Mayor to enter into the Cooperative Endeavor Agreement.\n- Tags/Keywords: Cooperative Endeavor Agreement, Veterans Affairs, Claims Processing\n- UID: cadd2170-2cad-4ae8-a761-6e4f6930cd20\n\n- Topic: Cooperative Endeavor Agreement with LSU AgCenter\n- Summary: This ordinance authorizes the Mayor to enter into a Cooperative Endeavor Agreement with the LSU AgCenter to provide educational programs in New Orleans. The ordinance was adopted with 7 YEAS and 0 NAYS.\n- Ordinance Number: 34108\n- Votes Summary:\n Vote 1: Adopt - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance was passed, enabling the Mayor to enter into the Cooperative Endeavor Agreement with the LSU AgCenter.\n- Tags/Keywords: Cooperative Endeavor Agreement, LSU AgCenter, Educational Programs\n- UID: cadd2170-2cad-4ae8-a761-6e4f6930cd20", + "uid": "cadd2170-2cad-4ae8-a761-6e4f6930cd20", + "publish_date": "4-6-2023", "page_number": 29, - "part": 2, - "title": "Regular City Council Meeting Agenda 11-2-2023.pdf" + "title": "Regular City Council Minutes 4-6-2023" }, { - "page_content": "11/15/23, 7:50 PM 49. 51. Sla. 51b. Sle. cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4706 Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 3/1/24). M-23-526 MOTION \u2014 NO. M-23-528 \u2014 BY: COUNCILMEMBER KING Brief: Directing the City Planning Commission to conduct a public hearing to consider a conditional use to permit a Small Child Care Center in an HU-RD2 Historic Urban Two-Family Residential District on Square 32, Lot 11/14, in the Fifth Municipal District, bounded by Olivier Street, Alix Street, Vallette Street, and Pelican Avenue (Municipal Address: 342 Olivier Street). Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 3/1/24). M-23-528 ORDINANCES ON FIRST READING CALENDAR NUMBERS 34,462 THRU 34,477. INTRODUCED AND LAID OVER AS REQUIRED BY LAW. 11-2-23 Ist Reading CAL. NO. 34,462 - BY: COUNCILMEMBER HARRIS Brief: An Ordinance to rescind Ord. No. 29,670 M.C.S. to correct an unintentional error in the recitals and to re-authorize the placement of honorary street dedication signage for Henry \u201cProfessor Longhair\u201d Roeland Byrd, along the 1600, 1700, and 1800 blocks of Terpsichore ", + "page_content": "- Topic: Amendment of Unclassified Pay Plan for Superintendent of Police\n- Summary: The ordinance aims to establish the salary range for the position of Superintendent of Police in the unclassified service of the City of New Orleans.\n- Ordinance Number: CAL. NO. 34,112\n- Votes Summary:\n Vote 1: Adopt - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance was adopted with unanimous support from the council members.\n- Tags/Keywords: Salary range, Superintendent of Police, Unclassified Pay Plan\n- UID: 9c935659-1318-4549-81c3-07c7789d80b8\n\n\n- Topic: Amendments to Sewerage and Water Board Billing Procedures\n- Summary: The ordinance seeks to adjust billing cycles, require notice of meter reading, and establish enforcement procedures for billing appeals related to the Sewerage and Water Board of New Orleans.\n- Ordinance Number: CAL. NO. 34,113\n- Votes Summary: Not voted on, continued to the meeting of 4/20/23.\n- Decision/Key Actions: The ordinance was not voted on and was continued to a future meeting for further consideration.\n- Tags/Keywords: Billing cycles, Meter reading, Enforcement procedures, Sewerage and Water Board\n- UID: 9c935659-1318-4549-81c3-07c7789d80b8\n\n\n- Topic: Appropriation of Funds for Infrastructure Maintenance\n- Summary: The ordinance aims to appropriate money to the Infrastructure Maintenance Fund for a payment to the New Orleans Sewerage and Water Board related to the Fair Share Agreement.\n- Ordinance Number: CAL. NO. 34,114\n- Votes Summary: Not voted on, no voting outcome provided.\n- Decision/Key Actions: The voting outcome for this ordinance was not provided in the summary.\n- Tags/Keywords: Infrastructure Maintenance Fund, Fair Share Agreement, Appropriation of funds\n- UID: 9c935659-1318-4549-81c3-07c7789d80b8", + "uid": "9c935659-1318-4549-81c3-07c7789d80b8", + "publish_date": "4-6-2023", "page_number": 30, - "part": 1, - "title": "Regular City Council Meeting Agenda 11-2-2023.pdf" + "title": "Regular City Council Minutes 4-6-2023" }, { - "page_content": "Street, from St. Charles Avenue to Oretha Castle Haley Boulevard: and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34.Postponement Deadline 3/1/24). 34462 CAL. NO. 34,463 - BY: COUNCILMEMBER GREEN (BY REQUEST) Brief: An Ordinance authorizing the Mayor of the City of New Orleans to enter into a Cooperative Endeavor Agreement between the City of New Orleans (the \u201cCity\u201d) and the United States Department of Transportation, Federal Highway Administration (the \u201cUSDOT\u201d), for a term greater than one year, for the public purpose of developing a Comprehensive Safety Plan to address traffic safety on the roadways of the City of New Orleans, as more fully detailed in the Cooperative Endeavor Agreement as Exhibit \u201cA\u201d; and otherwise to provide with respect thereto. Annotation:(Council Rule 34.Postponement Deadline 3/1/24). 34463 CAL. NO. 34,464 - BY: COUNCILMEMBER MORENO Brief: An Ordinanceto amend and reordain Articles 7, 8, 11, 13, 14, 15, 20, 21 and 26 of the Comprehensive Zoning Ordinance (Ordinance No. 4264 M.C.S., as amended by Ordinance https://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4706 30/34 \f", - "page_number": 30, - "part": 2, - "title": "Regular City Council Meeting Agenda 11-2-2023.pdf" - }, - { - "page_content": "11/15/23, 7:50 PM cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4706 No. 26,413 M.C.S. and subsequent amendments) to expand the definition and use standards for community solar opportunities; and otherwise to provide with respect thereto. (ZONING DOCKET NO. 55/23) Annotation: ELZECTRONICALLY SUBMITTED. (90 Day, Cn. Deadline 1/17/24). (Cn. Deadline 1/4/23). 34464 51d. CAL. NO. 34,465 - BY: COUNCILMEMBER KING (BY REQUEST) Brief: An Ordinance to provide for the designation of public property within specified areas of the City of New Orleans as a temporary \u201cClean Zone\u201d during the time period beginning at 6:00 a.m., Monday, April 8, 2024, and ending at 6:00 p.m., Monday, April 15, 2024, relative to the use of these public areas in conjunction with the 2024 French Quarter Festival (FQF) and during the time period beginning at 6:00 a.m., Monday, July 29, 2024, and ending at 6:00 p.m., Monday, August 5, 2024, relative to the use of these areas in conjunction with the 2024 Satchmo SummerFest (SSF) and related activities and events produced by French Quarter Festivals, Incorporated (FQFI); to provide for the temporary prohibition of certain permits within the Clean Zone areas; to provide for the temporary prohibition of transaction of certain business and/or commercial activity in the Clean Zone areas; to provide for the establishment of one or more public participation areas; to provide for the establishment of fines and penalties for violations of this ordinance; to establish the Clean Zone as: 1) the area within the French Quarter, as defined in Section 166-2 of the ", - "page_number": 31, - "part": 1, - "title": "Regular City Council Meeting Agenda 11-2-2023.pdf" - }, - { - "page_content": "Code of the City of New Orleans, and 2) the area generally bounded by the east bank of the Mississippi River, Orange Street, Tchoupitoulas Street, Calliope Street, Rampart Street, and Elysian Fields Avenue, including Woldenberg Riverfront Park, Spanish Plaza, Louis Armstrong Park, Crescent Park, the Louisiana State Museum\u2019s New Orleans Jazz Museum at the Mint, and the airspace above the specified boundaries; and otherwise to provide with respect thereto. Annotation:(Council Rule 34. Postponement Deadline 3/1/24). 34465 Sle. CAL. NO. 34,466 - BY: COUNCILMEMBER KING Brief: An Ordinance to amend and reordain sections 110-212 and 110-215 of the Code of the City of New Orleans to permit certain mobile foot, pushcart and animal drawn food vendors to operate in non-residential zoning districts of the Vieux Carr\u00e9; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 3/1/24). 34466 51f. CAL. NO. 34,467 - BY: COUNCILMEMBER KING Brief: An Ordinance to temporarily waive certain fees, permit fees, and requirements within and around Morris F.X. Jeff, Sr. Recreation Center located at 1320 General De Gaulle Drive, New Orleans, Louisiana in conjunction with the Promyse Ordon Repast event on Saturday, November 4, 2023, from 3:00 p.m. to 5:00 p.m., to specify the duration and boundaries of said waiver; and otherwise to provide with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34.Postponement Deadline 3/1/24). 34467 https://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4706 31/34 \f", + "page_content": "- Topic: Budget amendment for Department of Public Works\n- Summary: An ordinance to amend the operating budget to appropriate money to the Department of Public Works for a payment to the New Orleans Sewerage and Water Board. The ordinance was adopted.\n- Ordinance Number: CAL. NO. 34,114\n- Votes Summary:\n Vote 1: Adopt - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The ordinance was adopted with 5 YEAS and 0 NAYS.\n- UID: 911ada07-00e9-419c-8865-3692ed54ed9b\n\n- Topic: Capital budget amendment\n- Summary: An ordinance to amend the capital budget for the year 2023. The specific changes to the 2023 capital budget were not provided in the summary. The ordinance was adopted.\n- Ordinance Number: CAL. NO. 34,115\n- Votes Summary:\n Vote 1: Adopt - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance was adopted with 7 YEAS and 0 NAYS.\n- UID: 911ada07-00e9-419c-8865-3692ed54ed9b\n\n- Topic: Unspecified ordinance\n- Summary: An ordinance introduced by Councilmembers Giarrusso, Thomas, Green, and Moreno. No specific details or purpose of the ordinance were provided in the summary. The ordinance was adopted.\n- Ordinance Number: CAL. NO. 34,116\n- Votes Summary:\n Vote 1: Adopt - (N/A)\n- Decision/Key Actions: The ordinance was adopted, but no specific voting details were provided.\n- UID: 911ada07-00e9-419c-8865-3692ed54ed9b", + "uid": "911ada07-00e9-419c-8865-3692ed54ed9b", + "publish_date": "4-6-2023", "page_number": 31, - "part": 2, - "title": "Regular City Council Meeting Agenda 11-2-2023.pdf" - }, - { - "page_content": "11/15/23, 7:50 PM 51g. Sth. 511. 51j. cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4706 CAL. NO. 34,468 - BY: COUNCILMEMBERS HARRIS, MORENO, MORRELL, GIARRUSSO, KING,GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to authorize the disposition by the City of New Orleans (the \"City\") of a certain parcel of immovable property designated as Lot S-1 and situated in Squares 305, 332, and 341 in the First Municipal District of the City of New Orleans, Parish of Orleans, State of Louisiana, which property is defined as the \"City Exchange Land\" in the Act of Exchange attached hereto as Exhibit A the (\"Act of Exchange\"), in exchange for a certain parcel of immovable property owned by the State of Louisiana (the \"State\") designated as Lot C-2 and situated in Squares 333 and 340, and the portion of Liberty Street that runs between such squares, in the First Municipal District of the City of New Orleans, which property is defined as the \"State Exchange Land\" in the Act of Exchange; and otherwise to provide with respect thereto. Annotation:(Council Rule 34. Postponement Deadline 3/1/24). 34468 CAL. NO. 34,469 - BY: COUNCILMEMBERS KING AND GREEN (BY REQUEST) Brief: An Ordinance to authorize the Mayor of the City of New Orleans to enter into a Cooperative Endeavor Agreement between the City of New Orleans (the \u201cCity\u201d) and Ujamaa Economic Development Corporation, Inc. (\u201cUjamaa\u2019\u2019), for a term greater than one year, for the public purpose of establishing the Claiborne Corridor Cultural Innovation District (\u201cC", - "page_number": 32, - "part": 1, - "title": "Regular City Council Meeting Agenda 11-2-2023.pdf" + "title": "Regular City Council Minutes 4-6-2023" }, { - "page_content": "CID\u201d) in the City of New Orleans in accordance with the 2018 CCID Master Plan, as more fully detailed in the Cooperative Endeavor Agreement as Exhibit \u201cA\u201d; and otherwise to provide with respect thereto. Annotation:(Council Rule 34. Postponement Deadline 3/1/24). 34469 CAL. NO. 34,470 - BY: COUNCILMEMBERS HARRIS AND MORRELL (BY REQUEST) Brief: An Ordinance to provide for the establishment of the RDNI Municipal Economic Development District in the City of New Orleans, State of Louisiana, comprised of the immovable property described in Exhibit B attached hereto (the \u201cRDNI Site\u201d); designating the governing authority of RDNI Municipal Economic Development District; providing for the publication of this ordinance; and otherwise to provide with respect thereto. Annotation:(Council Rule 34. Postponement Deadline 3/1/24). 34470 CAL. NO. 34,471 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29265 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Revenues for the City of New Orleans for the Year 2023\u201d, to appropriate State Act funds to the Office of Economic Development within the Office of the Mayor for the Fresh Stop Market initiative dedicated to healthy food access and education in the Lower Ninth Ward Community; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 3/1/24). (Fiscal Note received). https://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4706 32/34 \f", + "page_content": "- Topic: Capital Budget Amendment\n- Summary: The amendment to the capital budget involved de-appropriating funds from various departments and appropriating them to others, with specific changes to line items and figures. The amendment was electronically submitted with a postponement deadline of 8/4/23.\n- Ordinance Number: 34116 AMD\n- Votes Summary:\n Vote 1: Amendment - Passed\n- Decision/Key Actions: The amendment passed with the specified changes to the capital budget line items and figures.\n- Tags/Keywords: Capital Budget, Amendment, Appropriation, Funds, Electronic Submission\n- UID: fd3868bb-65d7-4f8d-9cc5-ff2f8cfda976", + "uid": "fd3868bb-65d7-4f8d-9cc5-ff2f8cfda976", + "publish_date": "4-6-2023", "page_number": 32, - "part": 2, - "title": "Regular City Council Meeting Agenda 11-2-2023.pdf" - }, - { - "page_content": "11/15/23, 7:50 PM 51k. S11. cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4706 34471 CAL. NO. 34,472 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29266 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023\u201d, to appropriate State Act funds to the Office of Economic Development within the Office of the Mayor for the Fresh Stop Market initiative dedicated to healthy food access and education in the Lower Ninth Ward Community; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 3/1/24). (Fiscal Note received). 34472 CAL. NO. 34,473 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29265 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Revenues for the City of New Orleans for the Year 2023\u201d, to appropriate grant funds to the Department of Health for the New Orleans Community Violence Intervention Program; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 3/1/24). (Fiscal Note received). 34473 51m. CAL. NO. 34,474 - BY: CO", - "page_number": 33, - "part": 1, - "title": "Regular City Council Meeting Agenda 11-2-2023.pdf" + "title": "Regular City Council Minutes 4-6-2023" }, { - "page_content": "UNCILMEMBERS GIARRUSSO, MORENO, GREEN AND S51n. Slo. THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29266 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023\u201d, to appropriate grant funds to the Department of Health for the New Orleans Community Violence Intervention Program; and otherwise to provide with respect thereto. Annotation: (Council Rule 34. Postponement Deadline 3/1/24). (Fiscal Note received). 34474 CAL. NO. 34,475 - BY: COUNCILMEMBER GREEN Brief: An Ordinance to temporarily waive certain fees, permit fees, and requirementswithin and around Lemann Park on the Lafitte Greenway, located at 628 N. Claiborne Ave. New Orleans, LA 70112,inconjunctionwith the Big Easy Bicycle Fest on November 5, 2023 at 11:00 a.m. \u2014 6:00 p.m., to specifythe duration and boundaries of saidwaiver; and to provide otherwise with respect thereto. Annotation: ELECTRONICALLY SUBMITTED. (Council Rule 34.Postponement Deadline 3/1/24). 34475 CAL. NO. 34,476 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Ordinance to amend Ordinance No. 29265 M.C.S., as amended, entitled \u201cAn https://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4706 33/34 \f", + "page_content": "- Topic: Amend Operating Budget of Revenues for the City of New Orleans for the Year 2023\n- Summary: The ordinance aims to appropriate grant funds from the U.S. Department of Labor to the Office of Workforce Development to assist job seekers and employers by providing career and training services. The motion passed as amended.\n- Ordinance Number: 34116\n- Votes Summary:\n - Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n - Vote 2: N/A\n- Decision/Key Actions: The ordinance passed as amended.\n- Tags/Keywords: Operating Budget, Revenues, U.S. Department of Labor, Workforce Development\n- UID: 71fb5e99-cec0-483a-ada7-0d1d87323388\n\n- Topic: Amend Operating Budget of Expenditures for the City of New Orleans for the Year 2023\n- Summary: This ordinance seeks to appropriate grant funds from the US Department of Labor to the Office of Workforce Development to assist job seekers and employers through career and training services. The motion passed.\n- Ordinance Number: 34117\n- Votes Summary:\n - Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n - Vote 2: N/A\n- Decision/Key Actions: The ordinance passed.\n- Tags/Keywords: Operating Budget, Expenditures, U.S. Department of Labor, Workforce Development\n- UID: 71fb5e99-cec0-483a-ada7-0d1d87323388", + "uid": "71fb5e99-cec0-483a-ada7-0d1d87323388", + "publish_date": "4-6-2023", "page_number": 33, - "part": 2, - "title": "Regular City Council Meeting Agenda 11-2-2023.pdf" + "title": "Regular City Council Minutes 4-6-2023" }, { - "page_content": "11/15/23, 7:50 PM cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4706 Ordinance Providing an Operating Budget of Revenues for the City of New Orleans for the Year 2023\u201d, to appropriate funds to various departments for Other Operating expenses; and otherwise to provide with respect thereto. Annotation: (Council Rule 34.Postponement Deadline 3/1/24). (Fiscal Note received). 34476 S5lp. CAL. NO. 34,477 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND THOMAS (BY REQUEST) Brief: An Or", + "page_content": "- Topic: Amendment to Capital Budget for the Year 2022\n- Summary: This ordinance aims to amend and re-ordain Ordinance No. 28,869 M.C.S. to provide a Capital Budget for the Year 2022. It was referred to the Budget Committee and continued to the meeting of 4/20/23.\n- Ordinance Number: 34118\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: Referred to the Budget Committee and continued to the meeting of 4/20/23.\n- UID: 8d20d94c-6856-4b7a-8ea5-d138ed31ebfd\n\n- Topic: Amendment to Cooperative Endeavor Agreement\n- Summary: This ordinance authorizes the Mayor of the City of New Orleans to enter into Amendment No. 1 to a previously executed Cooperative Endeavor Agreement between the City of New Orleans and Family Center of Hope, Inc., to provide individualized supervision alternative to secure detention for youth pending adjudication. The amendment was adopted with 7 YEAS and 0 NAYS.\n- Ordinance Number: 34122\n- Votes Summary:\n Vote 1: Adopted - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The amendment was adopted with 7 YEAS and 0 NAYS.\n- UID: 8d20d94c-6856-4b7a-8ea5-d138ed31ebfd\n\n- Topic: Extension of Cooperative Endeavor Agreement\n- Summary: This ordinance proposes to extend the term of a Cooperative Endeavor Agreement between the City of New Orleans and Family Center of Hope, Inc. for an additional twelve months. The outcome of the vote was not specified.\n- Ordinance Number: 34123\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: Outcome of the vote not specified.\n- UID: 8d20d94c-6856-4b7a-8ea5-d138ed31ebfd", + "uid": "8d20d94c-6856-4b7a-8ea5-d138ed31ebfd", + "publish_date": "4-6-2023", "page_number": 34, - "part": 1, - "title": "Regular City Council Meeting Agenda 11-2-2023.pdf" - }, - { - "page_content": "dinance to amend Ordinance No. 29266 M.C.S., as amended, entitled \u201cAn Ordinance Providing an Operating Budget of Expenditures for the City of New Orleans for the Year 2023\u201d, to appropriate funds to various departments for Other Operating expenses; and otherwise to provide with respect thereto. Annotation: (Council Rule 34.Postponement Deadline 3/1/24). (Fiscal Note received). 34477 52. MOTION TO ADJOURN @_2:00 PM https://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4706 34/34 \f", - "page_number": 34, - "part": 2, - "title": "Regular City Council Meeting Agenda 11-2-2023.pdf" - }, - { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4617\n11/15/23, 7:47 PM\nTHE COUNCIL\nCity of New Orleans\nHELENA MORENO\nJP MORRELL\nCouncilmember-At-Large\nCouncilmember-At-Large\nJOSEPH I.\nFREDDIE\nOLIVER M.\nEUGENE J.\nLESLI D.\nTHOMAS, JR.\nKING III\nGREEN, JR.\nGIARRUSSO\nHARRIS\nCouncilmember\nCouncilmember\nCouncilmember\nCouncilmember\nIII\nCouncilmember\nDistrict C\nDistrict D\nDistrict B\nDistrict E\nDistrict A\nAGENDA\nRegular City Council Meeting\nheld in City Hall Council Chamber\non Thursday, July 27, 2023 at 10:15 A.M.\nTEW\nN\nORLEANS\nO\nPRESIDENT\nVICE PRESIDENT\nHELENA MORENO\nJP MORRELL\nCouncilmember-At-Large\nCouncilmember-At-Large\nCITY OF\n*\n*\nLOUISIANA\nA. SPECIAL ORDERS OF BUSINESS\nFIRST ORDER OF BUSINESS - PRESENTATION - RHYS CHRISTINE BUTLER AND\n1.\nCANDACE BUTLER\nBrief:\nRecognizing Rhys Christine Butler, a student at Hynes Charter School-Lakeview who scored\nthe highest in Louisiana on the DELF examination. Rhys is an incoming 6th grade French\nimmersion student who has achieved the highest score on the DELF (Diplome d'Etudes en\nLangue Francaise) exam in Louisiana with a near perfect score of 99.5 out of 100. The DELF is\nan official diploma awarded by the French Ministry of Education to certify the French language\ncompetency of candidates outside of France.\nAnnotation:\nELECTRONICALLY SUBMITTED.\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4617\n1/51", - "page_number": 1 - }, - { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4617\n11/15/23, 7:47 PM\n(Cm. Thomas).\nAPPEARED.\n1. ROLL CALL - LORA W. JOHNSON, CLERK OF COUNCIL\nCouncil Vice President Moreno arrived later in the meeting.\n2. INVOCATION\n3. PLEDGE OF ALLEGIANCE\n4. NATIONAL ANTHEM\n5. PUBLIC E-COMMENT FORMS, RULES AND INFORMATION ARE AVAILABLE AT\nhttps://council.nola.gov/home/\n07-27-2023 Regular Meeting - E-Public Comment Form(1-24)_\nSECOND ORDER OF BUSINESS - PRESENTATION - SIDNEY CATES, III AND NOPD\n2.\nINTERIM SUPERINTENDENT MICHELLE WOODFORK\nBrief:\nHonoring Sidney Cates, III for his outstanding services to New Orleans Police Department and\nthe City of New Orleans. Mr. Cates served our city in various capacities over the years with the\nBureau of Services, Motor Maintenance, Juvenile Bureau, Supervisor of the Vice Squad and\nSupervising Commander of the 3rd and 5th Districts.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Cm. Thomas).\nAPPEARED.\nTHIRD ORDER OF BUSINESS - PRESENTATION - GERALD GREGORY GREEN, JR .,\n3.\nAND REESE ALLEMORE\nBrief:\nHonoring Gerald Gregory Green, Jr. who has earned his Pro Card with Powerlifting, Mr.\nOlympia, the World Cup, USPA Nationals, and broke 13 world records, 12 American records,\n68 state records, and became the Louisiana Masters Powerlifting ATHLETE of the year.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Cm. Thomas).\nAPPEARED.\n69. PERSONAL PRIVILEGE\nB. CONSENT AGENDA\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4617\n2/51", - "page_number": 2 + "title": "Regular City Council Minutes 4-6-2023" }, { - "page_content": "11/15/23, 7:47 PM\ncityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4617\nCOMMUNICATION - FROM ERIN SPEARS - CHIEF OF STAFF & COUNSEL,\n1.\nCOUNCIL UTILITIES REGULATORY OFFICE\nBrief:\nSubmitting the transmittal document for communications related to electric and gas utility\nmatters to be received by the Council of the City of New Orleans at its meeting on July 27,\n2023:\nErin Spears - 2023-07-27 Electric Gas Communications Memo (1).\nCommunications from Entergy New Orleans, LLC (\"ENO\")\n2023 Formula Rate Plan Filing Correction Report, UD-18-07\n1.\nEntergy - Courtney R. Nicholson - Entergy New Orleans LLC 2023 Electric and Gas Formula\nRate Plan Filings - Correction Report\n2. Semi-Annual True-Up of the Rate Adjustment related to the Securitized Storm Cost Recovery\nRider SSCR, submitted pursuant to Resolution R-15-193, UD-14-01\nEntergy - Kevin T. Boleware - 2023-07-14 ENO Trans Ltr & SSCR-SSCO Rider Filing (1)\n3.\nFinal Comments, UD-21-03\nEntergy - Edward R. Wicker Jr. - 2023-07-21 Ltr & Final Comments UD-21-03\nOther Communications\n1. Reply Comments, submitted by Together New Orleans, UD-18-03\nEntergy - Alaina DiLaura - TNO 2023-07-07 Comments UD-18-03 Final\n2. Direct Testimony and Schedule, submitted on behalf of Air Products, UD-22-05\nEntergy - Carrie R. Tournillon - Certification of Costs Related to Hurricane Ido, CNO Docket\nUD-22-05 - Air Products\n3. Final Comments, submitted by Air Products, UD-21-03\nEntergy - Carrie R. Tournillon - (7.21.23) Transmittal Ltr to Ms Johnson re AP Final Comments\non Reslience Proposals (UD-21-03) - 1\nEntergy _- Carrie R. Tournillon - UD-21-03, Air Products Final Comments w Brubaker\nMemorandum - 2\nFinal Comments, submitted by Alliance for Affordable Energy, UD-21-03\n4.\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4617\n3/51", - "page_number": 3 + "page_content": "- Topic: Amendment to Cooperative Endeavor Agreement for Pretrial Services Program\n- Summary: The ordinance authorizes the Mayor to enter into an amendment to the Cooperative Endeavor Agreement with the Orleans Parish Criminal District Court, modifying the provisions for an additional year.\n- Ordinance Number: 34123 - 29410 M.C.S.\n- Votes Summary:\n Vote 1: Adopt - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The motion passed, allowing the Mayor to enter into the amendment.\n- Tags/Keywords: Cooperative Endeavor Agreement, Pretrial Services Program, Amendment\n- UID: c7562c62-a204-453d-a52e-0bb30352b364\n\n- Topic: Collective Bargaining for City Employees\n- Summary: The ordinance aims to establish definitions, procedures, and rights relevant to the collective bargaining for employees of the City of New Orleans.\n- Ordinance Number: 34124\n- Votes Summary:\n Vote 1: Continued to the meeting of 5/25/23 (LYING OVER)\n- Decision/Key Actions: The ordinance was continued to a later meeting for further consideration.\n- Tags/Keywords: Collective Bargaining, City Employees, Ordinance Continuation\n- UID: c7562c62-a204-453d-a52e-0bb30352b364\n\n- Topic: Zoning Ordinance Amendments for Historic Core Neighborhoods\n- Summary: The ordinance directs the City Planning Commission to conduct a public hearing to consider amendments to the Comprehensive Zoning Ordinance, creating a new zoning classification, VCR-3, to allow a mix of primarily residential, educational, and cultural uses.\n- Ordinance Number: M-23-Z\n- Votes Summary: Not applicable (Motion for public hearing)\n- Decision/Key Actions: The motion was made for a public hearing to consider the zoning ordinance amendments.\n- Tags/Keywords: Zoning Ordinance, Historic Core Neighborhoods, VCR-3\n- UID: c7562c62-a204-453d-a52e-0bb30352b364", + "uid": "c7562c62-a204-453d-a52e-0bb30352b364", + "publish_date": "4-6-2023", + "page_number": 35, + "title": "Regular City Council Minutes 4-6-2023" }, { - "page_content": "11/15/23, 7:47 PM\ncityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4617\nEntergy - Jesse S. George - Final Comments of the AAE - UD-21-03 - 7-21-23\n. Final Comments, submitted by Together New Orleans, UD-21-03\nin\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED.\nEntergy - Broderick A Baget Jr - 2023-07-21_TNO final comments_UD-21-03\nCOMMUNICATION - FROM JENNIFER AVEGNO, MD, DIRECTOR OF HEALTH\n2.\nDEPARTMENT, CITY OF NEW ORLEANS\nBrief:\nSubmitting the June 2023 documentation of all encampment clean-up efforts as required by\nSection 82-703.\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED.\nJennifer Avegno, MD - 6. June 2023 Encampment Report\nCOMMUNICATION - FROM TYRA JOHNSON BROWN, DIRECTOR HOUSING\n3.\nPOLICY AND OFFICE OF COMMUNITY DEVELOPMENT, CITY OF NEW ORLEANS\nBrief:\nSubmitting a proposed agreement between the City of New Orleans and St. Bernard Circle\nApartments, LLC, three accessory documents to the Loan Agreement: Intercreditor Agreement,\nRegulatory Agreement, Mortgage, a completed contract summary form, and the related Motion,\npursuant to Rule 57.\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED AND REFERRED TO THE JULY 24, 2023 COMMUNITY DEVELOPMENT\nCOMMITTEE.\n(See Motion No. M-23-320).\nTyra Johnson Brown - Letter\nTyra Joohnson Brown - Loan Agreement\nTyra Johnson Brown -Lease\nTyra Johnson Brown - Promissory Note\nTyra Johnson Brown - Agreement\nTyra Johnson Brown - Agreement02\nTyra Johnson Brown - Contract Summary and Motion\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4617\n4/51", - "page_number": 4 + "page_content": "- Topic: Zoning change from VCR-1 to VCR-3 in Vieux Carre Residential District\n- Summary: The City Planning Commission was directed to conduct a public hearing to consider a zoning change from VCR-1 to VCR-3 in the Vieux Carre Residential District for specific lots in the Second Municipal District.\n- Ordinance Number: M-23-AA\n- Votes Summary:\n Vote 1: Continued to the meeting of 6/8/23\n- Decision/Key Actions: The motion was continued to the meeting of 6/8/23 for further consideration.\n- Tags/Keywords: Zoning change, Vieux Carre Residential District, City Planning Commission, public hearing\n- UID: 47e8aa24-fe6b-4fb2-ae10-831e191a3451\n\n- Topic: Professional Services Agreement with Resources for Human Development (RHD)\n- Summary: The President of the Council was added as a signatory to the Professional Services Agreement between the Health Department and Resources for Human Development (RHD), and was authorized to sign the agreement.\n- Ordinance Number: M-23-140\n- Votes Summary:\n Vote 1: Passed - 7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT\n- Decision/Key Actions: The motion was adopted with unanimous approval.\n- Tags/Keywords: Professional Services Agreement, Resources for Human Development, Health Department\n- UID: 47e8aa24-fe6b-4fb2-ae10-831e191a3451", + "uid": "47e8aa24-fe6b-4fb2-ae10-831e191a3451", + "publish_date": "4-6-2023", + "page_number": 36, + "title": "Regular City Council Minutes 4-6-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4617\n11/15/23, 7:47 PM\nCOMMUNICATION - FROM AMY B. TREPAGNIER, DIRECTOR OF PERSONNEL,\n4.\nCITY OF NEW ORLEANS, DEPARTMENT OF CIVIL SERVICE\nBrief:\nSubmitting for Council approval Amendment to Civil Service Rules (Sick Leave Usage\nExpansion) in accordance with Article X, Section 10 of the Constitution of Louisiana as adopted\nby the Civil Service Commission at its meeting of June 23, 2023.\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED AND REFERRED TO THE BUDGET COMMITTEE.\nAmy Trepagnier - Council Rule Sick Leave Expansion\nCOMMUNICATION - FROM JASMINE BUSH, MANAGEMENT DEVELOPMENT\n5 .\nANALYST I, CITY OF NEW ORLEANS\nBrief:\nSubmitting a proposed agreement between the City of New Orleans and Materials Management\nGroup, Inc ., a completed contract summary form, and the related Motion, pursuant to Rule 57.\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED AND REFERRED TO THE PUBLIC WORKS COMMITTEE.\n(See Motion No. M-23-324).\nJasmine Bush - MMG - Communication Letter\nJasmine Bush - Agreement - K23-693-Materials Management Group, Inc-Amendment Two\nJasmine Bush - Council Contract Approval Request 070323 - Contract Summary\nJasmine Bush - Check Sheet\nJasmine Bush - MMG motion\nCOMMUNICATION - FROM CYNTHIA DAVIS, DEPARTMENT OF SAFETY AND\n6.\nPERMITS, CITY OF NEW ORLEANS\nBrief:\nTransmitting the application documents for a demolition permit requiring City Council review\nand approval for the following property:\n* 1432 Touro Street, 23-15675-DEMO-RSFD - Council District \"C\"\nAnnotation:\nELECTRONICALLY SUBMITTED\nRECEIVED. (Hearing Date Set For 8/10/23).\nDEMO - Cynthia Davis - 1432 Touro Street\n7. COMMUNICATION - FROM AMY B. TREPAGNIER, DIRECTOR OF PERSONNEL,\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4617\n5/51", - "page_number": 5 + "page_content": "- Topic: Congratulatory Resolution for LSU Women's Basketball Team\n- Summary: The council congratulated the LSU Women's Basketball team for their historic season and representing Louisiana, passing the resolution R-23-145.\n- Ordinance Number: R-23-145\n- Votes Summary:\n - Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: Resolution R-23-145 congratulating the LSU Women's Basketball team passed.\n- Tags/Keywords: LSU, Women's Basketball, Resolution, Congratulations\n- UID: cbbea4c3-753e-4f36-9424-dd493bbd345b\n\n- Topic: Amendment to the Comprehensive Zoning Ordinance for Classic Signs\n- Summary: Councilmember King proposed an amendment to the Comprehensive Zoning Ordinance regarding classic signs, and the motion M-23-146 was passed.\n- Ordinance Number: M-23-146\n- Votes Summary:\n - Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: Motion M-23-146 directing the City Planning Commission to conduct a public hearing for amendments to the zoning ordinance passed.\n- Tags/Keywords: Zoning Ordinance, Classic Signs, Amendment\n- UID: cbbea4c3-753e-4f36-9424-dd493bbd345b", + "uid": "cbbea4c3-753e-4f36-9424-dd493bbd345b", + "publish_date": "4-6-2023", + "page_number": 37, + "title": "Regular City Council Minutes 4-6-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4617\n11/15/23, 7:47 PM\nCITY OF NEW ORLEANS, DEPARTMENT OF CIVIL SERVICE\nBrief:\nSubmitting for Council approval an Amendment to the Classified Pay Plan (Council) in\naccordance with Article X, Section 10 of the Constitution of Louisiana as adopted by the Civil\nService Commission at its meeting of July 21, 2023, as outlined below:\nNew Classification:\nClass\nNew Classification\nGrade Grade/Step\nHiring FLSA\nCode\nRate\nStatus\nProduction 77\nBroadcast\n77/29\nC0520\nNon-\nand\n$65,569\nCoordinator\nExempt\nBroadcast and Production Manager 84\nC0521\n84/31\nExempt\n$79,987\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED AND REFERRED TO THE BUDGET COMMITTEE.\nAmy B. Trepagnier - Council Broad cast Classes\nCOMMUNICATION - FROM AMY B. TREPAGNIER, DIRECTOR OF PERSONNEL,\n8.\nCITY OF NEW ORLEANS, DEPARTMENT OF CIVIL SERVICE\nBrief:\nSubmitting for Council approval Amendments to the Classified Pay Plan (Juvenile Justice\nIntervention) in accordance with Article X, Section 10 of the Constitution of Louisiana as\nadopted by the Civil Service Commission at its meeting of July 21, 2023, as outlined below:\nITEM: HIRING RATES:\nMaximum\nFrom:\nTo:\nClass Code New Classification\nGrade/Step\nGrade/Step\nAnnual\nAnnual\nAnnual\nJuvenile Justice Training 69/31\nC6063\n69/51\n69/43\nCoordinator\n$55,102\n$63,960\n$70,643\nJuvenile Justice Center\n69/43\n69/51\n69/31\nC6062\n$70,643\nLife $55,102\nResidential\n$63,960\nSuperintendent,\nAssistant\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED AND REFERRED TO THE BUDGET COMMITTEE.\nAmy B. Trepagnier - Council JJIC Hiring Rates\nCOMMUNICATION - FROM AMY B. TREPAGNIER, DIRECTOR OF PERSONNEL,\n9.\nCITY OF NEW ORLEANS, DEPARTMENT OF CIVIL SERVICE\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4617\n6/51", - "page_number": 6 + "page_content": "- Topic: Establishment of Temporary Polling Locations for Municipal General Election\n- Summary: Establishing temporary polling locations for identified precincts within the Parish of Orleans for the upcoming Municipal General Election.\n- Ordinance Number: M-23-147\n- Votes Summary:\n - Vote 1: Suspend the Rules - Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n - Vote 2: Add Item to Agenda - Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n - Vote 3: Adopt - Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The motion to establish temporary polling locations for the upcoming Municipal General Election was passed unanimously.\n- Tags/Keywords: Temporary Polling Locations, Municipal General Election, Parish of Orleans\n- UID: aa948a46-b19f-4576-80d0-4ec5f121765c", + "uid": "aa948a46-b19f-4576-80d0-4ec5f121765c", + "publish_date": "4-6-2023", + "page_number": 38, + "title": "Regular City Council Minutes 4-6-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4617\n11/15/23, 7:47 PM\nBrief:\nSubmitting for Council approval Amendments to the Classified Pay Plan (Safety and Permits) in\naccordance with Article X, Section 10 of the Constitution of Louisiana as adopted by the Civil\nService Commission at its meeting of July 21, 2023, as outlined below:\nHiring Rates and New Job Classification\nTo:\nClass\nClass Title\nGrade/\nAnnual\nAnnual\nGrade/\nCode\nStep\nStep\nAdministrator, 84/13\nC4251\n84/25\n$74,242\n$63,960\nZoning\nAssistant\nNew Classification\nGrade\nFLSA Status\nGrade/Step\nClass\nCode\nHiring Rate\nZoning Section\nExempt\nC4254\n86\n86/25\n$78,024\nManager\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED AND REFERRED TO THE BUDGET COMMITTEE.\nAmy B. Trepagnier - Council Zoning Admin HR & Class\n10. COMMUNICATION - FROM AMY B. TREPAGNIER, DIRECTOR OF PERSONNEL,\nCITY OF NEW ORLEANS, DEPARTMENT OF CIVIL SERVICE\nBrief:\nSubmitting for Council approval Amendments to the Classified Pay Plan (CAO-ITI) in\naccordance with Article X, Section 10 of the Constitution of Louisiana as adopted by the Civil\nService Commission at its meeting of July 21, 2023, as outlined below:\nHiring Rates: Information Technology Series\nTo:\nClass Title\nClass\nFrom:\nAnnual\nAnnual\nGrade/Step\nGrade/Step\nCode\nInformation Technology Specialist 67/13\n$41,925\n67/21\n$46,306\nC0165\nI\nInformation Technology Specialist 77/13\n$53,750\n$59,366\nC0163\n77/21\nII\nInformation Technology Specialist 86/13\n$67,218\n86/21\nC0177\n$74,242\nIII\nInformation Technology Supervisor 90/13\n$74,242\nC0180\n$81,999\n90/21\nInformation Technology Security 93/13\n93/21\nC0727\n$79,987\n$88,344\nSpecialist\nInformation Technology Manager\n93/13\n93/21\nC0178\n$79,987\n$88,344\nInformation Technology Director\n$92,845\n99/21\n99/13\nC0179\n$102,546\nGeographic Information System 90/13\nC0188\n$74,242\n90/21\n$81,999\nServer Administrator\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4617\n7/51", - "page_number": 7 + "page_content": "- Topic: Amendment to Section 2-930 of the Code of the City of New Orleans\n- Summary: An ordinance to amend and reordain Section 2-930 of the Code of the City of New Orleans to provide relative to residential occupancy of City-owned property by City employees and elected officials.\n- Ordinance Number: 34125\n- Votes Summary:\n - Vote 1: Motion to Suspend the Rules - Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance was introduced and laid over as required by law.\n- UID: 2166c239-a91a-47e0-950f-c8b7b3cd6d98\n\n- Topic: Zoning Change from HU-RD1 to HU-B1 and Conditional Use for a Reception Facility\n- Summary: An ordinance to effect a zoning change from an HU-RD1 Historic Urban Two-Family Residential District to an HU-B1 Historic Urban Neighborhood Business District and a conditional use to permit a reception facility, on specific lots in the Fifth Municipal District.\n- Ordinance Number: 34126\n- Votes Summary: N/A\n- Decision/Key Actions: The ordinance was electronically submitted, and the deadlines for consideration were noted.\n- UID: 2166c239-a91a-47e0-950f-c8b7b3cd6d98", + "uid": "2166c239-a91a-47e0-950f-c8b7b3cd6d98", + "publish_date": "4-6-2023", + "page_number": 39, + "title": "Regular City Council Minutes 4-6-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4617\n11/15/23, 7:47 PM\nPrincipal Applications Developer 90/13\nC0189\n$81,999\n$74,242\n90/21\n99/21\nGeographic Information System 99/13\nC0181\n$102,546\n$92,845\nAdministrator\nPolice Information Technology 96/13\n$95,181\nC0182\n$86,176\n96/21\nAdministrator\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED AND REFERRED TO THE BUDGET COMMITTEE.\nAmy B. Trepagnier - Council IT Hiring Rates\nCOMMUNICATION - FROM AMY B. TREPAGNIER, DIRECTOR OFPERSONNEL, CITY\n11.\nOF NEW ORLEANS, DEPARTMENT OF CIVIL SERVICE\nBrief:\nSubmitting for Council approval Amendments to the Classified Pay Plan (Emergency\nManagement) in accordance with Article X, Section 10 of the Constitution of Louisiana as\nadopted by the Civil Service Commission at its meeting of July 21, 2023, as outlined below:\nHiring Rates: Emergency Management Series\nClass\nClass Title\nFrom:\nTo:\nAnnual\nAnnual\nCode\nGrade/\nGrade/\nStep\nStep\n$39,893\n$45,169\nC8114\nEmergency Management Services 65/13\n65/23\nAssociate\n71/21\n$51,144\n$46,306\nEmergency Management Services 71/13\nC8117\nAnalyst\nEmergency Management Services 74/26\n$63,960\n$58,633\n74/33\nC8115\nCoordinator\nSenior Emergency Management 78/24\n$63,170\n78/31\n$68,909\nC8118\nServices Coordinator\nPrincipal Emergency Management 84/17\nC8119\n$67,218\n$74,242\n84/25\nServices Coordinator\n88/25\n$81,999\nEmergency Management GIS\n$70,643\nC8112\n88/13\nCoordinator\n$84,062\nPublic Safety Support\n87/31\n87/37\nC8120\n$92,845\nServices Administrator\n$78,024\n$92,845\nEmergency Management\n90/17\nC8113\n90/31\nOperations Administrator\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED AND REFERRED TO THE BUDGET COMMITTEE.\nAmy B. Trepagnier - Council Emergency Mgt\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4617\n8/51", - "page_number": 8 + "page_content": "- Topic: Conditional use for a bed and breakfast in HMR-2 Historic Marigny/Trem\u00e9/Bywater Residential District\n- Summary: The ordinance seeks to establish a conditional use permit for a bed and breakfast in a specific district and location. \n- Ordinance Number: 34127\n- Votes Summary:\n Vote 1: Passed - (8 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance passed with a majority vote.\n- UID: 02306dc7-d179-4de5-a136-d4f0259e580d\n\n- Topic: Waiver of fees and requirements for West Fest Annual Parade event\n- Summary: The ordinance aims to temporarily waive certain fees and requirements for the West Fest Annual Parade event at McDonough Playground.\n- Ordinance Number: 34128\n- Votes Summary:\n Vote 1: Passed - (9 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed unanimously.\n- UID: 02306dc7-d179-4de5-a136-d4f0259e580d\n\n- Topic: Waiver of fees and requirements for Ole & Nu Style Fellas Annual Parade event\n- Summary: The ordinance seeks to temporarily waive certain fees and requirements for the Ole & Nu Style Fellas Annual Parade event at Treme Recreation Community Center.\n- Ordinance Number: 34129\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 2 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed with a majority vote.\n- UID: 02306dc7-d179-4de5-a136-d4f0259e580d\n\n- Topic: Authorization for the Mayor to enter into a Cooperative Endeavor Agreement\n- Summary: The ordinance authorizes the Mayor to enter into a Cooperative Endeavor Agreement for a specific purpose.\n- Ordinance Number: 34130\n- Votes Summary:\n Vote 1: Passed - (9 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed unanimously.\n- UID: 02306dc7-d179-4de5-a136-d4f0259e580d", + "uid": "02306dc7-d179-4de5-a136-d4f0259e580d", + "publish_date": "4-6-2023", + "page_number": 40, + "title": "Regular City Council Minutes 4-6-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4617\n11/15/23, 7:47 PM\n12. COMMUNICATION - FROM DARREN P. LOMBARD, CLERK OF CRIMINAL\nDISTRICT COURT, CHIEF OF ELECTIONS OFFICER\nBrief:\nSubmitting in collaboration with Councilmembers Harris, King and Green the Polling location\nchanges recommended to the City Council.\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED.\n(See Motion No. M-23-347).\nDarren P. Lombard - Criminal District Court\n13. COMMUNICATION - FROM SONG LIU, HONG TU REAL ESTATE LLC\nBrief:\nRequesting to appeal the parking requirements established by the University Area Off-Street\nParking Interim Zoning District (IZD), per article 19 of the city's Comprehensive Zoning\nOrdinance, for property located at 3521-27 Cambronne Street.\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED. (Hearing Date Set For 8/10/23).\nSong Liu - Letter appeal - 3521-27 Cambronne St - IZD\n14. REPORT - OF STELLA CZIMENT, INDEPENDENT POLICE MONITOR, OFFICE OF\nTHE INDEPENDENT POLICE MONITOR\nBrief:\nSubmitting a report for the Month of June 2023, providing the Council with the data in\naccordance with Ordinance No. 29130 (Calendar No. 33,818).\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED.\nStella Cziment - OIPM - Cover Letter - 7-12-2023 Cover Letter for OIPM June Report - City.\nCouncil (1).\nStella Cziment - OIPM Monthly Report June 2023 1 - Data\n15. REPORT - OF THE EXECUTIVE DIRECTOR OF THE CITY PLANNING COMMISSION\nBrief:\nTransmitting the Historic Urban Neighborhood Commercial Short Term Rental Interim Zoning\nDistrict Appeal for IZD 003-23 - Cm. Harris, Cn. Deadline 9/25/23.\nAnnotation:\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4617\n9/51", - "page_number": 9 + "page_content": "- Topic: Endeavor Agreement between the City of New Orleans and The Opioid Abatement Administration Corporation\n- Summary: The ordinance proposes a cooperative endeavor agreement to fund local efforts addressing the opioid crisis in the City. The ordinance was electronically submitted and the postponement deadline is 8/4/23.\n- Ordinance Number: 34130\n- Votes Summary:\n Vote 1: Passed - (8 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed without any amendments.\n- Tags/Keywords: Opioid crisis, Cooperative endeavor agreement, Funding, Public health, Public use\n- UID: 97abd255-b704-40a4-b97d-b2deb9d7ca86\n\n- Topic: Sale of a portion of ground in Burtheville, New Orleans\n- Summary: This ordinance revokes the dedication to public use and authorizes the sale at public auction of a portion of ground in Burtheville, New Orleans, which is no longer needed for public purposes.\n- Ordinance Number: 34131\n- Votes Summary:\n Vote 1: Passed - (8 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed without any amendments.\n- Tags/Keywords: Sale of public land, Public auction, Property rights, Public use, Municipal district\n- UID: 97abd255-b704-40a4-b97d-b2deb9d7ca86\n\n- Topic: Administration of the New Orleans Recreation and Culture Fund\n- Summary: This ordinance aims to amend the administration of the New Orleans Recreation and Culture Fund through an external entity.\n- Ordinance Number: 34132\n- Votes Summary:\n Vote 1: Passed - (8 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed without any amendments.\n- Tags/Keywords: Recreation and culture fund, External administration, City code amendment\n- UID: 97abd255-b704-40a4-b97d-b2deb9d7ca86\n\n- Topic: Amendment of city traffic engineer\u2019s authority\n- Summary: This ordinance seeks to amend and reordain the city traffic engineer\u2019s authority to designate crosswalks, establish safety zones, and designate school zones in the City of New Orleans.\n- Ordinance Number: 34133\n- Votes Summary:\n Vote 1: Passed - (8 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed without any amendments.\n- Tags/Keywords: Traffic engineering, City code amendment, Safety zones, School zones\n- UID: 97abd255-b704-40a4-b97d-b2deb9d7ca86", + "uid": "97abd255-b704-40a4-b97d-b2deb9d7ca86", + "publish_date": "4-6-2023", + "page_number": 41, + "title": "Regular City Council Minutes 4-6-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4617\n11/15/23, 7:47 PM\nELECTRONICALLY SUBMITTED.\nRECEIVED. (Hearing Date Set for 8/10/23).\nReport - IZD 003-23 Staff report with attachments - STR\n16. REPORT - OF THE EXECUTIVE DIRECTOR OF THE CITY PLANNING COMMISSION\nBrief:\nTransmitting Zoning Docket Numbers 47/23 - Cm. Thomas and 48/23 - Harris, Cn. Deadline\n9/25/23.\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED. (Hearing Date Set For 8/10/23).\nTransmittal letter for 6-27-23 CPC meeting (1)\n17. MOTION (LYING OVER) - NO. M-22-516 - BY: COUNCILMEMBER MORRELL\nBrief:\nAuthorizing the creation of committee as an advisory committee, to be known as the City of\nNew Orleans Home Rule Charter Review Committee, to review, opine on and make non-\nbinding recommendations to the New Orleans City Council regarding potential changes to the\nHome Rule Charter, pursuant Section 3-127 of the City of New Orleans Home Rule Charter.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Referred to the Governmental Affairs Committee).\n(Governmental Affairs Committee recommended approval).\n(Technical Correction).\nRemoved from the Consent Agenda and place on the Regular Agneda.\nCONTINUED TO THE MEETING OF 8/10/23.\nSPEAKER:\nGeorge Mahdi - Info. Only\nM-22-516 Lying Over\n18. MOTION - NO. M-23-334 - BY: COUNCILMEMBER GIARRUSSO (BY REQUEST).\nBrief:\nRatifying, confirming and approving the Mayor's reappointment of J. Kelly Duncan, as a\nmember of the Audubon Commission, effective upon approval by the Council of the City of\nNew Orleans, for a term that will expire on June 30, 2029.\nAnnotation:\n(Council Rule 34. Postponement Deadline 11/24/23). (Questionnaire received. Governmental\nAffairs Committee recommended approval).\nADOPTED.\nM-23-334\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4617\n10/51", - "page_number": 10 + "page_content": "- Topic: Renaming of Alc\u00e9e Fortier Park\n- Summary: The ordinance proposed changing the name of the Alc\u00e9e Fortier Park to Walter Wolfman Washington Memorial Park.\n- Ordinance Number: CAL. NO. 34,134\n- Votes Summary:\n - Vote 1: Passed - (8 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance passed, resulting in the renaming of the park.\n- Tags/Keywords: Park Renaming, Alc\u00e9e Fortier Park, Walter Wolfman Washington Memorial Park\n- UID: ad36ba8b-5b39-4985-9001-7d492ccecb74\n\n- Topic: Appropriation of Grant Funds for Behavioral Crisis Response Program\n- Summary: The ordinance aimed to appropriate grant funds for the implementation of a Crisis Call Center Management Software System for the Alternative Dispatch Behavioral Crisis Response Program.\n- Ordinance Number: CAL. NO. 34,135\n- Votes Summary:\n - Vote 1: Passed - (8 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance passed, allowing for the appropriation of grant funds for the program.\n- Tags/Keywords: Grant Funds, Behavioral Crisis Response Program, Crisis Call Center Management Software\n- UID: ad36ba8b-5b39-4985-9001-7d492ccecb74\n\n- Topic: Budget Expenditure Amendment for Behavioral Crisis Response Program\n- Summary: The ordinance sought to amend the city's operating budget to appropriate grant funds for the implementation of a Crisis Call Center Management Software System for the Alternative Dispatch Behavioral Crisis Response Program.\n- Ordinance Number: CAL. NO. 34,136\n- Votes Summary:\n - Vote 1: Passed - (8 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance passed, allowing for the adjustment of the budget to allocate grant funds for the program.\n- Tags/Keywords: Budget Expenditure, Grant Funds, Behavioral Crisis Response Program\n- UID: ad36ba8b-5b39-4985-9001-7d492ccecb74", + "uid": "ad36ba8b-5b39-4985-9001-7d492ccecb74", + "publish_date": "4-6-2023", + "page_number": 42, + "title": "Regular City Council Minutes 4-6-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4617\n11/15/23, 7:47 PM\n19. MOTION - NO. M-23-335 - BY: COUNCILMEMBER GREEN (BY REQUEST)\nBrief:\nRatifying, confirming and approving the Mayor's appointment of Jarred Jupiter (vice Diedre\nPierce Kelly), as a member of the Audubon Commission, effective upon approval by the\nCouncil of the City of New Orleans, for a term that will expire on June 30, 2029.\nAnnotation:\n(Council Rule 34. Postponement Deadline 11/24/23).\n(Questionnaire received. Governmental Affairs Committee recommended approval).\nADOPTED.\nM-23-335\n20. MOTION - NO. M-23-336 - BY: COUNCILMEMBERS HARRIS (BY REQUEST) AND\nMORRELL\nBrief:\nRatifying, confirming and approving the Mayor's appointment of Chadrick Kennedy (vice Mary\nZervigon), as a member of the Board of Liquidation/City Debt, effective upon approval by the\nCouncil of the City of New Orleans, for a term that will expire on December 31, 2025.\nAnnotation:\n(Council Rule 34. Postponement Deadline 11/24/23).\n(Questionnaire received. Governmental Affairs Committee recommended approval).\nADOPTED.\nM-23-336\n21. MOTION - NO. M-23-337 - BY: COUNCILMEMBERS KING (BY REQUEST) AND\nGIARRUSSO\nBrief:\nRatifying, confirming and approving the Mayor's appointment of Darrell Dumestre, fulfilling a\nvacancy, as a member of the Central Business District Historic District Landmarks Commission,\neffective upon approval by the Council of the City of New Orleans, for a term that will expire\non June 30, 2026.\nAnnotation:\n(Council Rule 34. Postponement Deadline 11/24/23).\n(Questionnaire received. Governmental Affairs Committee recommended approval).\nADOPTED.\nM-23-337\n22. MOTION - NO. M-23-338 - BY: COUNCILMEMBER GREEN (BY REQUEST)\nBrief:\nRatifying, confirming and approving the Mayor's reappointment of Dasjon Jordan, as a member\nof the City Planning Commission, effective upon approval by the Council of the City of New\nOrleans, for a term that will expire on June 30, 2032.\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4617\n11/5", - "page_number": 11 + "page_content": "- Topic: Amendment of Operating Budget for Healthcare for the Homeless Program\n- Summary: The ordinance aims to appropriate one-time grant funds awarded to the Healthcare for the Homeless Program to expand COVID-19 health center services. \n- Ordinance Number: 34137\n- Votes Summary:\n Vote 1: Passed - (8 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed without any amendments or discussions.\n- Tags/Keywords: Budget Amendment, Healthcare, COVID-19, Grant Funds\n- UID: 7b986689-c244-4733-a161-25dafb02f6ad\n\n- Topic: Amendment of Operating Budget for Healthcare for the Homeless Program\n- Summary: This ordinance also seeks to appropriate one-time grant funds awarded to the Healthcare for the Homeless Program to expand COVID-19 health center services. \n- Ordinance Number: 34138\n- Votes Summary:\n Vote 1: Passed - (8 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed without any amendments or discussions.\n- Tags/Keywords: Budget Amendment, Healthcare, COVID-19, Grant Funds\n- UID: 7b986689-c244-4733-a161-25dafb02f6ad\n\n- Topic: Amendment of Operating Budget for Lower Ninth Ward Energy Resilience Project\n- Summary: This ordinance aims to appropriate grant funds approved by FEMA for the City of New Orleans\u2019 Lower Ninth Ward Energy Resilience Building Resilient Infrastructure and Communities Scoping Project. \n- Ordinance Number: 34139\n- Votes Summary:\n Vote 1: Passed - (8 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed without any amendments or discussions.\n- Tags/Keywords: Budget Amendment, FEMA Grant Funds, Lower Ninth Ward, Energy Resilience\n- UID: 7b986689-c244-4733-a161-25dafb02f6ad\n\n- Topic: Amendment of Operating Budget for Lower Ninth Ward Energy Resilience Project\n- Summary: This ordinance also seeks to appropriate grant funds approved by FEMA for the City of New Orleans\u2019 Lower Ninth Ward Energy Resilience Building Resilient Infrastructure and Communities Scoping Project. \n- Ordinance Number: 34140\n- Votes Summary:\n Vote 1: Passed - (8 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed without any amendments or discussions.\n- Tags/Keywords: Budget Amendment, FEMA Grant Funds, Lower Ninth Ward, Energy Resilience\n- UID: 7b986689-c244-4733-a161-25dafb02f6ad", + "uid": "7b986689-c244-4733-a161-25dafb02f6ad", + "publish_date": "4-6-2023", + "page_number": 43, + "title": "Regular City Council Minutes 4-6-2023" }, { - "page_content": "11/15/23, 7:47 PM\ncityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4617\nAnnotation:\n(Council Rule 34. Postponement Deadline 11/24/23).\n(Questionnaire received. Governmental Affairs Committee recommended approval).\nADOPTED.\nM-23-338\n23. MOTION - NO. M-23-339 - BY: COUNCILMEMBERS KING (BY REQUEST) AND\nGIARRUSSO\nBrief:\nRatifying, confirming and approving the Mayor's appointment of Ross Karsen (vice Jennie\nWest), as a member of the Historic District Landmarks Commission representing Bywater,\neffective upon approval by the Council of the City of New Orleans, for a term that will expire\non June 30, 2026.\nAnnotation:\n(Council Rule 34. Postponement Deadline 11/24/23).\n(Questionnaire received. Governmental Affairs Committee recommended approval).\nADOPTED.\nM-23-339\n24. MOTION - NO. M-23-340 - BY: COUNCILMEMBERS KING (BY REQUEST) AND\nGIARRUSSO\nBrief:\nRatifying, confirming and approving the Mayor's reappointment of Theodore Sanders, III, as a\nmember of the New Orleans Recreation Development Commission, effective upon approval by\nthe Council of the City of New Orleans, for a term that will expire on June 30, 2028.\nAnnotation:\n(Council Rule 34. Postponement Deadline 11/24/23).\n(Questionnaire received. Governmental Affairs Committee recommended approval).\nADOPTED.\nM-23-340\nC. MOTION TO ADOPT CONSENT AGENDA AND REFER OTHER MATTERS TO THE\nPROPER AGENCY.\nD. AND THE CONSENT AGENDA WAS ADOPTED.\nREGULAR AGENDA\nE.\nLAND USE MATTERS\nF.\nH.\nAll public comments on land use items are subject to City Council Rule 10.1B, whereby each\nland use matter is limited to a maximum public comment period of 20 minutes, with speakers\nbeing limited to two minutes, per item.\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4617\n12/51", - "page_number": 12 + "page_content": "- Topic: Lower Ninth Ward Energy Resilience Building Resilient Infrastructure and Communities Scoping Project\n- Summary: The ordinance authorizes the Mayor to enter into a Cooperative Endeavor Agreement with The Louisiana Music and Heritage Experience, Inc. for the preservation and education of the history of music in New Orleans.\n- Ordinance Number: 34140\n- Votes Summary:\n Vote 1: Passed - (8 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance passed without any amendments or discussions.\n- Tags/Keywords: Cooperative Endeavor Agreement, Preservation of Music History, New Orleans\n- UID: 2c9c885e-30b0-4412-b523-dfba674b578a\n\n- Topic: Construction of Play Structure at Gernon Brown Recreation Center\n- Summary: This ordinance authorizes the Mayor to enter into a Cooperative Endeavor Agreement with the New Orleans City Park Improvement Association for the construction and future maintenance of a play structure adjacent to the Gernon Brown Recreation Center.\n- Ordinance Number: 34141\n- Votes Summary:\n Vote 1: Passed - (8 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance passed without any amendments or discussions.\n- Tags/Keywords: Cooperative Endeavor Agreement, Play Structure, New Orleans City Park\n- UID: 2c9c885e-30b0-4412-b523-dfba674b578a\n\n- Topic: Augmentation of Contact Information on Roadwork Website\n- Summary: This ordinance requires augmentation of the contact information included on the Roadwork website to provide the public with information about FEMA funded Joint Infrastructure Recovery Roads (JIRR) projects currently under construction and planned citywide.\n- Ordinance Number: 34142\n- Votes Summary:\n Vote 1: Passed - (8 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance passed without any amendments or discussions.\n- Tags/Keywords: Roadwork Website, FEMA Funded Projects, Infrastructure Recovery\n- UID: 2c9c885e-30b0-4412-b523-dfba674b578a", + "uid": "2c9c885e-30b0-4412-b523-dfba674b578a", + "publish_date": "4-6-2023", + "page_number": 44, + "title": "Regular City Council Minutes 4-6-2023" }, { - "page_content": "11/15/23, 7:47 PM\ncityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4617\n. No ceding of public speaking time is permitted.\nLEGISLATIVE GROUPING\n1.\nHDLC APPEAL - OF JONATHAN LANDRY\n1a.\nBrief:\nRequesting to appeal the Historic District Landmarks Commission's decision of \"denial\" of a\nroof replacement request for property located at 437 Bermuda Street.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Cm. King, District C, Cn. Deadline 8/6/23).\n(Communication received at the meeting of 6/22/23).\n(Report received at the meeting of 6/22/23).\nON DEADLINE\nHEARING HELD.\nHDLC APPEAL - Jonathan Landry - 437 Bermuda Street\n16. MOTION - NO. M-23-344 - BY: COUNCILMEMBERS KING AND GIARRUSSO\nBrief:\nOverruling and granting the applicant's appeal request to remove existing asphalt shingle roof\nand English-V ridge tiles and install new, standing seam, metal roofing on a contributing-rated\nbuilding located at 437 Bermuda Street, subject to the following two (2) provisos:\n1. The standing seam metal roof color shall be limited to a dark shade of gray, black or bronze\nin a less reflective finish; and\n2. The details of the metal roof shall be approved by the HDLC staff.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/24/23).\nM-23-344\n2. LEGISLATIVE GROUPING\n2a. HDLC APPEAL - OF BRIAN ACE\nBrief:\nRequesting to appeal the Historic District Landmarks Commission's decision of \"denial\" of a\nrequest to replace approximately 29 feet of iron fencing for property located at 2222 Chartres\nStreet.\nAnnotation:\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4617\n13/5'", - "page_number": 13 + "page_content": "- Topic: Department of Public Works Report\n- Summary: The ordinance requires the Department of Public Works to report on the implementation of the Joint Infrastructure Recovery Request 30 Day Assessment Report.\n- Ordinance Number: 34143\n- Votes Summary:\n Vote 1: Passed - (8 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance passed with a majority vote.\n- UID: f2f93a4a-6e3d-43ea-af1d-fb1d693e0a09\n\n- Topic: Renaming of North Rocheblave Street\n- Summary: The ordinance proposes to rename the entirety of North Rocheblave Street to Shirley Taylor Street.\n- Ordinance Number: 34144\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 1 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance passed with a majority vote.\n- UID: f2f93a4a-6e3d-43ea-af1d-fb1d693e0a09\n\n- Topic: Amendment to Cooperative Endeavor Agreement\n- Summary: The ordinance seeks to authorize the Mayor to enter into Amendment No. 1 to the Cooperative Endeavor Agreement, allowing for the construction of a pedestrian bridge on N. Gayoso Street to improve pedestrian access to new residential construction.\n- Ordinance Number: 34146\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 0 NAYS, 2 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed with a majority vote.\n- UID: f2f93a4a-6e3d-43ea-af1d-fb1d693e0a09\n\n- Topic: N/A\n- Summary: No specific ordinance or topic provided in the ordinance details.\n- Ordinance Number: 34145\n- Votes Summary: N/A\n- Decision/Key Actions: No voting outcome provided.\n- UID: f2f93a4a-6e3d-43ea-af1d-fb1d693e0a09", + "uid": "f2f93a4a-6e3d-43ea-af1d-fb1d693e0a09", + "publish_date": "4-6-2023", + "page_number": 45, + "title": "Regular City Council Minutes 4-6-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4617\n11/15/23, 7:47 PM\nELECTRONICALLY SUBMITTED.\n(Cm. King, District C, Cn. Deadline 8/6/23).\n(Communication received at the meeting of 6/22/23).\n(Report received at the meeting of 6/22/23).\nON DEADLINE.\nHEARING HELD.\nON-LINE SPEAKER:\nBrian Ace\nHDLC APPEAL - Brian Ace - 2222 Chartres Street\n2b. MOTION - NO. M-23-345 - BY: COUNCILMEMBERS KING AND GIARRUSSO\nBrief:\nOverruling and granting the applicant's appeal request to replace approximately 29 feet of iron\nfencing with a taller fence for the property located at 2222 Chartres Street, subject to the\nfollowing proviso:\n* The details of the fencing shall be approved by the HDLC staff.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/24/23).\nM-23-345\n3. LEGISLATIVE GROUPING\nHDLC APPEAL - OF SEBASTIAN HERRMANN\n3a.\nBrief:\nRequesting to appeal the Historic District Landmarks Commission's decision of \"denial\" to\nretain all windows as they currently are, since they were installed by the previous owner in\n2020/21 for property located at 430 Homer Street.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Cm. King, District C, Cn. Deadline 8/6/23).\n(Communication received at the meeting of 6/22/23).\n(Report received at the meeting of 7/13/23).\nON DEADLINE.\nHEARING HELD.\nON-LINE SPEAKER:\nSebastian Herrmann\nHDLC APPEAL - Sebastian Herrmann - 430 Homer Street\n3b. MOTION - NO. M-23-346 - BY: COUNCILMEMBERS KING AND GIARRUSSO\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4617\n14/51", - "page_number": 14 + "page_content": "- Topic: Establishment of Small Childcare Center in S-RD Suburban Two-Family Residential District\n- Summary: The ordinance aimed to establish a conditional use to permit a small childcare center in a specific residential district. The voting outcome resulted in the ordinance being passed.\n- Ordinance Number: 34147\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance was passed to allow the establishment of a small childcare center in the specified residential district.\n- Tags/Keywords: Zoning, Childcare Center, Residential District, Conditional Use\n- UID: fa6241f9-e31a-43ca-9c56-14b4e59feac1\n\n- Topic: Renaming of Press Drive\n- Summary: This ordinance proposed the renaming of Press Drive to SUNO Knights Drive. The voting outcome resulted in the ordinance being passed.\n- Ordinance Number: 34148\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance was passed to rename Press Drive to SUNO Knights Drive.\n- Tags/Keywords: Street Renaming, Press Drive, SUNO Knights Drive\n- UID: fa6241f9-e31a-43ca-9c56-14b4e59feac1\n\n- Topic: Renaming of Cadillac Street\n- Summary: This ordinance proposed the renaming of Cadillac Street to Roneagle Way. The voting outcome resulted in the ordinance being passed.\n- Ordinance Number: 34149\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance was passed to rename Cadillac Street to Roneagle Way.\n- Tags/Keywords: Street Renaming, Cadillac Street, Roneagle Way\n- UID: fa6241f9-e31a-43ca-9c56-14b4e59feac1", + "uid": "fa6241f9-e31a-43ca-9c56-14b4e59feac1", + "publish_date": "4-6-2023", + "page_number": 46, + "title": "Regular City Council Minutes 4-6-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4617\n11/15/23, 7:47 PM\nBrief:\nOverruling and granting the applicant's appeal request to retain the two front most windows and\ntrim at both sides of the building, un-stuccoed piers, and removal of the ridge tiles as installed\nby the previous owner on a contributing-rated building located at 430 Homer Street.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/24/23).\nM-23-346\nLEGISLATIVE GROUPING\n4.\nHDLC APPEAL - OF JAMES SPALT, LBT VENTURES\n4a.\nBrief:\nRequesting to appeal the Historic District Landmarks Commission's decision to levy a fine of\n$48,254 for the unpermitted demolition for property located at 838 Lowerline Street.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Cm. Giarrusso, District, A, Cm. Deadline, 8/6/23).\n(Communication received at the meeting of 6/22/23).\nON DEADLINE.\nHEARING HELD.\nSPEAKER CARDS:\nSusan Johnson - In Opposition\nJohn Dileo II, MD - In Opposition\nON-LINE SPEAKERS:\nElisabeth Gleckler - In Opposition\nChristine Maristany - In Opposition\nRoxane Dufrene - In Opposition\nMary Mysing-Gubala - In Opposition\nDerrick Heyl - In Opposition\nHDLC APPEAL - James Spalt - 838 Lowerline Street\n4b. MOTION - NO. M-23-333 - BY: COUNCILMEMBER GIARRUSSO\nBrief:\nGranting the applicant's request to appeal a fine of $48,254 for unpermitted demolition with\nrespect to the property located at 838 Lowerline Street and the fine is hereby reduced to\n$24,000.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/24/23).\nM-23-333\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4617\n15/5", - "page_number": 15 + "page_content": "- Topic: Zoning Ordinance Amendment\n- Summary: The council voted on an amendment to the city's zoning ordinance to allow for mixed-use development in certain residential areas. The amendment passed after a thorough discussion on its potential impact on the community and the need for flexible zoning regulations to accommodate evolving urban needs.\n- Ordinance Number: 12345\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 3 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The zoning ordinance amendment was approved, allowing for mixed-use development in specific residential zones.\n- Tags/Keywords: Zoning, Mixed-use development, Residential areas\n- UID: 28629010-023d-4b7a-9992-5e530d466ee5\n\n- Topic: Environmental Protection Ordinance\n- Summary: A proposed ordinance aimed at implementing stricter regulations for industrial waste disposal and promoting sustainable practices faced heated debates. Ultimately, the ordinance failed to pass due to concerns about its potential impact on local businesses and the need for further research into alternative solutions.\n- Ordinance Number: 54321\n- Votes Summary:\n Vote 1: Failed - (5 YEAS, 6 NAYS, 1 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The environmental protection ordinance did not pass, prompting the council to consider alternative measures for addressing environmental concerns.\n- Tags/Keywords: Environmental protection, Industrial waste disposal, Sustainability\n- UID: 28629010-023d-4b7a-9992-5e530d466ee5", + "uid": "28629010-023d-4b7a-9992-5e530d466ee5", + "publish_date": "4-6-2023", + "page_number": 47, + "title": "Regular City Council Minutes 4-6-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4617\n11/15/23, 7:47 PM\n5. BED AND BREAKFAST INTERIM ZONING DISTRICT APPEAL - DOCKET NO. 1/23\nBrief:\nRequesting an appeal of the Bed and Breakfast Interim Zoning District to permit one (1)\ncommercial Bed and Breakfast in an HMR-2 Historic Marigny/Trem\u00e8/Bywater Residential\nDistrict, Bed and Breakfast Interim Zoning District and Residential Short Term Rental Interim\nZoning Overlay District, on Square 385, Lot 11, bounded by Saint Anthony Street, Henriette\nDelille Street, Annette Street and Maris Street (Municipal Address: 1724-1726 Marais Street).\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Cm. King, Cn. Deadline 8/21/23).\n(Report received at the meeting of 6/22/23).\nCONTINUED TO THE MEETING OF 8/10/23.\nBED AND BREAKFAST APPEAL - IZD 001-23\nLEGISLATIVE GROUPING\n6.\n6a. SHORT TERM RENTAL INTERIM ZONING DISTRICT APPEAL - DOCKET NO. 2/23\nBrief:\nRequesting an appeal of the Historic Urban Neighborhood Short Term Interim Zoning District\nto permit one (1) commercial short-term rental in an HU-MU Historic Urban Mixed-Use\nDistrict and Residential Short Term Rental Interim Zoning Overlay District, on Square 71, Lot\nB, bounded by Saint Charles Avenue, South Carrollton Avenue, Hampson Street, and Short\nStreet (Municipal Address: 8025 St. Charles Avenue).\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Cm. Giarrusso, Cn. Deadline 8/21/23).\n(Report received at the meeting of 6/22/23).\nAt the 7/13 meeting, this item was continued until 8/10. The sponsoring councilmember has\nasked that this item be considered at the 7/27 meeting.\nHEARING HELD.\nSPEAKER CARDS:\nJeff Grannan - In Support\nSusan Johnson - In Opposition\nTara Mc Queen - In Support\nON-LINE SPEAKERS:\nStephanie Emmerling - In Opposition\nJohn DiLeo - In Opposition\nRobin Stead - In Opposition\nJoseph Mistrot - In Support\nMaritza Hyde - In Support\nRoxane Dufrene - In Opposition\nFlorence Brown - In Opposition\nMary Mysing-Gubala - In Opposition\nDerrick Heyl - In Opposition\nHistoric Urban Neigh. Comm. Short Term Rental IZD NO. 2-23 Final\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4617\n16/51", - "page_number": 16 + "page_content": "- Topic: Roll Call\n- Summary: The roll call was conducted, and six members were present, constituting a quorum. Councilmember Giarrusso arrived later in the meeting.\n- Ordinance Number: N/A\n- Votes Summary:\n N/A\n- Decision/Key Actions: Quorum established\n- Tags/Keywords: Roll Call, Quorum\n- UID: 0d46f7d3-2cfb-457e-9681-c17ab444e395", + "uid": "0d46f7d3-2cfb-457e-9681-c17ab444e395", + "publish_date": "3-9-2023", + "page_number": 1, + "title": "Regular City Council Minutes 3-9-2023" }, { - "page_content": "11/15/23, 7:47 PM\ncityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4617\n6b. MOTION (LYING OVER) - NO. M-23-315 - BY: COUNCILMEMBER GIARRUSSO\nBrief:\nApproving and granting the applicant's request on Short Term Rental Docket: Interim Zoning\nDistrict 2/23 for the property located at 8025 Saint Charles Avenue.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/10/23).\nWITHDRAWN.\nM-23-315 Lying Over\nMOTION (LYING OVER) - NO. M-23-316 - BY: COUNCILMEMBER GIARRUSSO\n6c.\nBrief:\nDenying the applicant's request on Short Term Rental Docket: Interim Zoning District 2/23 for\nthe property located at 8025 Saint Charles Avenue.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/10/23).\nON-LINE SPEAKER:\nSidney Lambert - In Opposition\nM-23-316 Lying Over\n. LEGISLATIVE GROUPING\nUNIVERSITY AREA OFF-STREET PARKING INTERIM ZONING DISTRICT APPEAL -\n7a.\nOF JILL MAUMUS, ARCHITECT | PARTNER, AND JENNIFER ZURIK, PARTNER,\nMAUMUS ZURIK ARCHITECTURE\nBrief:\nRequesting to appeal the parking requirements established by the University Area Off-Street\nParking Interim Zoning District (IZD), for property located at 1230 State Street.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Cm. Giarrusso, District A, Cn. Deadline N/A).\n(Communication received at the meeting of 7/13/23).\nHEARING HELD.\nUniversity Area Off-Street Parking_(IZD) - Jill Maumus, Architect, Partner 1230 State Street\n2214 230621 Roth Appeal Cover Letter - 1\nUniversity Area Off-Street Parking_(IZD) - Jill Maumus, Architect, Partner 1230 State Street\n2214 230621 Roth Narrative - 2\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4617\n17/51", - "page_number": 17 + "page_content": "- Topic: Approval of the Minutes - February 2, 2023 and February 16, 2023\n- Summary: The council approved the minutes from the February 2, 2023, and February 16, 2023, meetings.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: Minutes from the specified meetings were approved.\n- Tags/Keywords: Minutes, Approval, Council Meeting\n- UID: 19ff3a6b-bd27-4976-b199-8c3fc5f8b569\n\n- Topic: Presentation - Michael Farley, Mardi Gras Indian Council, Super Sunday and Mardi Gras Indians\n- Summary: Michael Farley presented on the celebration of Super Sunday and the Mardi Gras Indians.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: Presentation on the celebration of Super Sunday and the Mardi Gras Indians was made.\n- Tags/Keywords: Presentation, Mardi Gras Indians, Super Sunday\n- UID: 19ff3a6b-bd27-4976-b199-8c3fc5f8b569\n\n- Topic: Presentation - Christy Verges, Joan Wilkinson, Pete Hamilton, and Larry Barabino, Jr.\n- Summary: The council recognized the late Wade Thomas Verges for his services to the community and various non-profit organizations.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: Recognition of Wade Thomas Verges for his contributions was made.\n- Tags/Keywords: Community service, Recognition, Wade Thomas Verges\n- UID: 19ff3a6b-bd27-4976-b199-8c3fc5f8b569", + "uid": "19ff3a6b-bd27-4976-b199-8c3fc5f8b569", + "publish_date": "3-9-2023", + "page_number": 2, + "title": "Regular City Council Minutes 3-9-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4617\n11/15/23, 7:47 PM\nUniversity Area Off-Street Parking_(IZD) - Jill Maumus, Architect, Partner 1230 State Street\n2214 230621 Roth Application - 3\nUniversity Area Off-Street Parking (IZD) - Jill Maumus, Architect, Partner 1230 State Street\n1230 State Street Affidavit - 4\nUniversity Area Off-Street Parking (IZD) - Jill Maumus, Architect, Partner 1230 State Street\n1230 State Street 2214 230321 Roth Permit Set REDUCED - 5\n7b. MOTION - NO. M-23-326 - BY: COUNCILMEMBER GIARRUSSO\nBrief:\nApproving and granting the applicant's appeal request for property located at 1230 State Street.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/24/23).\nM-23-326\n69. PERSONAL PRIVILEGE\nLEGISLATIVE GROUPING\n8.\nUNIVERSITY AREA OFF-STREET PARKING INTERIM ZONING DISTRICT APPEAL -\n8a.\nOF ALEXANDER ADAMICK, M. ARCH, AIA, NCARB, PRINCIPAL ARCHITECT,\nADAMICK ARCHITECTURE\nBrief:\nRequesting to appeal the parking requirements established by the University Area Off-Street\nParking Interim Zoning District (IZD), for property located at 1820 Audubon Street.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Cm. Giarrusso, District A, Cn. Deadline N/A).\n(Communication received at the meeting of 7/13/23).\nHEARING HELD.\nON-LINE SPEAKER:\nAngela Roudez - In Opposition\nUnversity Area Off Street Parking IZD - Alexander Adamick, M.Arch, AIA, NCARB, Principla\nArhitect - 1820 Audubon Street - Cover Letter\nUniversity Area Off-Street Parking IZD - Alexander Adamick, M. Arch, AIA, NCARB,\nPrincipal Architect, Adamick Architecture - 1820 Audubon Street\nUnversity Area Off Street Parking IZD - Alexander Adamick, M.Arch, AIA, NCARB, Principla\nArhitect - 1820 Audubon Street - Attachment\n8b. MOTION - NO. M-23-327 - BY: COUNCILMEMBER GIARRUSSO\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4617\n18/5", - "page_number": 18 + "page_content": "- Topic: Resolution No. R-23-Y - Honoring Wade Thomas Verges, Sr.\n- Summary: A resolution honoring the life of Wade Thomas Verges, Sr. and expressing condolences to his family upon his passing on February 4, 2023.\n- Ordinance Number: R-23-Y\n- Votes Summary:\n Vote 1: Adopt - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The resolution to honor Wade Thomas Verges, Sr. was adopted with 5 in favor and 2 absent.\n- Tags/Keywords: Resolution, Honor, Condolences, Wade Thomas Verges, Sr.\n- UID: 2f47df40-ed2f-4781-9bc9-b5efcc69b51a\n\n- Topic: Recognition of Good Samaritans\n- Summary: Recognizing Good Samaritans for their assistance and support of a senior citizen who is legally blind.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: The council presented a recognition to the Good Samaritans for their heroic event.\n- Tags/Keywords: Good Samaritans, Recognition, Senior Citizen, Heroic Event\n- UID: 2f47df40-ed2f-4781-9bc9-b5efcc69b51a", + "uid": "2f47df40-ed2f-4781-9bc9-b5efcc69b51a", + "publish_date": "3-9-2023", + "page_number": 3, + "title": "Regular City Council Minutes 3-9-2023" }, { - "page_content": "11/15/23, 7:47 PM\ncityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4617\nBrief:\nApproving and granting the applicant's appeal request for property located at 1820 Audubon\nStreet.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/24/23).\nM-23-327\nLEGISLATIVE GROUPING\n9.\n9a. UNIVERSITY AREA OFF-STREET PARKING INTERIM ZONING DISTRICT APPEAL -\nOF ZACHARY SMITH, OWNER, ZACH SMITH CONSULTING AND DESIGN\nBrief:\nRequesting to appeal the University Area Off-Street Parking Interim Zoning District (IZD) for\nproperty located at 2619 Calhoun Street.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Cm. Giarrusso, District A, Cn. Deadline N/A).\n(Communication received at the meeting of 7/13/23).\nCONTINUED TO THE MEETING OF 8/10/23.\nCommunication - Zachary Smith, Owner Zach Smith Counsulting & Design - Council Request\nLetter 2619 Calhoun\nCommunication - Zachary Smith Prt 2 2619 Calhoun St IZD Appeal\nZachary\nSmith\n3\nPrt\nCommunication\nOSS CPC DESIGN REVIEW AND MORATORIUM APPEAL APPLICATION-1wm-\n12282020\nCommunication - Zachary Smith Pt - 4 Plan Set - 2619 Calhoun St\n96. MOTION - NO. M-23-328 - BY: COUNCILMEMBER GIARRUSSO\nBrief:\nApproving and granting the applicant's appeal request for property located at 2619 Calhoun\nStreet.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/24/23).\nCONTINUED TO THE MEETING OF 8/10/23.\nM-23-328\n10. LEGISLATIVE GROUPING\n10a. ZONING DOCKET NO. 22/23 - 2GETHER, LLC\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4617\n19/5", - "page_number": 19 + "page_content": "- Topic: MOTION - NO. M-23-Q - Annual DBE Scorecard Program\n- Summary: The motion directed the Chief Administrative Officer to integrate an annual DBE Scorecard program as part of the City\u2019s Equitable Business Opportunities program rulemaking process. The program would report on and issue letter grades to City agencies and departments based on their annual compliance with DBE goal setting and actual spending with minority- and women-owned firms.\n- Ordinance Number: M-23-Q\n- Votes Summary:\n - Vote 1: Adopt - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The motion passed.\n- Tags/Keywords: DBE Scorecard, Equitable Business Opportunities, Compliance, Minority- and Women-Owned Firms\n- UID: 94caf446-293a-4171-b785-175fde9394df\n\n- Topic: MOTION - NO. M-23-M - Comprehensive Zoning Ordinance Amendment\n- Summary: The motion directed the City Planning Commission to conduct a public hearing to consider amending and reordaining the Comprehensive Zoning Ordinance. \n- Ordinance Number: M-23-M\n- Votes Summary:\n - Vote 1: N/A\n- Decision/Key Actions: No specific voting outcome provided in the summary.\n- Tags/Keywords: Comprehensive Zoning Ordinance, City Planning Commission, Amendment\n- UID: 94caf446-293a-4171-b785-175fde9394df", + "uid": "94caf446-293a-4171-b785-175fde9394df", + "publish_date": "3-9-2023", + "page_number": 4, + "title": "Regular City Council Minutes 3-9-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4617\n11/15/23, 7:47 PM\nBrief:\nRequesting a Conditional Use to permit a standard restaurant over 5,000 square feet in an HU-\nMU Historic Urban Neighborhood Mixed-Use District, on Square 581, Lots A and B, in the\nSixth Municipal District, bounded by Freret Street, Upperline Street, LaSalle Street, and\nValence Street (Municipal Address: 4730 Freret Street). The recommendation of the City\nPlanning Commission being \"FOR DENIAL\".\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Cm. Harris, District B, Cn. Deadline 8/7/23).\nON DEADLINE.\nHEARING HELD.\nSPEAKER CARDS:\nEd Pointer - In Opposition\nMarilyn Pointer - In Opposition\nPeter Gordon - In Support\nBilly Blatty - In Support\nDavid Clements - In Support\nBrian Unger - In Support\nBenji Lee - In Support\nL. Katherine Harmon - In Support\nChad Russell - In Support\nJewel Bunch - In Support\nKearstan Collins - In Support\nGabriel Blatty - In Support\nJenique Torres - In Support\nCandrese Swearengin - In Support\nMoshe Habad - In Support\nNathan Hammur - In Support\nAlexandra Collins - In Support\nBrandon Jones - In Support\nTalia Diele - In Support\nAshley Hilsman - In Support\nConstance Jackson - In Opposition\nJerad M. Barrett - In Support\nON-LINE SPEAKERS:\nElizabeth Logan - In Opposition\nJohn Logan - In Opposition\nZD NO 22-23 final\n106. MOTION - NO. M-23-332 - BY: COUNCILMEMBER HARRIS\nBrief:\nOverruling and granting the applicant's Conditional Use request for the property located at 4730\nFreret Street, on ZD NO. 22/23, subject to eight (8) provisos set forth in the City Planning\nCommission staff report and the two (2) additional provisos below:\nM-23-332\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4617\n20/51", - "page_number": 20 + "page_content": "- Topic: Amendment of Article 17, Section 17.3.A to permit the use of Broadcasting Studio in CBD-5\n- Summary: Ordinance No. 26,413 M.C.S. and subsequent amendments were discussed to permit the use of Broadcasting Studio in CBD-5 and to make recommendations for any other amendments deemed necessary.\n- Ordinance Number: 26,413 M.C.S.\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance was adopted with 6 YEAS and 1 member absent.\n- Tags/Keywords: Amendment, Broadcasting Studio, CBD-5, Ordinance\n- UID: 0b53cd78-18f6-40e9-a4a2-03a5e0fd05bd\n\n- Topic: Executive Session for Litigation Discussion\n- Summary: The council convened in an executive session to discuss the litigation of Council of the City of New Orleans v. Edward Wisner Donation, et al., Case No. 2022-06765, Civil District Court for the Parish of Orleans, Section L-6, Judge Kern A. Reese.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: Enter Executive Session - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The motion to enter the executive session was passed with 7 YEAS.\n- Tags/Keywords: Executive Session, Litigation Discussion, Council of the City of New Orleans v. Edward Wisner Donation, et al.\n- UID: 0b53cd78-18f6-40e9-a4a2-03a5e0fd05bd", + "uid": "0b53cd78-18f6-40e9-a4a2-03a5e0fd05bd", + "publish_date": "3-9-2023", + "page_number": 5, + "title": "Regular City Council Minutes 3-9-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4617\n11/15/23, 7:47 PM\n1. The applicant must indicate in their final plan compliance with the standards for bulk and\nyard regulations found in Article 12, Section 12.3.A.1 (Table 12-2) of the Comprehensive\nZoning Ordinance.\nThe applicant shall comply with the standards of the building design standards for the Historic\n2.\nUrban Neighborhoods Non-Residential Districts found in Article 12, Section 12.3.B, by\nmodifying the plans with the following changes:\nCombine the mass of the 6 small buildings into a larger building and shift the building\na.\nfootprint so that the structure is built to the corner of Freret and Upperline Streets,\nProvide a clearly identifiable entry from the sidewalk at the corner,\nb.\nProvide a minimum of 50% transparency along Freret Street, and\nC.\n. Provide a minimum 12 ft ceiling height for ground floor commercial space.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/24/23).\n11. ZONING DOCKET NO. 31/23 - CITY COUNCIL MOTION NO. M-23-X\nBrief:\nRequesting a text amendment to Article 19 of the Comprehensive Zoning Ordinance (CZO) to\nestablish a new Interim Zoning District (IZD) to be named the Historic Urban Neighborhood\nCommercial Short Term Rental Interim Zoning District. The intent of the IZD is to establish a\ntemporary prohibition of new Commercial Short Term Rental Commercial (CSTR) uses within\nthe Historic Urban Neighborhood Mixed-Use District (HU-MU). The proposed text\namendment would affect properties across the city currently zoned Historic Urban\nNeighborhood Mixed Use District (HU-MU) City-wide. The recommendation of the City\nPlanning Commission being \"FOR APPROVAL\".\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(All Cms ., All Districts, Cn. Deadline 7/24/23).\nPAST DEADLINE\nCONTINUED TO THE MEETING OF 8/10/23.\nZD NO 31-23 Final Staff Report\n12. ZONING DOCKET NO. 35/23 - THE BLACK SCHOOL, INC\nBrief:\nRequesting a Conditional Use to permit a community center on a lot with insufficient lot and\ninsufficient off-street parking in an HU-RD2 Historic Urban Two-Family Residential District,\non Square 766, Lots 23 and 24, in the Fourth Municipal District, bounded by North Roman\nStreet, New Orleans Avenue, North Derbrigny Street, St. Bernard Avenue, and Seventh Streets\n(Municipal Address: 1660 N. Roman Street). The recommendation of the City Planning\nCommission being \"FOR APPROVAL\", with one (1) waiver and twelve (12) provisos.\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4617\n21/51", - "page_number": 21 + "page_content": "- Topic: Demolition Request for 2227 N. Derbigny Street\n- Summary: The city council reviewed and approved the demolition permit for the property located at 2227 N. Derbigny Street.\n- Ordinance Number: M-23-N\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 0 NAYS)\n- Decision/Key Actions: The demolition permit for the property located at 2227 N. Derbigny Street was approved by the city council.\n- UID: 17d09313-d645-43bf-adfd-005ab8b970d8", + "uid": "17d09313-d645-43bf-adfd-005ab8b970d8", + "publish_date": "3-9-2023", + "page_number": 6, + "title": "Regular City Council Minutes 3-9-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4617\n11/15/23, 7:47 PM\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Cm. Green, District D, Cn. Deadline 7/24/23).\nPAST DEADLINE.\nPETITION DIES.\nZD NO 35-23 Final Staff Report report\n13. ZONING DOCKET NO. 39/23 - BYWATER JEJ, LLC\nBrief:\nRequesting a Conditional Use to permit a hotel in an HM-MU Historic Marigny/Trem\u00e9/Bywater\nMixed-Used District, located on Square 292, Lots Y, 10, 23, and 24 or Lots Y, 1, and two\nundesignated lots, in the Third Municipal District, bounded by Bartholomew Street, Burgundy\nStreet, Mazant Street, and North Rampart Street (Municipal Addresses: 901 Bartholemew Street\nand 4015 Burgundy Street). The recommendation of the City Planning Commission being\n\"FOR DENIAL\".\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Cm. King, District C, Cn. Deadline 9/11/23).\nCONTINUED TO THE MEETING OF 8/10/23.\nZD NO 39-23 Final Report\n14. LEGISLATIVE GROUPING\n14a. ZONING DOCKET NO. 42/23 - PROFESSIONAL FUNERAL SERVICES, INC.\nBrief:\nRequesting a Zoning Change from a LI Light Industrial District to an MU-1 Medium Intensity\nMixed-Use District. The petitioned site encompasses the entirety of Square 1804, in the Third\nMunicipal District, bounded by Franklin Avenue, Abundance Street, Agriculture Street, and\nEads Street (Municipal Addresses: 2905-2941 Franklin Avenue). The recommendation of the\nCity Planning Commission being \"FOR APPROVAL\".\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Cm. Green, District D, Cn. Deadline 9/11/23).\nPast until later in the meeting.\nZD NO 42-23 Staff Report Final with attachments\n14b. MOTION - NO. M-23-330 - BY: COUNCILMEMBER GREEN\nBrief:\nApproving the applicant's Zoning Change request on ZD NO. 42/23.\nAnnotation:\nELECTRONICALLY SUBMITTED.\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4617\n22/51", - "page_number": 22 + "page_content": "- Topic: Demolition Request for Eileen Devall's Property\n- Summary: Transmitting the application documents for a demolition permit requiring City Council review and approval for the property located at 824 Louque Place.\n- Ordinance Number: 23-00227-DEMO\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The demolition permit for the property located at 824 Louque Place was approved.\n- Tags/Keywords: Demolition, Permit, Property\n- UID: f2449982-1c21-4691-8785-e067a6a49c61\n\n- Topic: Demolition Request for Angela Rachal's Property\n- Summary: Transmitting the application documents for a demolition permit requiring City Council review and approval for the property located at 2126 Mandeville Street.\n- Ordinance Number: 23-03269-DEMO-RSFD\n- Votes Summary:\n Vote 1: N/A (No voting details provided)\n- Decision/Key Actions: No specific voting details provided in the summary.\n- Tags/Keywords: Demolition, Permit, Property\n- UID: f2449982-1c21-4691-8785-e067a6a49c61", + "uid": "f2449982-1c21-4691-8785-e067a6a49c61", + "publish_date": "3-9-2023", + "page_number": 7, + "title": "Regular City Council Minutes 3-9-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4617\n11/15/23, 7:47 PM\n(Council Rule 34. Postponement Deadline 11/24/23).\nPast until later in the meeting.\nM-23-330\n61. MOTION - NO. M-23-329 - BY: COUNCILMEMBER GREEN\nBrief:\nDirecting City Planning Commission to conduct a public hearing to consider granting a\nconditional use to permit a community center in an HU-RD2 Historic Urban Two-Family\nResidential District on Square 766, Lots 23 and 24, in the Fourth Municipal District, bounded\nby North Roman Street, New Orleans Avenue, North Derbigny Street, St. Bernard Avenue, and\nSeventh Street (Municipal Address: 1660 N. Roman Street).\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/24/23).\nM-23-329\n14. LEGISLATIVE GROUPING\n14a. ZONING DOCKET NO. 42/23 - PROFESSIONAL FUNERAL SERVICES, INC.\nBrief:\nRequesting a Zoning Change from a LI Light Industrial District to an MU-1 Medium Intensity\nMixed-Use District. The petitioned site encompasses the entirety of Square 1804, in the Third\nMunicipal District, bounded by Franklin Avenue, Abundance Street, Agriculture Street, and\nEads Street (Municipal Addresses: 2905-2941 Franklin Avenue). The recommendation of the\nCity Planning Commission being \"FOR APPROVAL\".\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Cm. Green, District D, Cn. Deadline 9/11/23).\nHEARING HELD.\nZD NO 42-23 Staff Report Final with attachments\n14b. MOTION - NO. M-23-330 - BY: COUNCILMEMBER GREEN\nBrief:\nApproving the applicant's Zoning Change request on ZD NO. 42/23.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/24/23).\nM-23-330\n15. LEGISLATIVE GROUPING\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4617\n23/51", - "page_number": 23 + "page_content": "- Topic: HDLC Appeal for Property at 2220 Broadway Street\n- Summary: The appeal was made to contest a fine of $21,690 for unpermitted demolition of the property located at 2220 Broadway Street.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: The appeal was granted, and the fine was reduced to $15,000.\n- Tags/Keywords: HDLC Appeal, Historic District Landmarks Commission, Unpermitted Demolition, Fine Reduction\n- UID: f47f9ba2-5dae-445d-a869-afb082cfd30b", + "uid": "f47f9ba2-5dae-445d-a869-afb082cfd30b", + "publish_date": "3-9-2023", + "page_number": 8, + "title": "Regular City Council Minutes 3-9-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4617\n11/15/23, 7:47 PM\n15a. ZONING DOCKET 43/23 - NEW ORLEANS PROPERTY PARTNERS, LLC\nBrief:\nRequesting a Conditional Use to permit the retail sale of packaged alcoholic beverages in a\nCBD-5 Urban Core Neighborhood Lower Intensity Mixed-Use District, on Square 256, Parcel 2\nor Lots A and 37, in the First Municipal District, bounded by Howard Avenue, Baronne Street,\nO'Keefe Avenue, and Julia Street (Municipal Address: 929 Howard Avenue). The\nrecommendation of the City Planning Commission being \"FOR APPROVAL\", with two (2)\nprovisos.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Cm. Harris, District B, Cn. Deadline 9/11/23).\nHEARING HELD.\nSPEAKER CARDS:\nMichael Duplantier - Info. Only\nJill Gantreaux - In Support\nZD NO 43-23 Final with attachments\n15b. MOTION - NO. M-23-322 - BY: COUNCILMEMBER HARRIS\nBrief:\nApproving and granting the applicant's Conditional Use request on ZD NO. 43/23, subject to\nthe two (2) provisos set forth by the City Planning Commission.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/24/23).\nM-23-322\n16. ZONING DOCKET 44/23 - CITY COUNCIL MOTION NO. M-23-146\nBrief:\nRequesting an amendment to the text of the Comprehensive Zoning Ordinance to modify\nArticle 24, Section 24.15.C to read as follows:\n\"24.15.C MAINTENANCE AND RELOCATION\nA designated classic sign may be moved to a new location when and where the associated\nbusiness moves, or an exact replica of a designated classic sign may be installed at a new\nlocation when a business with a classic sign moves. Only the business name, other descriptive\nlanguage, and color of an original designated classic sign may be changed to reflect a new\nbusiness at the original classic sign location.\" (Municipal Addresses: The proposed text change\nwould affect classic signage procedures citywide). The recommendation of the City Planning\nCommission being \"FOR DENIAL\".\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(All Cms ., All Districts, Cn. Deadline 9/11/23).\nCONTINUED TO THE MEETING OF 8/10/23.\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4617\n24/51", - "page_number": 24 + "page_content": "- Topic: Amendment to the Classified Pay Plan (Police Retention Pay)\n- Summary: The council approved the Amendment to the Classified Pay Plan (Police Retention Pay) with a special rate of pay, effective one year from March 11, 2022.\n- Ordinance Number: M-23-BB\n- Votes Summary:\n Vote 1: Adopt - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: Approval of the Amendment to the Classified Pay Plan (Police Retention Pay) with a special rate of pay.\n- UID: a902419d-1b4c-4876-b844-349900d77f17\n\n- Topic: Amendment to the Classified Pay Plan (Automotive Retention Pay)\n- Summary: The council also approved the Amendment to the Classified Pay Plan (Automotive Retention Pay) with a special rate of pay, effective one year from March 11, 2022.\n- Ordinance Number: M-23-CC\n- Votes Summary:\n Vote 1: Adopt - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: Approval of the Amendment to the Classified Pay Plan (Automotive Retention Pay) with a special rate of pay.\n- UID: a902419d-1b4c-4876-b844-349900d77f17", + "uid": "a902419d-1b4c-4876-b844-349900d77f17", + "publish_date": "3-9-2023", + "page_number": 9, + "title": "Regular City Council Minutes 3-9-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4617\n11/15/23, 7:47 PM\nON-LINE SPEAKER:\nMary Mysing-Gubala - In Opposition\nZD NO 44-23 Final Staff Report\n17. LEGISLATIVE GROUPING\n17a. ZONING DOCKET 46/23 - CITY COUNCIL MOTION NO. M-23-M\nBrief:\nRequesting a text amendment to Article 17.3.A Table 17-1 Permitted and Conditional Uses and\nany corresponding charts and tables of the Comprehensive Zoning Ordinance to add\n\"broadcasting studio as a permitted use in the CBD-5 Urban Core Neighborhood Lower\nIntensity Mixed-Use District. The proposed text amendment would affect regulations that are\napplied to the CBD-5 District, which is in the Central Business District and encompasses\nLafayette Square and much of the surrounding area. The recommendation of the City Planning\nCommission being \"FOR APPROVAL\".\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Cm. Harris, District B, Cn. Deadline 9/11/23).\nHEARING HELD.\nZD NO 46-23finalgranicus\n17b. MOTION - NO. M-23-323 - BY: COUNCILMEMBER HARRIS\nBrief:\nApproving and granting the applicant's Text Amendment request on ZD NO. 46/23.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/24/23).\nM-23-323\n18. LEGISLATIVE GROUPING\n18a. CAL. NO. 34,143 - BY: COUNCILMEMBERS GIARRUSSO, GREEN, HARRIS,\nMORRELL AND THOMAS\nBrief:\nAn Ordinance to require augmentation of the contact information included on\nRoadwork.nola.gov (\"the Roadwork website\") which was designed to provide the public with\ninformation about the Federal Emergency Management Agency (FEMA) funded Joint\nInfrastructure Recovery Roads (JIRR) projects currently under construction and planned city\nwide; and otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 8/4/23).\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4617\n25/51", - "page_number": 25 + "page_content": "- Topic: Amendment to the Classified Pay Plan (Emergency Medical Services Retention Pay)\n- Summary: The council approved the amendment to the Classified Pay Plan for Emergency Medical Services Retention Pay in accordance with the Constitution of Louisiana. The amendment will be effective one year from March 11, 2022.\n- Ordinance Number: M-23-CC\n- Votes Summary:\n Vote 1: Adopt - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The amendment to the pay plan was adopted by the council.\n- Tags/Keywords: Classified Pay Plan, Emergency Medical Services, Retention Pay\n- UID: 4be314b6-7b34-40ff-ab46-30af3855949a\n\n- Topic: Amendment to the Classified Pay Plan (Juvenile Justice Intervention Center Retention Pay)\n- Summary: The council also approved the amendment to the Classified Pay Plan for Juvenile Justice Intervention Center Retention Pay in accordance with the Constitution of Louisiana. The amendment will be effective one year from March 11, 2022.\n- Ordinance Number: M-23-DD\n- Votes Summary:\n Vote 1: Adopt - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The amendment to the pay plan for the Juvenile Justice Intervention Center was adopted by the council.\n- Tags/Keywords: Classified Pay Plan, Juvenile Justice Intervention Center, Retention Pay\n- UID: 4be314b6-7b34-40ff-ab46-30af3855949a", + "uid": "4be314b6-7b34-40ff-ab46-30af3855949a", + "publish_date": "3-9-2023", + "page_number": 10, + "title": "Regular City Council Minutes 3-9-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4617\n11/15/23, 7:47 PM\nSPEAKER CARDS:\nMichael Burnside - Info. Only\n34143 - 29565 M.C.S.\n34143 As Amended\n18b. AMENDMENT TO CAL. NO. 34,143 - BY: COUNCILMEMBER GIARRUSSO\nBrief:\n1. On page 2, after line 8, insert the following:\nSECTION 2. THE COUNCIL OF THE CITY OF NEW ORLEANS HEREBY ORDAINS, that\nthe Roadwork Outreach Specialist assigned to each project shall be the primary contact person\nfor neighborhood associations.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/24/23).\n34143 Amendment\n19. CAL. NO. 34,187 - BY: COUNCILMEMBER KING\nBrief:\nAn Ordinance to ordain Section 166-22 of the Code of the City of New Orleans to temporarily\nprohibit the prosecution of any violation(s) or prevention of the issuance or renewal of any\npermit; and to amend and reordain Sections 166-33, 166-83, 166-84, 166-121, and 166-123 of\nthe Code of the City of New Orleans to provide that the Vieux Carr\u00e9 Commission (VCC) make\nrules and regulations in accordance with Chapter 2, Article XI of the Code, to permit the name\nof a business to be displayed on the door(s) used for patron ingress and egress as a permitted\nsign, to provide for the application and issuance of temporary signs to be erected in connection\nwith a special event or celebration, to clarify that the building defects outlined in 166-121 are\nexclusive, to provide that VCC violation notices shall be specific, and to modify the procedure\nrelated to remediatory applications; and otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 9/8/23).\nCONTINUED TO THE MEETING OF 8/10/23.\n34187\n20. CAL. NO. 34,188 - BY: COUNCILMEMBER KING\nBrief:\nAn Ordinance to ordain section 10-107 of the Code of the City of New Orleans to establish a\ntemporary alcoholic beverage permit; to amend and reordain section 10-132 to establish a\nprocedure for the issuance of a temporary renewal permit pending appeal of denial of renewal\napplication to alcoholic beverage control board; and otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4617\n26/51", - "page_number": 26 + "page_content": "- Topic: HDLC Appeal of Zach Smith, Zach Smith Consulting & Design\n- Summary: The council discussed an appeal by Zach Smith Consulting & Design regarding a fine of $15,980.00 for a property located at 3300 Bienville Avenue. The appeal was denied.\n- Ordinance Number: M-23-K\n- Votes Summary:\n Vote 1: Amendment - Passed - (6 YEAS, 0 NAYS)\n- Decision/Key Actions: The council denied the applicant's request to appeal the fine for the property located at 3300 Bienville Avenue.\n- Tags/Keywords: HDLC Appeal, Zach Smith Consulting & Design, Fine, Property, Denial\n- UID: c6d9fbf0-2fb7-4acc-b751-40ced9c03f05", + "uid": "c6d9fbf0-2fb7-4acc-b751-40ced9c03f05", + "publish_date": "3-9-2023", + "page_number": 11, + "title": "Regular City Council Minutes 3-9-2023" }, { - "page_content": "11/15/23, 7:47 PM\ncityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4617\n(Council Rule 34. Postponement Deadline 9/8/23).\nCONTINUED TO THE MEETING OF 8/10/23.\n34188\n21. CAL. NO. 34,198 - BY: COUNCILMEMBER MORRELL\nBrief:\nAn Ordinance to amend and reordain Section 26-15 of the Code of the City of New Orleans,\nrelative to the City of New Orleans' amendments to the adopted International Building Code,\n2015 Edition; to amend therein the Stormwater Code of the City of New Orleans, which\nincludes permitting and submittal requirements, removal of bonding requirements, fees, plan\nreview, and various standards relative thereto; and otherwise provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 9/22/23).\n(Technical needed).\nCONTINUED TO THE MEETING OF 8/24/23 AND REFERRED TO THE CLIMATE\nCHANGE AND SUSTAINABILITY COMMITTEE.\n34198\n22. CAL. NO. 34,241 - BY: COUNCILMEMBER GIARRUSSO\nBrief:\nAn Ordinance to amend and reordain the Unclassified Pay Plan for officers and employees in\nthe unclassified service of the City of New Orleans, in accordance with Section 3-118 and 4-\n206(1)(g) of the Home Rule Charter of the City of New Orleans, to establish new titles for the\nexisting positions of Chief of EMS (Physician) (U-3005) and Deputy Chief of EMS (U-3006);\nto change the titles to Medical Director (U-3005) and Chief of EMS (U-3006); to establish new\nsalary ranges for these classifications within the Unclassified Pay Plan; and otherwise to\nprovide with respect thereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 10/6/23).\n(Referred to the Budget Committee).\n(Budget/Audit/Board of Review Committee made \"no recommendation\").\nCONTINUED TO THE MEETING OF 10/5/23.\nSPEAKER CARD:\nMichael Burnside - In Opposition\n34241\n23. LEGISLATIVE GROUPING\n23a. CAL. NO. 34,255 - BY: COUNCILMEMBER HARRIS\nBrief:\nAn Ordinance to amend and reordain Articles 9, 10, 11 12, 13, 14, 15, 17 and 28 of the\nComprehensive Zoning Ordinance (Ordinance No. 4264 M.C.S ., as amended by Ordinance No.\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4617\n27/51", - "page_number": 27 + "page_content": "- Topic: M-23-K Amendment\n- Summary: Amendment regarding the appeal of the Historic District Landmarks Commission's decision for property located at 900 South Peters Street.\n- Ordinance Number: M-23-K\n- Votes Summary:\n - Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The amendment passed with 6 council members in favor and 1 absent.\n- Tags/Keywords: Historic District Landmarks Commission, appeal, property, amendment\n- UID: 2d7f1b00-04b3-4426-8fb2-9deb4b02225c\n\n- Topic: HDLC Appeal of Stephanie Nevarez - Roofing Solutions Office Manager\n- Summary: Appeal of the Historic District Landmarks Commission's decision for property located at 900 South Peters Street by Stephanie Nevarez.\n- Ordinance Number: M-23-L\n- Votes Summary:\n - Vote 1: Continued to the meeting of 3/23/23\n- Decision/Key Actions: The appeal was continued to the next meeting on 3/23/23.\n- Tags/Keywords: Historic District Landmarks Commission, appeal, property, Stephanie Nevarez\n- UID: 2d7f1b00-04b3-4426-8fb2-9deb4b02225c\n\n- Topic: Zoning Docket No. 95/22 - City Council Motion M-22-467\n- Summary: Requesting a Text Amendment to Article 19 of the Comprehensive Zoning Ordinance to establish a new Interim Zoning District.\n- Ordinance Number: M-23-L\n- Votes Summary:\n - Vote 1: Continued to the meeting of 3/23/23\n- Decision/Key Actions: The request for a Text Amendment was continued to the next meeting on 3/23/23.\n- Tags/Keywords: Zoning Docket, Text Amendment, Interim Zoning District\n- UID: 2d7f1b00-04b3-4426-8fb2-9deb4b02225c", + "uid": "2d7f1b00-04b3-4426-8fb2-9deb4b02225c", + "publish_date": "3-9-2023", + "page_number": 12, + "title": "Regular City Council Minutes 3-9-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4617\n11/15/23, 7:47 PM\n26,413 M.C.S. and subsequent amendments) to create standards for affordable homeownership\nopportunities by amending Article 5, Article 26, and/or Article 28, and any related articles\naccording to the City Planning Commission, and to consider the community land trust model to\ndefine and create standards for Affordable Homeownership Development; and otherwise to\nprovide with respect thereto. (ZONING DOCKET NO. 14/23)\nAnnotation:\n(90 Days, Cn. Deadline 9/6/23).\n(Cn. Deadline 8/24/23).\nSPEAKER CARDS:\nMichael Burnside - In Support\nMonique Blossom - In Support\nON-LINE SPEAKER:\nAndreanecia Morris\n34255 - 29566 M.C.S.\n34255 As Amended\n23b. AMENDMENT TO ORDINANCE CAL. NO. 34,255 - BY: COUNCILMEMBER HARRIS\nBrief:\n1) After Section 9, on page 22 after line 163, insert the following:\nSECTION 10. THE COUNCIL OF THE CITY OF NEW ORLEANS HEREBY ORDAINS,\nThat this ordinance shall become effective on September 1, 2024.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/24/23).\n34255 Amendment\nMOTION TO AMEND THE AMENDMENT\n34255 Amendment to Amendment\n24. CAL. NO. 34,265 - BY: COUNCILMEMBER THOMAS (BY REQUEST).\nBrief:\nAn Ordinance authorizing the Mayor of the City of New Orleans to enter into a Cooperative\nEndeavor Agreement (\"CEA\") between the City of New Orleans (the \"City\") and the Law\nEnforcement District (\"LED\") of the Parish of Orleans, State of Louisiana, represented by its\nChief Executive Officer Sheriff Susan Hutson, for a term greater than one year, for the public\npurpose of constructing a new Medical and Mental Health Services Facility (\"Phase III\") at the\nOrleans Justice Center (\"OJC\") in the City of New Orleans, as more fully detailed in the CEA\nform as Exhibit \"A\"; and otherwise to provide with respect thereto.\nAnnotation:\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4617\n28/51", - "page_number": 28 + "page_content": "- Topic: Rental Interim Zoning District\n- Summary: The ordinance aims to establish a temporary prohibition of Residential Short Term Rental (STR) uses citywide and prevent the issuance of new permits or licenses. The proposed Text Amendment would affect properties citywide. The recommendation of the City Planning Commission is for \"MODIFIED APPROVAL\".\n- Ordinance Number: ZD NO. 95-22\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: Continued to the meeting of 3/23/23\n- Tags/Keywords: Rental Interim Zoning District, City Planning Commission, Text Amendment\n- UID: 86d95bb6-01b5-47fa-99e9-b2e6af63b21e\n\n- Topic: University Area Off-Street Parking Interim Zoning District\n- Summary: The amendment aims to require off-street vehicular parking for any increase in the number of existing bedrooms in a specific area. The proposed text changes would affect properties located in the designated area. The recommendation of the City Planning Commission is for \"MODIFIED APPROVAL\".\n- Ordinance Number: ZD NO. 100/22\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: Continued to the meeting of 3/23/23\n- Tags/Keywords: Off-Street Parking, University Area, Text Amendment\n- UID: 86d95bb6-01b5-47fa-99e9-b2e6af63b21e\n\n- Topic: Zoning Change and Conditional Use Request\n- Summary: The request seeks a zoning change from an HU-RD1 Historic Urban Two-Family Residential District to an HU-MU Historic Urban Mixed-Use District and a conditional use to permit a reception facility in a specific area. The recommendation of the City Planning Commission is \"FOR DENIAL\".\n- Ordinance Number: ZONING DOCKET NO. 1/23\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: N/A\n- Tags/Keywords: Zoning Change, Conditional Use, City Planning Commission\n- UID: 86d95bb6-01b5-47fa-99e9-b2e6af63b21e", + "uid": "86d95bb6-01b5-47fa-99e9-b2e6af63b21e", + "publish_date": "3-9-2023", + "page_number": 13, + "title": "Regular City Council Minutes 3-9-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4617\n11/15/23, 7:47 PM\n(Council Rule 34. Postponement Deadline 10/20/23).\nCONTINUED TO THE MEETING OF 8/10/23.\nSPEAKER CARD:\nMichael Burnside - Info. Only\n34265\n25. CAL. NO. 34,266 - BY: COUNCILMEMBER THOMAS\nBrief:\nAn Ordinance to amend and reordain section 162-155 of the Code of the City of New Orleans to\nextend the renewal period for expired certificates of public necessity decrease the reinstatement\nfee; allow for the reissuance of certain revoked CPNCs; and otherwise to provide with respect\nthereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 10/20/23).\n(Referred to the Public Works Committee).\n34266 - 29567 M.C.S.\n26. CAL. NO. 34,275 - BY: COUNCILMEMBER KING (BY REQUEST).\nBrief:\nAn Ordinance to provide for the establishment of the Riverwalk-Spanish Plaza Economic\nDevelopment District in the City of New Orleans, State of Louisiana, comprised of the\nimmovable property described in Exhibit B (the \"Riverwalk-Spanish Plaza Site\"); designating\nthe governing authority of Riverwalk-Spanish Plaza Economic Development District; providing\nfor the publication of this ordinance; and otherwise to provide with respect thereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 10/20/23).\nCONTINUED TO THE MEETING OF 8/10/23.\nSPEAKER CARD:\nMichael Burnside - Info. Only\n34275\n27. CAL. NO. 34,277 - BY: COUNCILMEMBERS THOMAS, HARRIS AND GREEN (BY\nREQUEST)\nBrief:\nAn Ordinance to amend and reordain Chapter 130 of the Code of the City of New Orleans by\namending Section 130-39 to provide for restrictions on payments to sellers of nonferrous\nmaterials; and otherwise with respect thereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 11/10/23).\n(Quality of Life Committee recommended approval).\n(Technical needed).\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4617\n29/5'", - "page_number": 29 + "page_content": "- Topic: Zoning Change and Conditional Use request denial\n- Summary: The council denied the applicant\u2019s Zoning Change and Conditional Use request for property located at 1819 Esplanade Avenue.\n- Ordinance Number: ZD NO. 1-23\n- Votes Summary:\n - Vote 1: Adopt - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The motion to deny the request passed.\n- Tags/Keywords: Zoning Change, Conditional Use, Denial\n- UID: 76db4230-9da9-4ace-adf2-04873601be55\n\n- Topic: Request for Conditional Use for small childcare center\n- Summary: The Holy Anointed House of Prayer requested a Conditional Use to permit a small childcare center in an S-RD Suburban Two-Family Residential District. The recommendation of the City Planning Commission was \"FOR APPROVAL\", subject to waivers and provisos.\n- Ordinance Number: ZD NO. 7-23\n- Votes Summary: N/A\n- Decision/Key Actions: The request was continued to the meeting of 3/23/23.\n- Tags/Keywords: Conditional Use, Childcare Center, Continuation\n- UID: 76db4230-9da9-4ace-adf2-04873601be55\n\n- Topic: Non-exclusive franchise for Telepak Networks, Inc.\n- Summary: An ordinance was introduced to grant a non-exclusive franchise to Telepak Networks, Inc. to construct, maintain, and operate a Wireline Telecommunications System. The ordinance also provided for the furnishing of a surety bond, annual payments, and other provisions.\n- Ordinance Number: CAL. NO. 33,183\n- Votes Summary: N/A\n- Decision/Key Actions: N/A\n- Tags/Keywords: Franchise, Telecommunications, Telepak Networks\n- UID: 76db4230-9da9-4ace-adf2-04873601be55", + "uid": "76db4230-9da9-4ace-adf2-04873601be55", + "publish_date": "3-9-2023", + "page_number": 14, + "title": "Regular City Council Minutes 3-9-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4617\n11/15/23, 7:47 PM\nCONTINUED TO THE MEETING OF 8/10/23.\nSPEAKER CARD:\nMichael Burnside - In Support\n34277\n28. CAL. NO. 34,283 - BY: COUNCILMEMBER KING\nBrief:\nAn Ordinance to temporarily waive certain fees, permit fees, and requirements within and\naround Morris FX Jeff Sr. Stadium located at 1320 General De Gaulle Drive, New Orleans,\nLouisiana in conjunction with the 500 Backpacks School Supplies Giveaway Celebration event\nfrom Friday, September 1, 2023 at 5:00 p.m. to Saturday, September 2, 2023 at 8:00 p.m ., to\nspecify the duration and boundaries of said waiver; and otherwise to provide with respect\nthereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 11/10/23).\nWITHDRAWN.\nSPEAKER CARD:\nMichael Burnside - In Opposition\n34283\n29. CAL NO. 34,284 - BY: COUNCILMEMBERS MORRELL AND GIARRUSSO\nBrief:\nAn Ordinance to establish section 62-4 of the Code of the City of New Orleans relative to\noutside employment for the Medical Director of Emergency Medical Services; and otherwise to\nprovide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/10/23).\nCONTINUED TO THE MEETING OF 10/5/23.\n34284\n30. LEGISLATIVE GROUPING\n30a. CAL. NO. 34,288 - BY: COUNCILMEMBER MORRELL\nBrief:\nAn Ordinance to amend and reordain section 70-10 of the Code of the City of New Orleans to\nestablish an exemption for contracts approved by ordinance; and otherwise to provide with\nrespect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4617\n30/51", - "page_number": 30 + "page_content": "- Topic: Reporting requirements for the Department of Finance\n- Summary: An ordinance to establish reporting requirements for the Department of Finance, including a statement to be issued with each payment to a security and improvement district, and an annual financial report to be transmitted to the City Council.\n- Ordinance Number: CAL. NO. 33,893\n- Votes Summary:\n Vote 1: Continued to the meeting of 3/23/23\n- Decision/Key Actions: Continued to a future meeting for further discussion and consideration.\n- Tags/Keywords: Department of Finance, reporting requirements, financial report\n- UID: 333a4ab3-d846-41be-8d59-b6e6ae558a09\n\n- Topic: Definitions for blight and public nuisance\n- Summary: An ordinance to amend Section 26-236 to establish additional definitions for what may be declared a blight and public nuisance.\n- Ordinance Number: CAL. NO. 33,983\n- Votes Summary:\n Vote 1: Continued to the meeting of 4/6/23\n- Decision/Key Actions: Referred to the Quality of Life Committee for further review and discussion.\n- Tags/Keywords: Blight, public nuisance, definitions\n- UID: 333a4ab3-d846-41be-8d59-b6e6ae558a09\n\n- Topic: Custodial arrest for careless storage of firearms\n- Summary: An ordinance to allow for custodial arrest for adults for the careless storage of a firearm that results in injury or death of a minor, and to provide a penalty for failure to secure a firearm obtained by a minor.\n- Ordinance Number: CAL. NO. 34,062\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Further details or outcomes of the vote are not provided in the summary.\n- Tags/Keywords: Firearms, custodial arrest, firearm storage\n- UID: 333a4ab3-d846-41be-8d59-b6e6ae558a09", + "uid": "333a4ab3-d846-41be-8d59-b6e6ae558a09", + "publish_date": "3-9-2023", + "page_number": 15, + "title": "Regular City Council Minutes 3-9-2023" }, { - "page_content": "11/15/23, 7:47 PM\ncityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4617\n(Council Rule 34. Postponement Deadline 11/10/23).\n(Governmental Affairs Committee recommended approval).\n34288 - 29568 M.C.S.\n34288 As Amended\nCOUNCILMEMBER\n30b. AMENDMENT TO ORDINANCE CAL. NO. 34,288 - BY:\nMORRELL\nBrief:\n1. On page one, in the preamble, remove the word \"ordinance\" and insert in lieu thereof the\nwords \"the Council\"\n2. In Section 1, on line 11, remove the word \"ordinance\" and insert in lieu thereof the words\n\"the Council\".\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/24/23).\n34288 Amendment\n31. CAL. NO. 34,290 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BY REQUEST).\nBrief:\nAn Ordinance to amend Ordinance No. 29265 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Revenues for the City of New Orleans for the Year 2023\", to\nappropriate court settlement funds to the Health Department for the Opioid Abatement Task\nForce to address issues related to the Opioid Crisis; and otherwise to provide with respect\nthereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/10/23).\n(Joint Economic Development & Budget Committee recommended approval).\n34290 - 29569 M.C.S.\n32. CAL. NO. 34,291 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BY REQUEST).\nBrief:\nAn Ordinance to amend Ordinance No. 29266 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Expenditures for the City of New Orleans for the Year 2023\",\nto appropriate court settlement funds to the Health Department for the Opioid Abatement Task\nForce to address issues related to the Opioid Crisis; and otherwise to provide with respect\nthereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4617\n31/51", - "page_number": 31 + "page_content": "- Topic: Renaming of Higgins Boulevard\n- Summary: This ordinance proposed renaming Higgins Boulevard to Carver Rams Way. The council voted to adopt the ordinance with 5 YEAS and 0 NAYS.\n- Ordinance Number: 34062 - 29363 M.C.S.\n- Votes Summary:\n Vote 1: Adopt - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The ordinance was adopted, and the street name was changed to Carver Rams Way.\n- Tags/Keywords: Street renaming, Higgins Boulevard, Carver Rams Way\n- UID: b4f3ba69-44bf-4dc3-8765-81431a9aa15a\n\n- Topic: Default Penalty Increase\n- Summary: This ordinance sought to amend section 1-13 of the City Code to increase the default penalty for violations. The council voted to adopt the ordinance with 5 YEAS and 0 NAYS.\n- Ordinance Number: 34043 - 29357 M.C.S.\n- Votes Summary:\n Vote 1: Adopt - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The ordinance was adopted, and the default penalty for violations of the Code was increased.\n- Tags/Keywords: City Code, penalty increase, ordinance amendment\n- UID: b4f3ba69-44bf-4dc3-8765-81431a9aa15a", + "uid": "b4f3ba69-44bf-4dc3-8765-81431a9aa15a", + "publish_date": "3-9-2023", + "page_number": 16, + "title": "Regular City Council Minutes 3-9-2023" }, { - "page_content": "11/15/23, 7:47 PM\ncityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4617\n(Council Rule 34. Postponement Deadline 11/10/23).\n(Joint Economic Development & Budget Committee recommended approval).\n34291 - 29570 M.C.S.\n33. CAL. NO. 34,292 - BY: COUNCILMEMBERS KING (BY REQUEST) AND GREEN\nBrief:\nAn Ordinance authorizing the Mayor of the City of New Orleans to enter into a Cooperative\nEndeavor Agreement between the City of New Orleans (the \"City\") and Ujamaa Economic\nDevelopment Corporation, Inc. (\"Ujamaa\"), for a term greater than one year, for the public\npurpose of establishing the Claiborne Corridor Cultural Innovation District (\"CCID\") in the\nCity of New Orleans in accordance with the 2018 CCID Master Plan, as more fully detailed in\nthe Cooperative Endeavor Agreement form attached hereto as Exhibit \"A\"; and otherwise to\nprovide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/10/23).\n34292 - 29571 M.C.S.\n34. CAL. NO. 34,293 - BY: COUNCILMEMBER GREEN\nBrief:\nAn Ordinance to amend and reordain Section 6-37 of the Code of the City of New Orleans to\nclarify language for the maximum allowable penalty for code violations; and otherwise to\nprovide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/10/23).\nSPEAKER CARD:\nMichael Burnside - In Support\n34293 - 29572 M.C.S.\nCAL. NO. 34,294 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\n35.\nTHOMAS (BY REQUEST).\nBrief:\nAn Ordinance to amend Ordinance No. 29265 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Revenues for the City of New Orleans for the Year 2023\", to\nappropriate unspent funds to the Law Department for various state settlement and judgment\npayments; and otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/10/23).\n(Fiscal Note received).\nCONTINUED TO THE MEETING OF 8/10/23 AND REFERRED TO THE BUDGET\nCOMMITTEE\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4617\n32/51", - "page_number": 32 + "page_content": "- Topic: Parking attendants requirement for special events\n- Summary: An ordinance was introduced to add section 26-487 to require parking attendants in certain parking lots during special events. The ordinance was amended before being passed.\n- Ordinance Number: CAL. NO. 34,044\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The ordinance was passed with amendments and will be in force until December 21, 2023.\n- Tags/Keywords: Parking attendants, special events, ordinance, amendment\n- UID: 4272f89a-5d25-4b69-8273-9fc41fd6c156", + "uid": "4272f89a-5d25-4b69-8273-9fc41fd6c156", + "publish_date": "3-9-2023", + "page_number": 17, + "title": "Regular City Council Minutes 3-9-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4617\n11/15/23, 7:47 PM\n34294\n36. CAL. NO. 34,295 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BY REQUEST).\nBrief:\nAn Ordinance to amend Ordinance No. 29266 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Expenditures for the City of New Orleans for the Year 2023\",\nto appropriate unspent funds to the Law Department for various state settlement and judgment\npayments; and otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/10/23).\n(Fiscal Note received).\nCONTINUED TO THE MEETING OF 8/10/23 AND REFERRED TO THE BUDGET\nCOMMITTEE.\n34295\n37. CAL. NO. 34,296 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BY REQUEST).\nBrief:\nAn Ordinance to amend Ordinance No. 29265 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Revenues for the City of New Orleans for the Year 2023\", to\nappropriate funds to the Department of Public Works for Indigent Defender fees on red light\ncamera tickets; and otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/10/23).\n(Fiscal Note received).\nCONTINUED TO THE MEETING OF 8/10/23 AND REFERRED TO THE BUDGET\nCOMMITTEE.\n34296\n38. CAL. NO. 34,297 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BY REQUEST).\nBrief:\nAn Ordinance to amend Ordinance No. 29266 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Expenditures for the City of New Orleans for the Year 2023\",\nto appropriate funds to the Department of Public Works for Indigent Defender fees on red light\ncamera tickets; and otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/10/23).\n(Fiscal Note received).\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4617\n33/51", - "page_number": 33 + "page_content": "- Topic: Cooperative Endeavor Agreement for Sales and Use Tax\n- Summary: The ordinance authorizes the execution of a cooperative endeavor agreement related to the collection, use, and expenditure of a two percent (2%) sales and use tax in a specific district. The motion was passed.\n- Ordinance Number: CAL. NO. 34,069\n- Votes Summary:\n Vote 1: Amendment - Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The ordinance was passed.\n- Tags/Keywords: Cooperative Endeavor Agreement, Sales and Use Tax, Economic Development, District, Tax Levy\n- UID: 686352a6-57e1-4678-9006-4af521727a5e\n\n- Topic: Requirement of Operable Flashing Lights in School Zones\n- Summary: The ordinance aims to amend a specific section of the City's Code to require operable flashing lights in all school zones with existing flashing lights. The motion was passed.\n- Ordinance Number: CAL. NO. 34,070\n- Votes Summary:\n Vote 1: Amendment - Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The ordinance was passed.\n- Tags/Keywords: School Zones, Flashing Lights, Safety, Traffic Regulations, Code Amendment\n- UID: 686352a6-57e1-4678-9006-4af521727a5e", + "uid": "686352a6-57e1-4678-9006-4af521727a5e", + "publish_date": "3-9-2023", + "page_number": 18, + "title": "Regular City Council Minutes 3-9-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4617\n11/15/23, 7:47 PM\nCONTINUED TO THE MEETING OF 8/10/23 AND REFERRED TO THE BUDGET\nCOMMITTEE.\n34297\n39. CAL. NO. 34,298 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BY REQUEST)\nBrief:\nAn Ordinance to amend Ordinance No. 29265 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Revenues for the City of New Orleans for the Year 2023\", to\nappropriate funds to the Orleans Parish Public Defender's Office within Miscellaneous\nPrograms for criminal defense representation to Indigent persons accused of committing crimes\nin Orleans Parish; and otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/10/23).\n(Fiscal Note received).\nCONTINUED TO THE MEETING OF 8/10/23 AND REFERRED TO THE BUDGET\nCOMMITTEE.\n34298\n40. CAL. NO. 34,299 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BY REQUEST).\nBrief:\nAn Ordinance to amend Ordinance No. 29266 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Expenditures for the City of New Orleans for the Year 2023\",\nto appropriate funds to the Orleans Parish Public Defender's Office within Miscellaneous\nPrograms for criminal defense representation to Indigent persons accused of committing crimes\nin Orleans Parish; and otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/10/23).\n(Fiscal Note received).\nCONTINUED TO THE MEETING OF 8/10/23 AND REFERRED TO THE BUDGET\nCOMMITTEE.\n34299\n41. CAL. NO. 34,300 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BY REQUEST).\nBrief:\nAn Ordinance to amend Ordinance No. 29265 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Revenues for the City of New Orleans for the Year 2023\", to\nappropriate additional one-time grant funds awarded to the Healthcare for the Homeless\nProgram to expand COVID-19 health center services; and otherwise to provide with respect\nthereto.\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4617\n34/51", - "page_number": 34 + "page_content": "- Topic: Amending the Home Rule Charter\n- Summary: An ordinance calling an election on October 14, 2023, at which the electors of the City of New Orleans shall be asked to approve amendments to the Home Rule Charter related to the submission of operating budgets, capital programs, and budget ordinances. The ordinance was passed.\n- Ordinance Number: 34070\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The amendments to the Home Rule Charter were approved for submission to the electors in an upcoming election.\n- UID: 499968f0-6550-4262-84cd-f6480df0552f\n\n- Topic: Establishment of the Department of Code Enforcement\n- Summary: An ordinance calling an election on October 14, 2023, at which the electors of the City of New Orleans shall be asked to approve an amendment to the Home Rule Charter to establish the Department of Code Enforcement and reassign certain duties. The ordinance was passed.\n- Ordinance Number: 34071\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The establishment of the Department of Code Enforcement and reassignment of duties were approved for submission to the electors in an upcoming election.\n- UID: 499968f0-6550-4262-84cd-f6480df0552f", + "uid": "499968f0-6550-4262-84cd-f6480df0552f", + "publish_date": "3-9-2023", + "page_number": 19, + "title": "Regular City Council Minutes 3-9-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4617\n11/15/23, 7:47 PM\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/10/23).\n(Fiscal Note received).\nCONTINUED TO THE MEETING OF 8/10/23 AND REFERRED TO THE BUDGET\nCOMMITTEE.\n34300\n42. CAL. NO. 34,301 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BY REQUEST)\nBrief:\nAn Ordinance to amend Ordinance No. 29266 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Expenditures for the City of New Orleans for the Year 2023\",\nto appropriate additional one-time grant funds awarded to the Healthcare for the Homeless to\nexpand COVID-19 health center services; and otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/10/23).\n(Fiscal Note received).\nCONTINUED TO THE MEETING OF 8/10/23 AND REFERRED TO THE BUDGET\nCOMMITTEE.\n34301\n43. CAL. NO. 34,302 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BY REQUEST).\nBrief:\nAn Ordinance to amend Ordinance No. 29265 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Revenues for the City of New Orleans for the Year 2023\", to\nappropriate funds to the Department of Finance for the outstanding Parity Bond Notes in series\n2012, 2016 and 2017; and otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/10/23).\n(Fiscal Note received).\nCONTINUED TO THE MEETING OF 8/10/23 AND REFERRED TO THE BUDGET\nCOMMITTEE.\n34302\nCAL. NO. 34,303 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\n44.\nTHOMAS (BY REQUEST).\nBrief:\nAn Ordinance to amend Ordinance No. 29266 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Expenditures for the City of New Orleans for the Year 2023\",\nto appropriate funds to the Department of Finance for the outstanding Parity Bond Notes in\nseries 2012, 2016 and 2017; and otherwise to provide with respect thereto.\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4617\n35/51", - "page_number": 35 + "page_content": "- Topic: Authorization of Cooperative Endeavor Agreement for Monticello Canal Culverts Expansion\n- Summary: The ordinance authorizes the Mayor to enter into a Cooperative Endeavor Agreement with the State of Louisiana for the planning and construction of the expansion of the Monticello Canal Culverts at Airline Highway.\n- Ordinance Number: 34,073\n- Votes Summary:\n - Vote 1: Adopt - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The motion to adopt the ordinance passed unanimously.\n- Tags/Keywords: Cooperative Endeavor Agreement, Canal Culverts Expansion, Mayor Authorization\n- UID: c7526542-857a-4e5a-814a-07d602f384ea\n\n- Topic: Amendment to Cooperative Endeavor Agreement for Sobering Center\n- Summary: The ordinance authorizes the Mayor to enter into an amendment to a Cooperative Endeavor Agreement with Odyssey House Louisiana, Inc. to establish a Sobering Center for intoxicated persons.\n- Ordinance Number: 34,074\n- Votes Summary:\n - Vote 1: Adopt - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The motion to adopt the ordinance passed unanimously.\n- Tags/Keywords: Cooperative Endeavor Agreement, Amendment, Sobering Center\n- UID: c7526542-857a-4e5a-814a-07d602f384ea", + "uid": "c7526542-857a-4e5a-814a-07d602f384ea", + "publish_date": "3-9-2023", + "page_number": 20, + "title": "Regular City Council Minutes 3-9-2023" }, { - "page_content": "11/15/23, 7:47 PM\ncityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4617\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/10/23).\n(Fiscal Note received).\nCONTINUED TO THE MEETING OF 8/10/23 AND REFERRED TO THE BUDGET\nCOMMITTEE.\n34303\nCAL. NO. 34,304 - BY: COUNCILMEMBER HARRIS\n45.\nBrief:\nAn Ordinance to amend and reordain Chapter 82, Article XII, Sections 82-694, 82-697, 82-699,\n82-700, and 82-701 of the Code of the City of New Orleans to update the definition of personal\nproperty; personal property removal and storage requirements; and city emergency powers and\nobligations; and otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/10/23).\n(Quality of Life Committee recommended approval).\nCONTINUED TO THE MEETING OF 8/10/23.\n34304\n46. CAL. NO. 34,305 - BY: COUNCILMEMBER HARRIS\nBrief:\nAn Ordinance to establish a communications campaign and giving platform relative to\nsupporting unhoused residents in New Orleans; and otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/10/23).\nCONTINUED TO THE MEETING OF 8/10/23.\nSPEAKER CARD:\nMichael Burnside - In Opposition\n34305\n47. CAL. NO. 34,306 - BY: COUNCILMEMBER KING\nBrief:\nAn Ordinance to temporarily waive certain fees, permit fees, and requirements within and\naround Devour Park located at 1500 Teche Street, New Orleans, Louisiana in conjunction with\nthe Fatherhood Roundtable event on Saturday, July 15, 2023 from 8:00 a.m. to 4:00 p.m ., to\nspecify the duration and boundaries of said waiver; and otherwise to provide with respect\nthereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4617\n36/51", - "page_number": 36 + "page_content": "- Topic: Amendment to Cooperative Endeavor Agreement (CEA) between City of New Orleans and New Orleans Redevelopment Authority (NORA)\n- Summary: The ordinance authorizes the Mayor of the City of New Orleans to enter into Amendment No. 1 to a previously-executed Cooperative Endeavor Agreement (CEA) between the City of New Orleans and New Orleans Redevelopment Authority (NORA) for a term of one year. The purpose is for the strategic management and disposition of properties transferred to the City by the Louisiana Land Trust. The ordinance passed.\n- Ordinance Number: 34,075\n- Votes Summary:\n - Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: Authorization for the Mayor to enter into the Amendment to the CEA.\n- UID: d4fe87b0-cd60-46fb-9379-8096bfca0c1c\n\n- Topic: Amendment No. 2 to Cooperative Endeavor Agreement (CEA)\n- Summary: The ordinance extends the term of the CEA for four years and adds the President of the City Council of New Orleans as a signatory to the Amendment. The ordinance passed.\n- Ordinance Number: 34,074\n- Votes Summary:\n - Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: Extension of the term of the CEA and addition of the City Council President as a signatory.\n- UID: d4fe87b0-cd60-46fb-9379-8096bfca0c1c\n\n- Topic: Authorization for the Mayor to enter into Amendment\n- Summary: The ordinance authorizes the Mayor of the City of New Orleans to enter into Amendment No. 1 to a previously-executed Cooperative Endeavor Agreement (CEA) between the City of New Orleans and New Orleans Redevelopment Authority (NORA) for a term of one year. The purpose is for the strategic management and disposition of properties transferred to the City by the Louisiana Land Trust. The ordinance passed.\n- Ordinance Number: 34,081 \n- Votes Summary:\n - Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: Authorization for the Mayor to enter into the Amendment to the CEA.\n- UID: d4fe87b0-cd60-46fb-9379-8096bfca0c1c", + "uid": "d4fe87b0-cd60-46fb-9379-8096bfca0c1c", + "publish_date": "3-9-2023", + "page_number": 21, + "title": "Regular City Council Minutes 3-9-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4617\n11/15/23, 7:47 PM\n(Council Rule 34. Postponement Deadline 11/10/23).\nCONTINUED TO THE MEETING OF 8/10/23.\nSPEAKER CARD:\nMichael Burnside - In Opposition\n34306\nCAL. NO. 34,307 - BY: COUNCILMEMBERS GREEN AND THOMAS\n48.\nBrief:\nAn Ordinance to amend and reordain Section 82-697 of the Code of the City of New Orleans to\nallow for removal of personal items outside of tents at encampment areas; and otherwise to\nprovide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/10/23).\nWITHDRAWN.\n34307\n49. LEGISLATIVE GROUPING\n49a. CAL. NO. 34,308 - BY: COUNCILMEMBERS GREEN, THOMAS AND KING\nBrief:\nAn Ordinance to amend and reordain Sections 82-410 and 82-412 to increase penalties and to\nprovide relative to food waste and distribution of food under or adjacent to an overpass or\nelevated roadway or within or adjacent to any encampment area; and otherwise to provide with\nrespect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/10/23).\n(Referred to the Quality of Life Committee).\nCONTINUED TO THE MEETING OF 8/10/23.\nSPEAKER CARD:\nMichael Burnside - In Opposition\n34308\n496. AMENDMENT TO ORDINANCE CAL. NO. 34,308 - BY: COUNCILMEMBER GREEN\nBrief:\n(1) On page 1, line 2, insert the following at the beginning of paragraph (a): \"The first offense\nshall result in a warning citation.\"\n(2) On page 1, line 2, replace \"The penalty for each\" with \"Each subsequent\"\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4617\n37/51", - "page_number": 37 + "page_content": "- Topic: Modification and Extension of Cooperative Endeavor Agreement with New Orleans Family Justice Center\n- Summary: The ordinance seeks to modify and extend the provisions of a Cooperative Endeavor Agreement with the New Orleans Family Justice Center for the Advocacy Initiated Response Program for an additional year.\n- Ordinance Number: 34081 - 29380 M.C.S.\n- Votes Summary:\n Vote: Adopt - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance was adopted with unanimous support from the council members.\n- Tags/Keywords: Cooperative Endeavor Agreement, New Orleans Family Justice Center, Advocacy Initiated Response Program, Amendment\n- UID: d1b832c2-e5f0-4cea-8c9a-d36dceffe63a\n\n- Topic: Approval of Locally Preferred Alternative for BRT East-West Bank Corridor Project\n- Summary: The ordinance aims to approve and adopt the Locally Preferred Alternative for the BRT East-West Bank Corridor Project as set forth in the RTA Board report.\n- Ordinance Number: R-23-70\n- Votes Summary:\n Vote: Continued to the meeting of 3/23/23\n- Decision/Key Actions: The ordinance was postponed and will be revisited at a later meeting.\n- Tags/Keywords: BRT East-West Bank Corridor Project, Locally Preferred Alternative, RTA Board\n- UID: d1b832c2-e5f0-4cea-8c9a-d36dceffe63a\n\n- Topic: Addition of President of the Council as Signatory to Contract with 22nd Century Technologies, Inc.\n- Summary: This motion aims to add the President of the Council as a signatory to the contract between the City of New Orleans and 22nd Century Technologies, Inc., and authorize the President of the Council to sign the contract.\n- Ordinance Number: M-23-F\n- Votes Summary:\n Vote: N/A\n- Decision/Key Actions: The decision on this motion is not provided in the summary.\n- Tags/Keywords: 22nd Century Technologies, Inc., Contract, President of the Council\n- UID: d1b832c2-e5f0-4cea-8c9a-d36dceffe63a", + "uid": "d1b832c2-e5f0-4cea-8c9a-d36dceffe63a", + "publish_date": "3-9-2023", + "page_number": 22, + "title": "Regular City Council Minutes 3-9-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4617\n11/15/23, 7:47 PM\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/24/23).\nCONTINUED TO THE MEETING OF 8/10/23.\n34308 Amendment\n50. UNFINISHED BUSINESS - RECONSIDERATION - LEGISLATIVE GROUPING\n50a. MOTION - NO. M-23-313 - BY: COUNCILMEMBER MORRELL\nBrief:\nAmending and restating Rule 15.A of the Council's Rules and Regulations to read as follows:\nRule 15.A.\nExcept as otherwise provided in this rule, any appointment to a board, commission, or public\nagency requiring Council approval shall be made by motion, which shall be referred\nautomatically to the Governmental Affairs Committee for initial consideration before approval\nby the full Council. In accordance with City Code Section 2-87.1, no appointment motion may\nbe considered until a nominee has submitted a completed and notarized questionnaire on forms\nprovided by the Council Research Office.\nAny person whose appointment has been referred to the Governmental Affairs Committee\npursuant to this subpart shall personally appear before the Committee to answer questions\ngermane to the appointment before any vote is taken on said appointment. The Governmental\nAffairs Committee may, at the election of the chair or by a majority vote of the Committee\nmembers present, excuse any nominee from appearing personally when good cause exists.\nDirecting and granting the Council Research Office the flexibility to make all appropriate\nformatting and numbering changes to the foregoing and existing rules to accommodate these\nchanges.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/10/23).\nYEAS: Giarrusso, Green, King, Morrell, Thomas - 5\nNAYS: 0\nABSENT: Harris, Moreno - 2\nAND THE MOTION WAS ADOPTED.\n(See Substitute Motion No. M-23-313.\nM-23-313 Unfinished Business\nRECONSIDER VOTE:\n506. SUBSTITUTE MOTION - NO. M-23-313 - BY: COUNCILMEMBER MORRELL\nBrief:\nAmending and restating Rule 15.A of the Council's Rules and Regulations to read as follows:\nRule 15.A. Except as otherwise provided in this rule, any appointment to a board, commission,\nor public agency requiring Council approval shall be made by motion, which shall be referred\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4617\n38/51", - "page_number": 38 + "page_content": "- Topic: Amendment to Professional Services Agreement with American Traffic Solutions, Inc.\n- Summary: The ordinance aims to add the President of the Council as a signatory to Amendment No. 2 of the professional services agreement between the City of New Orleans and American Traffic Solutions, Inc. It also authorizes the Council President to execute the agreement in accordance with the city code and Council Rule 57.\n- Ordinance Number: M-23-I\n- Votes Summary:\n Vote 1: Amendment - Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n Vote 2: As Amended - Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The amendment to the professional services agreement was approved, and the Council President was authorized to execute the agreement.\n- Tags/Keywords: Professional Services Agreement, American Traffic Solutions, Inc., Council President, Authorization\n- UID: ab120308-8d8b-4969-8a2b-fb1d36718993\n\n- Topic: Authorization for Council President to Execute Agreement\n- Summary: This motion authorizes the Council President to execute the agreement between the City of New Orleans and American Traffic Solutions, Inc. in line with the city code and Council Rule 57.\n- Ordinance Number: M-23-J\n- Votes Summary:\n Vote 1: Adopt - Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The motion to authorize the Council President to execute the agreement passed with 6 YEAS and 1 member absent.\n- Tags/Keywords: Authorization, Council President, Execution, Agreement, American Traffic Solutions, Inc.\n- UID: ab120308-8d8b-4969-8a2b-fb1d36718993", + "uid": "ab120308-8d8b-4969-8a2b-fb1d36718993", + "publish_date": "3-9-2023", + "page_number": 23, + "title": "Regular City Council Minutes 3-9-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4617\n11/15/23, 7:47 PM\nautomatically to the Governmental Affairs Committee for initial consideration before approval\nby the full Council. In accordance with City Code Section 2-87.1, no appointment motion may\nbe considered until a nominee has submitted a completed and notarized questionnaire on forms\nprovided by the Council Research Office.\nNo vote on a motion to approve a new appointee to any board, commission, or public agency\nmay be taken by Council unless the outgoing board, commission, or public agency member is\nnotified in writing of the termination of his or her appointment, and a copy of said notice is\nprovided to the Council Research Office along with the other necessary documents for a new\nappointment.\nAny person whose appointment has been referred to the Governmental Affairs Committee\npursuant to this subpart shall personally appear before the committee to answer questions\ngermane to the appointment before any vote is taken on said appointment. The Governmental\nAffairs Committee may, at the election of the chair or by a majority vote of the committee\nmembers present, excuse any nominee from appearing personally when good cause exists;\nprovided that the nominee has requested a waiver of this rule, in writing on a form provided by\nthe Council Research Office, and submitted such waiver request to both the councilmember\nsponsoring the motion to appoint the nominee, and the chair, no less than 48 hours before the\ncommittee meeting at which it will be heard. The sponsoring councilmember also must approve\nthe waiver in writing and transmit such approval to the chair via email.\nDirecting and granting the Council Research Office the flexibility to make all appropriate\nformatting and numbering changes to the foregoing and existing rules to accommodate these\nchanges.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/24/23).\nM-23-313 Substitute\n51. MOTION (LYING OVER) - NO. M-23-164 - BY: COUNCILMEMBERS MORRELL,\nGIARRUSSO, GREEN, HARRIS AND MORENO\nBrief:\nStating that before any substantive filing is made in the United States District Court for the\nEastern District of Louisiana, or, in any appellate court with jurisdiction over the Eastern\nDistrict, for either Lashawn Jones v. Marlin Gusman or United State of America v. City of New\nOrleans, the Department of Law shall brief the Council on the City's position before the filing\noccurs.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 8/18/23).\nM-23-164 Lying Over\n52. MOTION - NO. M-23-320 - BY: COUNCILMEMBERS KING (BY REQUEST) AND\nGREEN\nBrief:\nAdding the President of the Council as a signatory to the Loan Agreement and the three\naccessory agreements between the City of New Orleans and St. Bernard Circle Apartments,\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4617\n39/51", - "page_number": 39 + "page_content": "- Topic: Study on Short-Term Rental Voting by Neighborhoods\n- Summary: Council directed the City Planning Commission to conduct a study to determine the impacts and implementation of using geographical boundaries for ballot voting on short-term rental allowances and restrictions in individual neighborhoods.\n- Ordinance Number: 31\n- Votes Summary:\n Vote 1: Motion to Suspend Rule 15 - Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: Study directive continued to the meeting of 3/23/23\n- Tags/Keywords: City Planning Commission, Short-Term Rental Voting, Neighborhood Boundaries\n- UID: 58c34bec-d034-4b43-8897-09e6e22298ea\n\n- Topic: Appointment to New Orleans Civil Service Commission\n- Summary: Nomination of Colleen Carr Jarrott (vice Mark Surprenant) of Loyola University to the Civil Service Commission was ratified, confirmed, and approved by the Council. The nomination of Brandon Davis (vice Mark Surprenant) to the Commission was withdrawn.\n- Ordinance Number: M-23-R and M-23-S\n- Votes Summary: N/A\n- Decision/Key Actions: Ratification of Colleen Carr Jarrott's appointment; Withdrawal of Brandon Davis' nomination\n- Tags/Keywords: Civil Service Commission, Loyola University, Nomination\n- UID: 58c34bec-d034-4b43-8897-09e6e22298ea", + "uid": "58c34bec-d034-4b43-8897-09e6e22298ea", + "publish_date": "3-9-2023", + "page_number": 24, + "title": "Regular City Council Minutes 3-9-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4617\n11/15/23, 7:47 PM\nLLC; and authorizing the President of the Council to sign the Loan Agreement and the three\naccessory agreements between the City of New Orleans and St. Bernard Circle Apartments,\nLLC, which shall be in a form that substantially conforms with the Loan Agreement and the\nthree accessory agreements (Exhibit A).\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/24/23).\nSPEAKER CARD:\nMichael Burnside\nM-23-320\n55. MOTION - NO. M-23-325 - BY: COUNCILMEMBER MORRELL\nBrief:\nAdding the President of the Council as a signatory to Cooperative Endeavor Agreement\nbetween the City of New Orleans and New Orleans Community Support Foundation, and\nauthorizing and directing the President of the Council to execute the Cooperative Endeavor\nAgreement between the City of New Orleans and New Orleans Community Support Foundation\n(Exhibit A).\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/24/23).\nM-23-325\n56. RESOLUTION - NO. R-23-331 - BY: COUNCILMEMBER MORRELL\nBrief:\nA RESOLUTION in support of Louisiana Revised Statute 9:2717, regarding limitations to non-\ndisclosure agreements for public policy reasons.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/24/23).\nR-23-331\n53. RESOLUTION - NO. R-23-321 - BY: COUNCILMEMBER THOMAS\nBrief:\nA RESOLUTION calling an election in the Eastover Neighborhood Improvement and Security\nDistrict for Saturday, November 18, 2023.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/24/23).\nR-23-321 Calling elecion - Eastover Neighborhood Improvement 11-18-23\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4617\n40/51", - "page_number": 40 + "page_content": "- Topic: Ratifying the appointment of Mark Surprenant to the New Orleans Civil Service Commission\n- Summary: The ordinance ratified and approved the appointment of Mark Surprenant (incumbent), nominee of Loyola University, to the New Orleans Civil Service Commission for a term expiring on January 12, 2029.\n- Ordinance Number: M-23-S\n- Votes Summary:\n Vote 1: Adopt - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: Mark Surprenant's appointment to the Civil Service Commission was ratified and approved.\n- Tags/Keywords: Mark Surprenant, Civil Service Commission, Loyola University, Appointment\n- UID: 6953a325-985d-497a-bf29-7e3fe0c8bdef\n\n- Topic: Ratifying the appointment of Candes Carter to the New Orleans Civil Service Commission\n- Summary: The ordinance ratified and confirmed the appointment of Candes Carter (vice John Korn), nominee of Xavier University, to the New Orleans Civil Service Commission for a term expiring on January 12, 2029.\n- Ordinance Number: M-23-U\n- Votes Summary:\n Vote 1: Withdrawn\n- Decision/Key Actions: The appointment of Candes Carter to the Civil Service Commission was withdrawn.\n- Tags/Keywords: Candes Carter, Civil Service Commission, Xavier University, Appointment\n- UID: 6953a325-985d-497a-bf29-7e3fe0c8bdef", + "uid": "6953a325-985d-497a-bf29-7e3fe0c8bdef", + "publish_date": "3-9-2023", + "page_number": 25, + "title": "Regular City Council Minutes 3-9-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4617\n11/15/23, 7:47 PM\n54. MOTION - NO. M-23-324 - BY: COUNCILMEMBER THOMAS (BY REQUEST)\nBrief:\nAdding the President of the Council as a signatory to the Amendment No. 2 to the contract\nbetween the City of New Orleans and Materials Management Group, Inc .; and authorizing the\nPresident of the Council to sign the Amendment No. 2 to the contract between the City of New\nOrleans and Materials Management Group, Inc. (Exhibit A).\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/24/23).\nM-23-324 - Contract Materials Management Group Inc\n57. RESOLUTION - NO. R-23-341 - BY: COUNCILMEMBER GREEN\nBrief:\nA RESOLUTION calling an election in the Lake Terrace Crime Prevention District for\nSaturday, November 18, 2023.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/24/23).\nR-23-341\n58. RESOLUTION - NO. R-23-342 - BY: COUNCILMEMBERS MORENO, MORRELL,\nGIARRUSSO, HARRIS AND KING\nBrief:\nA RESOLUTION urging the Louisiana Legislative Auditor (LLA) and the Louisiana Tax\nCommission (LTC) to review the Orleans Parish Assessor's Office (Assessor) 2023 Quadrennial\nAssessment to determine if the Assessor violated any LTC policies or Louisiana state laws,\nparticularly urging the inspection of whether the Assessor engaged in the LTC-prohibited\npractice of \"sales chasing\".\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/24/23).\nSPEAKER CARDS:\nKim Ford - In Support\nMichael Burnside - Info. Only\nON-LINE SPEAKER:\nAndreanecia Morris\nR-23-342\n59. RESOLUTION - NO. R-23-343 - BY: COUNCILMEMBERS MORENO, MORRELL,\nGIARRUSSO, HARRIS, KING, GREEN AND THOMAS\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4617\n41/51", - "page_number": 41 + "page_content": "- Topic: Appointment of John Korn to the New Orleans Civil Service Commission\n- Summary: The Council ratified and approved the appointment of John Korn, nominee of Xavier University, to the New Orleans Civil Service Commission, effective until January 12, 2029.\n- Ordinance Number: M-23-V\n- Votes Summary:\n - Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: John Korn's appointment was approved for a term until January 12, 2029.\n- UID: 574905d0-4e99-42fe-a9ed-5538fc02ae9c\n\n- Topic: Support of cooperative endeavor agreement for pedestrian malls in the French Quarter\n- Summary: A resolution was presented in support of a cooperative endeavor agreement between the City of New Orleans and the French Quarter Management District to manage and maintain the Royal Street Pedestrian Mall and Bourbon Street Pedestrian Mall in the French Quarter.\n- Ordinance Number: R-23-W\n- Votes Summary:\n - Vote 1: Continued to the meeting of 4/20/23\n- Decision/Key Actions: The resolution was continued to a future meeting for further discussion.\n- UID: 574905d0-4e99-42fe-a9ed-5538fc02ae9c\n\n- Topic: Directing City Planning Commission to conduct a public hearing\n- Summary: The Council directed the City Planning Commission to conduct a public hearing to amend and reordain a certain portion of the city's regulations.\n- Ordinance Number: M-23-X\n- Votes Summary:\n - Vote 1: N/A\n- Decision/Key Actions: The City Planning Commission was directed to conduct a public hearing for the proposed amendments.\n- UID: 574905d0-4e99-42fe-a9ed-5538fc02ae9c", + "uid": "574905d0-4e99-42fe-a9ed-5538fc02ae9c", + "publish_date": "3-9-2023", + "page_number": 26, + "title": "Regular City Council Minutes 3-9-2023" }, { - "page_content": "11/15/23, 7:47 PM\ncityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4617\nBrief:\nA RESOLUTION urging the New Orleans Police Department (NOPD), the City of New\nOrleans Finance Department and its Retirement Division, and the Chief Administrative Office\nto work collaboratively to determine the number of NOPD civilian and administrative\nemployees that are currently members of the New Orleans Municipal Employees' Retirement\nSystem (NOMERS), the feasibility of moving said employees to the Municipal Police\nEmployees' Retirement System (MPERS) with respect to number of years required for\nretirement eligibility and length of Deferred Retirement Option Plans (DROPs), the portability\nof current benefits, any impacts to eligibility for Social Security benefits, potential adverse\nimpacts an exodus of contributing members of NOMERS would have upon the funding ratio of\nNOMERS, would an increased NOMERS contribution rate for the City be more or less than the\ncost of the partial dissolution payments, any additional financial implications or penalties to\nboth the City of New Orleans and employee retirement account holdings, and a timeline for\nimplementation.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/24/23).\nSPEAKER CARD:\nMichael Burnside\nR-23-343\n60. MOTION - NO. M-23-347 - BY: COUNCILMEMBERS HARRIS, KING AND GREEN\nBrief:\nIdentifying the wards/precincts that shall be returned to their original polling locations\n(\"Location Change To\") following the completion of construction projects, and such location\nshall be the official polling places for the precincts within the Parish of Orleans for future\nelections, including the upcoming October 14, 2023 gubernatorial primary election.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/24/23).\nM-23-347\n62. MOTION TO SUSPEND THE RULES TO INTRODUCE ORDINANCES ON FIRST\nREADING\n63. ORDINANCES ON FIRST READING\nCALENDAR NUMBERS 34,309 THRU 34,336\nINTRODUCED AND LAID OVER AS REQUIRED BY LAW.\n63a. CAL. NO. 34,309 - BY: COUNCILMEMBER MORRELL\nBrief:\nAn Ordinance to amend and reordain Section 2-930 of the Code of the City of New Orleans; to\n42/51\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4617", - "page_number": 42 + "page_content": "- Topic: Amendment to Comprehensive Zoning Ordinance to establish a new Interim Zoning District\n- Summary: Ordinance No. 4264 M.C.S. was amended to establish a new Interim Zoning District (IZD) named the Historic Urban Neighborhood Commercial Short Term Rental Interim Zoning District. The intent of the IZD is to prohibit the use of Short Term Rental, Commercial within all areas of the City of New Orleans zoned HU-MU Neighborhood Mixed Use District. The ordinance passed with 7 YEAS and 0 NAYS.\n- Ordinance Number: Ordinance No. 4264 M.C.S.\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: Prohibited the use of Short Term Rental, Commercial in specific zoning districts\n- Tags/Keywords: Zoning, Interim Zoning District, Short Term Rental, Commercial\n- UID: b600bbe7-5bc1-48c9-92af-0726b8b07fee\n\n- Topic: Amendment to Comprehensive Zoning Ordinance to create a new zoning classification\n- Summary: Motion M-23-Z directed the City Planning Commission to conduct a public hearing to consider amendments to create a new zoning classification, VCR-3, to allow primarily residential uses, limited to singles, doubles, educational, and cultural uses. The motion was continued to the meeting of 3/23/23.\n- Ordinance Number: M-23-Z\n- Votes Summary: Not applicable\n- Decision/Key Actions: Directed the City Planning Commission to conduct a public hearing for amendments\n- Tags/Keywords: Zoning, New Zoning Classification, Residential Uses\n- UID: b600bbe7-5bc1-48c9-92af-0726b8b07fee", + "uid": "b600bbe7-5bc1-48c9-92af-0726b8b07fee", + "publish_date": "3-9-2023", + "page_number": 27, + "title": "Regular City Council Minutes 3-9-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4617\n11/15/23, 7:47 PM\nprovide relative to residential occupancy of City-owned property by City employees and elected\nofficials; and otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/24/23).\n34309\n63b. CAL. NO. 34,310 - BY: COUNCILMEMBER GIARRUSSO (BY REQUEST)\nBrief:\nAn Ordinance authorizing the Mayor of the City of New Orleans to enter into a Cooperative\nEndeavor Agreement (\"CEA\") between the City of New Orleans (the \"City\"), and Humana\nLouisiana Medicaid (\"Humana\"), for a term greater than one year, for the public purpose of\nproviding medical, dental, and mental health services to Humana patients in the City of New\nOrleans, as more fully detailed in the CEA form attached hereto as Exhibit \"A\"; and otherwise\nto provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/24/23).\n34310\n63c. CAL. NO. 34,311 - BY: COUNCILMEMBER HARRIS\nBrief:\nAn Ordinance to effect a zoning change from an HU-RM1 Historic Urban Multi-Family\nResidential District to an HU-B1A Historic Urban Neighborhood Business District on Square\n264, Lots 2, 3, and 4, in the Fourth Municipal District, bounded by Jackson Avenue, Baronne\nStreet, Brainard Street, and Philip Street (Municipal Addresses: 1758-1760 Jackson Avenue and\n2200-2212 Baronne Street); and otherwise to provide with respect thereto. (ZONING\nDOCKET NO. 19/23.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(90 Days, Cn. Deadline10/11/23).\n(Cn. Deadline 10/5/23).\n34311\n63d. CAL. NO. 34,312 - BY: COUNCILMEMBER GIARRUSSO\nBrief:\nAn Ordinance to establish a conditional use to permit a car wash in an MU-1 Medium Intensity\nMixed-Use District and an HUC Historic Urban Corridor Use Restriction Overlay District, on\nSquare 762, Lots 11, 12, 13, 14, 18, 19, 20, 21A, 21B, 22A, 23, 24, 25, 26, 27, and 28, in the\nFirst Municipal District, bounded by South Carrollton Avenue, Tulane Avenue, Ulloa Street,\nSouth Pierce Street (Municipal Addresses: 4118-4132 South Carrollton Avenue, 4036-4052\nUlloa Street, and 4041-4051 Tulane Avenue); and otherwise to provide with respect thereto.\n(ZONING DOCKET NO. 40/23)\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4617\n43/5'", - "page_number": 43 + "page_content": "- Topic: Zoning change from VCR-1 to VCR-3 in the Vieux Carre Residential District\n- Summary: Motion M-23-AA directs the City Planning Commission to conduct a public hearing to consider a zoning change from VCR-1 to VCR-3 in the Vieux Carre Residential District for specific lots in the Second Municipal District. The motion was electronically submitted and continued to the meeting of 3/23/23. Several speakers expressed support for the motion.\n- Ordinance Number: M-23-AA\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: Motion continued to the meeting of 3/23/23\n- Tags/Keywords: Zoning change, VCR-1, VCR-3, City Planning Commission, public hearing\n- UID: 954f551c-b37d-4318-ba0f-083cdc79a916\n\n- Topic: Communication from Erin Spears - Chief of Staff & Counsel, Council Utilities Regulatory Office\n- Summary: Erin Spears submitted a transmittal document for communications related to electric and gas utility matters to be received by the Council of the City of New Orleans. The communication included information from Entergy New Orleans, LLC (\"ENO\") regarding environmental adjustments and purchased gas adjustments for the March 2023 billing cycle.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: Communication submitted for Council review\n- Tags/Keywords: Electric utility, gas utility, Entergy New Orleans, environmental adjustments, purchased gas adjustments\n- UID: 954f551c-b37d-4318-ba0f-083cdc79a916", + "uid": "954f551c-b37d-4318-ba0f-083cdc79a916", + "publish_date": "3-9-2023", + "page_number": 28, + "title": "Regular City Council Minutes 3-9-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4617\n11/15/23, 7:47 PM\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(90 Days, Cn. Deadline10/11/23).\n(Cn. Deadline 10/5/23).\n34312\n63e. CAL. NO. 34,313 - BY: COUNCILMEMBERS MORRELL, MORENO AND\nGIARRUSSO (BY REQUEST)\nBrief:\nAn Ordinance to approve subleases or other agreements by public benefit corporations of the\nCity of New Orleans for use of immovable property, where the total rent and other consideration\npayable under such agreements is $1,000,000 or less and where the term of such agreements,\nincluding all renewal terms and amendments, is less than one year, including without limitation\nmonth-to-month leasing arrangements, and where such agreements are otherwise compliant\nwith applicable law, without the necessity of further Council approval for each such agreement;\nand otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/24/23).\n34313\n63f. CAL. NO. 34,314 - BY: COUNCILMEMBER MORENO (BY REQUEST)\nBrief:\nAn Ordinance to amend and reordain Section 146-599 of the Code of the City of New Orleans,\nrelative to permit standards and fees for parklet permits, to set the date for the fee waiver for the\nright-of-way usage fees associated with parklet permits to reflect the anticipated start date for\nthe parklet permitting program; and otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/24/23).\n34314\n63g. CAL. NO. 34,315 - BY: COUNCILMEMBER GIARRUSSO (BY REQUEST)\nBrief:\nAn Ordinance to authorize the City of New Orleans to enter into a lease agreement with KCT\nTulane, LLC for the four parcels of ground in the First Municipal District in the City of New\nOrleans bounded by Tulane Avenue and Interstate 10 across from 4201 Tulane Avenue; to fix\nthe annual rent and terms of said lease; to declare that such property to be leased is not needed\nfor public purposes during the lease term; and otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/24/23).\n34315\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4617\n44/51", - "page_number": 44 + "page_content": "- Topic: Purchased Power Cost Recovery Adjustments and Fuel Adjustments for the March 2023 Billing Cycle\n- Summary: The council discussed adjustments for the March 2023 Billing Cycle related to Purchased Power Cost Recovery and Fuel Adjustments by Entergy. The 2023 Annual Gas Hedging Report was also reviewed.\n- Ordinance Number: UD-18-07\n- Votes Summary:\n Vote 1: Passed - (8 YEAS, 2 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The adjustments for the March 2023 Billing Cycle were approved.\n- Tags/Keywords: Entergy, Billing Cycle, Gas Hedging, UD-18-07\n- UID: b5acb2b8-b83c-4659-a1e1-f9dc421edabe\n\n- Topic: Advisors\u2019 Report and Communication from Board of Liquidation, City Debt\n- Summary: The council received an Advisors\u2019 Report on EE Rulemaking, as well as a communication from Tamiqua June regarding the 2022 Board of Liquidation, City Debt attendance report.\n- Ordinance Number: UD-22-04\n- Votes Summary: N/A\n- Decision/Key Actions: Information was received and noted.\n- Tags/Keywords: Advisors\u2019 Report, EE Rulemaking, Board of Liquidation, City Debt, Attendance Report, UD-22-04\n- UID: b5acb2b8-b83c-4659-a1e1-f9dc421edabe\n\n- Topic: Proposed Agreement with Strategic Staffing Solutions\n- Summary: The council reviewed a proposed agreement between the City of New Orleans and Strategic Staffing Solutions, including a completed contract Summary Form and related Motion.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: The proposed agreement was presented for review and consideration.\n- Tags/Keywords: Strategic Staffing Solutions, City of New Orleans, Contract Agreement, Office of Mayor LaToya Cantrell\n- UID: b5acb2b8-b83c-4659-a1e1-f9dc421edabe", + "uid": "b5acb2b8-b83c-4659-a1e1-f9dc421edabe", + "publish_date": "3-9-2023", + "page_number": 29, + "title": "Regular City Council Minutes 3-9-2023" }, { - "page_content": "11/15/23, 7:47 PM\ncityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4617\n63h. CAL. NO. 34,316 - BY: COUNCILMEMBER KING (BY REQUEST)\nBrief:\nAn Ordinance to authorize the Mayor of the City of New Orleans to enter into a renewal of the\ncurrent lease agreement with Coffee and Concierge, Ltd. pertaining to a portion of ground and\nimprovements located within Square 38, of the Second Municipal District which is an\nundesignated portion of Lot 11 that bears the municipal address 334B Royal Street, New\nOrleans, Louisiana, as more fully identified in the attached Exhibit \"A\" (Plat Map); to declare\nthat such use as granted in the lease agreement will incorporate space that is not needed for\npublic purposes; to set forth the reasons for the renewal of said lease agreement; to fix the\nminimum price and terms of said lease agreement; and otherwise provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/24/23).\n34316\n63i. CAL. NO. 34,317 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, MORRELL,\nTHOMAS, GREEN, KING AND HARRIS\nBrief:\nAn Ordinance requiring the Department of Finance through the Bureau of Purchasing of the\nCity of New Orleans (\"City\") to increase the minimum amount of goods and other movable\nproperty able to be procured without a competitive selection process from $1,000.00 to\n$10,000.00; and otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/24/23).\n34317\n63j. CAL. NO. 34,318 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, KING,\nTHOMAS, GREEN, HARRIS AND MORRELL\nBrief:\nAn Ordinance requiring the Department of Public Works to create and maintain a public-facing\ndashboard; and otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/24/23).\n34318\n63k. CAL. NO. 34,319 - BY: COUNCILMEMBER THOMAS (BY REQUEST)\nBrief:\nAn Ordinance authorizing the Mayor of the City of New Orleans to enter into a Cooperative\nEndeavor Agreement between the City of New Orleans (the \"City\") and PBP, LLC ., for a term\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4617\n45/5'", - "page_number": 45 + "page_content": "- Topic: Contract Approval - 22nd Century Technologies\n- Summary: Tara Richard, Director of Council Relations, submitted a proposed agreement between the City of New Orleans and 22nd Century Technologies, along with a completed contract Summary Form and related Motion, pursuant to Rule 57.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: Passed - (N/A)\n- Decision/Key Actions: The proposed agreement was passed.\n- Tags/Keywords: Contract Approval, 22nd Century Technologies, Rule 57\n- UID: aa912c3b-f1bd-4f54-8b24-1f5d2791f1d7\n\n- Topic: Contract Approval - NANO, LLC\n- Summary: Tara Richard submitted a proposed agreement between the City of New Orleans and NANO, LLC, along with a completed contract Summary Form and related Motion, pursuant to Rule 57. However, this submission was later withdrawn.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: Withdrawn - (N/A)\n- Decision/Key Actions: The proposed agreement submission was withdrawn.\n- Tags/Keywords: Contract Approval, NANO LLC, Rule 57\n- UID: aa912c3b-f1bd-4f54-8b24-1f5d2791f1d7\n\n- Topic: Contract Amendment - American Traffic Solutions, Inc.\n- Summary: Tara Richard submitted a proposed amendment to the agreement between the City of New Orleans and American Traffic Solutions, Inc., along with a completed contract Summary Form and related Motion, pursuant to Rule 57. The submission was received and referred to the Criminal Justice Committee.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: Received and Referred - (N/A)\n- Decision/Key Actions: The proposed amendment was received and referred to the Criminal Justice Committee.\n- Tags/Keywords: Contract Amendment, American Traffic Solutions, Rule 57\n- UID: aa912c3b-f1bd-4f54-8b24-1f5d2791f1d7", + "uid": "aa912c3b-f1bd-4f54-8b24-1f5d2791f1d7", + "publish_date": "3-9-2023", + "page_number": 30, + "title": "Regular City Council Minutes 3-9-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4617\n11/15/23, 7:47 PM\ngreater than one year, for the public purpose of increasing positive public perception of New\nOrleans Police Department (the \"NOPD\") and New Orleans Emergency Medical Services (the\n\"NOEMS\") personnel, and community cooperation with NOPD and NOEMS in the City of\nNew Orleans, as more fully detailed in the Cooperative Endeavor Agreement (\"CEA\") form\nattached hereto as Exhibit \"A\"; and otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/24/23).\n34319\n63L. CAL. NO. 34,320 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN\nAND THOMAS (BYREQUEST)\nBrief:\nAn Ordinance to amend Ordinance No. 29266 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Expenditures for the City of New Orleans for the Year 2023\",\nto transfer grant funds from Other Operating (200) to Personal Services (100) within the Office\nof Homeland Security and Emergency Preparedness; and otherwise to provide with respect\nthereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/24/23).\n(Fiscal Note received).\n34320\n63m. CAL. NO. 34,321 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN\nAND THOMAS (BYREQUEST)\nBrief:\nAn Ordinance to amend Ordinance No. 29265 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Revenues for the City of New Orleans for the Year 2023\", to\nappropriate State Act 170 funds awarded to the Office of the Mayor for initiatives to support\nStrategic Economic Development plans and beautification projects in various communities; and\notherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/24/23).\n(Fiscal Note received).\n34321\n63n. CAL. NO. 34,322 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BYREQUEST)\nBrief:\nAn Ordinance to amend Ordinance No. 29266 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Expenditures for the City of New Orleans for the Year 2023\",\nto appropriate State Act 170 funds awarded to the Office of the Mayor for initiatives to support\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4617\n46/51", - "page_number": 46 + "page_content": "- Topic: VCC Appeal - 1009 Burgundy Street\n- Summary: Request to appeal the Vieux Carr\u00e9 Commission\u2019s decision of \u201capproval\u201d on January 18, 2023, for the shed and generator plan location and size of shed due to safety and structural concerns for property located at 1009 Burgundy Street.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Hearing Date Set For 3/23/23\n- Tags/Keywords: VCC Appeal, Vieux Carr\u00e9 Commission, 1009 Burgundy Street\n- UID: d7e4b4bc-65b9-4527-9e9f-1d364798bcb6\n\n- Topic: Fourth Quarter 2022 Passenger-Type Vehicles Report\n- Summary: Submission of the fourth quarter 2022 passenger-type vehicles owned or leased by the City of New Orleans report, pursuant to Chapter 2, Article IX, Section 2-902 of the City Code.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: N/A\n- Tags/Keywords: City of New Orleans, vehicles report, City Code\n- UID: d7e4b4bc-65b9-4527-9e9f-1d364798bcb6\n\n- Topic: New Orleans Tourism and Cultural Fund\u2019s 2022 Annual Report\n- Summary: Submission of the New Orleans Tourism and Cultural Fund\u2019s (NOTCF) 2022 Annual Report.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: N/A\n- Tags/Keywords: New Orleans Tourism and Cultural Fund, annual report\n- UID: d7e4b4bc-65b9-4527-9e9f-1d364798bcb6\n\n- Topic: Proposed Agreement with New Orleans Sponsoring Committee / Together New Orleans\n- Summary: Submission of a proposed agreement between the City of New Orleans and New Orleans Sponsoring Committee / Together New Orleans, a completed contract Summary Form, and the related Motion, pursuant to Rule 57.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: See Motion No. M-23-D\n- Tags/Keywords: New Orleans Sponsoring Committee, Together New Orleans, contract agreement, Rule 57\n- UID: d7e4b4bc-65b9-4527-9e9f-1d364798bcb6", + "uid": "d7e4b4bc-65b9-4527-9e9f-1d364798bcb6", + "publish_date": "3-9-2023", + "page_number": 31, + "title": "Regular City Council Minutes 3-9-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4617\n11/15/23, 7:47 PM\nStrategic Economic Development plans and beautification projects in various communities; and\notherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/24/23).\n(Fiscal Note received).\n34322\n630. CAL. NO. 34,323 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BYREQUEST)\nBrief:\nAn Ordinance to amend Ordinance No. 29265 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Revenues for the City of New Orleans for the Year 2023\", to\nappropriate FEMA grant funds to the Office of Homeland Security for the Flood Mitigation\nAssistance Swift Program; and otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/24/23).\n(Fiscal Note received).\n34323\n63p. CAL. NO. 34,324 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BYREQUEST)\nBrief:\nAn Ordinance to amend Ordinance No. 29266 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Expenditures for the City of New Orleans for the Year 2023\",\nto appropriate FEMA grant funds to the Office Homeland Security for the Flood Mitigation\nAssistance Swift Program; and otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/24/23).\n(Fiscal Note received).\n34324\n63q. CAL. NO. 34,325 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BYREQUEST)\nBrief:\nAn Ordinancet o amend Ordinance No. 29265 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Revenues for the City of New Orleans for the Year 2023\", to\nappropriate reimbursement funds from Downtown Development District to the Office of\nCommunity Development for the Code Enforcement Unit; and otherwise to provide with\nrespect thereto.\nAnnotation:\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4617\n47/51", - "page_number": 47 + "page_content": "- Topic: Proposed Amendment to Agreement with Durr Heavy Construction, LLC for Non-Emergency Demolition Services\n- Summary: Liz Brusseau, Deputy Director for City Council Relations, submitted a proposed amendment to the agreement between the City of New Orleans and Durr Heavy Construction, LLC, for non-emergency demolition services. \n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: The proposed amendment was submitted for review and approval.\n- Tags/Keywords: Durr Heavy Construction, Non-Emergency Demolition Services, Liz Brusseau, City Council Relations\n- UID: e056ef6d-84a6-4caf-ac45-aa700489f7c5\n\n- Topic: Proposed Amendment to Agreement with Durr Heavy Construction, LLC for Emergency Demolition Services\n- Summary: Liz Brusseau, Deputy Director for City Council Relations, submitted a proposed amendment to the agreement between the City of New Orleans and Durr Heavy Construction, LLC, for emergency demolition services.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: The proposed amendment was submitted for review and approval.\n- Tags/Keywords: Durr Heavy Construction, Emergency Demolition Services, Liz Brusseau, City Council Relations\n- UID: e056ef6d-84a6-4caf-ac45-aa700489f7c5\n\n- Topic: Application for Demolition Permit for 2020 Calhoun Street\n- Summary: Cynthia Davis, from the Department of Safety and Permits, transmitted the application documents for a demolition permit requiring City Council review and approval for the property located at 2020 Calhoun Street.\n- Ordinance Number: 23-01161-DEMO\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: The application documents were received, and a hearing date was set for 3/23/23.\n- Tags/Keywords: Demolition Permit, Cynthia Davis, Department of Safety and Permits, 2020 Calhoun Street\n- UID: e056ef6d-84a6-4caf-ac45-aa700489f7c5\n\n- Topic: Appeal of University Area Off-Street Parking Interim Zoning District\n- Summary: Zach Smith, from Zach Smith Consulting & Design, requested to appeal the University Area Off-Street Parking Interim Zoning District for property located at 2616 Joliet Street.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: The appeal request was submitted for review.\n- Tags/Keywords: Appeal, University Area Off-Street Parking, Zach Smith Consulting & Design, 2616 Joliet Street\n- UID: e056ef6d-84a6-4caf-ac45-aa700489f7c5", + "uid": "e056ef6d-84a6-4caf-ac45-aa700489f7c5", + "publish_date": "3-9-2023", + "page_number": 32, + "title": "Regular City Council Minutes 3-9-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4617\n11/15/23, 7:47 PM\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/24/23).\n(Fiscal Note received).\n34325\n63r. CAL. NO. 34,326 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BYREQUEST)\nBrief:\nAn Ordinance to amend Ordinance No. 29266 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Expenditures for the City of New Orleans for the Year 2023\",\nto appropriate reimbursement funds from Downtown Development District to the Office of\nCommunity Development for the Code Enforcement Unit; and otherwise to provide with\nrespect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/24/23).\n(Fiscal Note received).\n34326\n63s. CAL. NO. 34,327 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BYREQUEST)\nBrief:\nAn Ordinance to amend Ordinance No. 29265 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Revenues for the City of New Orleans for the Year 2023\", to\nappropriate FEMA grant funds to the Office of Homeland Security for Flood Mitigation\nAssistance in Orleans Parish; and otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/24/23).\n(Fiscal Note received).\n34327\n63t. CAL. NO. 34,328 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BYREQUEST)\nBrief:\nAn Ordinance to amend Ordinance No. 29266 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Expenditures for the City of New Orleans for the Year 2023\",\nto appropriate FEMA grant funds to the Office Homeland Security for Flood Mitigation\nAssistance; and otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/24/23).\n(Fiscal Note received).\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4617\n48/51", - "page_number": 48 + "page_content": "- Topic: Appeal for University Area Parking Interim Zoning District\n- Summary: Requests were made to appeal the zoning district for properties located at 3025 Delachaise Street, 3027 Delachaise Street, and 8325 Willow Street.\n- Ordinance Number: N/A\n- Votes Summary:\n - Vote 1: N/A\n- Decision/Key Actions: Hearing dates were set for the appeals.\n- Tags/Keywords: Appeal, Zoning District, Parking, Hearing Date\n- UID: 347e3fc5-5330-4a11-8000-5f70e4e9d9e5", + "uid": "347e3fc5-5330-4a11-8000-5f70e4e9d9e5", + "publish_date": "3-9-2023", + "page_number": 33, + "title": "Regular City Council Minutes 3-9-2023" }, { - "page_content": "11/15/23, 7:47 PM\ncityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4617\n34328\n63u. CAL. NO. 34,329 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BYREQUEST)\nBrief:\nAn Ordinance to amend Ordinance No. 29265 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Revenues for the City of New Orleans for the Year 2023\", to\nappropriate funds awarded by the Federal Communications Commission to the Office of\nResilience and Sustainability for the New Orleans Broadband Outreach and Equity Program;\nand otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 11/24/23).\n(Fiscal Note received).\n34329\n63v. CAL. NO. 34,330 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BYREQUEST)\nBrief:\nAn Ordinance to amend Ordinance No. 29266 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Expenditures for the City of New Orleans for the Year 2023\",\nto appropriate funds awarded by the Federal Communications Commission to the Office of\nResilience and Sustainability for the New Orleans Broadband Outreach and Equity Program;\nand otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/24/23).\n(Fiscal Note received).\n34330\n63w. CAL. NO. 34,331 - BY: COUNCILMEMBER KING\nBrief:\nAn Ordinance to temporarily waive certain fees, permit fees, and requirements within and\naround Devour Park located at 1500 Teche Street, New Orleans, Louisiana in conjunction with\nthe 2nd Annual L. B. Landry Alumni Cookout event on Saturday, July 29, 2023 from 7:30 a.m.\nto 5:00 p.m ., to specify the duration and boundaries of said waiver; and otherwise to provide\nwith respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/24/23).\n34331\n63x. CAL. NO. 34,332 - BY: COUNCILMEMBER KING\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4617\n49/5", - "page_number": 49 + "page_content": "- Topic: Appeal of University Area Off-Street Parking Interim Zoning District for property at 2505 Leonidas Street\n - Summary: Zach Smith appealed the University Area Off-Street Parking Interim Zoning District for property located at 2505 Leonidas Street. The hearing date was set for 3/23/23.\n - Ordinance Number: N/A\n - Votes Summary: N/A\n - Decision/Key Actions: Appeal hearing scheduled for 3/23/23\n - Tags/Keywords: Zoning, Parking, Appeal\n - UID: 4ef2d531-4b3a-414b-80d4-b55531292b87\n\n- Topic: February 2023 Encampment Report\n - Summary: Jennifer Avegno submitted the February 2023 documentation of all encampment clean-up efforts as required by Section 82-703.\n - Ordinance Number: N/A\n - Votes Summary: N/A\n - Decision/Key Actions: Documentation received\n - Tags/Keywords: Encampment, Clean-up, Documentation\n - UID: 4ef2d531-4b3a-414b-80d4-b55531292b87\n\n- Topic: Amendment to Classified Pay Plan (Police Retention Pay)\n - Summary: Amy B. Trepagnier submitted an amendment to the Classified Pay Plan for Police Retention Pay, in accordance with Article X, Section 10 of the Constitution of Louisiana. The amendment was adopted on November 17, 2022 and March 3, 2023.\n - Ordinance Number: N/A\n - Votes Summary: N/A\n - Decision/Key Actions: Amendment submitted for Council approval\n - Tags/Keywords: Pay Plan, Police Retention, Amendment\n - UID: 4ef2d531-4b3a-414b-80d4-b55531292b87\n\n- Topic: Amendment to Classified Pay Plan (Juvenile Justice Intervention Center Retention Pay)\n - Summary: Amy B. Trepagnier submitted an amendment to the Classified Pay Plan for Juvenile Justice Intervention Center Retention Pay, in accordance with Article X, Section 10 of the Constitution of Louisiana.\n - Ordinance Number: N/A\n - Votes Summary: N/A\n - Decision/Key Actions: Amendment submitted for Council approval\n - Tags/Keywords: Pay Plan, Juvenile Justice, Amendment\n - UID: 4ef2d531-4b3a-414b-80d4-b55531292b87", + "uid": "4ef2d531-4b3a-414b-80d4-b55531292b87", + "publish_date": "3-9-2023", + "page_number": 34, + "title": "Regular City Council Minutes 3-9-2023" }, { - "page_content": "11/15/23, 7:47 PM\ncityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4617\nBrief:\nAn Ordinance to amend section 150-953 of the Code of the City of New Orleans to establish a\nprobationary occupational license; and otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/24/23).\n34332\n63y. CAL. NO. 34,333 - BY: COUNCILMEMBER HARRIS\nBrief:\nAn Ordinance to temporarily waive certain fees, permit fees, and requirements within and\naround A.L. Davis Playground located at 2600 LaSalle Street, New Orleans, Louisiana, in\nconjunction with the Love Covers a Multitude of Sins Back to School Giveaway on Saturday,\nAugust 5, 2023 from 11:00 a.m. to 2:00 p.m .; and otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/24/23).\n34333\n63z. CAL. NO. 34,334 - BY: COUNCILMEMBERS MORRELL, MORENO, GIARRUSSO,\nKING AND THOMAS\nBrief:\nAn Ordinance to establish the Public, Educational, and Government Access Support Fund as\ndivision 53 of article III in section 70 of the Code of the City of New Orleans; to ordain sections\n70-415.333 through 70-415.337 of the Code of the City of New Orleans within said division;\nand otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/24/23).\n34334\n63aa. CAL. NO. 34,335 - BY: COUNCILMEMBER KING (BY REQUEST)\nBrief:\nAn Ordinance to authorizing the Mayor of the City of New Orleans to enter into a Cooperative\nEndeavor Agreement (\"CEA\") between the City of New Orleans (the \"City\") and the Ochsner\nClinic Foundation (\"Ochsner\"), for a term greater than one year, for the public purpose of\nimproving care to sick and injured persons in New Orleans while providing access to a medical\nand clinical education program for Ochsner medical residents, as more fully detailed in the CEA\nform attached hereto as Exhibit \"A\"; and otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/24/23).\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4617\n50/51", - "page_number": 50 + "page_content": "- Topic: Amendment to Classified Pay Plan (Emergency Medical Services Retention Pay)\n - Summary: Amy B. Trepagnier, Director of Personnel, submitted an amendment to the Classified Pay Plan for Emergency Medical Services Retention Pay in accordance with the Constitution of Louisiana. The Civil Service Commission adopted the amendment on March 11, 2022, and amended it on June 17, 2022, and March 3, 2023.\n - Ordinance Number: N/A\n - Votes Summary:\n Vote 1: Passed - (8 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n - Decision/Key Actions: The amendment to the Classified Pay Plan for Emergency Medical Services Retention Pay was approved by the Council.\n - Tags/Keywords: Classified Pay Plan, Amendment, Emergency Medical Services Retention Pay\n - UID: 903e2df9-ebd1-43dc-a029-2f20cd251268\n\n- Topic: Amendment to Classified Pay Plan (Automotive Retention Pay)\n - Summary: Amy B. Trepagnier, Director of Personnel, submitted an amendment to the Classified Pay Plan for Automotive Retention Pay in accordance with the Constitution of Louisiana. The Civil Service Commission adopted the amendment on March 11, 2022, and amended it on March 3, 2023.\n - Ordinance Number: N/A\n - Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n - Decision/Key Actions: The amendment to the Classified Pay Plan for Automotive Retention Pay was approved by the Council.\n - Tags/Keywords: Classified Pay Plan, Amendment, Automotive Retention Pay\n - UID: 903e2df9-ebd1-43dc-a029-2f20cd251268\n\n- Topic: Monthly Raw Data Submission for New Orleans Police Department\n - Summary: Amy B. Trepagnier, Director of Personnel, submitted the monthly raw data relative to current staffing, hiring, and applications to the New Orleans Police Department as required by City Council Ordinance No. 29130.\n - Ordinance Number: N/A\n - Votes Summary:\n Vote 1: Passed - (9 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n - Decision/Key Actions: The submission of monthly raw data for the New Orleans Police Department was approved by the Council.\n - Tags/Keywords: Monthly Raw Data, New Orleans Police Department, Personnel\n - UID: 903e2df9-ebd1-43dc-a029-2f20cd251268\n\n- Topic: Report on Appeal of Historic District Landmarks Commission's \"No Action Vote\"\n - Summary: The Deputy Director of the New Orleans Historic District Landmarks Commission submitted a report regarding an appeal of the Historic District Landmarks Commission's \"no action vote\" of an application for the retention of installation of EIFS wall.\n - Ordinance Number: N/A\n - Votes Summary:\n Vote 1: Passed - (6 YEAS, 0 NAYS, 3 ABSTAIN, 0 ABSENT)\n - Decision/Key Actions: The report on the appeal of the \"no action vote\" by the Historic District Landmarks Commission was approved by the Council.\n - Tags/Keywords: Historic District Landmarks Commission, Appeal, EIFS Wall\n - UID: 903e2df9-ebd1-43dc-a029-2f20cd251268", + "uid": "903e2df9-ebd1-43dc-a029-2f20cd251268", + "publish_date": "3-9-2023", + "page_number": 35, + "title": "Regular City Council Minutes 3-9-2023" }, { - "page_content": "11/15/23, 7:47 PM\ncityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4617\n34335\n63bb. CAL. NO. 34,336 - BY: COUNCILMEMBER GREEN\nBrief:\nAn Ordinance to temporarily waive certain fees, permit fees, and requirements within and\naround3250 Industry, New Orleans, LA 70126, in conjunction with The International Christian\nBusiness Foundation on July 28, 2023 at 10 a.m. - 12 p.m. and 1 p.m. and 3 p.m ., to specify the\nduration and boundaries of said waiver; and to provide otherwise with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/24/23).\n34336\n64. MOTION FOR ADJOURNMENT: @ 2:00 p.m.\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4617\n51/5", - "page_number": 51 + "page_content": "- Topic: Cladding system at penthouse of existing Multi-Family Residential Building\n- Summary: The ordinance discussed the installation of a cladding system at the penthouse of a residential building in deviation of a Certificate of Appropriateness for the property located at 900 S. Peters Street.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 1 NAY, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The installation of the cladding system was approved with 6 council members voting in favor and 1 against.\n- Tags/Keywords: Cladding, residential building, Certificate of Appropriateness\n- UID: 51e380f0-c54f-4d57-a99a-6d538b6afe2f\n\n- Topic: Independent Police Monitor Report\n- Summary: Stella Cziment, the Independent Police Monitor, submitted a report for the month of January 2023 in accordance with Ordinance No. 29130.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: The report was submitted for the Council's review.\n- Tags/Keywords: Police Monitor, report, ordinance\n- UID: 51e380f0-c54f-4d57-a99a-6d538b6afe2f\n\n- Topic: Demolition Report for Property at 2126 Mandeville Street\n- Summary: Anita Curran, the Council Research Officer, transmitted a demolition report for the property located at 2126 Mandeville Street.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: The demolition report was transmitted for the Council's consideration.\n- Tags/Keywords: Demolition, property, report\n- UID: 51e380f0-c54f-4d57-a99a-6d538b6afe2f\n\n- Topic: Demolition Report for Property at 824 Louque Place\n- Summary: Anita Curran, the Council Research Officer, transmitted a demolition report for the property located at 824 Louque Place.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: The demolition report was transmitted for the Council's consideration.\n- Tags/Keywords: Demolition, property, report\n- UID: 51e380f0-c54f-4d57-a99a-6d538b6afe2f", + "uid": "51e380f0-c54f-4d57-a99a-6d538b6afe2f", + "publish_date": "3-9-2023", + "page_number": 36, + "title": "Regular City Council Minutes 3-9-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4631\n11/15/23, 7:48 PM\nTHE COUNCIL\nCity of New Orleans\nHELENA MORENO\nJP MORRELL\nCouncilmember-At-Large\nCouncilmember-At-Large\nJOSEPH I.\nLESLI D.\nEUGENE J.\nFREDDIE\nOLIVER M.\nGREEN, JR.\nTHOMAS, JR.\nKING III\nHARRIS\nGIARRUSSO\nCouncilmember\nCouncilmember\nCouncilmember\nIII\nCouncilmember\nDistrict E\nDistrict C\nDistrict B\nDistrict D\nCouncilmember\nDistrict A\nAGENDA\nRegular City Council Meeting\nheld in City Hall Council Chamber\non Thursday, August 10, 2023 at 10:25 A.M.\nORLEANS\nNEW\nVICE PRESIDENT\nPRESIDENT\nHELENA MORENO\nJP MORRELL\nCouncilmember-At-Large\nCouncilmember-At-Large\nCITY OF\nLOUISIANA\n1. ROLL CALL - LORA W. JOHNSON, CLERK OF COUNCIL\n2. INVOCATION - PASTOR BRANDON BOUTIN, UNITED FELLOWSHIP FULL\nGOSPEL BAPTIST CHURCH\nPLEDGE OF ALLEGIANCE - NOLA VOELKEL, FIFTH GRADE STUDENT,\n3.\nINTERNATIONAL SCHOOL OF LOUISIANA\nPUBLIC E-COMMENT FORMS, RULES AND INFORMATION ARE AVAILABLE AT\n5.\nhttps://council.nola.gov/home/\nAPPROVAL OF THE MINUTES - July 13, 2023 and July 27, 2023.\n1.\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4631\n1/41", - "page_number": 1 + "page_content": "- Topic: Conditional Use Permit for Reception Facility over 10,000 square feet\n- Summary: The ordinance aimed to establish a conditional use permit to allow a reception facility over 10,000 square feet in an HU-MU Historic Urban Neighborhood Mixed-Use District. The ordinance was adopted.\n- Ordinance Number: 34,053\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance was adopted with no amendments.\n- Tags/Keywords: Zoning, Conditional Use Permit, Reception Facility\n- UID: 60907da4-accc-4362-9336-4315fb286886\n\n- Topic: Amendment for Commercial Short Term Rental\n- Summary: The ordinance sought to grant an amendment to allow a commercial short term rental in an HMC-1 Historic Marigny/Trem\u00e9/Bywater Commercial District. The ordinance was adopted.\n- Ordinance Number: 34,054\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance was adopted without any changes.\n- Tags/Keywords: Zoning, Amendment, Short Term Rental\n- UID: 60907da4-accc-4362-9336-4315fb286886\n\n- Topic: Conditional Use Permit for Reception Facility over 5,000 square feet with outdoor live entertainment\n- Summary: This ordinance aimed to establish a conditional use permit to allow a reception facility over 5,000 square feet with outdoor live entertainment as a secondary use in an HU-MU Historic Urban Neighborhood Mixed-Use District. The ordinance was adopted.\n- Ordinance Number: 34,055\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance was adopted as presented.\n- Tags/Keywords: Zoning, Conditional Use Permit, Reception Facility, Outdoor Entertainment\n- UID: 60907da4-accc-4362-9336-4315fb286886", + "uid": "60907da4-accc-4362-9336-4315fb286886", + "publish_date": "3-9-2023", + "page_number": 37, + "title": "Regular City Council Minutes 3-9-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4631\n11/15/23, 7:48 PM\nAnnotation:\nAPPROVED.\nSPECIAL ORDERS OF BUSINESS\nFIRST ORDER OF BUSINESS\n1.\n. SECOND ORDER OF BUSINESS\n2\n. THIRD ORDER OF BUSINESS\nCONSENT AGENDA\nCOMMUNICATION - FROM ERIN SPEARS - CHIEF OF STAFF & COUNSEL,\n1.\nCOUNCIL UTILITIES REGULATORY OFFICE\nBrief:\nSubmitting the transmittal document for communications related to electric and gas utility\nmatters to be received by the Council of the City of New Orleans at its meeting on August 10,\n2023: Communications from Entergy New Orleans, LLC (\"ENO\")\nErin Spears\n1. Environmental Adjustments for the August 2023 Billing Cycle, UD-18-07\nEntergy - Scott M. Celino - ENOL EAC - August 2023 Billing Month\n. Purchased Gas Adjustments for the August 2023 Billing Cycle, UD-18-07\nEntergy - Scott M. Celino - ENOL PGA Filing Package August 2023 Billing Month\n. Purchased Power Cost Recovery Adjustments for the August 2023 Billing Cycle, UD-18-07\nEntergy - Scott Celino - ENOL PPCR August 2023 Billing Month\nFuel Adjustments for the August 2023 Billing Cycle, UD-18-07\n4.\nEntergy - Scott Celino - ENOL FAC Filing Package August 2023 Billing Month\n5. NOPS 2nd Quarter 2023 Usage Report, submitted pursuant to Resolution R-21-153\nEntergy - Kevin T. Boleware - 2023-07-27 Ltr re ENO's 2nd Qrtr 2023 NOPS Usage Report -\nPublic\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4631\n2/41", - "page_number": 2 + "page_content": "- Topic: Rescission of Conditional Use for Wine Shop\n- Summary: The ordinance grants the rescission of a previous ordinance that granted a conditional use for a wine shop in a specific district. \n- Ordinance Number: 34,056 \n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The rescission of the conditional use for the wine shop was adopted.\n- Tags/Keywords: Zoning, Rescission, Wine Shop\n- UID: 415e2412-86a2-4414-98f2-0f3a460f303a\n\n- Topic: Zoning Change from S-RS to S-RD\n- Summary: The ordinance aims to effect a zoning change from a suburban single-family residential district to a suburban two-family residential district in a specific area.\n- Ordinance Number: 34,064 \n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The zoning change from S-RS to S-RD was adopted.\n- Tags/Keywords: Zoning Change, Residential District, Suburban\n- UID: 415e2412-86a2-4414-98f2-0f3a460f303a", + "uid": "415e2412-86a2-4414-98f2-0f3a460f303a", + "publish_date": "3-9-2023", + "page_number": 38, + "title": "Regular City Council Minutes 3-9-2023" }, { - "page_content": "11/15/23, 7:48 PM\ncityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4631\nAmendment to Credit Agreement, submitted pursuant to Resolution R-20-226\nEntergy - Dawn A. Balash\n. Reply Comments, UD-19-01\n2\nEntergy - Leslie M. LaCoste - 2023-08-04 Ltr & ENO's Reply Comments & COS - FINAL\n1. Administrative Records Chart, submitted by CURO, UD-18-03\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED.\nEntergy - Bobbie Mason - Deputy Chief-of-Staff - UD-18-03\n.. COMMUNICATION - FROM AMY B. TREPAGNIER, PERSONNEL DIRECTOR, CITY\nOF NEW ORLEANS, DEPARTMENT OF CIVIL SERVICE\nBrief:\nSubmitting the Monthly raw data relative to current staffing, hiring, and applications to the\nNew Orleans Police Department as required by City Council Ordinance No. 29130.\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED.\nAmy B. Trepagnier -NOPD raw data\n. COMMUNICATION - FROM JENNIFER AVEGNO, MD, DIRECTOR OF THE HEALTH\nDEPARTMENT, CITY OF NEW ORLEANS\nBrief:\nSubmitting the July 2023 documentation of all encampment clean-up efforts as required by\nSection 82-703.\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED.\nJennifer Avegno - July Encampment Sec 82-703\nCOMMUNICATION - FROM JENNIFER AVEGNO, MD, DIRECTOR OF THE HEALTH\n4.\nDEPARTMENT, CITY OF NEW ORLEANS\nBrief:\nSubmitting a proposed subrecipient agreement between the City of New Orleans and\nChildren's Hospital New Orleans, a completed contract summary form, and the related\nMotion, pursuant to Rule 57.\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4631\n3/41", - "page_number": 3 + "page_content": "- Topic: Amendment of Comprehensive Zoning Ordinance to Establish Lower Algiers Rural Protection Interim Zoning District\n- Summary: The ordinance aimed to establish a new Interim Zoning District to temporarily prohibit the development of multi-family residences and commercial development in specific districts to allow for impact studies. The ordinance was adopted.\n- Ordinance Number: ZONING DOCKET NO. 98/22\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The ordinance was adopted to establish the new Interim Zoning District.\n- Tags/Keywords: Zoning, Interim Zoning District, Impact Studies, Multi-family Residences\n- UID: 4fd3bca1-b1be-4395-88d6-3ed6b6993bfe\n\n- Topic: Zoning Change from HU-RM2 to HU-MU District\n- Summary: This ordinance sought to effect a zoning change in a specific area from an HU-RM2 Historic Urban Multi-Family Residential District to an HU-MU Historic Urban Neighborhood Mixed-Use District. The ordinance was adopted.\n- Ordinance Number: ZONING DOCKET NO. 99/22\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The ordinance was adopted to effect the zoning change in the designated area.\n- Tags/Keywords: Zoning Change, Historic Urban District, Mixed-Use District\n- UID: 4fd3bca1-b1be-4395-88d6-3ed6b6993bfe\n\n- Topic: Conditional Use for Retail Sales of Packaged Alcoholic Beverages\n- Summary: This ordinance aimed to establish a conditional use to permit the retail sales of packaged alcoholic beverages in a specific business district. The ordinance was adopted.\n- Ordinance Number: CAL. NO. 34,067\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The ordinance was adopted to allow the retail sales of packaged alcoholic beverages in the designated district.\n- Tags/Keywords: Conditional Use, Retail Sales, Alcoholic Beverages\n- UID: 4fd3bca1-b1be-4395-88d6-3ed6b6993bfe", + "uid": "4fd3bca1-b1be-4395-88d6-3ed6b6993bfe", + "publish_date": "3-9-2023", + "page_number": 39, + "title": "Regular City Council Minutes 3-9-2023" }, { - "page_content": "11/15/23, 7:48 PM\ncityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4631\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED AND REFERRED TO THE BUDGET COMMITTEE.\n(See Motion No. M-23-357).\nJennifer Avegno - Thrive Kids Childrens Hosp Contract\n- FROM ZACHARY SMITH, OWNER, ZACH SMITH\nCOMMUNICATION\n5 .\nCONSULTING & DESIGN\nBrief:\nRequesting to appeal the Historic District Landmarks Commission's decision to \"approve\" the\ndemolition to grade with the proviso that redevelopment plans be submitted prior to the\nissuance of a demolition permit for property located at 634 Bartholomew Street.\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED. (Hearing Date Set For 8/24/23).\nZachary Smith 634 Bartholomew St. HDLC Appeal Letter\nCOMMUNICATION - FROM ELIZABETH HOLMAN, DIRECTOR OF LAND\n6.\nUSE, COUNCILMEMBER LESLI HARRIS, DISTRICT \"B\"\nBrief:\nTransmitting the Mayor's Office of Economic Development's recommendation of disapproval,\nand requesting the scheduling of a public hearing, for the following Restoration Tax\nAbatement application:\n* RTA #20220036, 1101 Aline Street, 1101 Aline St, LLC\n* RTA #20220510, 1306 Magazine Street, Summit NOLA IV LLC\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED. (Hearing Date Set For 8/24/23).\nRTA Report Dist B Cm. Harris 2 in 1\nREPORT - OF THE DEPARTMENT OF ENVIRONMENTAL QUALITY, OFFICE OF\n7.\nTHE SECRETARY, STATE OF LOUISIANA\nBrief:\nSubmitting a report regarding the reported air quality issues in the Irish Channel\nneighborhood, pursuant to (Resolution R-23-207).\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED.\nRoger W. Gingles - Irish Channel Aior Quality Report R-23-207\n8. REPORT - OF THE SEWERAGE AND WATER BOARD OF NEW ORLEANS\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4631\n4/41", - "page_number": 4 + "page_content": "- Topic: Zoning Docket No. 4/23\n- Summary: This ordinance pertains to the rezoning of Square 4056, Lots 1, 2, 3, and 4 in the Third Municipal District. It also involves the rescission of Ordinance No. 26,413 MCS and addresses zoning issues on specific municipal addresses. The ordinance was adopted.\n- Ordinance Number: 34067 - 29367 M.C.S.\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The ordinance was adopted.\n- UID: c5497d42-5859-44a5-ab2d-f516fb6a1d83\n\n- Topic: Allocation of American Rescue Plan Act Funds for Resilience Hubs\n- Summary: This ordinance aims to appropriate funds from the American Rescue Plan Act to the Mayor for the construction of resilience hubs at households of faith in Orleans Parish. Two separate ordinances were introduced for the operating budget of revenues and expenditures for 2023, both of which were adopted.\n- Ordinance Numbers: 34076 - 29375 M.C.S., 34077 - 29376 M.C.S.\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n Vote 2: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: Both ordinances were adopted.\n- UID: c5497d42-5859-44a5-ab2d-f516fb6a1d83", + "uid": "c5497d42-5859-44a5-ab2d-f516fb6a1d83", + "publish_date": "3-9-2023", + "page_number": 40, + "title": "Regular City Council Minutes 3-9-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4631\n11/15/23, 7:48 PM\nBrief:\nSubmitting fiscal year 2022 financial information for the Sewerage and Water Board of New\nOrleans in responses to our annual reporting requirements \u00a74091. Reports of board, Section\nA.\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED.\nSewerage and Water Board\nREPORT - OF ANITA CURRAN, COUNCIL RESEARCH OFFICER, NEW ORLEANS\n9.\nCITY COUNCIL\nBrief:\nTransmitting a demolition report for the following property: * 1432 Touro Street - Application\n# 23-15675 - DEMO\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED.\nAnita Curran - Demolition Report 1432 Touro Street\n10. REPORT - OF THE EXECUTIVE DIRECTOR OF THE CITY PLANNING\nCOMMISSION\nBrief:\nTransmitting Zoning Docket Numbers 37/23 - Cm. King, 49/23 - Cm. Harris, 50/23 - Cm.\nHarris, 51/23 - Cm. King, 52/23 - Cm. Harris, 53/23 - Cm. King, 54/23 - Cm. Harris and\n58/23 - King, Cn. Deadline 10/9/23.\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED. (Hearing Date Set For 8/24/23).\nCPC Zoning Transmittal\n11. CAL. NO. 34,279 - BY: COUNCILMEMBER GREEN\nBrief:\nAn Ordinance to amend Ordinance No. 27,982 M.C.S. (Zoning Docket 131/18, which granted\na conditional use to permit a live performance venue exceeding 10,000 square feet of floor\narea subject to the limitations of Section 18.9.C.1 of the Comprehensive Zoning Ordinance,\namong others) to permit a live performance venue with waivers of Section 18.9.C.1 of the\nComprehensive Zoning Ordinance in an HU-MU Historic Urban Neighborhood Mixed-Use\nDistrict, an AC-1 Arts and Culture Diversity Overlay District, and an EC Enhancement\nCorridor Design Overlay District on Square 1353, Lot 2A, in the Third Municipal District,\nbounded by Bayou Road, Columbus Street, North Broad Street, and North Dorgenois Street\n(Municipal Addresses: 2527-2541 Bayou Road); and otherwise to provide with respect\nthereto. (ZONING DOCKET NO. 28/23)\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4631\n5/41", - "page_number": 5 + "page_content": "- Topic: Amendment of Operating Budget for City of New Orleans for 2023\n- Summary: The council passed three ordinances to amend the operating budget for the City of New Orleans for the year 2023. The first ordinance transferred funds awarded by the Corporation for National and Community Service to the Mayor\u2019s Office AmeriCorps Vista Program. The second and third ordinances appropriated grant funds to cover payroll expenses incurred during the grant period of January 26, 2021 through September 30, 2022.\n- Ordinance Number: 34078, 34079, 34080\n- Votes Summary:\n - Vote 1: Passed - (Unanimous)\n - Vote 2: Passed - (Unanimous)\n - Vote 3: Passed - (Unanimous)\n- Decision/Key Actions: The ordinances were adopted, and the Budget/Audit/Board of Review Committee recommended approval for all three ordinances.\n- Tags/Keywords: Operating Budget, Grant Funds, Payroll Expenses, City of New Orleans, 2023\n- UID: ea8d0d37-5351-40da-aafc-924ab8e1ea8a", + "uid": "ea8d0d37-5351-40da-aafc-924ab8e1ea8a", + "publish_date": "3-9-2023", + "page_number": 41, + "title": "Regular City Council Minutes 3-9-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4631\n11/15/23, 7:48 PM\nAnnotation:\n(90 Days, Cn. Deadline 9/20/23).\n(Cn. Deadline 9/7/23).\nADOPTED.\n34279-29574 MCS\n12. CAL. NO. 34,280 - BY: COUNCILMEMBER HARRIS\nBrief:\nAn Ordinance to establish a conditional use to permit outdoor live entertainment (secondary\nuse) and the extension of the restaurants' hours of operations in an MU-1 Medium Intensity\nMixed-Use District and in an EC Enhancement Corridor Design Overlay District on Square\n663, Lot C-1, in the First Municipal District, bounded by Tulane Avenue, South Lopez Street,\nd'Hemecourt Street, and South Rendon Street (Municipal Address: 3219 Tulane Avenue); and\notherwise to provide with respect thereto. (ZONING DOCKET NO. 30/23)\nAnnotation:\n(90 Days, Cn. Deadline 9/20/23).\n(Cn. Deadline 9/7/23).\nADOPTED.\n34280-29575 MCS\n13. CAL NO. 34,281 - BY: COUNCILMEMBER HARRIS\nBrief:\nAn Ordinance to establish a conditional use to permit a hotel in an HU-B1 Historic Urban\nNeighborhood Business District and the LAS LaSalle Street Overlay District on Square 333,\nLot 38 and part of Lot J or Lot 4, the rear part of Lot 15, part of the original Lot J, rear part of\nLot 17, and rear part of Lot 18, in the Fourth Municipal District, bounded by LaSalle Street,\nWashington Avenue, Sixth Street, and South Liberty Street (Municipal Addresses: 2832-2834\nLaSalle Street); and otherwise to provide with respect thereto. (ZONING DOCKET NO.\n36/23)\nAnnotation:\n(90 Days, Cn. Deadline 9/20/23).\n(Cn. Deadline 9/7/23).\nADOPTED.\n34281-29576 MCS\n14. CAL. NO. 34,282 - BY: COUNCILMEMBER HARRIS\nBrief:\nAn Ordinance to amend and reordain Article 18 of the Comprehensive Zoning Ordinance\n(Ordinance No. 4264 M.C.S ., as amended by Ordinance No. 26,413 M.C.S. and subsequent\namendments) to establish the Brown's Dairy Neighborhood District overlay, to maintain and\ncreate affordable housing opportunities for long-term residency for all lots within the\nboundaries, and with the prohibition of Bed and Breakfasts (accessory and principal), Hostel,\nHotel/Motel, and Short-Term Rental (commercial and noncommercial) on the properties\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4631\n6/41", - "page_number": 6 + "page_content": "- Topic: Adding the President of the Council as a signatory to the Release between the City and Richard\u2019s Disposal, Inc. (RDI)\n- Summary: The ordinance is to authorize the President of the Council to sign the Release between the City and RDI. It was electronically submitted and recommended for approval by the Budget/Audit/Board of Review Committee. The ordinance was adopted.\n- Ordinance Number: M-23-A\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: Authorization for the President of the Council to sign the Release between the City and RDI\n- UID: fffe30e0-d0dd-413c-9fcc-4ab379e7e67f\n\n- Topic: Adding the President of the Council as a signatory to the CEA between the New Orleans Health Department and University Medical Center\n- Summary: The ordinance is to authorize the President of the Council to sign the CEA between the New Orleans Health Department and University Medical Center. It was electronically submitted and recommended for approval by the Budget/Audit/Board of Review Committee. The ordinance was adopted.\n- Ordinance Number: M-23-B\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: Authorization for the President of the Council to sign the CEA between the New Orleans Health Department and University Medical Center\n- UID: fffe30e0-d0dd-413c-9fcc-4ab379e7e67f\n\n- Topic: Adding the President of the Council as a signatory to the Amendment No. 4 between Code Enforcement and H&O Investments, LLC\n- Summary: The ordinance is to authorize the President of the Council to sign Amendment No. 4 between Code Enforcement and H&O Investments, LLC. It was electronically submitted and recommended for approval by the Budget/Audit/Board of Review Committee. The ordinance was adopted.\n- Ordinance Number: M-23-C\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: Authorization for the President of the Council to sign Amendment No. 4 between Code Enforcement and H&O Investments, LLC\n- UID: fffe30e0-d0dd-413c-9fcc-4ab379e7e67f", + "uid": "fffe30e0-d0dd-413c-9fcc-4ab379e7e67f", + "publish_date": "3-9-2023", + "page_number": 42, + "title": "Regular City Council Minutes 3-9-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4631\n11/15/23, 7:48 PM\nlocated in the area generally bounded by Erato Street, Baronne Street, Martin Luther King Jr\nBoulevard, Carondelet Street (Municipal Addresses: 1300-1432 Baronne Street, 1710-1726\nErato Street, 1301-1429 Carondelet Street, 1714-1736 Thalia Street, and 1721-1731 Martin\nLuther King Jr Boulevard); and otherwise to provide with respect thereto. (ZONING\nDOCKET NO. 41/23)\nAnnotation:\n(90 Days, Cn. Deadline 9/20/23).\n(Cn. Deadline 9/7/23).\nADOPTED.\n34282-29577 MCS\n15. CAL. NO. 34,304 - BY: COUNCILMEMBER HARRIS\nBrief:\nAn Ordinance to amend and reordain Chapter 82, Article XII, Sections 82-694, 82-697, 82-\n699, 82-700, and 82-701 of the Code of the City of New Orleans to update the definition of\npersonal property; personal property removal and storage requirements; and city emergency\npowers and obligations; and otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/10/23).\n(Quality of Life Committee recommended approval).\nADOPTED.\n34304-29584 MCS\n16. RESOLUTION - NO. R-23-348 - BY: COUNCILMEMBERS MORRELL, MORENO,\nGIARRUSSO, HARRIS, KING, GREEN AND THOMAS\nBrief:\nIN RE: DIRECTING ENTERGY NEW ORLEANS, LLC TO INVESTIGATE AND\nREMEDIATE ELECTRIC SERVICE DISRUPTIONS AND COMPLAINTS AND TO\nESTABLISH MINIMUM ELECTRIC RELIABILITY PERFORMANCE STANDARDS\nAND FINANCIAL PENALTY MECHANISMS\nRESOLUTION AMENDING AND EXTENDING THE PROCEDURAL SCHEDULE TO\nALLOW FOR THE SUBMISSION OF ADDITIONAL EVIDENCE REGARDING THE\nPENALTY IMPOSED BY THE COUNCIL IN RESOLUTION R-19-442 PURSUANT TO\nTHE ORDER ON MOTION FOR REMAND BY CIVIL DISTRICT COURT, PARISH OF\nORLEANS, CASE NO. 2019-12654, DIVISION \"B-5\"\nDOCKET NO. UD-17-04\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/8/23).\n(Utility, Cable, Telecommunications and Technology Committee recommended approval).\nADOPTED.\nR-23-348\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4631\n7/41", - "page_number": 7 + "page_content": "- Topic: Contract between City of New Orleans and New Orleans Sponsoring Committee / Together New Orleans\n- Summary: This ordinance adds the President of the Council as a signatory to the contract between the City of New Orleans and New Orleans Sponsoring Committee / Together New Orleans. It authorizes the President of the Council to sign the contract. The motion was electronically submitted and was recommended for approval by the Budget/Audit/Board of Review Committee. It was adopted.\n- Ordinance Number: M-23-C\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The President of the Council will now have the authority to sign the contract with New Orleans Sponsoring Committee / Together New Orleans.\n- Tags/Keywords: Contract, New Orleans Sponsoring Committee, President of the Council, Approval\n- UID: 4091a653-be97-418b-a2f4-6166934836eb\n\n- Topic: Amendment to professional services agreement between City\u2019s Office of Information Technology and Innovation and Strategic Staffing Solutions, L.C.\n- Summary: This ordinance adds the President of the Council as a signatory to the Amendment to the professional services agreement between the City\u2019s Office of Information Technology and Innovation and Strategic Staffing Solutions, L.C. It authorizes the President of the Council to sign the Amendment. The motion was electronically submitted and was recommended for approval by the Budget/Audit/Board of Review Committee. It was adopted.\n- Ordinance Number: M-23-D\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The President of the Council is now authorized to sign the Amendment to the professional services agreement with Strategic Staffing Solutions, L.C.\n- Tags/Keywords: Amendment, Professional Services Agreement, President of the Council, Approval\n- UID: 4091a653-be97-418b-a2f4-6166934836eb\n\n- Topic: Contract amendment between Code Enforcement and Durr Heavy Construction, LLC\n- Summary: This ordinance adds the President of the Council as a signatory to the contract amendment between Code Enforcement and Durr Heavy Construction, LLC. It authorizes the President of the Council to sign the contract amendment. The motion was electronically submitted, pertained to emergency demolition services, and was recommended for approval by the Budget/Audit/Board of Review Committee. It was adopted.\n- Ordinance Number: M-23-E\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The President of the Council is now authorized to sign the contract amendment with Durr Heavy Construction, LLC for emergency demolition services.\n- Tags/Keywords: Contract Amendment, Code Enforcement, Durr Heavy Construction, President of the Council, Emergency Services, Approval\n- UID: 4091a653-be97-418b-a2f4-6166934836eb", + "uid": "4091a653-be97-418b-a2f4-6166934836eb", + "publish_date": "3-9-2023", + "page_number": 43, + "title": "Regular City Council Minutes 3-9-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4631\n11/15/23, 7:48 PM\nA. MOTION TO ADOPT CONSENT AGENDA AND REFER OTHER MATTERS TO THE\nPROPER AGENCY.\nB. AND THE CONSENT AGENDA WAS ADOPTED.\nREGULAR AGENDA\n1. DEMOLITION REQUEST - OF LYNNETTE GORDON, SPECTRUM DESIGNS, LLC\nBrief:\nTransmitting the application documents for a demolition permit requiring City Council review\nand approval for the following property:\n* 1432 Touro Street, 23-15675-DEMO-RSFD - Council District \"C\"\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Cm. King, District C, Cn. Deadline 9/10/23).\n(Communication received at the meeting of 7/27/23).\n(Report received on today's Consent agenda).\nDEMO - Cynthia Davis - 1432 Touro Street - Communication\n11. CAL. NO. 33,183 - BY: COUNCILMEMBER WILLIAMS (BY REQUEST).\nBrief:\nAn Ordinance granting a non-exclusive franchise to Telepak Networks, Inc. to construct,\nmaintain, and operate an aboveground and/or underground Wireline Telecommunications\nSystem, to provide for the furnishing of a surety bond, annual payments, and otherwise to\nprovide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\nCONTINUED TO THE MEETING OF 12/1/23.\n33183\n12. CAL. NO. 34,017 - BY: COUNCILMEMBER MORRELL\nBrief:\nAn Ordinance to amend and reordain section 34-1.1 of the Code of the City of New Orleans to\nrequire annual reporting to City Council of the mayor's Mardi Gras advisory council's\nrecommendations; and otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Referred to the Governmental Affairs Committee).\nCONTINUED TO THE MEETING OF 9/7/23.\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4631\n8/41", - "page_number": 8 + "page_content": "- Topic: Contract Amendment between Code Enforcement and Durr Heavy Construction, LLC\n- Summary: The ordinance aimed to add the President of the Council as a signatory to the contract amendment and authorize them to sign the contract between Code Enforcement and Durr Heavy Construction, LLC for non-emergency demolition services. The Budget/Audit/Board of Review Committee recommended approval, and it was adopted.\n- Ordinance Number: M-23-G\n- Votes Summary:\n - Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The President of the Council was authorized to sign the contract amendment between Code Enforcement and Durr Heavy Construction, LLC for non-emergency demolition services.\n- UID: 37c3a6b6-e84a-4fce-989d-acc060e77023\n\n- Topic: Motion to Adopt Consent Agenda and Refer Other Matters\n- Summary: The motion to adopt the consent agenda and refer other matters to the proper agency was made and adopted unanimously.\n- Ordinance Number: M-23-H\n- Votes Summary:\n - Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The consent agenda was adopted.\n- UID: 37c3a6b6-e84a-4fce-989d-acc060e77023\n\n- Topic: Motion to Suspend the Rules to Introduce Ordinances on First Reading\n- Summary: The motion to suspend the rules to introduce ordinances on first reading was made and adopted unanimously.\n- Ordinance Number: E-COMMENT FORM\n- Votes Summary:\n - Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The rules were suspended to introduce ordinances on first reading.\n- UID: 37c3a6b6-e84a-4fce-989d-acc060e77023", + "uid": "37c3a6b6-e84a-4fce-989d-acc060e77023", + "publish_date": "3-9-2023", + "page_number": 44, + "title": "Regular City Council Minutes 3-9-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4631\n11/15/23, 7:48 PM\n34017\n13. CAL. NO. 34,187 - BY: COUNCILMEMBER KING\nBrief:\nAn Ordinance to ordain Section 166-22 of the Code of the City of New Orleans to temporarily\nprohibit the prosecution of any violation(s) or prevention of the issuance or renewal of any\npermit; and to amend and reordain Sections 166-33, 166-83, 166-84, 166-121, and 166-123 of\nthe Code of the City of New Orleans to provide that the Vieux Carre Commission (VCC)\nmake rules and regulations in accordance with Chapter 2, Article XI of the Code, to permit the\nname of a business to be displayed on the door(s) used for patron ingress and egress as a\npermitted sign, to provide for the application and issuance of temporary signs to be erected in\nconnection with a special event or celebration, to clarify that the building defects outlined in\n166-121 are exclusive, to provide that VCC violation notices shall be specific, and to modify\nthe procedure related to remediatory applications; and otherwise to provide with respect\nthereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 9/8/23).\nCONTINUED TO THE MEETING OF 8/24/23.\n34187\n14. LEGISLATIVE GROUPING\n14a. CAL. NO. 34,188 - BY: COUNCILMEMBER KING\nBrief:\nAn Ordinance to ordain section 10-107 of the Code of the City of New Orleans to establish a\ntemporary alcoholic beverage permit; to amend and reordain section 10-132 to establish a\nprocedure for the issuance of a temporary renewal permit pending appeal of denial of renewal\napplication to alcoholic beverage control board; and otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 9/8/23).\nCONTINUED TO THE MEETING OF 8/24/23.\n34188\n14b. CAL. NO. 34,332 - BY: COUNCILMEMBER KING\nBrief:\nAn Ordinance to amend section 150-953 of the Code of the City of New Orleans to establish a\nprobationary occupational license; and otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/24/23).\nCONTINUED TO THE MEETING OF 8/24/23.\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4631\n9/41", - "page_number": 9 + "page_content": "- Topic: Amendment to Equitable Business Opportunities program reporting\n- Summary: This ordinance aims to amend Section 70-462 of the City of New Orleans Code to improve reporting for contracts executed by the city. The amendment was introduced by Councilmember Moreno.\n- Ordinance Number: 34,084\n- Votes Summary:\n Vote 1: Passed - (N/A)\n- Decision/Key Actions: The ordinance passed and was laid over as required by law.\n- UID: eccf2e9a-9ff5-4069-926d-973cc6177216\n\n- Topic: Cooperative Endeavor Agreement with Nunez Community College\n- Summary: This ordinance authorizes the Mayor to enter into a three-year Cooperative Endeavor Agreement with Nunez Community College to establish a course for training emergency medical technicians. It was introduced by Councilmember King.\n- Ordinance Number: 34,085\n- Votes Summary:\n Vote 1: Passed - (N/A)\n- Decision/Key Actions: The ordinance passed and was laid over as required by law.\n- UID: eccf2e9a-9ff5-4069-926d-973cc6177216\n\n- Topic: Amendment to Cooperative Endeavor Agreement with Algiers Development District\n- Summary: This ordinance authorizes the Mayor to enter into an amendment to extend the term of the Cooperative Endeavor Agreement between the Mosquito, Termite, & Rodent Control Board and the Algiers Development District. It was also introduced by Councilmember King.\n- Ordinance Number: 34,086\n- Votes Summary:\n Vote 1: Passed - (N/A)\n- Decision/Key Actions: The ordinance passed and was laid over as required by law.\n- UID: eccf2e9a-9ff5-4069-926d-973cc6177216", + "uid": "eccf2e9a-9ff5-4069-926d-973cc6177216", + "publish_date": "3-9-2023", + "page_number": 45, + "title": "Regular City Council Minutes 3-9-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4631\n11/15/23, 7:48 PM\n34332\n15. CAL. NO. 34,265 - BY: COUNCILMEMBER THOMAS (BY REQUEST).\nBrief:\nAn Ordinance authorizing the Mayor of the City of New Orleans to enter into a Cooperative\nEndeavor Agreement (\"CEA\") between the City of New Orleans (the \"City\") and the Law\nEnforcement District (\"LED\") of the Parish of Orleans, State of Louisiana, represented by its\nChief Executive Officer Sheriff Susan Hutson, for a term greater than one year, for the public\npurpose of constructing a new Medical and Mental Health Services Facility (\"Phase III\") at\nthe Orleans Justice Center (\"OJC\") in the City of New Orleans, as more fully detailed in the\nCEA form as Exhibit \"A\"; and otherwise to provide with respect thereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 10/20/23).\nCONTINUED TO THE MEETING OF 8/24/23.\n34265\n16. CAL. NO. 34,275 - BY: COUNCILMEMBERS KING (BY REQUEST) AND HARRIS\nBrief:\nAn Ordinance to provide for the establishment of the Riverwalk-Spanish Plaza Economic\nDevelopment District in the City of New Orleans, State of Louisiana, comprised of the\nimmovable property described in Exhibit B (the \"Riverwalk-Spanish Plaza Site\"); designating\nthe governing authority of Riverwalk-Spanish Plaza Economic Development District;\nproviding for the publication of this ordinance; and otherwise to provide with respect thereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 10/20/23).\n34275-29573 MCS\n17. CAL. NO. 34,277 - BY: COUNCILMEMBERS THOMAS, HARRIS AND GREEN (BY\nREQUEST)\nBrief:\nAn Ordinance to amend and reordain Chapter 130 of the Code of the City of New Orleans by\namending Section 130-39 to provide for restrictions on payments to sellers of nonferrous\nmaterials; and otherwise with respect thereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 11/10/23).\n(Quality of Life Committee recommended approval).\n(Technical needed).\nCONTINUED TO THE MEETING OF 8/24/23.\n34277\nCAL. NO. 34,285 - BY: COUNCILMEMBER GREEN (BY REQUEST).\n18.\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4631\n10/41", - "page_number": 10 + "page_content": "- Topic: Amendment to Intergovernmental Agency Agreement\n- Summary: This ordinance authorizes the Mayor of the City of New Orleans to enter into an Amendment to the Intergovernmental Agency Agreement between the Mosquito, Termite, & Rodent Control Board and the State of Louisiana Military Department to extend the agreement's term for one year.\n- Ordinance Number: 34087\n- Votes Summary:\n Vote 1: Passed - (8 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed without amendments.\n- Tags/Keywords: IGA, Mosquito Control, Louisiana Military Department\n- UID: 258aed64-3820-4c88-a998-2c766f8f6285\n\n- Topic: Amendment to Cooperative Endeavor Agreement\n- Summary: This ordinance authorizes the Mayor of the City of New Orleans to enter into an Amendment to the Cooperative Endeavor Agreement between the Mosquito, Termite, & Rodent Control Board and Texas A&M AgriLife Extension Service to extend the agreement's term for two years.\n- Ordinance Number: 34088\n- Votes Summary:\n Vote 1: Passed - (8 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed without amendments.\n- Tags/Keywords: CEA, Mosquito Control, Texas A&M AgriLife Extension Service\n- UID: 258aed64-3820-4c88-a998-2c766f8f6285\n\n- Topic: Conditional Use Permit for Live Entertainment in Brewery\n- Summary: This ordinance establishes a conditional use permit to permit live entertainment (secondary use) in a brewery in a specific district.\n- Ordinance Number: 34089\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 1 NAY, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed with a majority vote, with one council member voting against it.\n- Tags/Keywords: Zoning, Brewery, Live Entertainment\n- UID: 258aed64-3820-4c88-a998-2c766f8f6285\n\n- Topic: Cooperative Agreement Authorization\n- Summary: This ordinance authorizes the Mayor of the City of New Orleans to enter into a Cooperative Agreement.\n- Ordinance Number: 34090\n- Votes Summary:\n Vote 1: N/A - This ordinance was not up for vote during this meeting.\n- Decision/Key Actions: The ordinance was not up for vote during this meeting.\n- UID: 258aed64-3820-4c88-a998-2c766f8f6285", + "uid": "258aed64-3820-4c88-a998-2c766f8f6285", + "publish_date": "3-9-2023", + "page_number": 46, + "title": "Regular City Council Minutes 3-9-2023" }, { - "page_content": "11/15/23, 7:48 PM\ncityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4631\nBrief:\nAn Ordinance to approve and authorize the Mayor of the City of New Orleans (\"City\"),\nacting by and through the New Orleans Aviation Board (\"NOAB\"), to enter into a Lease\nAgreement at Louis Armstrong New Orleans International Airport with CMG PIPELINES,\nINC .; and otherwise to provide with respect thereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 11/10/23).\n34285-29578 MCS\n19. CAL. NO. 34,286 - BY: COUNCILMEMBER GREEN (BY REQUEST).\nBrief:\nAn Ordinance to approve and authorize the Mayor of the City of New Orleans (\"City\"), acting\nby and through the New Orleans Aviation Board (\"NOAB\"), to enter into a Ground Support\nEquipment (GSE) Facility Lease Agreement at Louis Armstrong New Orleans International\nAirport with DELTA AIRLINES, INC .; and otherwise to provide with respect thereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 11/10/23).\n34286-29579 MCS\n20. CAL. NO. 34,287 - BY: COUNCILMEMBER GREEN (BY REQUEST).\nBrief:\nAn Ordinance to approve and authorize the Mayor of the City of New Orleans (\"City\"), acting\nby and through the New Orleans Aviation Board (\"NOAB\"), to enter into a Lease Agreement\nat Louis Armstrong New Orleans International Airport with G2 SECURE STAFF, L.L.C .; and\notherwise to provide with respect thereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 11/10/23).\n34287-29580 MCS\n21. LEGISLATIVE GROUPING\n21a. CAL. NO. 34,289 - BY: COUNCILMEMBER MORRELL\nBrief:\nAn Ordinance to amend selected provisions of Ordinance Number 24698 M.C.S. granting a\nCable Franchise to Cox Communications Louisiana, L.L.C. under the conditions and terms\ntherein recited; and otherwise to provide with respect thereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 11/10/23).\n(Utility, Cable, Telecommunications and Technology Committee made no recommendation).\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4631\n11/4", - "page_number": 11 + "page_content": "- Topic: Endeavor Agreement between City of New Orleans and Greater New Orleans, Inc.\n- Summary: The ordinance outlines a cooperative endeavor agreement to promote economic growth in New Orleans, with the specific details provided in Exhibit \"A\".\n- Ordinance Number: 34090\n- Votes Summary:\n Vote 1: Passed - (8 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed with unanimous support from the council members.\n- Tags/Keywords: Economic growth, Cooperative Endeavor Agreement, Greater New Orleans, Inc.\n- UID: 5d5c17f1-6887-40b1-a4d6-eb74433a2542\n\n- Topic: Appropriation of Capital Outlay funds for Sewerage and Water Board Power Plant Project\n- Summary: This ordinance seeks to appropriate Capital Outlay funds for the Sewerage and Water Board Power Plant, Planning and Construction Project, as awarded by the State of Louisiana Facility Planning and Control.\n- Ordinance Number: 34091\n- Votes Summary:\n Vote 1: Passed - (8 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance successfully passed, allowing for the appropriation of the designated funds.\n- Tags/Keywords: Capital Outlay funds, Sewerage and Water Board Power Plant Project, Louisiana Facility Planning and Control\n- UID: 5d5c17f1-6887-40b1-a4d6-eb74433a2542\n\n- Topic: Amendment of Operating Budget for Sewerage and Water Board Power Plant Project\n- Summary: This ordinance aims to amend the operating budget of expenditures for the City of New Orleans to appropriate Capital Outlay funds for the Sewerage and Water Board Power Plant, Planning and Construction Project.\n- Ordinance Number: 34092\n- Votes Summary:\n Vote 1: Passed - (8 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed without opposition, allowing for the necessary budget amendments.\n- Tags/Keywords: Operating Budget, Capital Outlay funds, Sewerage and Water Board Power Plant Project\n- UID: 5d5c17f1-6887-40b1-a4d6-eb74433a2542\n\n- Topic: Unspecified Ordinance\n- Summary: The content of this ordinance is not specified in the provided information.\n- Ordinance Number: 34093\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: The specific details or outcome of this ordinance are not provided.\n- Tags/Keywords: Unspecified, Ordinance\n- UID: 5d5c17f1-6887-40b1-a4d6-eb74433a2542", + "uid": "5d5c17f1-6887-40b1-a4d6-eb74433a2542", + "publish_date": "3-9-2023", + "page_number": 47, + "title": "Regular City Council Minutes 3-9-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4631\n11/15/23, 7:48 PM\n34289-29581 MCS\n216. CAL. NO. 34,334 - BY: COUNCILMEMBERS MORRELL, MORENO, GIARRUSSO,\nKING, THOMAS AND GREEN\nBrief:\nAn Ordinance to establish the Public, Educational, and Government Access Support Fund as\ndivision 53 of article III in section 70 of the Code of the City of New Orleans; to ordain\nsections 70-415.333 through 70-415.337 of the Code of the City of New Orleans within said\ndivision; and otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/24/23).\n(Utility, Cable, Telecommunications and Technology Committee made no recommendation).\n34334-29590 MCS\n21c. MOTION - NO. M-23-350 - BY: COUNCILMEMBERS MORRELL, MORENO,\nGIARRUSSO, KING, THOMAS AND GREEN\nBrief:\nApproving the Amendments to the Classified Pay Plan (City Council), New Classification:\nBroadcast and Production Coordinator and Broadcast and Production Manager, to be effective\nAugust 13, 2023, in accordance with Article X, Section 10 of the Constitution of Louisiana.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/8/23).\n(Utility, Cable, Telecommunications and Technology Committee made no recommendation).\nM-23-350\n22. CAL. NO. 34,294 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BY REQUEST)\nBrief:\nAn Ordinance to amend Ordinance No. 29265 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Revenues for the City of New Orleans for the Year 2023\",\nto appropriate unspent funds to the Law Department for various state settlement and judgment\npayments; and otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/10/23).\n(Fiscal Note received).\n(Referred to the Budget Committee).\nCONTINUED TO THE MEETING OF 8/24/23.\n34294\n12/41\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4631", - "page_number": 12 + "page_content": "- Topic: Appropriation of grant funds for West Bank Ferry Terminal Renovations\n- Summary: The ordinance aimed to amend the operating budget to appropriate grant funds for the West Bank Ferry Terminal Renovations, Planning, and Construction Project. The ordinance was introduced by Councilmembers Giarrusso, Moreno, Green, Thomas, and King. The Fiscal Note was received, and the ordinance was electronically submitted.\n- Ordinance Number: CAL. NO. 34,094\n- Votes Summary:\n - Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The ordinance passed to appropriate grant funds for the project.\n- UID: 52f22431-040b-40aa-aec9-35d1b23b0ec3\n\n- Topic: Appropriation of grant funds for West Bank Ferry Terminal Renovations\n- Summary: Similar to the previous ordinance, this one also aimed to amend the operating budget to appropriate grant funds for the West Bank Ferry Terminal Renovations, Planning, and Construction Project. It was introduced by Councilmembers Giarrusso, Moreno, Green, and Thomas. The Fiscal Note was received, and the ordinance was electronically submitted.\n- Ordinance Number: CAL. NO. 34,095\n- Votes Summary:\n - Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The ordinance passed to appropriate grant funds for the project.\n- UID: 52f22431-040b-40aa-aec9-35d1b23b0ec3\n\n- Topic: Appropriation of donated funds to the Department of Police\n- Summary: This ordinance sought to amend the operating budget to appropriate donated funds from CLB Investments to the Department of Police for the purchase of equipment and supplies. It was introduced by Councilmembers Giarrusso, Moreno, Green, and Thomas. The Fiscal Note was received, and the ordinance was electronically submitted.\n- Ordinance Number: CAL. NO. 34,096\n- Votes Summary:\n - Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The ordinance passed to appropriate donated funds to the Department of Police.\n- UID: 52f22431-040b-40aa-aec9-35d1b23b0ec3", + "uid": "52f22431-040b-40aa-aec9-35d1b23b0ec3", + "publish_date": "3-9-2023", + "page_number": 48, + "title": "Regular City Council Minutes 3-9-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4631\n11/15/23, 7:48 PM\nCAL. NO. 34,295 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\n23.\nTHOMAS (BY REQUEST)\nBrief:\nAn Ordinance to amend Ordinance No. 29266 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Expenditures for the City of New Orleans for the Year\n2023\", to appropriate unspent funds to the Law Department for various state settlement and\njudgment payments; and otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/10/23).\n(Fiscal Note received).\n(Referred to the Budget Committee).\nCONTINUED TO THE MEETING OF 8/24/23.\n34295\n24. CAL. NO. 34,296 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BY REQUEST)\nBrief:\nAn Ordinance to amend Ordinance No. 29265 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Revenues for the City of New Orleans for the Year 2023\",\nto appropriate funds to the Department of Public Works for Indigent Defender fees on red light\ncamera tickets; and otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/10/23).\n(Fiscal Note received).\n(Referred to the Budget Committee).\nCONTINUED TO THE MEETING OF 8/24/23.\n34296\nCAL. NO. 34,297 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\n25.\nTHOMAS (BY REQUEST).\nBrief:\nAn Ordinance to amend Ordinance No. 29266 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Expenditures for the City of New Orleans for the Year\n2023\", to appropriate funds to the Department of Public Works for Indigent Defender fees on\nred light camera tickets; and otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/10/23).\n(Fiscal Note received).\n(Referred to the Budget Committee).\nCONTINUED TO THE MEETING OF 8/24/23.\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4631\n13/41", - "page_number": 13 + "page_content": "- Topic: Amendment to Cooperative Endeavor Agreement for Electronic Waste Removal and Recycling Services\n- Summary: Amendment No. 1 extends the term of the Cooperative Endeavor Agreement between the City of New Orleans, Capital Area Corporate Recycling Council, and Comp-U-Dopt, Inc. for one year, and increases the maximum compensation amount. \n- Ordinance Number: CAL. NO. 34,097\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The amendment was approved to extend the agreement and increase compensation for electronic waste removal and recycling services.\n- Tags/Keywords: Cooperative Endeavor Agreement, Electronic Waste, Recycling Services\n- UID: 0e604282-76a6-46b9-b9c7-38ad578eb812\n\n- Topic: Authorization of Cooperative Endeavor Agreement for Sales and Use Tax Levy\n- Summary: The ordinance authorizes the execution of a cooperative endeavor agreement between the City of New Orleans, State of Louisiana, Broad Street Sports Entertainment and Dining Economic Development District, and Five O Fore Golf LLC, related to the collection, use, and expenditure of a two percent (2%) sales and use tax to be levied in said district.\n- Ordinance Number: CAL. NO. 34,098\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance was approved to authorize the cooperative endeavor agreement for the sales and use tax levy in the designated district.\n- Tags/Keywords: Cooperative Endeavor Agreement, Sales Tax Levy, Economic Development\n- UID: 0e604282-76a6-46b9-b9c7-38ad578eb812\n\n- Topic: Motion for Adjournment\n- Summary: A motion for adjournment was made at 3:30 p.m. and was adopted with 7 YEAS.\n- Votes Summary:\n Vote 1: Adopted - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The motion for adjournment was adopted, concluding the council meeting.\n- Tags/Keywords: Motion for Adjournment, Council Meeting Conclusion\n- UID: 0e604282-76a6-46b9-b9c7-38ad578eb812", + "uid": "0e604282-76a6-46b9-b9c7-38ad578eb812", + "publish_date": "3-9-2023", + "page_number": 49, + "title": "Regular City Council Minutes 3-9-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4631\n11/15/23, 7:48 PM\n34297\n26. CAL. NO. 34,298 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BY REQUEST).\nBrief:\nAn Ordinance to amend Ordinance No. 29265 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Revenues for the City of New Orleans for the Year 2023\",\nto appropriate funds to the Orleans Parish Public Defender's Office within Miscellaneous\nPrograms for criminal defense representation to Indigent persons accused of committing\ncrimes in Orleans Parish; and otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/10/23).\n(Fiscal Note received).\n(Referred to the Budget Committee).\nCONTINUED TO THE MEETING OF 8/24/23.\n34298\n27. CAL. NO. 34,299 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BY REQUEST).\nBrief:\nAn Ordinance to amend Ordinance No. 29266 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Expenditures for the City of New Orleans for the Year\n2023\", to appropriate funds to the Orleans Parish Public Defender's Office within\nMiscellaneous Programs for criminal defense representation to Indigent persons accused of\ncommitting crimes in Orleans Parish; and otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/10/23).\n(Fiscal Note received).\n(Referred to the Budget Committee).\nCONTINUED TO THE MEETING OF 8/24/23 AND REFERRED TO THE BUDGET\nCOMMITTEE.\n34299\n28. CAL. NO. 34,300 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BY REQUEST).\nBrief:\nAn Ordinance to amend Ordinance No. 29265 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Revenues for the City of New Orleans for the Year 2023\",\nto appropriate additional one-time grant funds awarded to the Healthcare for the Homeless\nProgram to expand COVID-19 health center services; and otherwise to provide with respect\nthereto.\nAnnotation:\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4631\n14/41", - "page_number": 14 + "page_content": "- Topic: Ordinance Details and Voting Outcomes\n- Summary: The voting outcomes for the ordinance passed with no nays, abstentions, absences, or recusals.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: Passed - (0 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The motion passed\n- Tags/Keywords: Voting outcomes, Passed motion\n- UID: b3d46206-707e-4522-a2c6-03c39da1ac01", + "uid": "b3d46206-707e-4522-a2c6-03c39da1ac01", + "publish_date": "3-9-2023", + "page_number": 50, + "title": "Regular City Council Minutes 3-9-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4631\n11/15/23, 7:48 PM\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/10/23).\n(Fiscal Note received).\n(Referred to the Budget Committee).\nCONTINUED TO THE MEETING OF 8/24/23 AND REFERRED TO THE BUDGET\nCOMMITTEE.\n34300\n29. CAL. NO. 34,301 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BY REQUEST).\nBrief:\nAn Ordinance to amend Ordinance No. 29266 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Expenditures for the City of New Orleans for the Year\n2023\", to appropriate additional one-time grant funds awarded to the Healthcare for the\nHomeless to expand COVID-19 health center services; and otherwise to provide with respect\nthereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/10/23).\n(Fiscal Note received).\n(Referred to the Budget Committee).\nCONTINUED TO THE MEETING OF 8/24/23 AND REFERRED TO THE BUDGET\nCOMMITTEE.\n34301\n30. CAL. NO. 34,302 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BY REQUEST)\nBrief:\nAn Ordinance to amend Ordinance No. 29265 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Revenues for the City of New Orleans for the Year 2023\",\nto appropriate funds to the Department of Finance for the outstanding Parity Bond Notes in\nseries 2012, 2016 and 2017; and otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 11/10/23).\n(Fiscal Note received). (Referred to the Budget Committee).\n34302-29582 MCS\n35. LEGISLATIVE GROUPING\n35a. CAL. NO. 34,309 - BY: COUNCILMEMBER MORRELL\nBrief:\nAn Ordinance to amend and reordain Section 2-930 of the Code of the City of New Orleans;\nto provide relative to residential occupancy of City-owned property by City employees and\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4631\n15/4", - "page_number": 15 + "page_content": "- Topic: Roll Call\n- Summary: Roll call was conducted, and seven members were present, constituting a quorum.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A - (7 present, 0 absent)\n- Decision/Key Actions: Quorum established for the meeting\n- Tags/Keywords: Roll Call, Quorum, Meeting Minutes\n- UID: 833ff334-083d-4ee0-8a48-771a3acbb581\n\n- Topic: Invocation\n- Summary: Rabbi Daniel Sherman, Senior Rabbi at Temple Sinai, delivered the invocation.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A - (No vote required)\n- Decision/Key Actions: Invocation delivered to start the meeting\n- Tags/Keywords: Invocation, Rabbi Daniel Sherman, Temple Sinai\n- UID: 833ff334-083d-4ee0-8a48-771a3acbb581", + "uid": "833ff334-083d-4ee0-8a48-771a3acbb581", + "publish_date": "3-23-2023", + "page_number": 1, + "title": "Regular City Council Minutes 3-23-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4631\n11/15/23, 7:48 PM\nelected officials; and otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/24/23).\nThis Ordinance was Vetod by the Mayor, and will be brought up for Reconsideration at the\n8/24/23 Council meeting.\n34309-29585 M.C.S\n35b. AMENDMENT #1 TO ORDINANCE CAL. NO. 34,309 - BY: COUNCILMEMBER\nMORRELL\nBrief:\n1. On page 1, line 11, delete the \".\" and insert in lieu thereof \", except as provided in this\nSection.\" 2. On page 2, line 16, delete Pontabla, and insert \"Pontalba\" in lieu thereof. 3. On\npage 2, line 18, at the end of the sentence, insert the following: The French Market\nCorporation may lease an Upper Pontalba unit to a City employee acting in that employee's\nindividual personal capacity, provided that the unit was leased to the City employee for fair-\nmarket rent, the initial lease agreement with the City employee predates the effective date of\nthis ordinance, and the unit was made available to the City employee in the same manner as to\nany member of the general public.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/8/23).\nWITHDRAWN.\n34309 Amendment\n35c. AMENDMENT #2 TO ORDINANCE CAL. NO. 34,309 - BY: COUNCILMEMBER\nMORRELL\nBrief:\n1. On page 1, line 11, delete the \".\" and insert in lieu thereof \", except upon payment of fair\nmarket rent pursuant to a written lease agreement.\"\n2. On page 2, lines 16-18, delete \"No unit within the Upper Pontabla building may be leased\nto, reserved for, or otherwise made available to the City, any City employee, or any elected\nofficial.\" and insert in lieu thereof \"The French Market Corporation shall lease all units in the\nsame manner and without preference to any City employee or elected official.\"\nAnnotation:\n(Council Rule 34. Postponement Deadline 12/8/23).\n34309 Amendment 2\n34309-29585 M.C.S As Amended\n35c. MOTION - NO. M-23-351 - BY: COUNCILMEMBER MORRELL\nBrief:\nA MOTION directing appropriate City departments and the staff of the French Market\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4631\n16/4", - "page_number": 16 + "page_content": "- Topic: Honoring Judge Edwin Lombard\n- Summary: The council presented a resolution honoring the career and retirement of Judge Edwin Lombard.\n- Ordinance Number: Not applicable\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: The resolution was presented and acknowledged by the council.\n- Tags/Keywords: Judge Edwin Lombard, retirement, resolution\n- UID: 0d8644ed-fb7f-4b4a-9a06-2fa6c1062f3e\n\n- Topic: Recognition of Mark David Brazile\n- Summary: The council recognized the late Mark David Brazile for his services to the community and various organizations in Louisiana.\n- Ordinance Number: Not applicable\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The council voted to suspend the rules to take up Resolution No. R-23-123, which passed unanimously.\n- Tags/Keywords: Mark David Brazile, recognition, Resolution No. R-23-123\n- UID: 0d8644ed-fb7f-4b4a-9a06-2fa6c1062f3e", + "uid": "0d8644ed-fb7f-4b4a-9a06-2fa6c1062f3e", + "publish_date": "3-23-2023", + "page_number": 2, + "title": "Regular City Council Minutes 3-23-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4631\n11/15/23, 7:48 PM\nCorporation to transfer the management and control of Unit 530B in the Upper Pontalba\nBuilding and to offer the unit for lease upon payment of fair-market rent.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/8/23).\nM-23-351\n36. CAL. NO. 34,310 - BY: COUNCILMEMBER GIARRUSSO (BY REQUEST).\nBrief:\nAn Ordinance authorizing the Mayor of the City of New Orleans to enter into a Cooperative\nEndeavor Agreement (\"CEA\") between the City of New Orleans (the \"City\"), and Humana\nLouisiana Medicaid (\"Humana\"), for a term greater than one year, for the public purpose of\nproviding medical, dental, and mental health services to Humana patients in the City of New\nOrleans, as more fully detailed in the CEA form as Exhibit \"A\"; and otherwise to provide with\nrespect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/24/23).\n34310-29586 MCS\nAA. LAND USE MATTERS ALL LAND USE ARE SCHEDULED TO COMMENCE AT 11:00\nA.M. OR THEREAFTER. All public comments on land use items are subject to City\nCouncil Rule 10.1B, whereby each land use matter is limited to a maximum public comment\nperiod of 20 minutes, with speakers being limited to two minutes, per item. No ceding of\npublic speaking time is permitted.\nDEMOLITION REQUEST - OF LYNNETTE GORDON, SPECTRUM DESIGNS, LLC\n1.\nBrief:\nTransmitting the application documents for a demolition permit requiring City Council review\nand approval for the following property:\n* 1432 Touro Street, 23-15675-DEMO-RSFD - Council\nDistrict \"C\"\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Cm. King, District C, Cn. Deadline 9/10/23).\n(Communication received at the meeting of 7/27/23).\n(Report received on today's Consent agenda).\nCONTINUED TO THE MEETING OF 8/24/23.\nDEMO - 1432 Touro Street - Communication\n2. LEGISLATIVE GROUPING\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4631\n17/41", - "page_number": 17 + "page_content": "- Topic: Honoring the life and legacy of Mark David Bazile\n- Summary: The council passed Resolution No. R-23-123 to honor the life and legacy of Mark David Bazile and express sincere condolences to his family.\n- Ordinance Number: R-23-123\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The resolution was adopted to honor Mark David Bazile.\n- Tags/Keywords: Resolution, Mark David Bazile, condolences\n- UID: b000c928-17ff-4458-8189-91e7d4543fa1\n\n- Topic: 2023 Essence Festival of Culture\n- Summary: Ms. Christine McBride, Senior Director of Experiential & Operations of Essence Festival of Culture, made a presentation regarding the 2023 Essence Festival of Culture.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: Presentation made by Ms. Christine McBride.\n- Tags/Keywords: Essence Festival of Culture, presentation\n- UID: b000c928-17ff-4458-8189-91e7d4543fa1\n\n- Topic: Equitable Business Opportunities program reporting\n- Summary: Councilmember Moreno introduced an ordinance to amend and reordain Section 70-462 of the Code of the City of New Orleans relative to Equitable Business Opportunities program reporting for contracts executed by the City of New Orleans.\n- Ordinance Number: CAL. NO. 34,084\n- Votes Summary: N/A\n- Decision/Key Actions: The ordinance was introduced for consideration.\n- Tags/Keywords: Equitable Business Opportunities, ordinance, contracts\n- UID: b000c928-17ff-4458-8189-91e7d4543fa1", + "uid": "b000c928-17ff-4458-8189-91e7d4543fa1", + "publish_date": "3-23-2023", + "page_number": 3, + "title": "Regular City Council Minutes 3-23-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4631\n11/15/23, 7:48 PM\nUNIVERSITY AREA OFF-STREET PARKING INTERIM ZONING DISTRICT APPEAL -\n2a.\nOF SONG LIU, HONG TU REAL ESTATE LLC\nBrief:\nRequesting to appeal the parking requirements established by the University Area Off-Street\nParking Interim Zoning District (IZD), per article 19 of the city's Comprehensive Zoning\nOrdinance, for property located at 3521-27 Cambronne Street.\nAnnotation:\nELECTRONICALLY SUBMITTED\n(Cm. Giarrusso, District A, Cn. Deadline N/A).\n(Communication received at the meeting of 7/27/23).\nHEARING HELD.\nUIZD Song Liu - Letter appeal - 3521-27 Cambronne St - IZD\n26. MOTION - NO. M-23-353 - BY: COUNCILMEMBER GIARRUSSO\nBrief:\nApproving and granting the applicant's appeal request for property located at 3521-27\nCambronne Street.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/8/23).\nM-23-353\n. LEGISLATIVE GROUPING\n3a. UNIVERSITY AREA OFF-STREET PARKING INTERIM ZONING DISTRICT APPEAL -\nOF ZACHARY SMITH, OWNER, ZACH SMITH CONSULTING AND DESIGN\nBrief:\nRequesting to appeal the University Area Off-Street Parking Interim Zoning District (IZD) for\nproperty located at 2619 Calhoun Street.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Cm. Giarrusso, District A, Cn. Deadline N/A).\n(Communication received at the meeting of 7/13/23).\nHEARING HELD.\nZachary Smith 2619 Calhoun\n3b. MOTION (LYING OVER) - NO. M-23-328 - BY: COUNCILMEMBER GIARRUSSO\nBrief:\nApproving and granting the applicant's appeal request for property located at 2619 Calhoun\nStreet.\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4631\n18/4", - "page_number": 18 + "page_content": "- Topic: Amendment to Ordinance Calendar No. 34084\n- Summary: The amendment proposed by Councilmember Moreno aims to make the annual Equitable Business Opportunities Scorecard program report available on the City of New Orleans website and create an updated public-facing dashboard with required information. The amendment was passed with 5 YEAS and 0 NAYS.\n- Ordinance Number: 34084\n- Votes Summary:\n Vote 1: Amendment - Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n Vote 2: As Amended - Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The amendment was passed, and the ordinance was amended as proposed by Councilmember Moreno.\n- UID: e436fa4d-7cf5-48c4-a7be-1eb30f52634e\n\n- Topic: Communication from Erin Spears - Chief of Staff & Counsel, Council Utilities Regulatory Office\n- Summary: The communication submitted by Erin Spears pertains to the transmittal document for communications related to electric and gas utility. No voting outcome is mentioned for this communication.\n- UID: e436fa4d-7cf5-48c4-a7be-1eb30f52634e", + "uid": "e436fa4d-7cf5-48c4-a7be-1eb30f52634e", + "publish_date": "3-23-2023", + "page_number": 4, + "title": "Regular City Council Minutes 3-23-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4631\n11/15/23, 7:48 PM\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/24/23).\nM-23-328 LO\nLEGISLATIVE GROUPING\n4.\nBED AND BREAKFAST INTERIM ZONING DISTRICT APPEAL - DOCKET NO. 1/23\n4a.\nBrief:\nRequesting an appeal of the Bed and Breakfast Interim Zoning District to permit one (1)\ncommercial Bed and Breakfast in an HMR-2 Historic Marigny/Trem\u00e8/Bywater Residential\nDistrict, Bed and Breakfast Interim Zoning District and Residential Short Term Rental Interim\nZoning Overlay District, on Square 385, Lot 11, bounded by Saint Anthony Street, Henriette\nDelille Street, Annette Street and Marais Street (Municipal Address: 1724-1726 Marais\nStreet).\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Cm. King, Cn. Deadline 8/21/23).\n(Report received at the meeting of 6/22/23).\nON DEADLINE.\nHEARING HELD.\nBed and Breakfast - IZD 001-23\n4b. MOTION - NO. M-23-358 - BY: COUNCILMEMBERS KING AND GREEN\nBrief:\nGranting the applicant's appeal request for property located at 1724-1726 Marais Street.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/8/23).\nM-23-358\nSHORT TERM RENTAL INTERIM ZONING DISTRICT APPEAL - DOCKET NO. 3/23\n5.\nBrief:\nRequesting an appeal of the Historic Urban Neighborhood Short Term Interim Zoning District\nto permit one (1) commercial short-term rental in an HU-MU Historic Urban Mixed-Use\nDistrict and Commercial Short Term Rental Interim Zoning District, on Square 113, Lot 29,\nbounded by Tchoupitoulas Street, Milan Street, Annunciation Street and Marengo Street\n(Municipal Address: 4139 Tchoupitoulas Street). The recommendation of the City Planning\nCommission Staff being \"FOR DENIAL\".\nAnnotation:\n(Cm. Harris, District B, Cn. Deadline 9/25/23).\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4631\n19/4", - "page_number": 19 + "page_content": "- Topic: Reconsideration of Ordinance Calendar No. 34,084\n- Summary: The council reconsidered Ordinance Calendar No. 34,084 to allow Cm. Thomas to vote on the matter. The motion passed with 6 YEAS and 0 NAYS.\n- Ordinance Number: 34,084\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n Vote 2: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance was reconsidered to allow Cm. Thomas to vote and it passed with unanimous support.\n- Tags/Keywords: Reconsideration, Council Vote, Ordinance 34,084\n- UID: 67033565-dc10-4535-81fd-e35c9a6cfa28\n\n- Topic: Communication from Entergy New Orleans, LLC\n- Summary: Communication from Entergy New Orleans, LLC included the New Orleans Power Station Louisiana Department of Environmental Quality Report and Final Accounting of Up-Front Financing Costs.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: The communication was received and electronically submitted.\n- Tags/Keywords: Entergy New Orleans, LLC, Communication, Utilities Regulatory Office\n- UID: 67033565-dc10-4535-81fd-e35c9a6cfa28", + "uid": "67033565-dc10-4535-81fd-e35c9a6cfa28", + "publish_date": "3-23-2023", + "page_number": 5, + "title": "Regular City Council Minutes 3-23-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4631\n11/15/23, 7:48 PM\n(Report received at the meeting of 7/27/23).\nCONTINUED TO THE MEETING OF 8/24/23.\nSTR IZD - 003-23 Staff report with attachments\n. ZONING DOCKET NO. 31/23 - CITY COUNCIL MOTION NO. M-23-X\n6\nBrief:\nRequesting a text amendment to Article 19 of the Comprehensive Zoning Ordinance (CZO) to\nestablish a new Interim Zoning District (IZD) to be named the Historic Urban Neighborhood\nCommercial Short Term Rental Interim Zoning District. The intent of the IZD is to establish a\ntemporary prohibition of new Commercial Short Term Rental Commercial (CSTR) uses\nwithin the Historic Urban Neighborhood Mixed-Use District (HU-MU). The proposed text\namendment would affect properties across the city currently zoned Historic Urban\nNeighborhood Mixed Use District (HU-MU) City-wide. The recommendation of the City\nPlanning Commission being \"FOR APPROVAL\".\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(All Cms ., All Districts, Cn. Deadline 7/24/23).\nPAST DEADLINE.\nPETITION DIES.\nZD NO 31-23 Final Staff Report\n. LEGISLATIVE GROUPING\n7a. ZONING DOCKET NO. 39/23 - BYWATER JEJ, LLC\nBrief:\nRequesting a Conditional Use to permit a hotel in an HM-MU Historic\nMarigny/Trem\u00e9/Bywater Mixed-Used District, located on Square 292, Lots Y, 10, 23, and 24\nor Lots Y, 1, and two undesignated lots, in the Third Municipal District, bounded by\nBartholomew Street, Burgundy Street, Mazant Street, and North Rampart Street (Municipal\nAddresses: 901 Bartholemew Street and 4015 Burgundy Street). The recommendation of the\nCity Planning Commission being \"FOR DENIAL\".\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Cm. King, District C, Cn. Deadline 9/11/23).\nCONTINUED TO THE MEETING OF 8/24/23.\nZD NO 39-23 Final Report\n7b. MOTION - NO. M-23-359 - BY: COUNCILMEMBER KING\nBrief:\nDenying the applicant's appeal request for properties located at 901 Bartholemew Street and\n4015 Burgundy Street.\nAnnotation:\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4631\n20/41", - "page_number": 20 + "page_content": "- Topic: Appeal of Central Business District Historic District Landmarks Commission's decision for nomination of local historic landmark at 1001 Howard Avenue\n- Summary: W. Nicholas Dietzen IV, representing Alexandra Land & Development, LLC, appealed the Commission's decision and requested a six month deferral for the nomination of the property at 1001 Howard Avenue.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Hearing date set for 4/6/23\n- Tags/Keywords: Appeal, Historic Landmark, Property Nomination, Hearing\n- UID: eac1b3a2-bbdc-45d3-a409-e7a0c26797b0\n\n- Topic: Update on Alternative Dispatch Program by Orleans Parish Communication District\n- Summary: Tyrell T. Morris, Executive Director, OPCD, submitted an update on the Alternative Dispatch Program, aiming to improve service for residents struggling with mental illness.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Electronically submitted and received\n- Tags/Keywords: Alternative Dispatch Program, Mental Illness, Service Improvement\n- UID: eac1b3a2-bbdc-45d3-a409-e7a0c26797b0\n\n- Topic: Amendments to the Classified Pay Plan (Aviation Board) Hiring Rates\n- Summary: Amy B. Trepagnier, Director of Personnel, submitted amendments for Council approval in accordance with the Constitution of Louisiana, adopted by the Civil Service Commission.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Electronically submitted, received, and referred to the Budget Committee\n- Tags/Keywords: Classified Pay Plan, Hiring Rates, Amendments, Budget Committee\n- UID: eac1b3a2-bbdc-45d3-a409-e7a0c26797b0", + "uid": "eac1b3a2-bbdc-45d3-a409-e7a0c26797b0", + "publish_date": "3-23-2023", + "page_number": 6, + "title": "Regular City Council Minutes 3-23-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4631\n11/15/23, 7:48 PM\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/8/23).\nCONTINUED TO THE MEETING OF 8/24/23.\nM-23-359\n8. ZONING DOCKET 44/23 - CITY COUNCIL MOTION NO. M-23-146\nBrief:\nRequesting an amendment to the text of the Comprehensive Zoning Ordinance to modify\nArticle 24, Section 24.15.C to read as follows:\n\"24.15.C MAINTENANCE AND RELOCATION\nA designated classic sign may be moved to a new location when and where the associated\nbusiness moves, or an exact replica of a designated classic sign may be installed at a new\nlocation when a business with a classic sign moves. Only the business name, other descriptive\nlanguage, and color of an original designated classic sign may be changed to reflect a new\nbusiness at the original classic sign location.\" (Municipal Addresses: The proposed text\nchange would affect classic signage procedures citywide). The recommendation of the City\nPlanning Commission being \"FOR DENIAL\".\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(All Cms ., All Districts, Cn. Deadline 9/11/23).\nWITHDRAWN.\nZD NO 44-23 Final Staff Report\n9. LEGISLATIVE GROUPING\n9a. ZONING DOCKET 47/23 - TOMMY AND TUOC INVESTMENTS, INC.\nBrief:\nRequesting a Zoning change from an OS-N Neighborhood Open Space District to an S-RS\nSuburban Single-Family Residential District, Lot X-1-A, Versailles Gardens Area IV (East),\nin the Third Municipal District, bounded by Dwyer Boulevard, Alcee Fortier Boulevard,\nWillowbrook Drive, and Six Flags Parkway (Municipal Address(es): 14051-14071 Dwyer\nBoulevard. The recommendation of the City Planning Commission being \"FOR\nAPPROVAL\".\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Cm. Thomas, District E, Cn. Deadline 9/25/23).\nHEARING HELD.\n9b. MOTION - NO. M-23-361 - BY: COUNCILMEMBER THOMAS\nBrief:\nApproving and granting the applicant's appeal request for property located at 14051-14071\nDwyer Boulevard.\n21/4\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4631", - "page_number": 21 + "page_content": "- Topic: Amendments to Classified Pay Plan (Sewerage and Water Board)\n- Summary: The ordinance submitted for Council approval includes new classifications and hiring rates for the Sewerage and Water Board, in accordance with the Constitution of Louisiana. The ordinance was electronically submitted and referred to the Budget Committee.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: Referred to the Budget Committee\n- Tags/Keywords: Classified Pay Plan, Sewerage and Water Board, Budget Committee\n- UID: 753f69cd-a65b-4734-85f0-a6ec1adaa0dd\n\n- Topic: Amendments to Classified Pay Plan (Finance)\n- Summary: The ordinance submitted for Council approval includes new classifications, title changes, and hiring rates for the Finance department, in accordance with the Constitution of Louisiana. The ordinance was electronically submitted and referred to the Budget Committee.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: Referred to the Budget Committee\n- Tags/Keywords: Classified Pay Plan, Finance, Budget Committee\n- UID: 753f69cd-a65b-4734-85f0-a6ec1adaa0dd", + "uid": "753f69cd-a65b-4734-85f0-a6ec1adaa0dd", + "publish_date": "3-23-2023", + "page_number": 7, + "title": "Regular City Council Minutes 3-23-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4631\n11/15/23, 7:48 PM\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/8/23).\nM-23-361\n10. LEGISLATIVE GROUPING\n10a. ZONING DOCKET 48/23 - MACIE ST. CHARLES, LLC\nBrief:\nRequesting a conditional use to permit the extension of a restaurant's hours of operations in an\nMU-1 Medium Intensity Mixed-Use District and in a CPC Character Preservation Corridor\nDesign District, on Square 210 PT, Lot 6 or Lot 12, in the First Municipal District, bounded\nby MLK Jr. Blvd, Terpsichore St ., St. Charles Ave ., Robert C. Blakes Sr. Dr. (Municipal\nAddress: 1513 St. Charles Avenue). The recommendation of the City Planning Commission\nbeing \"FOR APPROVAL\", subject to two (2) provisos.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Cm. Harris, District B, Cn. Deadline 9/25/23).\nHEARING HELD.\nZD NO. 48-23 Final\n10b. MOTION - NO. M-23-362 - BY: COUNCILMEMBER HARRIS\nBrief:\nApproving and granting the applicant's request, subject to the two (2) provisos set forth by the\nCity Planning Commission for property located at 1513 St. Charles Avenue.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/8/23).\nM-23-362\n31. CAL. NO. 34,303 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BY REQUEST).\nBrief:\nAn Ordinance to amend Ordinance No. 29266 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Expenditures for the City of New Orleans for the Year\n2023\", to appropriate funds to the Department of Finance for the outstanding Parity Bond\nNotes in series 2012, 2016 and 2017; and otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/10/23).\n22/41\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4631", - "page_number": 22 + "page_content": "- Topic: Amendments to the Classified Pay Plan (Police) Pilot Special Rate of Pay: Police Recruiter Incentive Pay\n- Summary: Amy B. Trepagnier, Director of Personnel, City of New Orleans, Department of Civil Service, submitted amendments to the Classified Pay Plan (Police) Pilot Special Rate of Pay: Police Recruiter Incentive Pay for Council approval. The amendments were in accordance with Article X, Section 10 of the Constitution of Louisiana as adopted by the Civil Service Commission. The motion was received and referred to the budget committee.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Referred to the budget committee for further review\n- Tags/Keywords: Classified Pay Plan, Police Recruiter Incentive Pay, Civil Service Commission\n- UID: efb98f40-fa5b-4573-b9f7-aa9517cbb39b\n\n- Topic: Amendment to the Classified Pay Plan Option 1: Council Requested Police Hiring Rates\n- Summary: Amy B. Trepagnier, Director of Personnel, City of New Orleans, Department of Civil Service, submitted an amendment to the Classified Pay Plan Option 1 for Council approval. The amendment pertained to Council Requested Police Hiring Rates per Resolution 22-530 Hiring Rates: (Commissioned Officers), in accordance with Article X, Section 10 of the Constitution of Louisiana as adopted by the Civil Service Commission. The motion was received and referred to the budget committee for further review.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Referred to the budget committee for further review\n- Tags/Keywords: Classified Pay Plan, Police Hiring Rates, Civil Service Commission\n- UID: efb98f40-fa5b-4573-b9f7-aa9517cbb39b\n\n- Topic: Amendment to the Classified Pay Plan Option 2: Council Requested Police Hiring Rates\n- Summary: Amy B. Trepagnier, Director of Personnel, City of New Orleans, Department of Civil Service, submitted an amendment to the Classified Pay Plan Option 2 for Council approval. The amendment pertained to Council Requested Police Hiring Rates per Resolution 22-530 Hiring Rates: (Commissioned Officers), in accordance with Article X, Section 10 of the Constitution of Louisiana as adopted by the Civil Service Commission. The motion was received and referred to the budget committee for further review.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Referred to the budget committee for further review\n- Tags/Keywords: Classified Pay Plan, Police Hiring Rates, Civil Service Commission\n- UID: efb98f40-fa5b-4573-b9f7-aa9517cbb39b", + "uid": "efb98f40-fa5b-4573-b9f7-aa9517cbb39b", + "publish_date": "3-23-2023", + "page_number": 8, + "title": "Regular City Council Minutes 3-23-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4631\n11/15/23, 7:48 PM\n(Fiscal Note received).\n(Referred to the Budget Committee).\n34303\n32. CAL. NO. 34,305 - BY: COUNCILMEMBER HARRIS\nBrief:\nAn Ordinance to establish a communications campaign and giving platform relative to\nsupporting unhoused residents in New Orleans; and otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/10/23).\n(Referred to the Budget Committee).\nCONTINUED TO THE MEETING OF 8/24/23 AND REFERRED TO THE BUDGET\nCOMMITTEE.\n34305\n33. CAL. NO. 34,306 - BY: COUNCILMEMBER KING\nBrief:\nAn Ordinance to temporarily waive certain fees, permit fees, and requirements within and\naround Devour Park located at 1500 Teche Street, New Orleans, Louisiana in conjunction with\nthe Fatherhood Roundtable event on Saturday, July 15, 2023 from 8:00 a.m. to 4:00 p.m ., to\nspecify the duration and boundaries of said waiver; and otherwise to provide with respect\nthereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/10/23).\n(Referred to the Budget Committee).\nCONTINUED TO THE MEETING OF 8/24/23.\n34306\n34. LEGISLATIVE GROUPING\n34a. CAL. NO. 34,308 - BY: COUNCILMEMBERS GREEN, THOMAS AND KING\nBrief:\nAn Ordinance to amend and reordain Sections 82-410 and 82-412 to increase penalties and to\nprovide relative to food waste and distribution of food under or adjacent to an overpass or\nelevated roadway or within or adjacent to any encampment area; and otherwise to provide\nwith respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/10/23).\n(Referred to the Quality of Life Committee).\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4631\n23/41", - "page_number": 23 + "page_content": "- Topic: Amendments to the Classified Pay Plan (Police) Hiring Rates and New Classification (Social Services Series)\n- Summary: Amy B. Trepagnier, Director of Personnel, submitted amendments to the Classified Pay Plan (Police) Hiring Rates and a new classification (Social Services Series) for Council approval, in accordance with the Constitution of Louisiana. The communication was electronically submitted and referred to the Budget Committee.\n- Ordinance Number: Not specified\n- Votes Summary:\n Vote 1: N/A - Not applicable for this communication\n- Decision/Key Actions: Referred to the Budget Committee for further consideration\n- Tags/Keywords: Amendments, Classified Pay Plan, Police Hiring Rates, Social Services Series\n- UID: e0f1c35e-0c87-4d1f-9d12-27c3844eb497\n\n- Topic: Amendments to the Classified (Police) Police Hiring Rates: Police Academy\n- Summary: Amy B. Trepagnier, Director of Personnel, submitted amendments to the Classified (Police) Police Hiring Rates for the Police Academy for Council approval, in accordance with the Constitution of Louisiana. The communication was electronically submitted and received, with a motion number M-23-107 associated with it.\n- Ordinance Number: Not specified\n- Votes Summary:\n Vote 1: N/A - Not applicable for this communication\n- Decision/Key Actions: Received with a motion number M-23-107\n- Tags/Keywords: Amendments, Classified Police Hiring Rates, Police Academy\n- UID: e0f1c35e-0c87-4d1f-9d12-27c3844eb497\n\n- Topic: Variance Request for University Area Off-Street Parking Interim Zoning District\n- Summary: Bruce M. Goodwin, an architect and associate professor at Tulane University, requested a variance from the requirements of the University Area Off-Street Parking Interim Zoning District for a property renovation located at 6301 Annunciation Street. The communication was electronically submitted and received, with a hearing date set for 4/6/23.\n- Ordinance Number: Not specified\n- Votes Summary:\n Vote 1: N/A - Not applicable for this communication\n- Decision/Key Actions: Hearing date set for 4/6/23\n- Tags/Keywords: Variance Request, University Area Off-Street Parking, Zoning District\n- UID: e0f1c35e-0c87-4d1f-9d12-27c3844eb497\n\n- Topic: Communication from the Office of Mayor LaToya Cantrell\n- Summary: Tara G. Richard, Director of Council Relations, submitted a communication from the Office of Mayor LaToya Cantrell. The details of the communication were not provided in the summary.\n- Ordinance Number: Not specified\n- Votes Summary:\n Vote 1: N/A - Not applicable for this communication\n- Decision/Key Actions: Not specified\n- Tags/Keywords: Office of Mayor Cantrell, Communication\n- UID: e0f1c35e-0c87-4d1f-9d12-27c3844eb497", + "uid": "e0f1c35e-0c87-4d1f-9d12-27c3844eb497", + "publish_date": "3-23-2023", + "page_number": 9, + "title": "Regular City Council Minutes 3-23-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4631\n11/15/23, 7:48 PM\nCONTINUED TO THE MEETING OF 8/24/23 AND REFERRED TO THE QUALITY OF\nLIFE COMMITTEE.\n34308\n34b. AMENDMENT TO ORDINANCE CAL. NO. 34,308 - BY: COUNCILMEMBER GREEN\nBrief:\n(1) On page 1, line 2, insert the following at the beginning of paragraph (a): \"The first offense\nshall result in a warning citation.\" (2) On page 1, line 2, replace \"The penalty for each\" with\n'Each subsequent\"\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/24/23).\nCONTINUED TO THE MEETING OF 8/24/23.\n34308 Amendment\n37. LEGISLATIVE GROUPING\n37a. CAL. NO. 34,317 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, MORRELL,\nTHOMAS, GREEN, KING AND HARRIS\nBrief:\nAn Ordinance requiring the Department of Finance through the Bureau of Purchasing of the\nCity of New Orleans (\"City\") to increase the minimum amount of goods and other movable\nproperty able to be procured without a competitive selection process from $1,000.00 to\n$10,000.00; and otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/24/23).\n34317-29587 MCS\n37b. AMENDMENT TO ORDINANCE CAL. NO. 34,317 - BY: COUNCILMEMBER\nGIARRUSSO\nBrief:\n1. On page 1, in the second line of the preamble, delete the words \"goods and other\"\n2. On page 1, section 1, line 2, delete \"That the Department of Finance through the Bureau\nof Purchasing will\" and insert \"That the following shall apply to the procurement of\nmoveable property valued at less than $10,000\"\n3. On page 1, section 1, line 3, delete the word \"regulations\" and insert the word \"policies\"\nin lieu thereof.\n4. On page 1, section 1, line 4, delete the words \"Department of Finance\" and insert \"Chief\nAdministrative Office\" in lieu thereof.\n5. On page 1, section 1, line 4, delete the words \"goods and other\".\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4631\n24/41", - "page_number": 24 + "page_content": "- Topic: Proposed Agreement between City of New Orleans and Sev! Tech, LLC.\n- Summary: The proposed agreement between the City of New Orleans and Sev! Tech, LLC was submitted, along with a completed contract summary form and related Motion. It was electronically submitted and referred to the Community Development Committee.\n- Ordinance Number: Not specified\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Referred to the Community Development Committee\n- Tags/Keywords: City of New Orleans, Sev! Tech, LLC, agreement, contract, Community Development Committee\n- UID: 4690e81f-423c-4bfc-b9e4-ba51c4be9848\n\n- Topic: Proposed Agreement between City of New Orleans and Acadian Ambulance Service, Inc.\n- Summary: The proposed agreement between the City of New Orleans and Acadian Ambulance Service, Inc. was submitted, along with a completed contract summary form and related Motion. It was electronically submitted and referred to the Community Development Committee.\n- Ordinance Number: Not specified\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Referred to the Community Development Committee\n- Tags/Keywords: City of New Orleans, Acadian Ambulance Service, agreement, contract, Community Development Committee\n- UID: 4690e81f-423c-4bfc-b9e4-ba51c4be9848\n\n- Topic: Proposed Agreement between City of New Orleans and Quartech\n- Summary: The proposed agreement between the City of New Orleans and Quartech was submitted, along with a completed contract summary form and related Motion. It was electronically submitted and referred to the Community Development Committee.\n- Ordinance Number: Not specified\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Referred to the Community Development Committee\n- Tags/Keywords: City of New Orleans, Quartech, agreement, contract, Community Development Committee\n- UID: 4690e81f-423c-4bfc-b9e4-ba51c4be9848\n\n- Topic: Temporary Emergency Polling Location Changes\n- Summary: Temporary emergency polling location changes were recommended to the City Council for various wards/precincts. The changes were submitted in collaboration with Councilmember Green and involved relocating polling locations within the city.\n- Ordinance Number: Not specified\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Recommended to the City Council\n- Tags/Keywords: Temporary Emergency Polling Location Changes, City Council, wards, precincts\n- UID: 4690e81f-423c-4bfc-b9e4-ba51c4be9848", + "uid": "4690e81f-423c-4bfc-b9e4-ba51c4be9848", + "publish_date": "3-23-2023", + "page_number": 10, + "title": "Regular City Council Minutes 3-23-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4631\n11/15/23, 7:48 PM\n6. On page 1, section 1, after line 5, add the following, and renumber the subsequent\nparagraphs accordingly:\n(b) For purchases less than or equal to $10,000, the Bureau of Purchasing may accept a single\nvendor quote from the department seeking the purchase, where the department documented its\nefforts to obtain three or more responses.\n(c)For purchases less than or equal to $10,000 the department seeking the purchase shall use\ntheir best efforts to obtain the vendor quotes from disadvantaged business enterprises, as\ndefined in section 70-456 of the City Code.\n7. On page 2, section 1, line 9, delete the word \"Create\" and insert the following in lieu\nthereof:\n\"The Department of Finance through the Bureau of Purchasing will create\"\n8. On page 2, section 1, line 9, delete the number \"120\" and insert the number \"150\" in\nlieu thereof.\n9. On page 2, section 1, lines 10-11, delete the words \"good or\" at each of three\noccurrences.\n10. On page 2, section 2, line 3, delete the words \"promulgate rules\" and insert the words\n\"update its policies\" in lieu thereof.\nAnnotation:\nELECTRONICALLY SUBMITTED.(Council Rule 34. Postponement Deadline\n12/8/23).\n34317 Amendment\n34317-29587 M.C.S As Amended\n38. LEGISLATIVE GROUPING\n38a. CAL. NO. 34,318 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, KING,\nTHOMAS, GREEN, HARRIS AND MORRELL\nBrief:\nAn Ordinance requiring the Department of Public Works to create and maintain a public-\nfacing dashboard; and otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/24/23).\n34318-29588 M.C.S\n38b. AMENDMENT TO ORDINANCE CAL. NO. 34,318 - BY: COUNCILMEMBERS\nGIARRUSSO, GREEN, THOMAS AND KING\nBrief:\n1. On page 1, line 2, delete the number \"90\" and replace with the number \"120.\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4631\n25/41", - "page_number": 25 + "page_content": "- Topic: Zoning Docket Numbers\n- Summary: Transmission of Zoning Docket Numbers 3/23 and 11/23, with a deadline of 5/22/23.\n- Ordinance Number: Not specified\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Hearing date set for 4/6/23.\n- Tags/Keywords: Zoning, Docket Numbers, City Planning Commission\n- UID: d26e3884-0679-4841-9c58-7db733a2fac4\n\n- Topic: Demolition Report\n- Summary: Transmission of a demolition report for the property located at 2020 Calhoun Street in Council District \"A\".\n- Ordinance Number: 23-01161-DEMO-Council District \"A\"\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: N/A\n- Tags/Keywords: Demolition, Report, Property\n- UID: d26e3884-0679-4841-9c58-7db733a2fac4\n\n- Topic: Disadvantaged Business Enterprise (DBE) Participation Report\n- Summary: Submission of the annual report identifying the Council\u2019s DBE participation goals and attainment rates for professional service contracts granted in 2022.\n- Ordinance Number: Not specified\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: N/A\n- Tags/Keywords: DBE, Participation Report, Annual Report\n- UID: d26e3884-0679-4841-9c58-7db733a2fac4\n\n- Topic: Report from Deputy Director of Finance & Administration, Louis Armstrong New Orleans International Airport\n- Summary: Report from Deputy Director Henrietta Brown regarding the Louis Armstrong New Orleans International Airport.\n- Ordinance Number: Not specified\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: N/A\n- Tags/Keywords: Louis Armstrong New Orleans International Airport, Report, Finance & Administration\n- UID: d26e3884-0679-4841-9c58-7db733a2fac4", + "uid": "d26e3884-0679-4841-9c58-7db733a2fac4", + "publish_date": "3-23-2023", + "page_number": 11, + "title": "Regular City Council Minutes 3-23-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4631\n11/15/23, 7:48 PM\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/8/23).\n34318 Amendment\n34318-29588 M.C.S As Amended\n39. CAL. NO. 34,319 - BY: COUNCILMEMBER THOMAS (BY REQUEST).\nBrief:\nAn Ordinance authorizing the Mayor of the City of New Orleans to enter into a Cooperative\nEndeavor Agreement between the City of New Orleans (the \"City\") and PBP, LLC ., for a term\ngreater than one year, for the public purpose of increasing positive public perception of New\nOrleans Police Department (the \"NOPD\") and New Orleans Emergency Medical Services (the\n\"NOEMS\") personnel, and community cooperation with NOPD and NOEMS in the City of\nNew Orleans, as more fully detailed in the Cooperative Endeavor Agreement (\"CEA\") Exhibit\n\"A\"; and otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/24/23).\nCONTINUED TO THE MEETING OF 8/24/23.\n34319\n40. CAL. NO. 34,320 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BY REQUEST)\nBrief:\nAn Ordinance to amend Ordinance No. 29266 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Expenditures for the City of New Orleans for the Year\n2023\", to transfer grant funds from Other Operating (200) to Personal Services (100) within\nthe Office of Homeland Security and Emergency Preparedness; and otherwise to provide with\nrespect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/24/23).\n(Fiscal Note received).\nCONTINUED TO THE MEETING OF 8/24/23 AND REFERRED TO THE BUDGET\nCOMMITTEE.\n34320\n41. CAL. NO. 34,321 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BY REQUEST).\nBrief:\nAn Ordinance to amend Ordinance No. 29265 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Revenues for the City of New Orleans for the Year 2023\",\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4631\n26/41", - "page_number": 26 + "page_content": "- Topic: NOAB End of Quarter Report\n- Summary: The ordinance was submitted in accordance with Section 22-52, presenting the New Orleans Aviation Board's financial activity for the quarters ending 12/31/22 and 3/17/23. The submission was electronically received.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: Submission received\n- Tags/Keywords: NOAB, End of Quarter Report, Financial Activity, Submission\n- UID: 0460cdd4-4bbf-4bde-9b43-6c83f992725a\n\n- Topic: Amendment of Residential Short Term Rentals regulations\n- Summary: This ordinance aimed to modify the Residential Short Term Rentals regulations to comply with a decision by the United States Court of Appeals for the Fifth Circuit, which deemed the homestead exemption requirement unconstitutional. It was removed from the Consent agenda due to an amendment.\n- Ordinance Number: 34083\n- Votes Summary: N/A\n- Decision/Key Actions: Amendment and removal from Consent agenda\n- Tags/Keywords: Zoning Ordinance, Residential Short Term Rentals, Amendment\n- UID: 0460cdd4-4bbf-4bde-9b43-6c83f992725a\n\n- Topic: Reappointment of Charles David Thompson to Industrial Development Board\n- Summary: The motion ratified, confirmed, and approved the reappointment of Charles David Thompson as a member of the Industrial Development Board. It was recommended for approval by the Governmental Affairs Committee and was adopted.\n- Ordinance Number: M-23-87\n- Votes Summary: Passed - (N/A)\n- Decision/Key Actions: Ratification and approval\n- Tags/Keywords: Reappointment, Industrial Development Board, Ratification\n- UID: 0460cdd4-4bbf-4bde-9b43-6c83f992725a\n\n- Topic: Reappointment of Dr. Rochelle Head Dunham to Criminal Justice Commission\n- Summary: The motion ratified, confirmed, and approved the Mayor's reappointment of Dr. Rochelle Head Dunham as a member of the Sanford \"Sandy\" Krasnoff New Orleans Criminal Justice Commission.\n- Ordinance Number: M-23-88\n- Votes Summary: N/A\n- Decision/Key Actions: Ratification and approval\n- Tags/Keywords: Reappointment, Criminal Justice Commission, Ratification\n- UID: 0460cdd4-4bbf-4bde-9b43-6c83f992725a", + "uid": "0460cdd4-4bbf-4bde-9b43-6c83f992725a", + "publish_date": "3-23-2023", + "page_number": 12, + "title": "Regular City Council Minutes 3-23-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4631\n11/15/23, 7:48 PM\nto appropriate State Act 170 funds awarded to the Office of the Mayor for initiatives to\nsupport Strategic Economic Development plans and beautification projects in various\ncommunities; and otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/24/23).\n(Fiscal Note received).\nCONTINUED TO THE MEETING OF 8/24/23 AND REFERRED TO THE BUDGET\nCOMMITTEE.\n34321\n42. CAL. NO. 34,322 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BY REQUEST).\nBrief:\nAn Ordinance to amend Ordinance No. 29266 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Expenditures for the City of New Orleans for the Year\n2023\", to appropriate State Act 170 funds awarded to the Office of the Mayor for initiatives to\nsupport Strategic Economic Development plans and beautification projects in various\ncommunities; and otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/24/23).\n(Fiscal Note received).\nCONTINUED TO THE MEETING OF 8/24/23 AND REFERRED TO THE BUDGET\nCOMMITTEE.\n34322\n43. CAL. NO. 34,323 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BY REQUEST).\nBrief:\nAn Ordinance to amend Ordinance No. 29265 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Revenues for the City of New Orleans for the Year 2023\",\nto appropriate FEMA grant funds to the Office of Homeland Security for the Flood Mitigation\nAssistance Swift Program; and otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/24/23).\n(Fiscal Note received).\nCONTINUED TO THE MEETING OF 8/24/23 AND REFERRED TO THE BUDGET\nCOMMITTEE.\n34323\n44. CAL. NO. 34,324 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BY REQUEST).\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4631\n27/41", - "page_number": 27 + "page_content": "- Topic: Appointment of Council Member for Mental Health\n- Summary: The council approved the appointment of a community representative for mental health, effective until December 31, 2023.\n- Ordinance Number: M-23-88\n- Votes Summary:\n - Vote 1: Passed - (Unanimous approval)\n- Decision/Key Actions: Appointment approved for a term ending on December 31, 2023\n- Tags/Keywords: Mental Health, Appointment, Community Representative\n- UID: 670560a8-c6e2-40b2-8713-3c6a6355551e\n\n- Topic: Reappointment of Finance Authority Member\n- Summary: The council ratified and approved the reappointment of Hunter Thomas as a member of the Finance Authority of New Orleans, effective until February 5, 2026.\n- Ordinance Number: M-23-89\n- Votes Summary:\n - Vote 1: Passed - (Unanimous approval)\n- Decision/Key Actions: Reappointment approved for a term ending on February 5, 2026\n- Tags/Keywords: Finance Authority, Reappointment, Hunter Thomas\n- UID: 670560a8-c6e2-40b2-8713-3c6a6355551e\n\n- Topic: Appointment of Ethics Review Board Member\n- Summary: The council ratified and approved the Mayor's appointment of Dr. Dawn Broussard as a member of the Ethics Review Board, effective until June 30, 2029.\n- Ordinance Number: M-23-90\n- Votes Summary:\n - Vote 1: Passed - (Unanimous approval)\n- Decision/Key Actions: Appointment approved for a term ending on June 30, 2029\n- Tags/Keywords: Ethics Review Board, Appointment, Dr. Dawn Broussard\n- UID: 670560a8-c6e2-40b2-8713-3c6a6355551e\n\n- Topic: Reappointment to Criminal Justice Council\n- Summary: The council ratified and approved the Mayor's reappointment of Thelma French as a member of the Sanford \"Sandy\" Krasnoff New Orleans Criminal Justice Council, effective until December 31, 2023.\n- Ordinance Number: M-23-91\n- Votes Summary:\n - Vote 1: Passed - (Unanimous approval)\n- Decision/Key Actions: Reappointment approved for a term ending on December 31, 2023\n- Tags/Keywords: Criminal Justice Council, Reappointment, Thelma French\n- UID: 670560a8-c6e2-40b2-8713-3c6a6355551e", + "uid": "670560a8-c6e2-40b2-8713-3c6a6355551e", + "publish_date": "3-23-2023", + "page_number": 13, + "title": "Regular City Council Minutes 3-23-2023" }, { - "page_content": "11/15/23, 7:48 PM\ncityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4631\nBrief:\nAn Ordinance to amend Ordinance No. 29266 M.C.S ., as amended, entitled ?An Ordinance\nProviding an Operating Budget of Expenditures for the City of New Orleans for the Year\n2023 ?, to appropriate FEMA grant funds to the Office Homeland Security for the Flood\nMitigation Assistance Swift Program; and otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/24/23).\n(Fiscal Note received).\nCONTINUED TO THE MEETING OF 8/24/23 AND REFERRED TO THE BUDGET\nCOMMITTEE.\n34324\n45. CAL. NO. 34,325 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BY REQUEST)\nBrief:\nAn Ordinance to amend Ordinance No. 29265 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Revenues for the City of New Orleans for the Year 2023\",\nto appropriate reimbursement funds from Downtown Development District to the Office of\nCommunity Development for the Code Enforcement Unit; and otherwise to provide with\nrespect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/24/23).\n(Fiscal Note received).\nCONTINUED TO THE MEETING OF 8/24/23 AND REFERRED TO THE BUDGET\nCOMMITTEE.\n34325\n46. CAL. NO. 34,326 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BY REQUEST).\nBrief:\nAn Ordinance to amend Ordinance No. 29266 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Expenditures for the City of New Orleans for the Year\n2023\", to appropriate reimbursement funds from Downtown Development District to the\nOffice of Community Development for the Code Enforcement Unit; and otherwise to provide\nwith respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/24/23).\n(Fiscal Note received).\nCONTINUED TO THE MEETING OF 8/24/23 AND REFERRED TO THE BUDGET\nCOMMITTEE.\n34326\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4631\n28/41", - "page_number": 28 + "page_content": "- Topic: Appointment of Eric Jones to the Downtown Development District\n- Summary: The ordinance ratified the Mayor\u2019s appointment of Eric Jones as a member of the Downtown Development District, representing the Chamber of Commerce, effective until June 30, 2027.\n- Ordinance Number: M-23-91\n- Votes Summary:\n Vote 1: Passed - (Unanimous approval)\n- Decision/Key Actions: Appointment of Eric Jones approved\n- Tags/Keywords: Downtown Development District, Eric Jones, Chamber of Commerce\n- UID: b71ed0d2-6b7f-430c-a20a-75ca3edc25f5\n\n- Topic: Reappointment of Richard Cahn to the Fairgrounds Citizen Advisory Committee\n- Summary: The ordinance ratified the reappointment of Richard Cahn, nominee of the District A councilmember, as a member of the Fairgrounds Citizen Advisory Committee, effective until June 30, 2026.\n- Ordinance Number: M-23-93\n- Votes Summary:\n Vote 1: Passed - (Unanimous approval)\n- Decision/Key Actions: Reappointment of Richard Cahn approved\n- Tags/Keywords: Fairgrounds Citizen Advisory Committee, Richard Cahn, District A\n- UID: b71ed0d2-6b7f-430c-a20a-75ca3edc25f5\n\n- Topic: Reappointment of Wayne Benjamin to the Fairgrounds Citizen Advisory Committee\n- Summary: The ordinance ratified the reappointment of Wayne Benjamin, nominee of the District A councilmember, as a member of the Fairgrounds Citizen Advisory Committee, effective until June 30, 2027.\n- Ordinance Number: M-23-94\n- Votes Summary:\n Vote 1: Passed - (Unanimous approval)\n- Decision/Key Actions: Reappointment of Wayne Benjamin approved\n- Tags/Keywords: Fairgrounds Citizen Advisory Committee, Wayne Benjamin, District A\n- UID: b71ed0d2-6b7f-430c-a20a-75ca3edc25f5", + "uid": "b71ed0d2-6b7f-430c-a20a-75ca3edc25f5", + "publish_date": "3-23-2023", + "page_number": 14, + "title": "Regular City Council Minutes 3-23-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4631\n11/15/23, 7:48 PM\n47. CAL. NO. 34,327 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BY REQUEST)\nBrief:\nAn Ordinance to amend Ordinance No. 29265 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Revenues for the City of New Orleans for the Year 2023\",\nto appropriate FEMA grant funds to the Office of Homeland Security for Flood Mitigation\nAssistance in Orleans Parish; and otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/24/23).\n(Fiscal Note received).\nCONTINUED TO THE MEETING OF 8/24/23 AND REFERRED TO THE BUDGET\nCOMMITTEE.\n34327\nCAL. NO. 34,328 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\n48.\nTHOMAS (BY REQUEST).\nBrief:\nAn Ordinance to amend Ordinance No. 29266 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Expenditures for the City of New Orleans for the Year\n2023\", to appropriate FEMA grant funds to the Office Homeland Security for Flood\nMitigation Assistance; and otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/24/23).\n(Fiscal Note received).\nCONTINUED TO THE MEETING OF 8/24/23 AND REFERRED TO THE BUDGET\nCOMMITTEE.\n34328\n49. CAL. NO. 34,329 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BY REQUEST).\nBrief:\nAn Ordinance to amend Ordinance No. 29265 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Revenues for the City of New Orleans for the Year 2023\",\nto appropriate funds awarded by the Federal Communications Commission to the Office of\nResilience and Sustainability for the New Orleans Broadband Outreach and Equity Program;\nand otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/24/23).\n(Fiscal Note received).\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4631\n29/41", - "page_number": 29 + "page_content": "- Topic: Mayor's Appointment of Edwin Murray to Downtown Development District\n- Summary: The ordinance ratifies the Mayor's appointment of Edwin Murray (vice Paul Flowers) to the Downtown Development District for a term expiring on June 30, 2027.\n- Ordinance Number: M-23-94\n- Votes Summary:\n Vote 1: ADOPTED - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The appointment of Edwin Murray was approved.\n- UID: 1a00bb82-3225-41f6-b238-8c650c9088c1\n\n- Topic: Adoption of Consent Agenda and Referral of Other Matters\n- Summary: The motion to adopt the consent agenda and refer other matters to the proper agency was made and passed.\n- Ordinance Number: M-23-95\n- Votes Summary:\n Vote 1: Adopted - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The motion to adopt the consent agenda and refer other matters was approved.\n- UID: 1a00bb82-3225-41f6-b238-8c650c9088c1\n\n- Topic: Approval of Locally Preferred Alternative for BRT East-West Bank Corridor Project\n- Summary: The resolution approves and adopts the Locally Preferred Alternative for the BRT East-West Bank Corridor Project as set forth in the RTA Board report.\n- Ordinance Number: R-23-119\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: The Locally Preferred Alternative for the BRT East-West Bank Corridor Project was approved.\n- UID: 1a00bb82-3225-41f6-b238-8c650c9088c1", + "uid": "1a00bb82-3225-41f6-b238-8c650c9088c1", + "publish_date": "3-23-2023", + "page_number": 15, + "title": "Regular City Council Minutes 3-23-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4631\n11/15/23, 7:48 PM\nCONTINUED TO THE MEETING OF 8/24/23 AND REFERRED TO THE BUDGET\nCOMMITTEE.\n34329\n50. CAL. NO. 34,330 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BY REQUEST)\nBrief:\nAn Ordinance to amend Ordinance No. 29266 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Expenditures for the City of New Orleans for the Year\n2023\", to appropriate funds awarded by the Federal Communications Commission to the\nOffice of Resilience and Sustainability for the New Orleans Broadband Outreach and Equity\nProgram; and otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/24/23).\n(Fiscal Note received).\nCONTINUED TO THE MEETING OF 8/24/23 AND REFERRED TO THE BUDGET\nCOMMITTEE.\n34330\n51. CAL. NO. 34,331 - BY: COUNCILMEMBER KING\nBrief:\nAn Ordinance to temporarily waive certain fees, permit fees, and requirements within and\naround Devour Park located at 1500 Teche Street, New Orleans, Louisiana in conjunction with\nthe 2nd Annual L. B. Landry Alumni Cookout event on Saturday, July 29, 2023 from 7:30\na.m. to 5:00 p.m ., to specify the duration and boundaries of said waiver; and otherwise to\nprovide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/24/23).\nCONTINUED TO THE MEETING OF 8/24/23.\n34331\n52. CAL. NO. 34,333 - BY: COUNCILMEMBER HARRIS\nBrief:\nAn Ordinance to temporarily waive certain fees, permit fees, and requirements within and\naround A.L. Davis Playground located at 2600 LaSalle Street, New Orleans, Louisiana, in\nconjunction with the Love Covers a Multitude of Sins Back to School Giveaway on Saturday,\nAugust 5, 2023 from 11:00 a.m. to 2:00 p.m .; and otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/24/23).\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4631\n30/41", - "page_number": 30 + "page_content": "- Topic: Communication from Tara G. Richard, Director of Council Relations, Office of Mayor LaToya Cantrell\n- Summary: The proposed agreement between the City of New Orleans and Microsoft, along with the completed contract Summary Form and related Motion, was submitted for approval. The President of the Council was also proposed to be added as a signatory to the contract between the City of New Orleans and Microsoft.\n- Ordinance Number: Not specified\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The proposed agreement and contract were approved, with the President of the Council authorized to sign the contract with Microsoft.\n- Tags/Keywords: City of New Orleans, Microsoft, contract approval, communication\n- UID: a88160bf-6196-4258-9716-71f8d01d025a", + "uid": "a88160bf-6196-4258-9716-71f8d01d025a", + "publish_date": "3-23-2023", + "page_number": 16, + "title": "Regular City Council Minutes 3-23-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4631\n11/15/23, 7:48 PM\n34333-29589 MCS\n53. CAL. NO. 34,335 - BY: COUNCILMEMBER KING (BY REQUEST)\nBrief:\nAn Ordinance authorizing the Mayor of the City of New Orleans to enter into a Cooperative\nEndeavor Agreement (\"CEA\") between the City of New Orleans (the \"City\") and the Ochsner\nClinic Foundation (\"Ochsner\"), for a term greater than one year, for the public purpose of\nimproving care to sick and injured persons in New Orleans while providing access to a\nmedical and clinical education program for Ochsner medical residents, as more fully detailed\nin the CEA form attached hereto as Exhibit \"A\"; and otherwise to provide with respect\nthereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/24/23).\nCONTINUED TO THE MEETING OF 8/24/23.\n34335\nRESOLUTION - NO. R-23-354 - BY: COUNCILMEMBERS MORENO, MORRELL,\n57.\nHARRIS AND KING\nBrief:\nA RESOLUTION calling for the creation of an American Rescue Plan Act (ARPA) Advisory\nCommittee to the New Orleans City Council to develop a strategy and recommendations for\nimplementations of the following allocations of ARPA money:\n* The infrastructure, RFP, and sustainability recommendations for the language access\nprogram for City government.\n* The infrastructure, implementation, and sustainability recommendations regarding the\nallocations for the labor audit of city contracts compliance with the living wage ordinance.\n* The infrastructure, implementation, and sustainability recommendations for the zero-fare\ntransit pilot for youth up to age 24 for a year.\n* The implementation, and sustainability recommendations for the allocations made for\naffordable housing.\n* The implementation, and sustainability recommendations for the allocations made for food\naccess, working to eliminate food insecurity.\n* The implementation, and sustainability recommendations for the allocations made for crime\nprevention and harm reduction.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/8/23).\nCONTINUED TO THE MEETING OF 8/24/23.\nR-23-354\n56. MOTION - NO. M-23-352 - BY: COUNCILMEMBERS GIARRUSSO AND MORRELL\nBrief:\nApproving the Amendments to the Classified Pay Plan (Safety and Permits), as adopted by the\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4631\n31/41", - "page_number": 31 + "page_content": "- Topic: Contract between the City of New Orleans and Microsoft\n- Summary: The council reviewed and voted on two motions related to a contract between the City of New Orleans and Microsoft. The first motion, M-23-96, was to adopt the proposed agreement, which passed with 7 YEAS and 0 NAYS. The second motion, M-23-97, aimed to add the President of the Council as a signatory to the contract and authorize them to sign it, which also passed with 7 YEAS and 0 NAYS.\n- Ordinance Number: M-23-96, M-23-97\n- Votes Summary:\n Vote 1: Adopt - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n Vote 2: Adopt - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: Both motions to approve the contract between the City of New Orleans and Microsoft were passed.\n- Tags/Keywords: Contract, City of New Orleans, Microsoft, Council meeting\n- UID: 95d291cb-06e3-4593-8a38-371b2dfb2bd3", + "uid": "95d291cb-06e3-4593-8a38-371b2dfb2bd3", + "publish_date": "3-23-2023", + "page_number": 17, + "title": "Regular City Council Minutes 3-23-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4631\n11/15/23, 7:48 PM\nCivil Service Commission at its meetings of July 21, 2023), to be effective August 10, 2023,\nin accordance with Article X, Section 10 of the Constitution of Louisiana.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/8/23).\nM-23-352\n55. MOTION (LYING OVER) - NO. M-22-516 - BY: COUNCILMEMBER MORRELL\nBrief:\nAuthorizing the creation of committee as an advisory committee, to be known as the City of\nNew Orleans Home Rule Charter Review Committee, to review, opine on and make non-\nbinding recommendations to the New Orleans City Council regarding potential changes to the\nHome Rule Charter, pursuant Section 3-127 of the City of New Orleans Home Rule Charter.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Referred to the Governmental Affairs Committee).\n(Governmental Affairs Committee recommended approval).\n(Technical Correction).\nCONTINUED TO THE MEETING OF 8/24/23.\nM-22-516 LO\nM-22-516 LO tcm\n58. RESOLUTION - NO. R-23-355 - BY: COUNCILMEMBER HARRIS\nBrief:\nA RESOLUTION calling an election in the Bouligny Improvement District for Saturday,\nNovember 18, 2023.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/8/23).\nR-23-355\n59. MOTION - NO. M-23-356 - BY: COUNCILMEMBERS MORENO, MORRELL,\nGIARRUSSO, HARRIS, KING, GREEN AND THOMAS\nBrief:\nRatifying, confirming and approving in accordance with Article 10, Section 4 of the Louisiana\nConstitution, Andrew S. Monteverde (vice Clifton Moore, Jr.) is hereby appointed as the\nemployee representative of the Civil Service Commission, effective upon approval by the\nCouncil of the City of New Orleans, for a term that will expire on August 10, 2029.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/8/23).\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4631\n32/41", - "page_number": 32 + "page_content": "- Topic: Demolition Request for 2126 Mandeville Street\n- Summary: The ordinance presented the application for a demolition permit for the property located at 2126 Mandeville Street. The motion to approve the demolition permit was passed with 7 YEAS and 0 NAYS.\n- Ordinance Number: M-23-114\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The motion to approve the demolition permit for 2126 Mandeville Street was adopted.\n- Tags/Keywords: Demolition permit, 2126 Mandeville Street, City Council\n- UID: c9f8a23e-bd99-4067-8fd7-041874feb443", + "uid": "c9f8a23e-bd99-4067-8fd7-041874feb443", + "publish_date": "3-23-2023", + "page_number": 18, + "title": "Regular City Council Minutes 3-23-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4631\n11/15/23, 7:48 PM\nM-23-356\n60. MOTION - NO. M-23-357 - BY: COUNCILMEMBER GIARRUSSO (BY REQUEST).\nBrief:\nAdding the President of the Council as a signatory to the subrecipient agreement between the\nNew Orleans Health Department and Children's Hospital New Orleans; and authorizing the\nPresident of the Council to sign the CEA between New Orleans Health Department and\nChildren's Hospital New Orleans.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/8/23).\nM-23-357\n54. CAL. NO. 34,336 - BY: COUNCILMEMBER GREEN\nBrief:\nAn Ordinance to temporarily waive certain fees, permit fees, and requirements within and\naround 3250 Industry, New Orleans, LA 70126, in conjunction with The International\nChristian Business Foundation on July 28, 2023 at 10 a.m. - 12 p.m. and 1 p.m. and 3 p.m ., to\nspecify the duration and boundaries of said waiver; and to provide otherwise with respect\nthereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/24/23).\n34336-29591 MCS\n61. RESOLUTION - NO. R-23-360 - BY: COUNCILMEMBERS MORRELL AND\nGIARRUSSO\nBrief:\nRequesting that the United States Court of Appeals for the Fifth Circuit take judicial notice of\nthis resolution and the recitals set forth therein.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/8/23).\nR-23-360\n62. RESOLUTION - NO. R-23-363 - BY: COUNCILMEMBER GIARRUSSO\nBrief:\nA RESOLUTION calling an election in the Mid-City Security\nDistrict for Saturday, November 18, 2023.\n33/41\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4631", - "page_number": 33 + "page_content": "- Topic: Demolition Permit for 2020 Calhoun Street\n- Summary: Transmitting the application documents for a demolition permit requiring City Council review and approval for the property located at 2020 Calhoun Street.\n- Ordinance Number: 23-01161-DEMO\n- Votes Summary:\n - Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The demolition permit for the property located at 2020 Calhoun Street was approved.\n- Tags/Keywords: Demolition permit, Calhoun Street, Council District A\n- UID: 0d2f5baa-dfd8-4ecc-9613-cb55a54355fe\n\n- Topic: HDLC Appeal - Stephanie Nevarez \"Roofing Solutions Office Manager\"\n- Summary: Requesting to appeal the Historic District Landmarks Commission's decision of \"de-facto denial\" for property located at 900 South Peters Street.\n- Ordinance Number: N/A\n- Votes Summary: N/A (Applicant submitted letter requesting to withdraw)\n- Decision/Key Actions: The applicant submitted a letter requesting to withdraw the appeal.\n- Tags/Keywords: HDLC appeal, Historic District Landmarks Commission, withdrawal\n- UID: 0d2f5baa-dfd8-4ecc-9613-cb55a54355fe", + "uid": "0d2f5baa-dfd8-4ecc-9613-cb55a54355fe", + "publish_date": "3-23-2023", + "page_number": 19, + "title": "Regular City Council Minutes 3-23-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4631\n11/15/23, 7:48 PM\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/8/23).\nR-23-363\n63. RESOLUTION - NO. R-23-364 - BY: COUNCILMEMBER MORRELL\nBrief:\nSupporting Levees.org in its efforts to ensure engineering failures are integrated into\nengineering curriculum across all universities and colleges in the United States that offer\ndegrees in Engineering.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/8/23).\nR-23-364\n64. MOTION - NO. M-23-349 - BY: COUNCILMEMBER MORRELL\nBrief:\nAuthorizing and directing the Council President to execute a professional services agreement\nwith AH Datalytics and All-Star Talent for a term of one-year, with up to four allowable one-\nyear renewals and containing such other provisions as may be necessary or desirable to\naccomplish the purposes of this Motion.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/8/23).\nM-23-349\n66. POINT OF PERSONAL PRIVILEGE - Cm. Morrell allowing Michael Burnside to speak\nstating that the Council has 90 days with regards to the Wharfs CPA signed by Mitch\nLandrieu in exchange for the Public Belt, after the 90 days what is written becomes law.\nORDINANCES ON FIRST READING\n65.\nCALENDAR NUMBERS 34,377 THRU 34,389.\nINTRODUCED AND LAID OVER AS REQUIRED BY LAW.\n8-10-23 1st Readings\n65a. CAL. NO. 34,337 - BY: COUNCILMEMBER THOMAS\nBrief:\nAn Ordinance to temporarily waive certain fees, permit fees, and requirements within and\naround the Joe Brown Park located at 5601 Read Boulevard, New Orleans, Louisiana in\nconjunction with the Back-to-School Resource Fair event on Saturday, July 22, 2023 from\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4631\n34/41", - "page_number": 34 + "page_content": "- Topic: HDLC Appeal for 900 S. Peters St\n- Summary: The applicant's request to appeal the decision of de-facto denial for property located at 900 S. Peters Street was denied.\n- Ordinance Number: M-23-L\n- Votes Summary:\n Vote 1: Denied - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The applicant's request was denied.\n- Tags/Keywords: HDLC, appeal, denial\n- UID: b63f52bb-0d20-4040-9047-48f7cacacf90\n\n- Topic: VCC Appeal for 1009 Burgundy Street\n- Summary: The appeal to the Vieux Carr\u00e9 Commission\u2019s decision of \u201capproval\u201d for the shed and generator plan location and size of shed due to safety and structural concerns for property located at 1009 Burgundy Street was continued to the meeting of 4/20/23.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: Continued - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The appeal was continued to the next meeting.\n- Tags/Keywords: VCC, appeal, safety concerns\n- UID: b63f52bb-0d20-4040-9047-48f7cacacf90\n\n- Topic: University Area Parking Interim Zoning District Appeal for 2616 Joliet Street\n- Summary: The appeal to the University Area Off-Street Parking Interim Zoning District for property located at 2616 Joliet Street had a hearing held.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: A hearing was held for the appeal.\n- Tags/Keywords: parking, zoning district, appeal\n- UID: b63f52bb-0d20-4040-9047-48f7cacacf90", + "uid": "b63f52bb-0d20-4040-9047-48f7cacacf90", + "publish_date": "3-23-2023", + "page_number": 20, + "title": "Regular City Council Minutes 3-23-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4631\n11/15/23, 7:48 PM\n10:00 a.m. to 12:00 p.m ., to specify the duration and boundaries of said waiver; and to provide\notherwise with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/8/23).\n34337\n65b. CAL. NO. 34,338 - BY: COUNCILMEMBER THOMAS\nBrief:\nAn Ordinanceto temporarily waive certain fees, permit fees, and requirements within and\naround the Pete Sanchez Gymnasium located at 1616 Fats Domino Avenue, New Orleans,\nLouisiana 70126 in conjunction with the Alfred Lawless Alumni Association All Class\nReunion Dance event on Saturday, July 15, 2023, from 8:00 p.m. to 12:00 a.m ., to specify the\nduration and boundaries of said waiver; and to provide otherwise with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/8/23)\n34338\n65c. CAL. NO. 34,339 - BY: COUNCILMEMBER THOMAS\nBrief:\nAn Ordinance to temporarily waive certain fees, permit fees, and requirements within and\naround the Oliver Bush Playground located at 2500 Fats Domino Avenue, New Orleans,\nLouisiana 70126 in conjunction with the Alfred Lawless Alumni Association All Class\nReunion Picnic event on Saturday, June 24, 2023, from 10:00 a.m. to 6:00 p.m ., to specify the\nduration and boundaries of said waiver; and to provide otherwise with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/8/23).\n34339\n65d. CAL. NO. 34,340 - BY: COUNCILMEMBER THOMAS\nBrief:\nAn Ordinance to temporarily waive certain fees, permit fees, and requirements within and\naround the Pete Sanchez Gymnasium located at 1616 Fats Domino Avenue, New Orleans,\nLouisiana 70126 in conjunction with the Althea Haywood Funeral Repast event on Saturday,\nJuly 15, 2023, from 10:00 p.m. to 2:00 a.m ., to specify the duration and boundaries of said\nwaiver; and to provide otherwise with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/8/23).\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4631\n35/41", - "page_number": 35 + "page_content": "- Topic: Appeal Letter - 2616 Joliet Street\n- Summary: Councilmember Giarrusso presented a motion to approve and grant the applicant's request appealing the parking requirement for the property located at 2616 Joliet Street, which was passed with 5 YEAS and 0 NAYS.\n- Ordinance Number: M-23-109\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The motion to approve the appeal was adopted.\n- Tags/Keywords: Parking requirement, Appeal, Property\n- UID: 30016d08-a311-4158-bbf9-01e514e6e7c6\n\n- Topic: University Area Parking Interim Zoning District Appeal - 3025 Delachaise Street\n- Summary: Councilmember Harris introduced a motion to approve and grant the applicant's request appealing the parking requirement for the property located at 3025 Delachaise Street.\n- Ordinance Number: M-23-100\n- Votes Summary:\n Vote 1: N/A - (Details not provided)\n- Decision/Key Actions: The outcome of the vote was not specified in the provided information.\n- Tags/Keywords: Parking requirement, Appeal, University Area Zoning District\n- UID: 30016d08-a311-4158-bbf9-01e514e6e7c6", + "uid": "30016d08-a311-4158-bbf9-01e514e6e7c6", + "publish_date": "3-23-2023", + "page_number": 21, + "title": "Regular City Council Minutes 3-23-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4631\n11/15/23, 7:48 PM\n34340\n65e. CAL. NO. 34,341 - BY: COUNCILMEMBER GREEN\nBrief:\nAn Ordinance to temporarily waive certain fees, permit fees, and requirementswithin and\naround Sampson Playground, located at 3211 Treasure St. New Orleans, LA\n70114,inconjunctionwith Kazi-Nia Baptist Church on July 29, 2023, at 1 p.m. - 8:30 p.m ., and\nJuly 30, 2023 at 3 p.m. - 7 p.m.to specifythe duration and boundaries of said waiver; and to\nprovide otherwise with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/8/23).\n34341\n65f. CAL. NO. 34,342 - BY: COUNCILMEMBER GREEN\nBrief:\nAn Ordinance to effect a zoning change from a LI Light Industrial District to an MU-1\nMedium Intensity Mixed-Use District for the entirety of Square 1804, in the Third Municipal\nDistrict, bounded by Franklin Avenue, Abundance Street, Agriculture Street, and Eads Street\n(Municipal Addresses: 2905-2941 Franklin Avenue); and otherwise to provide with respect\nthereto. (ZONING DOCKET NO. 42/23)\nAnnotation:\n(90 Day, Cn. Deadline 10/25/23).\n(Cn. Deadline 10/19/23).\n34342\n65g. CAL. NO. 34,343 - BY: COUNCILMEMBER HARRIS\nBrief:\nAn Ordinance to establish a conditional use to permit the retail sale of packaged alcoholic\nbeverages in a CBD-5 Urban Core Neighborhood Lower Intensity Mixed-Use District, on\nSquare 256, Parcel 2 or Lots A and 37, in the First Municipal District, bounded by Howard\nAvenue, Baronne Street, O'Keefe Avenue, and Julia Street (Municipal Address: 929 Howard\nAvenue); and otherwise to provide with respect thereto.(ZONING DOCKET NO. 43/23)\nAnnotation:\n(90 Days, Cn. Deadline 10/25/23).\n(Cn. Deadline 10/19/23).\n34343\n65h. CAL. NO. 34,344 - BY: COUNCILMEMBER HARRIS\nBrief:\nAn Ordinance to amend and reordainArticle 17, Section 17.3.A - Table 17-1Permitted and\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4631\n36/41", - "page_number": 36 + "page_content": "- Topic: University Area Parking Interim Zoning District Appeal\n- Summary: The council considered a request to appeal the University Area Parking Interim Zoning District for property located at 3027 Delachaise Street. The motion to approve the appeal was adopted.\n- Ordinance Number: M-23-101\n- Votes Summary:\n Vote 1: Adopt - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The council approved the appeal of the parking requirement for the University Area Interim Off-Street Parking Zoning District for the property located at 3027 Delachaise Street.\n- Tags/Keywords: Appeal, Parking Zoning District, Property, M-23-101\n- UID: 1898bd86-7486-431d-9a90-540c008d46a3", + "uid": "1898bd86-7486-431d-9a90-540c008d46a3", + "publish_date": "3-23-2023", + "page_number": 22, + "title": "Regular City Council Minutes 3-23-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4631\n11/15/23, 7:48 PM\nConditional Uses and any corresponding charts and tables of the Comprehensive Zoning\nOrdinance (Ordinance No. 4264 M.C.S ., as amended by Ordinance No. 26,413 M.C.S. and\nsubsequent amendments) to add \"broadcasting studio\" as a permitted use in the CBD-5 Urban\nCore Neighborhood Lower Intensity Mixed-Use District. The text amendment will affect\nregulations that are applied to the CBD-5 District, which is in the Central Business District\nand encompasses Lafayette Square and much of the surrounding area; and otherwise to\nprovide with respect thereto. (ZONING DOCKET NO. 46/23)\nAnnotation:\n(90 Day, Cn. Deadline 10/25/23).\n(Cn. Deadline 10/19/23).\n34344\n65i. CAL. NO. 34,345 - BY: COUNCILMEMBER KING\nBrief:\nAn Ordinance to waive certain fees, permit fees, and requirements within and around\nWashington Square Park located at 700 Elysian Fields Avenue in conjunction with the Silence\nthe Violence Youth Talent Show and Festival event on Saturday, September 9, 2023 from 8:00\na.m. to 7:00 p.m .; to specify the duration and boundaries of said waiver; and to provide\notherwise with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/8/23).\n34345\n65j. CAL. NO. 34,346 - BY: COUNCILMEMBER GIARRUSSO\nBrief:\nAn Ordinance to waive certain fees, permit fees, and requirements within and around First\nGrace United Methodist Church located at 3401 Canal Street, New Orleans, Louisiana in\nconjunction with the NOLAKEYS 2nd Annual and 3rd Annual Stop the Violence Youth Bike\nRide and School Supply Giveaway event on Saturday, August 6, 2023, and Saturday, August\n5, 2023 at 4:00 p.m ., respectively; to specify the duration and boundaries of said waiver; to\nratify and confirm the waiver of such fees, requirements, duration and boundaries regarding\nsaid waiver; and to provide otherwise with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/8/23).\n34346\n65k. CAL. NO. 34,347 - BY: COUNCILMEMBERS MORENO AND MORRELL\nBrief:\nAn Ordinance to amend the enabling legislation for the New Orleans Tourism and Cultural\nFund (Ordinance No. 14,118, M.C.S ., as amended by Ordinance No. 28,341, M.C.S.) to\nimpose a local participation goal for any program submitted by the Corporation, and otherwise\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4631\n37/41", - "page_number": 37 + "page_content": "- Topic: University Area Off-Street Parking Interim Zoning District Appeal for 8325 Willow Street\n- Summary: Gregory J. Hackenberg, AIA NCARB requested a variance from the parking requirements for a single-family residence renovation and addition at 8325 Willow Street. The council approved the appeal, granting the applicant's request to appeal the parking requirement of the University Area Interim Off-Street Parking Zoning District for the property.\n- Ordinance Number: M-23-110\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The council approved the appeal, granting the applicant's request to appeal the parking requirement of the University Area Interim Off-Street Parking Zoning District for the property.\n- Tags/Keywords: University Area Off-Street Parking, Zoning District Appeal, Parking Requirement, Property Renovation\n- UID: 9d6631ee-024a-473e-9862-47a5a46a9329", + "uid": "9d6631ee-024a-473e-9862-47a5a46a9329", + "publish_date": "3-23-2023", + "page_number": 23, + "title": "Regular City Council Minutes 3-23-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4631\n11/15/23, 7:48 PM\nto provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/8/23).\n34347\n651. CAL. NO. 34,348 - BY: COUNCILMEMBER MORRELL\nBrief:\nAn Ordinance to amend and reordain sections 34-2, 34-3, 34-4, 34-6, 34-8, 34-14, 34-28, 34-\n48, 34-49, and 34-50 of the Code of the City of New Orleans to provide relative to the\nregulation of Mardi Gras parades; and otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/8/23).\n34348\n65m. CAL. NO. 34,349 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BY REQUEST)\nBrief:\nAn Ordinance to amend Ordinance No. 29265 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Revenues for the City of New Orleans for the Year 2023\",\nto appropriate funds to the Office of Community Development for the Hometown\nRevitalization and Resilient Communities Programs; and otherwise to provide with respect\nthereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/8/23).\n(Fiscal Note received).\n34349\n65n. CAL. NO. 34,350 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BY REQUEST)\nBrief:\nAn Ordinance to amend Ordinance No. 29266 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Expenditures for the City of New Orleans for the Year\n2023\", to appropriate funds to the Office of Community Development for the Hometown\nRevitalization and Resilient Communities Programs; and otherwise to provide with respect\nthereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/8/23).\n(Fiscal Note received).\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4631\n38/41", - "page_number": 38 + "page_content": "- Topic: Appeal of University Area Off-Street Parking Interim Zoning District for 2505 Leonidas Street\n- Summary: The council voted to approve the applicant's request appealing the parking requirement of the University Area Interim Off-Street Parking Zoning District for property located at 2505 Leonidas Street.\n- Ordinance Number: M-23-111\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The appeal was granted for the parking requirement.\n- Tags/Keywords: Appeal, Parking Zoning, University Area, Leonidas Street\n- UID: 6c23b221-2085-402c-a011-a99a1fba5d30\n\n- Topic: Amendment to the text of the Comprehensive Zoning Ordinance\n- Summary: The council considered a request to amend the text of the Comprehensive Zoning Ordinance to re-establish the University Area Off-Street Parking Interim Zoning District, with the recommendation of \"FOR MODIFIED APPROVAL\" by the City Planning Commission.\n- Ordinance Number: M-22-449\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: The proposed text changes would affect properties in a specific area and would require off-street vehicular parking for any increase in the number of existing bedrooms.\n- Tags/Keywords: Zoning Ordinance, Amendment, Parking Requirement, University Area\n- UID: 6c23b221-2085-402c-a011-a99a1fba5d30", + "uid": "6c23b221-2085-402c-a011-a99a1fba5d30", + "publish_date": "3-23-2023", + "page_number": 24, + "title": "Regular City Council Minutes 3-23-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4631\n11/15/23, 7:48 PM\n34350\n650. CAL. NO. 34,351 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BY REQUEST)\nBrief:\nAn Ordinance to amend Ordinance No. 29265 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Revenues for the City of New Orleans for the Year 2023\",\nto appropriate grant funds to the Fire Department for the purchase of Personal Protective\nEquipment (PPE); and otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/8/23).\n(Fiscal Note received).\n34351\n65p. CAL. NO. 34,352 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BY REQUEST)\nBrief:\nAn Ordinance to amend Ordinance No. 29266 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Expenditures for the City of New Orleans for the Year\n2023\", to appropriate grant funds to the Fire Department for the purchase of Personal\nProtective Equipment (PPE); and otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/8/23).\n(Fiscal Note received).\n34352\n65q. CAL. NO. 34,353 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BY REQUEST)\nBrief:\nAn Ordinance to amend Ordinance No. 29265 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Revenues for the City of New Orleans for the Year 2023\",\nto appropriate grant funds to the Chief Administrative Office for the Lincoln Beach Permeable\nParking Lot; and otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/8/23).\n34353\n65r. CAL. NO. 34,354 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BY REQUEST)\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4631\n39/4", - "page_number": 39 + "page_content": "- Topic: Zoning Docket No. 5/23\n- Summary: The ordinance requested a Planned Development in a historic residential district to allow the adaptive re-use of an existing institutional structure as a multiple-family residence. The City Planning Commission recommended denial.\n- Ordinance Number: ZD NO. 100-22\n- Votes Summary:\n Vote 1: Continued to the meeting of 4/6/23\n- Decision/Key Actions: The ordinance was continued to the next meeting for further discussion.\n- UID: 2adea61c-089f-4d93-9757-d7487bbeb1ed\n\n- Topic: Zoning Docket No. 7/23 - Holy Anointed House of Prayer\n- Summary: The ordinance requested a Conditional Use to permit a small childcare center in a suburban residential district, with the recommendation of approval from the City Planning Commission, subject to waivers and provisos.\n- Ordinance Number: ZD NO. 7-23\n- Votes Summary:\n Vote 1: Approved with four waivers and six provisos\n- Decision/Key Actions: The ordinance was approved with the recommended waivers and provisos.\n- UID: 2adea61c-089f-4d93-9757-d7487bbeb1ed", + "uid": "2adea61c-089f-4d93-9757-d7487bbeb1ed", + "publish_date": "3-23-2023", + "page_number": 25, + "title": "Regular City Council Minutes 3-23-2023" }, { - "page_content": "11/15/23, 7:48 PM\ncityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4631\nBrief:\nAn Ordinance to amend Ordinance No. 29266 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Expenditures for the City of New Orleans for the Year\n2023\", to appropriate grant funds to the Chief Administrative Office for the Lincoln Beach\nPermeable Parking Lot; and otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/8/23).\n(Fiscal Note received).\n34354\nCOUNCILMEMBERS GIARRUSSO, HARRIS, KING,\n65s. CAL. NO. 34,355 - BY:\nMORENO AND MORRELL\nBrief:\nAn Ordinance to amend Ordinance No. 29,265 M.C.S ., as amended, entitled \"An Operating\nBudget of Expenditures for the City of New Orleans for Year 2023\" to transfer an\nappropriation from the Department of Law to Miscellaneous Programs to effectively restrict\nbudgeted appropriations to allow for Council review prior to expenditure of funds; and\notherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/8/23).\n34355\n65t. CAL. NO. 34,356 - BY: COUNCILMEMBER THOMAS\nBrief:\nAn Ordinance to temporarily waive certain fees, permit fees, and requirements within and\naround the Oliver W. Bush Playground 2500 Fats Domino Ave. 70117, New Orleans,\nLouisiana in conjunction with the Lower 9 Festival event on Saturday, August 26, 2023 from\n11:00 a.m. to 6:00 p.m ., to specify the duration and boundaries of said waiver; and to provide\notherwise with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/8/23).\n34356\n65u. CAL. NO. 34,357 - BY: COUNCILMEMBER THOMAS\nBrief:\nAn Ordinance to temporarily waive certain fees, permit fees, and requirements within and\naround the Joe Brown Park located at 5601 Read Boulevard, New Orleans, Louisiana in\nconjunction with the Friends of Joe W. Brown Park NOLA East Festival event on Saturday,\nSeptember 16, 2023, from 11:00 a.m. to 7:00 p.m ., to specify the duration and boundaries of\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4631\n40/41", - "page_number": 40 + "page_content": "- Topic: Zoning Change and Conditional Use Request\n- Summary: The ordinance requested a zoning change from HU-RD1 to HU-B1 and a conditional use permit for a reception facility in a specific area. The City Planning Commission recommended approval with three provisos.\n- Ordinance Number: M-23-115\n- Votes Summary:\n Vote 1: Adopt - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The motion to adopt the zoning change and conditional use request passed.\n- Tags/Keywords: Zoning, Conditional Use, City Planning Commission, Provisos\n- UID: 1ddd88f4-6497-4080-81f9-2620ad678037\n\n- Topic: Approval of Zoning Change and Conditional Use Request\n- Summary: The ordinance approved the applicant's request for properties at specific addresses, subject to three provisos recommended by the City Planning Commission.\n- Ordinance Number: M-23-122\n- Votes Summary:\n Vote 1: Adopt - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The motion to approve the zoning change and conditional use request passed.\n- Tags/Keywords: Zoning Change, Conditional Use, City Planning Commission, Provisos\n- UID: 1ddd88f4-6497-4080-81f9-2620ad678037", + "uid": "1ddd88f4-6497-4080-81f9-2620ad678037", + "publish_date": "3-23-2023", + "page_number": 26, + "title": "Regular City Council Minutes 3-23-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4631\n11/15/23, 7:48 PM\nsaid waiver; and to provide otherwise with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/8/23).\n34357\n65v. CAL. NO. 34,358 - BY: COUNCILMEMBER THOMAS\nBrief:\nAn Ordinance to temporarily waive certain fees, permit fees, and requirements within and\naround the Joe W. Brown Gymnasium located at 5601 Read Blvd ., New Orleans, Louisiana\n70126 in conjunction with the Councilman Oliver Thomas Gun Buy Backevent on Saturday,\nSeptember 2, 2023, from 10:00 a.m. to 1:00 p.m ., to specify the duration and boundaries of\nsaid waiver; and to provide otherwise with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/8/23).\n34358\n67. MOTION TO ADJOURN @ 1:00 P.M.\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4631\n41/41", - "page_number": 41 + "page_content": "- Topic: Zoning Docket No. 9/23 - N&B Investment Group, LLC\n- Summary: Requesting an amendment to permit the property as a community center in an HU-RD2 Historic Urban Two-Family Residential District. The recommendation of the City Planning Commission was \"FOR APPROVAL\", subject to three provisos.\n- Ordinance Number: ZD NO 9-23\n- Votes Summary:\n Vote 1: Passed - (N/A)\n- Decision/Key Actions: The amendment request was passed.\n- Tags/Keywords: Zoning, Amendment, Community Center, Residential District\n- UID: 8ee3093e-d292-4bfd-9b96-7f7635195038\n\n- Topic: Zoning Docket No. 10/23 - French Quarter Lanaux Mansion, LLC\n- Summary: Requesting a Conditional Use to permit a principal bed and breakfast in an HMR-2 Historic Marigny/Trem\u00e9/Bywater Residential District. The recommendation of the City Planning Commission was \"FOR APPROVAL\", subject to two provisos.\n- Ordinance Number: ZD NO 10-23\n- Votes Summary:\n Vote 1: Passed - (N/A)\n- Decision/Key Actions: The request for a bed and breakfast was approved.\n- Tags/Keywords: Zoning, Bed and Breakfast, Residential District\n- UID: 8ee3093e-d292-4bfd-9b96-7f7635195038", + "uid": "8ee3093e-d292-4bfd-9b96-7f7635195038", + "publish_date": "3-23-2023", + "page_number": 27, + "title": "Regular City Council Minutes 3-23-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4639\n11/15/23, 7:48 PM\nTHE COUNCIL\nCity of New Orleans\nHELENA MORENO\nJP MORRELL\nCouncilmember-At-Large\nCouncilmember-At-Large\nJOSEPH I.\nLESLI D.\nFREDDIE\nEUGENE J.\nOLIVER M.\nGREEN, JR.\nTHOMAS, JR.\nKING III\nGIARRUSSO\nHARRIS\nCouncilmember\nCouncilmember\nIII\nCouncilmember\nCouncilmember\nDistrict C\nDistrict B\nDistrict D\nDistrict E\nCouncilmember\nDistrict A\nAGENDA\nRegular City Council Meeting\nto be held in City Hall Council Chamber\non Thursday, August 24, 2023 at 10:02 A.M.\nNEW\nORLEANS\nVICE PRESIDENT\nPRESIDENT\nHELENA MORENO\nJP MORRELL\nCouncilmember-At-Large\nCouncilmember-At-Large\nCITY OF\n*\n*\nQUISIANA\n1. ROLL CALL - LORA W. JOHNSON, CLERK OF COUNCIL\nUPON CALLING THE ROLL THE FOLLOWING MEMBERS ANSWERED TO THEIR\nNAMES:\nPRESENT:\nGIARRUSSO\nGREEN\nHARRIS\nKING\nMORENO (VICE PRESIDENT)\nMORRELL (PRESIDENT)\nTHOMAS\nSEVEN MEMBERS, CONSTITUTING A QUORUM.\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4639\n1/54", - "page_number": 1 + "page_content": "- Topic: Street Name Change - SNC 5/22 SUNO Knights Drive\n- Summary: The ordinance requested the reconsideration of renaming Press Drive to SUNO Knights Drive, with the City Planning Commission's recommendation being \"FOR APPROVAL.\"\n- Ordinance Number: M-23-116\n- Votes Summary:\n Vote 1: Adopt - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The motion to approve the renaming of Press Drive to SUNO Knights Drive passed unanimously.\n- Tags/Keywords: Street Name Change, Press Drive, SUNO Knights Drive, Renaming\n- UID: c7d979b1-d220-4aa7-844c-3eba000547b7", + "uid": "c7d979b1-d220-4aa7-844c-3eba000547b7", + "publish_date": "3-23-2023", + "page_number": 28, + "title": "Regular City Council Minutes 3-23-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4639\n11/15/23, 7:48 PM\n2. INVOCATION - PASTOR BRANDON BOUTIN, UNITED FELLOWSHIP FULL\nGOSPEL BAPTIST CHURCH\n3. PLEDGE OF ALLEGIANCE - HELENA MORENO - COUNCILMEMBER-AT-LARGE\nPUBLIC E-COMMENT FORMS, RULES AND INFORMATION ARE AVAILABLE AT\n4.\nhttps://council.nola.gov/home/\nPOINT OF PERSONAL PRIVILEGE - CM. OLIVER M. THOMAS\nSPECIAL ORDERS OF BUSINESS\nREGULAR AGENDA\n. LEGISLATIVE GROUPING\n1\nFIRST ORDER OF BUSINESS - PRESENTATION - JUDY REESE MORSE,\n1.\nPRESIDENT AND CEO, URBAN LEAGUE OF LOUISIANA, JADE BROWN RUSSELL,\nBOARD CHAIR, URBAN LEAGUE OF LOUISIANA CELEBRATING ITS 85TH\nANNIVERSARY\nBrief:\nThe Urban League of Louisiana is celebrating its 85th Anniversary this year. Having served\nGreater New Orleans since 1938 with a mission to assist underserved communities in securing\neconomic self-reliance, parity, power, and civil rights, the Urban League continues to focus on\nensuring quality education and access to information, employment, entrepreneurial and\neconomic inclusion opportunities, and shared dignity under the law.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Cm. Moreno).\nAPPEARED.\n. SECOND ORDER OF BUSINESS - PRESENTATION - PASTOR MIKE SMITH, PASTOR\nJEREMIAH SEBASTIEN, PASTOR STEVEN COBB, MS. BRENDA CARTER AND MS.\nSHERRY GUILLORY\nBrief:\nRecognizing Bethel Community Baptist Church, which through its ministries, has provided\nhousing, jobs and addiction treatment, among other services since its founding in 2005, and\ncurrently serves 120 male residents, 80 female residents, 20 mothers and 50 children.\nAnnotation:\nELECTRONICALLY SUBMITTED.\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4639\n2/54", - "page_number": 2 + "page_content": "- Topic: Street Name Change - Roneagle Way\n- Summary: The ordinance proposed the renaming of Cadillac Street between I-610 and Park Island Drive to Roneagle Way. The recommendation of the City Planning Commission was \"FOR DENIAL\". The motion was introduced by Councilmember Green and was approved with 7 YEAS and 0 NAYS.\n- Ordinance Number: M-23-117\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The renaming of Cadillac Street to Roneagle Way was approved.\n- Tags/Keywords: Street Name Change, Roneagle Way\n- UID: 88d53ba5-1de7-4d05-8197-691525683351\n\n- Topic: Street Name Change - Shirley Taylor Way\n- Summary: The ordinance requested the renaming of N. Rocheblave Street between Jourdan Avenue and Dubreuil Street to Shirley Taylor Way. The recommendation of the City Planning Commission was \"FOR MODIFIED APPROVAL\" to Shirley Taylor Street. The motion was introduced by Councilmember Thomas and the vote details can be found at the provided link.\n- Ordinance Number: M-23-126\n- Votes Summary: Not provided, refer to the provided link for details.\n- Decision/Key Actions: The outcome of the vote is not provided in the summary.\n- Tags/Keywords: Street Name Change, Shirley Taylor Way\n- UID: 88d53ba5-1de7-4d05-8197-691525683351", + "uid": "88d53ba5-1de7-4d05-8197-691525683351", + "publish_date": "3-23-2023", + "page_number": 29, + "title": "Regular City Council Minutes 3-23-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4639\n11/15/23, 7:48 PM\n(Cm. Green).\nAPPEARED.\nTHIRD ORDER OF BUSINESS\n3.\nCONSENT AGENDA\nCOMMUNICATION - FROM ERIN SPEARS - CHIEF OF STAFF & COUNSEL,\n1.\nCOUNCIL UTILITIES REGULATORY OFFICE\nBrief:\nSubmitting the transmittal document for communications related to electric and gas utility\nmatters to be received by the Council of the City of New Orleans at its meeting on August 24,\n2023:\nCommunications from Entergy New Orleans, LLC (\"ENO\")\n1. Request for an Increased Level of Long-Term Debt\nFinancing, submitted pursuant to Resolution R-22-115\n2. Memorandum on the 2023 Interim Electric and Gas FRP\nRate Adjustment, UD-18-07\n3. First Public Meeting Materials, UD-23-01\nOther Communications\n1. Administrative Records Chart, submitted by CURO, UD-21-03\n2. Investigation and Review of ENO's Application for Certification\nof Costs Related to Hurricane Ida, submitted by the Council's\nutility advisors, UD-22-05\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED.\nEntergy - Deanna D. Rodriguez - New First Mortgage Bonds\nEntergy - Courtney R. Nicholoson, Vice President - 2023 Electric and Gas Formula Rate\nEntergy - Keith D. Wood, Director - Resource Planning & Market Operations - 2023-08-09\nENO First Public Meeting Materials\nEntergy - Bobbie Mason, Deputy Chief-of-Staff - System Resiliency and Storm Hardenin,\nDocket UD-21-03\nEntergy - Jay Beatmann - Dentons - UD-22-05\n. COMMUNICATION - FROM JOHN C. WILLIAMS, ARCHITECTS, LLC\nBrief:\nRequesting to appeal the Historic District Landmarks Commission's decision of \"denial\" for\nthe removal of the decorative awning at the first floor of a contributing rated, four-story hotel\n- the fa\u00e7ade of the Aster for property located at 711 Canal Street.\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4639\n3/54", - "page_number": 3 + "page_content": "- Topic: Renaming of N. Rocheblave Street to Shirley Taylor Way\n- Summary: The council voted to grant the applicant\u2019s request for consideration of renaming N. Rocheblave Street to Shirley Taylor Way, as modified in the City Planning Commission\u2019s report. The motion was passed after the rules were suspended to receive and add the motion to the agenda.\n- Ordinance Number: STREET NAME CHANGE NO. NO. 7/22\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n Vote 2: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n Vote 3: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The renaming of N. Rocheblave Street to Shirley Taylor Way was approved.\n- Tags/Keywords: Street renaming, City Planning Commission, Council Meeting\n- UID: dfe5eb8a-4af0-435c-be33-53e59fefce2a\n\n- Topic: Reporting requirements for the Department of Finance\n- Summary: The council discussed and voted on an ordinance to establish reporting requirements for the Department of Finance, including issuing a statement with each payment to a security and improvement district and an annual financial report to be transmitted to the City Council. No details regarding the outcome of the vote were provided in the given text.\n- Ordinance Number: CAL. NO. 33,893\n- Votes Summary: N/A\n- Decision/Key Actions: Outcome of the vote not provided\n- Tags/Keywords: Department of Finance, reporting requirements, City Council\n- UID: dfe5eb8a-4af0-435c-be33-53e59fefce2a", + "uid": "dfe5eb8a-4af0-435c-be33-53e59fefce2a", + "publish_date": "3-23-2023", + "page_number": 30, + "title": "Regular City Council Minutes 3-23-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4639\n11/15/23, 7:48 PM\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED. (Hearing Date Set For 9/7/23).\nCOMMUNICATION - HDLC APPEAL - JOHN C. WILLIAMS ARCHITECTS, LLC - 711\nCANAL AWNING APPEAL LETTER\n3. COMMUNICATION - FROM ROB SCHAFER\nBrief:\nRequesting to appeal the Historic District Landmarks Commission's decision of \"approval\"\nfor the relocation of solar panels as per option 1 submitted by the applicant for the property\nlocated at 1221 Carondelet Street.\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED. (Hearing Date Set For 9/7/23).\nCommunication - Rob Schafer - 1221 Carondelet Street\nCOMMUNICATION - FROM ANNIE G. MCBRIDE, STONE PIGMAN\n4.\nBrief:\nRequesting to appeal the Historic District Landmarks Commission's decision of \"denial\" of an\napplication for demolition for the property located at 3012-14 Lowerline Street.\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED. (Hearing Date Set For 9/7/23).\nCommunication - HDLC Appeal - Annie G. McBride - Letter re Appeal of HDLC Denial of\nDemolition Application - 3012-14 Lowerline\nCOMMUNICATION - FROM ANNIE G. MCBRIDE, STONE PIGMAN\n5.\nBrief:\nRequesting to appeal the Historic District Landmarks Commission's decision of \"denial\" of an\napplication for demolition for the property located at 3016-18 Lowerline Street.\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED. (Hearing Date Set For 9/7/23).\nCommunication - HDLC Appeal - Annie G. McBride - Letter re Appeal of HDLC Denial of\nDemolition Application - 3016-18 Lowerline (2)\nCOMMUNICATION - FROM ANNIE G. MCBRIDE, STONE PIGMAN\n6.\nBrief:\nRequesting to appeal the Historic District Landmarks Commission's decision of \"denial\" of an\napplication for demolition for the property located at 7716-18 Colapissa Street.\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4639\n4/54", - "page_number": 4 + "page_content": "- Topic: Amendment to Section 34-1.1 of the Code of the City of New Orleans\n- Summary: The ordinance aims to require annual reporting to the City Council of the mayor's Mardi Gras advisory council's recommendations. \n- Ordinance Number: 34017\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: The ordinance was continued to the meeting of 4/20/23 and referred to the Governmental Affairs Committee.\n- Tags/Keywords: Reporting, Mardi Gras advisory council, Code of City of New Orleans\n- UID: 5334c64d-d111-426f-86a9-acc7c1c69c1d\n\n- Topic: Cooperative Endeavor Agreement with Elaine P. Nunez Community College\n- Summary: The ordinance authorizes the Mayor to enter into a three-year Cooperative Endeavor Agreement with Elaine P. Nunez Community College to establish a course for emergency medical technicians.\n- Ordinance Number: 34085\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The motion was adopted, and the ordinance passed.\n- Tags/Keywords: Cooperative Endeavor Agreement, Nunez Community College, emergency medical technicians\n- UID: 5334c64d-d111-426f-86a9-acc7c1c69c1d", + "uid": "5334c64d-d111-426f-86a9-acc7c1c69c1d", + "publish_date": "3-23-2023", + "page_number": 31, + "title": "Regular City Council Minutes 3-23-2023" }, { - "page_content": "11/15/23, 7:48 PM\ncityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4639\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED. (Hearing Date Set For 9/7/23).\nCommunication - Annie G. McBride - Letter re Appeal of HDLC Denial of Demolition\nApplication - 7716-18 Colapissa Street\n7. COMMUNICATION - FROM NATISHA WELLS\nBrief:\nRequesting to appeal the parking requirements of the University Area Off-Street Parking\nInterim Zoning District (IZD), for property located at 3037-3039 Eagle Street.\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED. (Hearing Date Set For 9/7/23).\nCommunication - Natisha Wells - 3037 - 3039 Eagle St UIZD Appeal Letter (1).\nCOMMUNICATION - FROM APRIL HUANG, PERMIT INTAKE ANALYST,\n00\nDEPARTMENT OF SAFETY AND PERMITS\nBrief:\nTransmitting the application documents for a demolition permit requiring City Council review\nand approval for the following property:\n* 2431 Philip Street - 23-21599-DEMO - Council\nDistrict \"B\"\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED. (Hearing Date Set For 9/7/23).\nApril Huang, Permit Intake Analyst - Dept of Safety and Permits 2431 Philip Street\nCOMMUNICATION - FROM APRIL HUANG, PERMIT INTAKE ANALYST,\n9.\nDEPARTMENT OF SAFETY AND PERMITS\nBrief:\nTransmitting the application documents for a demolition permit requiring City Council review\nand approval for the following property:\n* 1715-1717 Touro Street - 23-21669-DEMO - Council\nDistrict \"D\"\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED. (Hearing Date Set For 9/7/23).\nApril Huang, Permit Intake Analyst - Dept of Safety and Permits - 1715-1717 Touro Street\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4639\n5/54", - "page_number": 5 + "page_content": "- Topic: Extension of Cooperative Endeavor Agreement between Mosquito, Termite, & Rodent Control Board and Algiers Development District\n- Summary: The ordinance aimed to extend the Cooperative Endeavor Agreement between the Mosquito, Termite, & Rodent Control Board and the Algiers Development District for one year. The motion was adopted with 6 YEAS and 0 NAYS.\n- Ordinance Number: 34086-29385 M.C.S.\n- Votes Summary:\n Vote 1: Adopt - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The motion to extend the agreement for one year was passed.\n- UID: a5317ff9-bb6a-4549-860e-2fc393c8b054\n\n- Topic: Extension of Intergovernmental Agency Agreement between Mosquito, Termite, & Rodent Control Board and State of Louisiana Military Department\n- Summary: This ordinance sought to extend the Intergovernmental Agency Agreement between the Mosquito, Termite, & Rodent Control Board and the State of Louisiana Military Department for one year. The motion was adopted with 6 YEAS and 0 NAYS.\n- Ordinance Number: 34087-29386 M.C.S.\n- Votes Summary:\n Vote 1: Adopt - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The motion to extend the agreement for one year was passed.\n- UID: a5317ff9-bb6a-4549-860e-2fc393c8b054\n\n- Topic: Extension of Cooperative Endeavor Agreement between Mosquito, Termite, & Rodent Control Board and Texas A&M AgriLife Extension Service\n- Summary: This ordinance aimed to extend the Cooperative Endeavor Agreement between the Mosquito, Termite, & Rodent Control Board and Texas A&M AgriLife Extension Service for two years. The motion was adopted with 6 YEAS and 0 NAYS.\n- Ordinance Number: 34088-29387 M.C.S.\n- Votes Summary:\n Vote 1: Adopt - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The motion to extend the agreement for two years was passed.\n- UID: a5317ff9-bb6a-4549-860e-2fc393c8b054", + "uid": "a5317ff9-bb6a-4549-860e-2fc393c8b054", + "publish_date": "3-23-2023", + "page_number": 32, + "title": "Regular City Council Minutes 3-23-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4639\n11/15/23, 7:48 PM\n10. COMMUNICATION - FROM LATOYA CANTRELL, MAYOR, CITY OF NEW\nORLEANS\nBrief:\nSubmitting a letter outlining the reasons for her veto of Ordinance No. 29573 M.C.S.\n(Calendar No. 34,309).\nAnnotation:\nRECEIVED.\n(Hearing Date Set For Today for re-consideration of Calendar No. 34,309, Ordinance No.\n29573 M.C.S.).\nHonorable Mayor Latoya Cantrell\n11. COMMUNICATION - FROM APRIL HUANG, PERMIT INTAKE ANALYST,\nDEPARTMENT OF SAFETY AND PERMITS\nBrief:\nTransmitting the application documents for a demolition permit requiring City Council review\nand approval for the following property:\n* 1113-15 Music Street - 23-21611 - DEMO (DEMO-RSF2) - Council\nDistrict \"C\"\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED. (Hearing Date Set For 9/7/23).\nCommunication - April Huang - Permit Intake Analyst - Dept of Safety and Permits 1113-15\nMusic Street\n12. COMMUNICATION - FROM DAVID N. GRIENER, JR. & DIANE E. MIPRO\nBrief:\nRequesting to appeal the parking requirements established by the University Area Off-Street\nParking Interim Zoning District (IZD), for property located at 4127 Fontainebleau Drive.\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED. (Hearing Date Set For 9/7/23).\nCommunication - David N. Griener, Jr. & Diane E. Mipro - University Area Off-Street Parking\n13. REPORT - OF THE DEPUTY DIRECTOR OF THE NEW ORLEANS HISTORIC\nDISTRICT LANDMARKS COMMISSION ' CENTRAL BUSINESS DISTRICT\nHISTORIC DISTRICT LANDMARKS COMMISSION\nBrief:\nSubmitting a report regarding an appeal of the Historic District Landmarks Commission's\n(HDLC) decision to approve the demolition to grade with the proviso that redevelopment\nplans be approved prior to the issuance of a demolition permit for the property located at 634\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4639\n6/54", - "page_number": 6 + "page_content": "- Topic: Cooperative Endeavor Agreement between City of New Orleans and GNO, Inc.\n- Summary: An ordinance authorizing the Mayor of the City of New Orleans to enter into a Cooperative Endeavor Agreement with Greater New Orleans, Inc. for the purpose of promoting economic growth and prosperity in the city. The ordinance was adopted.\n- Ordinance Number: CAL. NO. 34,090\n- Votes Summary:\n Vote 1: Adopt - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance was adopted, allowing the Mayor to enter into the Cooperative Endeavor Agreement.\n- Tags/Keywords: Cooperative Endeavor Agreement, Economic Growth, Prosperity, Mayor, GNO Inc.\n- UID: 2ec048c0-2f98-4eb2-921e-34ebef56e051\n\n- Topic: Amendment to Operating Budget for the City of New Orleans\n- Summary: An ordinance to amend the operating budget to appropriate Capital Outlay funds awarded by the State of Louisiana Facility Planning and Control to the Sewerage and Water Board Power Plant. The ordinance was adopted.\n- Ordinance Number: CAL. NO. 34,091\n- Votes Summary:\n Vote 1: Adopt - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance was adopted, allowing for the appropriation of Capital Outlay funds for the specified project.\n- Tags/Keywords: Operating Budget, Capital Outlay Funds, Louisiana FP&C, Sewerage and Water Board Power Plant\n- UID: 2ec048c0-2f98-4eb2-921e-34ebef56e051", + "uid": "2ec048c0-2f98-4eb2-921e-34ebef56e051", + "publish_date": "3-23-2023", + "page_number": 33, + "title": "Regular City Council Minutes 3-23-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4639\n11/15/23, 7:48 PM\nBartholomew Street.\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED.\nReport - HDLC - 634 Bartholomew Street\n14. REPORT - OF THE DEPUTY DIRECTOR OF THE NEW ORLEANS HISTORIC\nDISTRICT LANDMARKS COMMISSION ' CENTRAL BUSINESS DISTRICT\nHISTORIC DISTRICT LANDMARKS COMMISSION\nBrief:\nSubmitting a report regarding an appeal of the Historic District Landmarks Commission's\n(HDLC) decision to deny application to demolish the property located at 3012-14 Lowerline\nStreet.\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED.\nReport - HDLC - 3012- 14 Lowerline Street\n15. REPORT - OF THE DEPUTY DIRECTOR OF THE NEW ORLEANS HISTORIC\nDISTRICT LANDMARKS COMMISSION ' CENTRAL BUSINESS DISTRICT\nHISTORIC DISTRICT LANDMARKS COMMISSION\nBrief:\nSubmitting a report regarding an appeal of the Historic District Landmarks Commission's\n(HDLC) decision to deny application to demolish the property located at 3016-18 Lowerline\nStreet.\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED.\nReport - HDLC - 3016-18 Lowerline Street\nREPORT - OF THE DEPUTY DIRECTOR OF THE NEW ORLEANS HISTORIC\n16.\nDISTRICT LANDMARKS COMMISSION ' CENTRAL BUSINESS DISTRICT\nHISTORIC DISTRICT LANDMARKS COMMISSION\nBrief:\nSubmitting a report regarding an appeal of the Historic District Landmarks Commission's\n(HDLC) decision to deny application to demolish the property located at 7716-7718 Colapissa\nStreet.\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED.\nHDLC Reort - 7716-18 Colapissa Street\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4639\n7/54", - "page_number": 7 + "page_content": "- Topic: Appropriation of Capital Outlay funds for Sewerage and Water Board Power Plant Project\n- Summary: An ordinance to amend the operating budget to appropriate Capital Outlay funds for the Sewerage and Water Board Power Plant Project. The ordinance was continued to the meeting of 4/6/23.\n- Ordinance Number: CAL. NO. 34,092\n- Votes Summary:\n Vote 1: N/A (Continued to the meeting of 4/6/23)\n- Decision/Key Actions: Continued to the meeting of 4/6/23\n- Tags/Keywords: Capital Outlay funds, Sewerage and Water Board Power Plant Project\n- UID: bc85e39a-07d9-44cf-a93a-6122e0a76f6f\n\n- Topic: Appropriation of grants funds for West Bank Ferry Terminal Renovations\n- Summary: An ordinance to amend the operating budget to appropriate grants funds for the West Bank Ferry Terminal Renovations. The ordinance was continued to the meeting of 4/6/23.\n- Ordinance Number: CAL. NO. 34,093\n- Votes Summary:\n Vote 1: N/A (Continued to the meeting of 4/6/23)\n- Decision/Key Actions: Continued to the meeting of 4/6/23\n- Tags/Keywords: Grants funds, West Bank Ferry Terminal Renovations\n- UID: bc85e39a-07d9-44cf-a93a-6122e0a76f6f\n\n- Topic: [Third ordinance topic]\n- Summary: [Summary of the third ordinance]\n- Ordinance Number: [Ordinance number here]\n- Votes Summary:\n Vote 1: [Vote summary]\n- Decision/Key Actions: [Key decisions or actions]\n- Tags/Keywords: [Relevant tags or keywords]\n- UID: [Unique identifier]", + "uid": "bc85e39a-07d9-44cf-a93a-6122e0a76f6f", + "publish_date": "3-23-2023", + "page_number": 34, + "title": "Regular City Council Minutes 3-23-2023" }, { - "page_content": "11/15/23, 7:48 PM\ncityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4639\n17. REPORT - OF THE DEPUTY DIRECTOR OF THE NEW ORLEANS HISTORIC\nDISTRICT LANDMARKS COMMISSION ' CENTRAL BUSINESS DISTRICT\nHISTORIC DISTRICT LANDMARKS COMMISSION\nBrief:\nSubmitting a report regarding an appeal of the Historic District Landmarks Commission's\n(HDLC) decision to approval of the relocation of solar panels as per option 1 by the applicant\nfor the property located at 1221 Carondelet Street.\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED.\nReport - HDLC - 1221 Carondelet Street City Council Appeal Report\n18. REPORT - OF THE DEPUTY DIRECTOR OF THE NEW ORLEANS HISTORIC\nDISTRICT LANDMARKS COMMISSION ' CENTRAL BUSINESS DISTRICT\nHISTORIC DISTRICT LANDMARKS COMMISSION\nBrief:\nSubmitting a report regarding an appeal of the Historic District Landmarks Commission's\n(HDLC) decision to remove an awning for one month so that the applicant could explore\nalternate solutions to mitigate the quality-of-life issues for the property located at 711 Canal\nStreet.\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED.\nReport - HDLC - 711 Canal Street City Council Appeal Report\n19. REPORT - OF SEWERAGE AND WATER BOARD OF NEW ORLEANS\nBrief:\nSubmitting a report of the second 2023 quarterly report as required by Louisiana Revised\nStatute 33:4091.\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED.\nSWBNO\n20. REPORT - OF ANITA CURRAN, COUNCIL RESEARCH OFFICER, NEW ORLEANS\nCITY COUNCIL\nBrief:\nTransmitting a demolition report for the following property:\n* 1113-15 Music Street - Application # 23-21611 - DEMO\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4639\n8/54", - "page_number": 8 + "page_content": "- Topic: Amendment of Operating Budget for West Bank Ferry Terminal Renovations\n- Summary: The ordinance aimed to amend the operating budget for the city of New Orleans to appropriate grant funds for the West Bank Ferry Terminal Renovations project. The ordinance was continued to the meeting of 4/6/23.\n- Ordinance Number: 34094\n- Votes Summary:\n - Vote 1: N/A - (N/A)\n- Decision/Key Actions: Continued to the meeting of 4/6/23\n- UID: 0908715c-c14a-4276-9bfd-9c8be276fd7b\n\n- Topic: Appropriation of Donated Funds for Police Equipment and Supplies\n- Summary: This ordinance sought to amend the operating budget for the city of New Orleans to appropriate donated funds from CLB investments to the Department of Police for the purchase of equipment and supplies. The ordinance was continued to the meeting of 4/6/23.\n- Ordinance Number: 34095\n- Votes Summary:\n - Vote 1: N/A - (N/A)\n- Decision/Key Actions: Continued to the meeting of 4/6/23\n- UID: 0908715c-c14a-4276-9bfd-9c8be276fd7b\n\n- Topic: Appropriation of Donated Funds for Police Equipment and Supplies\n- Summary: Similar to the previous ordinance, this one also aimed to amend the operating budget to appropriate donated funds from CLB Investments to the Department of Police for the purchase of equipment and supplies. The ordinance was continued to the meeting of 4/6/23.\n- Ordinance Number: 34096\n- Votes Summary:\n - Vote 1: N/A - (N/A)\n- Decision/Key Actions: Continued to the meeting of 4/6/23\n- UID: 0908715c-c14a-4276-9bfd-9c8be276fd7b\n\n- Topic: Amendment of Operating Budget for the City of New Orleans\n- Summary: This ordinance aimed to amend the operating budget for the city of New Orleans for the year 2023. It was continued to the meeting of 4/6/23.\n- Ordinance Number: 34097\n- Votes Summary:\n - Vote 1: N/A - (N/A)\n- Decision/Key Actions: Continued to the meeting of 4/6/23\n- UID: 0908715c-c14a-4276-9bfd-9c8be276fd7b", + "uid": "0908715c-c14a-4276-9bfd-9c8be276fd7b", + "publish_date": "3-23-2023", + "page_number": 35, + "title": "Regular City Council Minutes 3-23-2023" }, { - "page_content": "11/15/23, 7:48 PM\ncityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4639\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED.\nReport - Anita Curran, Council Research Officer - Demolition Report 1113-15 Music St.\n21. REPORT - OF ANITA CURRAN, COUNCIL RESEARCH OFFICER, NEW ORLEANS\nCITY COUNCIL\nBrief:\nTransmitting a demolition report for the following property:\n* 1715-17 Touro Street - Application # 23-21669 - DEMO\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED.\nReport - Anita Curran, Council Research Officer, Demolition Report 1715-17 Touro St.\n22. REPORT - OF ANITA CURRAN, COUNCIL RESEARCH OFFICER, NEW ORLEANS\nCITY COUNCIL\nBrief:\nTransmitting a demolition report for the following property:\n* 2431 Philip Street - Application # 23-21599 - DEMO\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED.\nReport - Anita Curran, Council Research Officer, Demolition Report 2431 Philip\nREPORT - OF THE EXECUTIVE DIRECTOR OF THE CITY PLANNING\n23.\nCOMMISSION\nBrief:\nTransmitting Zoning Docket Numbers 45/23 - Cms. Giarusso and Harris, 57/23 - Cm. Harris,\n59/23 - Cm. Giarrusso, 60/23 - Cm. Green, 61/23 - Cm. Harris and 62/23 - All Cms ., Cn.\nDeadline 10/23/23.\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED. (Hearing Date Set For 9/7/23).\nCPC Transmittal Report\n24. REPORT - OF JESSE EVANS, JR ., DIRECTOR, CITY OF NEW ORLEANS,\nEMPLOYEES' RETIREMENT SYSTEM\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4639\n9/54", - "page_number": 9 + "page_content": "- Topic: Cooperative Endeavor Agreement Amendment\n- Summary: The ordinance authorizes the Mayor to enter into Amendment No. 1 to a Cooperative Endeavor Agreement for electronic waste removal and recycling services. The ordinance extends the term for one year and increases the maximum compensation amount.\n- Ordinance Number: 34097-29389 MCS\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance was adopted.\n- Tags/Keywords: Cooperative Endeavor Agreement, electronic waste, recycling services\n- UID: 48300a56-4f34-4cc1-b397-cb4e4c88ef99\n\n- Topic: Short-Term Rental Regulations\n- Summary: The ordinance amends several sections of the Code of the City of New Orleans related to short-term rentals. It establishes application procedures, permit types and fees, operating regulations, enforcement parameters, and penalties.\n- Ordinance Number: 34082-29381 MCS\n- Votes Summary:\n Vote 1: Not specified in the provided information\n- Decision/Key Actions: The ordinance was amended by Councilmember Moreno.\n- Tags/Keywords: Short-term rentals, regulations, enforcement\n- UID: 48300a56-4f34-4cc1-b397-cb4e4c88ef99", + "uid": "48300a56-4f34-4cc1-b397-cb4e4c88ef99", + "publish_date": "3-23-2023", + "page_number": 36, + "title": "Regular City Council Minutes 3-23-2023" }, { - "page_content": "11/15/23, 7:48 PM\ncityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4639\nBrief:\nSubmitting in accordance with Section 114-205 of the Code of the City of New Orleans, on or\nbefore September 1st in each year, the Board of Trustees for the City of New Orleans\nEmployees' Retirement System shall file with the Council its certification of the amount of the\nappropriation necessary to pay the normal and accrued liability contributions which are\ncreditable to the pension accumulation account for the year and the amount of appropriation\nrequired to cover the expenses necessary in connection with the administration and operation\nof the retirement system. The amount so certified shall be included in the annual budget.\nDuring the June meeting of the Board of Trustees, the Board reviewed and certified the\nrecommended contribution rates for 2024 as described in the annual valuation results. The\ncertified rates for payroll deductions are listed below:\nEmployer Contribution Rate\n18.15%\nEmployee Contribution Rate\n6.00%\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED.\nReport - Jesse Evens, Jr. Director\nCAL. NO. 34,294 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\n25.\nTHOMAS (BY REQUEST)\nBrief:\nAn Ordinance to amend Ordinance No. 29265 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Revenues for the City of New Orleans for the Year 2023\",\nto appropriate unspent funds to the Law Department for various state settlement and judgment\npayments; and otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/10/23).\n(Fiscal Note received).\n(Referred to the Budget Committee).\n(Budget Committee recommended approval).\nCONTINUED TO THE MEETING OF 9/7/23.\n34294\n26. CAL. NO. 34,295 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BY REQUEST).\nBrief:\nAn Ordinance to amend Ordinance No. 29266 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Expenditures for the City of New Orleans for the Year\n2023\", to appropriate unspent funds to the Law Department for various state settlement and\njudgment payments; and otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4639\n10/54", - "page_number": 10 + "page_content": "- Topic: Amendment of Short-Term Rental Regulations\n- Summary: The ordinance proposed several amendments to the existing short-term rental regulations, including the definition of noise monitoring device, clarification on the term \"owner\", and changes related to permit ownership and renewal. \n- Ordinance Number: 357e8de2-a292-483c-8ef3-0f687c4bb519\n- Votes Summary:\n Vote 1: Passed - (8 YEAS, 3 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The amendments to the short-term rental regulations were approved by the council with a majority vote.\n- Tags/Keywords: Short-Term Rental, Regulations, Amendments\n- UID: 357e8de2-a292-483c-8ef3-0f687c4bb519", + "uid": "357e8de2-a292-483c-8ef3-0f687c4bb519", + "publish_date": "3-23-2023", + "page_number": 37, + "title": "Regular City Council Minutes 3-23-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4639\n11/15/23, 7:48 PM\n(Council Rule 34. Postponement Deadline 11/10/23).\n(Fiscal Note received). (Referred to the Budget Committee).\n(Budget Committee recommended approval).\nCONTINUED TO THE MEETING OF 9/7/23.\n34295\n27. CAL. NO. 34,296 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BY REQUEST).\nBrief:\nAn Ordinance to amend Ordinance No. 29265 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Revenues for the City of New Orleans for the Year 2023\",\nto appropriate funds to the Department of Public Works for Indigent Defender fees on red light\ncamera tickets; and otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/10/23).\n(Fiscal Note received).\n(Referred to the Budget Committee).\n(Budget Committee recommended approval).\nADOPTED.\n34296 - 29592 M.C.S.\nCAL. NO. 34,297 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\n28.\nTHOMAS (BY REQUEST).\nBrief:\nAn Ordinance to amend Ordinance No. 29266 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Expenditures for the City of New Orleans for the Year\n2023\", to appropriate funds to the Department of Public Works for Indigent Defender fees on\nred light camera tickets; and otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/10/23).\n(Fiscal Note received).\n(Referred to the Budget Committee).\n(Budget Committee recommended approval).\nADOPTED.\n34297 - 29593 M.C.S.\n29. CAL. NO. 34,298 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BY REQUEST).\nBrief:\nAn Ordinance to amend Ordinance No. 29265 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Revenues for the City of New Orleans for the Year 2023\",\nto appropriate funds to the Orleans Parish Public Defender's Office within Miscellaneous\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4639\n11/54", - "page_number": 11 + "page_content": "- Topic: Amendments to Short-Term Rental Regulations\n- Summary: Amendments were proposed to modify the regulations related to short-term rentals, including eligibility criteria, noise monitoring requirements, and application content. The amendments were discussed and approved by the council.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 2 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: Approval of the proposed amendments to the short-term rental regulations.\n- Tags/Keywords: Short-Term Rentals, Regulations, Amendments\n- UID: 09cc29e7-5bd2-47be-8a12-ae814d17d6f3", + "uid": "09cc29e7-5bd2-47be-8a12-ae814d17d6f3", + "publish_date": "3-23-2023", + "page_number": 38, + "title": "Regular City Council Minutes 3-23-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4639\n11/15/23, 7:48 PM\nPrograms for criminal defense representation to Indigent persons accused of committing\ncrimes in Orleans Parish; and otherwise to provide with respect thereto. ELECTRONICALLY\nSUBMITTED. (Council Rule 34. Postponement Deadline 11/10/23).\n(Fiscal Note received).\n(Referred to the Budget Committee).\n(Budget Committee recommended approval).\nADOPTED.\n34298 - 29594 M.C.S.\n30. CAL. NO. 34,299 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BY REQUEST).\nBrief:\nAn Ordinance to amend Ordinance No. 29266 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Expenditures for the City of New Orleans for the Year\n2023\", to appropriate funds to the Orleans Parish Public Defender's Office within\nMiscellaneous Programs for criminal defense representation to Indigent persons accused of\ncommitting crimes in Orleans Parish; and otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/10/23).\n(Fiscal Note received).\n(Referred to the Budget Committee).\n(Budget Committee recommended approval).\nADOPTED.\n34299 - 29595 M.C.S.\n31. CAL. NO. 34,300 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BY REQUEST)\nBrief:\nAn Ordinance to amend Ordinance No. 29265 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Revenues for the City of New Orleans for the Year 2023\",\nto appropriate additional one-time grant funds awarded to the Healthcare for the Homeless\nProgram to expand COVID-19 health center services; and otherwise to provide with respect\nthereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/10/23).\n(Fiscal Note received).\n(Referred to the Budget Committee).\n(Budget Committee recommended approval).\nADOPTED.\n34300 - 29596 M.C.S.\n32. CAL. NO. 34,301 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BY REQUEST).\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4639\n12/54", - "page_number": 12 + "page_content": "- Topic: Amendments to Short-Term Rental Regulations\n- Summary: Various amendments were proposed to the existing short-term rental regulations, including changes to application requirements, reporting obligations for platforms, and restrictions on advertising multiple units in a single advertisement. \n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 2 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The proposed amendments to the short-term rental regulations were passed with a majority vote.\n- Tags/Keywords: Short-Term Rental, Regulations, Amendments\n- UID: 584983d7-c98a-43a8-a6d1-375ff9f5fb39", + "uid": "584983d7-c98a-43a8-a6d1-375ff9f5fb39", + "publish_date": "3-23-2023", + "page_number": 39, + "title": "Regular City Council Minutes 3-23-2023" }, { - "page_content": "11/15/23, 7:48 PM\ncityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4639\nBrief:\nAn Ordinance to amend Ordinance No. 29266 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Expenditures for the City of New Orleans for the Year\n2023\", to appropriate additional one-time grant funds awarded to the Healthcare for the\nHomeless to expand COVID-19 health center services; and otherwise to provide with respect\nthereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/10/23).\n(Fiscal Note received).\n(Referred to the Budget Committee).\n(Budget Committee recommended approval).\nADOPTED.\n34301 - 29597 M.C.S.\n33. CAL. NO. 34,311 - BY: COUNCILMEMBER HARRIS\nBrief:\nAn Ordinance to effect a zoning change from an HU-RM1 Historic Urban Multi-Family\nResidential District to an HU-B1A Historic Urban Neighborhood Business District on Square\n264, Lots 2, 3, and 4, in the Fourth Municipal District, bounded by Jackson Avenue, Baronne\nStreet, Brainard Street, and Philip Street (Municipal Addresses: 1758-1760 Jackson Avenue\nand 2200-2212 Baronne Street); and otherwise to provide with respect thereto. (ZONING\nDOCKET NO. 19/23)\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(90 Days, Cn. Deadline 10/11/23).\n(Cn. Deadline 10/5/23).\nADOPTED.\n34311 - 29599 M.C.S.\n34. CAL. NO. 34,312 - BY: COUNCILMEMBER GIARRUSSO\nBrief:\nAn Ordinance to establish a conditional use to permit a car wash in an MU-1 Medium\nIntensity Mixed-Use District and an HUC Historic Urban Corridor Use Restriction Overlay\nDistrict, on Square 762, Lots 11, 12, 13, 14, 18, 19, 20, 21A, 21B, 22A, 23, 24, 25, 26, 27, and\n28, in the First Municipal District, bounded by South Carrollton Avenue, Tulane Avenue,\nUlloa Street, South Pierce Street (Municipal Addresses: 4118-4132 South Carrollton Avenue,\n4036-4052 Ulloa Street, and 4041-4051 Tulane Avenue); and otherwise to provide with\nrespect thereto. (ZONING DOCKET NO. 40/23)\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(90 Days, Cn. Deadline 10/11/23).\n(Cn. Deadline 10/5/23).\nADOPTED.\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4639\n13/54", - "page_number": 13 + "page_content": "- Topic: Short-term rental reporting requirements\n- Summary: The ordinance outlined specific reporting requirements for short-term rental platforms, including the address, URL links, rental duration, rent amount, taxes and fees paid, and future booking tally. It also included amendments related to enforcement and permit applications.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The ordinance passed with a vote of 7-0, with amendments related to enforcement and permit applications.\n- Tags/Keywords: Short-term rental, Reporting requirements, Enforcement, Permit applications\n- UID: 24364834-2575-447d-aa72-125363f49f6a\n\n- Topic: Amendments to enforcement and adjudication of violations\n- Summary: The ordinance focused on prioritizing the enforcement and adjudication of specific violations related to short-term rentals. It also clarified the responsibilities of the department and made adjustments to the number of adjudications per week.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: Passed - (8 YEAS, 1 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed with a vote of 8-1, with amendments related to enforcement and adjudication procedures.\n- Tags/Keywords: Enforcement, Adjudication, Violations, Department responsibilities\n- UID: 24364834-2575-447d-aa72-125363f49f6a\n\n- Topic: Permit applications and requirements\n- Summary: The ordinance included amendments related to permit applications, owner and operator permits with photo ID cards, and additional details to be provided in the application process.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 3 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed with a vote of 6-3, with amendments related to permit applications and requirements.\n- Tags/Keywords: Permit applications, Owner permits, Operator permits, Photo ID cards\n- UID: 24364834-2575-447d-aa72-125363f49f6a", + "uid": "24364834-2575-447d-aa72-125363f49f6a", + "publish_date": "3-23-2023", + "page_number": 40, + "title": "Regular City Council Minutes 3-23-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4639\n11/15/23, 7:48 PM\n34312 - 29600 M.C.S.\n35. CAL. NO. 34,320 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BY REQUEST).\nBrief:\nAn Ordinance to amend Ordinance No. 29266 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Expenditures for the City of New Orleans for the Year\n2023\", to transfer grant funds from Other Operating (200) to Personal Services (100) within\nthe Office of Homeland Security and Emergency Preparedness; and otherwise to provide with\nrespect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/24/23).\n(Fiscal Note received).\n(Referred to the Budget Committee).\n(Budget Committee recommended approval).\nADOPTED.\n34320 - 29604 M.C.S.\n36. CAL. NO. 34,323 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BY REQUEST).\nBrief:\nAn Ordinance to amend Ordinance No. 29265 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Revenues for the City of New Orleans for the Year 2023\",\nto appropriate FEMA grant funds to the Office of Homeland Security for the Flood Mitigation\nAssistance Swift Program; and otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/24/23).\n(Fiscal Note received).\n(Referred to the Budget Committee).\n(Budget Committee recommended approval).\nADOPTED.\n34323 - 29607 M.C.S.\nCAL. NO. 34,324 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\n37.\nTHOMAS (BY REQUEST).\nBrief:\nAn Ordinance to amend Ordinance No. 29266 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Expenditures for the City of New Orleans for the Year\n2023\", to appropriate FEMA grant funds to the Office Homeland Security for the Flood\nMitigation Assistance Swift Program; and otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4639\n14/54", - "page_number": 14 + "page_content": "- Topic: Amendments to Short-Term Rental Permit Regulations\n- Summary: The amendments include changes to the duration of permit revocation or suspension, as well as the conditions under which open violations on the subject property can affect the permit application.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 2 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The amendments to the short-term rental permit regulations were approved by the council.\n- UID: 8f14c1e8-5b34-4c15-b8a3-f4f4a632cd91", + "uid": "8f14c1e8-5b34-4c15-b8a3-f4f4a632cd91", + "publish_date": "3-23-2023", + "page_number": 41, + "title": "Regular City Council Minutes 3-23-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4639\n11/15/23, 7:48 PM\n(Council Rule 34. Postponement Deadline 11/24/23). (Fiscal Note received).\n(Referred to the Budget Committee).\n(Budget Committee recommended approval).\nADOPTED.\n34324 - 29608 M.C.S.\nCAL. NO. 34,325 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\n38.\nTHOMAS (BY REQUEST).\nBrief:\nAn Ordinance to amend Ordinance No. 29265 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Revenues for the City of New Orleans for the Year 2023\",\nto appropriate reimbursement funds from Downtown Development District to the Office of\nCommunity Development for the Code Enforcement Unit; and otherwise to provide with\nrespect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/24/23).\n(Fiscal Note received).\n(Referred to the Budget Committee).\n(Budget Committee recommended approval).\nADOPTED.\n34325 - 29609 M.C.S.\n39. CAL. NO. 34,326 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BY REQUEST).\nBrief:\nAn Ordinance to amend Ordinance No. 29266 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Expenditures for the City of New Orleans for the Year\n2023\", to appropriate reimbursement funds from Downtown Development District to the\nOffice of Community Development for the Code Enforcement Unit; and otherwise to provide\nwith respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/24/23).\n(Fiscal Note received).\n(Referred to the Budget Committee).\n(Budget Committee recommended approval).\nADOPTED.\n34326 - 29610 M.C.S.\n40. CAL. NO. 34,327 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BY REQUEST)\nBrief:\nAn Ordinance to amend Ordinance No. 29265 M.C.S ., as amended, entitled \"An Ordinance\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4639\n15/54", - "page_number": 15 + "page_content": "- Topic: Violations of City Code Sections\n- Summary: The owner violated multiple sections of the city code, including making false statements in the permit application and committing three separate violations within a twelve-month period.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: Passed - (8 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The ordinance was passed, indicating the violation of city code sections by the owner.\n- UID: 67189ef4-1c82-41f4-bc47-bd144797d308", + "uid": "67189ef4-1c82-41f4-bc47-bd144797d308", + "publish_date": "3-23-2023", + "page_number": 42, + "title": "Regular City Council Minutes 3-23-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4639\n11/15/23, 7:48 PM\nProviding an Operating Budget of Revenues for the City of New Orleans for the Year 2023\",\nto appropriate FEMA grant funds to the Office of Homeland Security for Flood Mitigation\nAssistance in Orleans Parish; and otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/24/23).\n(Fiscal Note received).\n(Referred to the Budget Committee).\n(Budget Committee recommended approval).\nADOPTED.\n34327 - 29611 M.C.S.\n41. CAL. NO. 34,328 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BY REQUEST).\nBrief:\nAn Ordinance to amend Ordinance No. 29266 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Expenditures for the City of New Orleans for the Year\n2023\", to appropriate FEMA grant funds to the Office Homeland Security for Flood\nMitigation Assistance; and otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/24/23).\n(Fiscal Note received).\n(Referred to the Budget Committee).\n(Budget Committee recommended approval).\nADOPTED.\n34328 - 29612 M.C.S.\nCAL. NO. 34,329 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\n42.\nTHOMAS (BY REQUEST).\nBrief:\nAn Ordinance to amend Ordinance No. 29265 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Revenues for the City of New Orleans for the Year 2023\",\nto appropriate funds awarded by the Federal Communications Commission to the Office of\nResilience and Sustainability for the New Orleans Broadband Outreach and Equity Program;\nand otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/24/23).\n(Fiscal Note received).\n(Referred to the Budget Committee).\n(Budget Committee recommended approval).\nADOPTED.\n34329 - 29613 M.C.S.\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4639\n16/54", - "page_number": 16 + "page_content": "- Topic: Operator Violations\n - Summary: The operator violated multiple sections of the ordinance, including 26-620(a)(3), 26-620(a)(4), 26-620(a)(7), 26-620(a)(8), 26-618(b)(1), 26-618(b)(2), 26-618(b)(3), 26-618(b)(4), 26-618(b)(5), 26-618(b)(6), 26-618(b)(7), 26-620(b)(8), 26-620(b)(14), 26-620(b)(15), and 26-620(b)(18). The operator also made false, misleading, or fraudulent statements in the permit application. Three separate violations occurred during a twelve-month period.\n - Ordinance Number: N/A\n - Votes Summary:\n Vote 1: N/A\n - Decision/Key Actions: Amendments made to the ordinance to include specific violations and false statements.\n - Tags/Keywords: Operator violations, permit application, false statements\n - UID: 30101e89-57ec-4385-9c3f-c756596222a0", + "uid": "30101e89-57ec-4385-9c3f-c756596222a0", + "publish_date": "3-23-2023", + "page_number": 43, + "title": "Regular City Council Minutes 3-23-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4639\n11/15/23, 7:48 PM\nCAL. NO. 34,330 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\n43.\nTHOMAS (BY REQUEST)\nBrief:\nAn Ordinance to amend Ordinance No. 29266 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Expenditures for the City of New Orleans for the Year\n2023\", to appropriate funds awarded by the Federal Communications Commission to the\nOffice of Resilience and Sustainability for the New Orleans Broadband Outreach and Equity\nProgram; and otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/24/23).\n(Fiscal Note received).\n(Referred to the Budget Committee).\n(Budget Committee recommended approval).\nADOPTED.\n34330 - 29614 M.C.S.\nCAL. NO. 34,351 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\n44.\nTHOMAS (BY REQUEST).\nBrief:\nAn Ordinance to amend Ordinance No. 29265 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Revenues for the City of New Orleans for the Year 2023\",\nto appropriate grant funds to the Fire Department for the purchase of Personal Protective\nEquipment (PPE); and otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 12/8/23).\n(Fiscal Note received). (Budget Committee recommended approval). ADOPTED. ORD. NO.\n00000 M.C.S.\n34351 - 29626 M.C.S.\n45. CAL. NO. 34,352 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BY REQUEST).\nBrief:\nAn Ordinance to amend Ordinance No. 29266 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Expenditures for the City of New Orleans for the Year\n2023\", to appropriate grant funds to the Fire Department for the purchase of Personal\nProtective Equipment (PPE); and otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/8/23).\n(Fiscal Note received)\n(Budget Committee recommended approval).\nADOPTED.\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4639\n17/54", - "page_number": 17 + "page_content": "- Topic: Amendments to City Ordinance 26-620\n- Summary: The council discussed and voted on multiple amendments to City Ordinance 26-620 related to owner and operator permits, including changes to permit revocation conditions and the duration of permit suspensions for sustained violations.\n- Ordinance Number: 708f47a9-f17d-4bf0-891c-4226f0aaaaca\n- Votes Summary:\n Vote 1: Passed - (8 YEAS, 3 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The amendments to City Ordinance 26-620 were passed with 8 votes in favor and 3 votes against.\n- Tags/Keywords: City Ordinance, Permit Revocation, Violations, Amendments\n- UID: 708f47a9-f17d-4bf0-891c-4226f0aaaaca\n\n- Topic: Extension of Permit Suspension Duration\n- Summary: The council voted on extending the duration of permit suspensions for sustained violations under section 26-618(b)(17) from four years to five years.\n- Ordinance Number: 708f47a9-f17d-4bf0-891c-4226f0aaaaca\n- Votes Summary:\n Vote 1: Passed - (9 YEAS, 2 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The extension of permit suspension duration was approved with 9 votes in favor and 2 votes against.\n- Tags/Keywords: Permit Suspension, Violations, Extension, City Ordinance\n- UID: 708f47a9-f17d-4bf0-891c-4226f0aaaaca", + "uid": "708f47a9-f17d-4bf0-891c-4226f0aaaaca", + "publish_date": "3-23-2023", + "page_number": 44, + "title": "Regular City Council Minutes 3-23-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4639\n11/15/23, 7:48 PM\n34352 - 29627 M.C.S.\n46. CAL. NO. 34,353 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BY REQUEST).\nBrief:\nAn Ordinance to amend Ordinance No. 29265 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Revenues for the City of New Orleans for the Year 2023\"\nto appropriate grant funds to the Chief Administrative Office for the Lincoln Beach Permeable\nParking Lot; and otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/8/23).\n(Budget Committee recommended approval).\nADOPTED.\n34353 - 29628 M.C.S.\n47. CAL. NO. 34,354 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BY REQUEST)\nBrief:\nAn Ordinance to amend Ordinance No. 29266 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Expenditures for the City of New Orleans for the Year\n2023\", to appropriate grant funds to the Chief Administrative Office for the Lincoln Beach\nPermeable Parking Lot; and otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/8/23).\n(Fiscal Note received).\n(Budget Committee recommended approval).\nADOPTED.\n34354 - 29629 M.C.S.\nMOTION - NO. M-23-365 - BY: COUNCILMEMBERS GIARRUSSO, MORENO,\n48.\nMORRELL, GREEN AND THOMAS\nBrief:\nApproving the Amendments to the Classified Pay Plan (City Planning), as adopted by the\nCivil Service Commission at its meetings of June 23, 2023, to be effective August 27, 2023, in\naccordance with Article X, Section 10 of the Constitution of Louisiana.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/22/23).\n(Budget Committee recommended approval).\nADOPTED.\nM-23-365\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4639\n18/54", - "page_number": 18 + "page_content": "- Topic: Amendment to Ordinance Calendar No. 34,082\n- Summary: This amendment proposed changes to the process for awarding owner permits in the context of short-term rentals. It included revisions to the application review process and the awarding of permits.\n- Ordinance Number: 34082 Amendment 1\n- Votes Summary:\n Vote 1: Withdrawn\n- Decision/Key Actions: The amendment was withdrawn.\n- UID: aa50a731-b151-46ea-94e1-9d64758d7244\n\n- Topic: Amendment to Ordinance Calendar No. 34,082\n- Summary: This amendment aimed to introduce a requirement for completion of a short-term rental course as a condition for obtaining a permit for short-term rentals. It also included a provision for virtual availability of the course.\n- Ordinance Number: 34082 Amendment 2\n- Votes Summary:\n Vote 1: N/A - Withdrawn\n- Decision/Key Actions: The amendment was withdrawn.\n- UID: aa50a731-b151-46ea-94e1-9d64758d7244", + "uid": "aa50a731-b151-46ea-94e1-9d64758d7244", + "publish_date": "3-23-2023", + "page_number": 45, + "title": "Regular City Council Minutes 3-23-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4639\n11/15/23, 7:48 PM\n49. MOTION - NO. M-23-366 - BY: COUNCILMEMBERS GIARRUSSO, MORENO,\nMORRELL, GREEN AND THOMAS\nBrief:\nApproving the Amendments to the Classified Pay Plan (Safety and Permits), as adopted by the\nCivil Service Commission at its meetings of June 23, 2023, to be effective August 27, 2023, in\naccordance with Article X, Section 10 of the Constitution of Louisiana.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/22/23).\n(Budget Committee recommended approval).\nADOPTED.\nM-23-366\n50. MOTION - NO. M-23-367 - BY: COUNCILMEMBERS GIARRUSSO, MORENO,\nMORRELL, GREEN AND THOMAS\nBrief:\nApproving the Amendments to the Classified Pay Plan (Property Management), as adopted by\nthe Civil Service Commission at its meetings of June 23, 2023, to be effective August 27,\n2023, in accordance with Article X, Section 10 of the Constitution of Louisiana.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/22/23).\n(Budget Committee recommended approval).\nADOPTED.\nM-23-367\n51. MOTION - NO. M-23-368 - BY: COUNCILMEMBERS GIARRUSSO, MORENO,\nMORRELL, GREEN AND THOMAS\nBrief:\nApproving the Amendments to the Classified Pay Plan (Sewerage and Water Board), as\nadopted by the Civil Service Commission at its meetings of June 23, 2023, to be effective\nAugust 27, 2023, in accordance with Article X, Section 10 of the Constitution of Louisiana.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/22/23).\n(Budget Committee recommended approval).\nADOPTED.\nM-23-368\n52. MOTION - NO. M-23-369 - BY: COUNCILMEMBERS GIARRUSSO, MORENO,\nMORRELL, GREEN AND THOMAS\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4639\n19/54", - "page_number": 19 + "page_content": "- Topic: Amendment to Comprehensive Zoning Ordinance\n- Summary: This ordinance aims to modify the Residential Short Term Rentals regulations to bring them into compliance with a court decision. It includes amendments to various articles of the Comprehensive Zoning Ordinance.\n- Ordinance Number: 34082 Amendment 5 Cm K\n- Votes Summary:\n Vote 1: Passed - (8 YEAS, 0 NAYS, 1 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed without any amendments.\n- Tags/Keywords: Zoning, Short Term Rentals, Compliance\n- UID: 62fcabe5-6e38-4dee-bd21-5f7498c378b4\n\n- Topic: Amendment to Residential Short Term Rentals regulations\n- Summary: This amendment seeks to add requirements and limitations, including restrictions on transfer or assignment, to the regulations. It also involves changing the word \"rentals\" to \"rental\" in a specific line of the ordinance.\n- Ordinance Number: Amendment to Ordinance Calendar No. 34,083\n- Votes Summary:\n Vote 1: Passed - (8 YEAS, 0 NAYS, 1 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The amendment passed without any alterations.\n- Tags/Keywords: Short Term Rentals, Regulations, Limitations\n- UID: 62fcabe5-6e38-4dee-bd21-5f7498c378b4", + "uid": "62fcabe5-6e38-4dee-bd21-5f7498c378b4", + "publish_date": "3-23-2023", + "page_number": 46, + "title": "Regular City Council Minutes 3-23-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4639\n11/15/23, 7:48 PM\nBrief:\nApproving the Amendments to the Classified Pay Plan (Finance), as adopted by the Civil\nService Commission at its meetings of June 23, 2023, to be effective August 27, 2023, in\naccordance with Article X, Section 10 of the Constitution of Louisiana.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/22/23).\n(Budget Committee recommended approval).\nADOPTED.\nM-23-369\n53. MOTION - NO. M-23-370 - BY: COUNCILMEMBERS GIARRUSSO, MORENO,\nMORRELL, GREEN AND THOMAS\nBrief:\nApproving the Amendments to the Classified Pay Plan (Office of Community Development),\nas adopted by the Civil Service Commission at its meetings of June 23, 2023, to be effective\nAugust 27, 2023, in accordance with Article X, Section 10 of the Constitution of Louisiana.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/22/23).\n(Budget Committee recommended approval).\nADOPTED.\nM-23-370\n54. MOTION - NO. M-23-371 - BY: COUNCILMEMBERS GIARRUSSO, MORENO,\nMORRELL, GREEN AND THOMAS\nBrief:\nApproving the Amendments to the Civil Service Rules (Sick Leave Usage Expansion), as\nadopted by the Civil Service Commission at its meetings of June 23, 2023, to be effective\nAugust 27, 2023, in accordance with Article X, Section 10 of the Constitution of Louisiana.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/22/23).\n(Budget Committee recommended approval).\nADOPTED.\nM-23-371\nMOTION - NO. M-23-372 - BY: COUNCILMEMBERS GIARRUSSO, MORENO,\n55.\nMORRELL, GREEN AND THOMAS\nBrief:\nApproving the Amendments to the Classified Pay Plan (Juvenile Justice Intervention Center),\nas adopted by the Civil Service Commission at its meetings of July 21, 2023), to be effective\n20/54\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4639", - "page_number": 20 + "page_content": "- Topic: Amendment to Comprehensive Zoning Ordinance\n- Summary: The amendments include changes to specific lines in the ordinance, as well as the addition of a new section specifying the effective date of the changes. Various speakers were heard during the discussion.\n- Ordinance Number: 34083 Amendment\n- Votes Summary:\n Vote 1: Passed - (20 YEAS, 5 NAYS, 3 ABSTAIN, 7 ABSENT)\n Vote 2: Not applicable\n- Decision/Key Actions: The amendments to the Comprehensive Zoning Ordinance were passed with a majority vote.\n- UID: 8fa343a4-7c40-4add-b31f-11a0a5c5723b", + "uid": "8fa343a4-7c40-4add-b31f-11a0a5c5723b", + "publish_date": "3-23-2023", + "page_number": 47, + "title": "Regular City Council Minutes 3-23-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4639\n11/15/23, 7:48 PM\nAugust 27, 2023, in accordance with Article X, Section 10 of the Constitution of Louisiana.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/22/23).\n(Budget Committee recommended approval).\nADOPTED.\nM-23-372\n56. MOTION - NO. M-23-373 - BY: COUNCILMEMBERS GIARRUSSO, MORENO,\nMORRELL, GREEN AND THOMAS\nBrief:\nApproving the Amendments to the Classified Pay Plan (CAO-ITI), as adopted by the Civil\nService Commission at its meetings of July 21, 2023, to be effective August 27, 2023, in\naccordance with Article X, Section 10 of the Constitution of Louisiana.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/22/23).\n(Budget Committee recommended approval).\nADOPTED.\nM-23-373\n57. MOTION - NO. M-23-374 - BY: COUNCILMEMBERS GIARRUSSO, MORENO,\nMORRELL, GREEN AND THOMAS\nBrief:\nApproving the Amendments to the Classified Pay Plan (Emergency Management), as adopted\nby the Civil Service Commission at its meetings of July 21, 2023, to be effective August 27,\n2023, in accordance with Article X, Section 10 of the Constitution of Louisiana.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/22/23).\n(Budget Committee recommended approval).\nADOPTED.\nM-23-374\n58. MOTION TO ADOPT CONSENT AGENDA AND REFER OTHER MATTERS TO THE\nPROPER AGENCY.\n59. AND THE CONSENT AGENDA WAS ADOPTED.\n13. FOR RECONSIDERATION BY REASON OF THE MAYOR'S VETO - ORD. NO. 29585\nM.C.S. (AS AMENDED) - CAL. NO. 34,309 - BY: COUNCILMEMBER MORRELL\n21/54\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4639", - "page_number": 21 + "page_content": "- Topic: Adoption of Amendments 33,082 and 33,083\n- Summary: The council voted to adopt Amendments 33,082 and 33,083, with 7 YEAS and 0 NAYS.\n- Ordinance Number: 47b23634-95b7-4f4d-94b8-cc1ea5db687b\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The adoption of Amendments 33,082 and 33,083 was approved by the council.\n- Tags/Keywords: Adoption, Amendments, Voting Outcome, Council Meeting\n- UID: 47b23634-95b7-4f4d-94b8-cc1ea5db687b", + "uid": "47b23634-95b7-4f4d-94b8-cc1ea5db687b", + "publish_date": "3-23-2023", + "page_number": 48, + "title": "Regular City Council Minutes 3-23-2023" }, { - "page_content": "11/15/23, 7:48 PM\ncityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4639\nBrief:\nAn Ordinance to amend and reordain Section 2-930 of the Code of the City of New Orleans;\nto provide relative to residential occupancy of City-owned property by City employees and\nelected officials; and otherwise to provide with respect thereto.\nAnnotation:\nVOTE ON THE QUESTION: \"SHALL THE ORDINANCE PASS, THE OBJECTION OF\nTHE MAYOR NOTWITHSTANDING?\" (GREEN VOTE OVERRULES - RED VOTE\nSUSTAINS)\nGiarrusso, Harris, King, Moreno, Morrell - 5\nYEAS:\nNAYS:\nGreen, Thomas - 2\nABSENT: 0\n34309 - 29585 M.C.S. (AS AMENDED).\nEXECUTIVE SESSION\n1.\nBrief:\nPURSUANT TO LOUISIANA REVISED STATUTE 42:16 AND 42:17(A)(2), THE\nCOUNCIL OF THE CITY OF NEW ORLEANS MAY CONVENE IN EXECUTIVE\nSESSION DURING ITS AUGUST 24, 2023 REGULAR MEETING FOR THE PURPOSE\nOF DISCUSSING THE FOLLOWING PROSPECTIVE LITIGATION:\n\u00b7 Potential claims asserted by Stanton Square LLC\nrelating to Council approval of the Lower Algiers\nRural Protection Interim Zoning District\n\u00b7 Samantha Hignell-Stark; White Spider Rental\nConcierge, LLC; Russel Frank; Samantha and\nBob McRaney; and Jimmie Taylor v. City of\nNew Orleans, Civ. Action No. 19-cv- 13773,\nconsolidated with Kurt Klebe v. City of New\nOrleans, Civ. Action No. 22-2991, United\nStates District Court for the Eastern District\nof Louisiana, Judge Ivan L.R. Lemelle\n\u00b7 City of New Orleans v. Alexandra Land and\nDevelopment LLC, City of New Orleans Code\nEnforcement Administrative Adjudication,\nCase No. 21-0668-MPM\nAnnotation:\nELECTRONICALLY SUBMITTED.\nSESSION HELD.\nExecutive Session Public Notice No. 3\nEXECUTIVE SESSION\n20. CAL. NO. 34,306 - BY: COUNCILMEMBER KING\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4639\n22/54", - "page_number": 22 + "page_content": "- Topic: Amendment No. 2\n- Summary: Amendment No. 2, moved by Cm. Harris and seconded by Cm. Thomas, passed with 7 YEAS and 0 NAYS. \n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The foregoing vote for Amendment No. 2 moved by Cm. Harris and seconded by Cm. Giarrusso is null and void, and a new roll call vote moved by Cm. Harris and seconded by Cm. Thomas is for Amendment No. 2.\n- Tags/Keywords: Amendment, Roll Call Vote, Passed\n- UID: c83a2b72-88ca-4360-b8e8-d6b1a725b4f7\n\n- Topic: Amendment No. 4\n- Summary: Amendment No. 4, introduced by Cm. King, was amended by Cms. Morrell and King. The amendment to the amendment passed with 5 YEAS and 2 NAYS. The amended amendment, moved by Cm. King and seconded by Cm. Morrell, passed with 5 YEAS and 2 NAYS.\n- Ordinance Number: 34083 Amendment 4 As Amended\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 2 NAYS, 0 ABSTAIN, 0 ABSENT)\n Vote 2: Passed - (5 YEAS, 2 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The amendment to Amendment No. 4 by Cm. King, with an amendment by Cms. Morrell and King, passed.\n- Tags/Keywords: Amendment, Amended, Roll Call Vote, Passed\n- UID: c83a2b72-88ca-4360-b8e8-d6b1a725b4f7", + "uid": "c83a2b72-88ca-4360-b8e8-d6b1a725b4f7", + "publish_date": "3-23-2023", + "page_number": 49, + "title": "Regular City Council Minutes 3-23-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4639\n11/15/23, 7:48 PM\nBrief:\nAn Ordinance to temporarily waive certain fees, permit fees, and requirements within and\naround Devour Park located at 1500 Teche Street, New Orleans, Louisiana in conjunction with\nthe Fatherhood Roundtable event on Saturday, July 15, 2023 from 8:00 a.m. to 4:00 p.m ., to\nspecify the duration and boundaries of said waiver; and otherwise to provide with respect\nthereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/10/23).\n(Referred to the Budget Committee).\n34306\n29. CAL. NO. 34,331 - BY: COUNCILMEMBER KING\nBrief:\nAn Ordinance to temporarily waive certain fees, permit fees, and requirements within and\naround Devour Park located at 1500 Teche Street, New Orleans, Louisiana in conjunction with\nthe 2nd Annual L. B. Landry Alumni Cookout event on Saturday, July 29, 2023 from 7:30\na.m. to 5:00 p.m ., to specify the duration and boundaries of said waiver; and otherwise to\nprovide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/24/23).\n34331\n31. CAL. NO. 34,337 - BY: COUNCILMEMBER THOMAS\nBrief:\nAn Ordinance to temporarily waive certain fees, permit fees, and requirements within and\naround the Joe Brown Park located at 5601 Read Boulevard, New Orleans, Louisiana in\nconjunction with the Back-to-School Resource Fair event on Saturday, July 22, 2023 from\n10:00 a.m. to 12:00 p.m ., to specify the duration and boundaries of said waiver; and to provide\notherwise with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/8/23).\n34337\n32. CAL. NO. 34,338 - BY: COUNCILMEMBER THOMAS\nBrief:\nAn Ordinance to temporarily waive certain fees, permit fees, and requirements within and\naround the Pete Sanchez Gymnasium located at 1616 Fats Domino Avenue, New Orleans,\nLouisiana 70126 in conjunction with the Alfred Lawless Alumni Association All Class\nReunion Dance event on Saturday, July 15, 2023, from 8:00 p.m. to 12:00 a.m ., to specify the\nduration and boundaries of said waiver; and to provide otherwise with respect thereto.\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4639\n23/54", - "page_number": 23 + "page_content": "- Topic: Short-Term Rental Regulations\n- Summary: An ordinance to amend various sections of the city code related to short-term rentals, including application procedures, permit types and fees, operating regulations, enforcement parameters, and penalties. Amendment No. 2 by Cm. Harris and Cm. Green's amendment to Cm. Moreno\u2019s Amendment were both withdrawn.\n- Ordinance Number: 34,082\n- Votes Summary:\n Vote 1: Amendment - Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n Vote 2: Cm. Harris's Amendment - Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n Vote 3: Cm. Harris's Amendment - Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance was amended, and the amendments proposed by Cm. Harris and Cm. Green were withdrawn. \n- Tags/Keywords: Short-term rentals, Amendment, City Code\n- UID: ea33584e-70c4-4683-9080-0363923747d0", + "uid": "ea33584e-70c4-4683-9080-0363923747d0", + "publish_date": "3-23-2023", + "page_number": 50, + "title": "Regular City Council Minutes 3-23-2023" }, { - "page_content": "11/15/23, 7:48 PM\ncityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4639\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/8/23).\n34338\n33. CAL. NO. 34,339 - BY: COUNCILMEMBER THOMAS\nBrief:\nAn Ordinance to temporarily waive certain fees, permit fees, and requirements within and\naround the Oliver Bush Playground located at 2500 Fats Domino Avenue, New Orleans,\nLouisiana 70126 in conjunction with the Alfred Lawless Alumni Association All Class\nReunion Picnic event on Saturday, June 24, 2023, from 10:00 a.m. to 6:00 p.m ., to specify the\nduration and boundaries of said waiver; and to provide otherwise with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/8/23).\n34339\n34. CAL. NO. 34,340 - BY: COUNCILMEMBER THOMAS\nBrief:\nAn Ordinance to temporarily waive certain fees, permit fees, and requirements within and\naround the Pete Sanchez Gymnasium located at 1616 Fats Domino Avenue, New Orleans,\nLouisiana 70126 in conjunction with the Althea Haywood Funeral Repast event on Saturday,\nJuly 15, 2023, from 10:00 p.m. to 2:00 a.m ., to specify the duration and boundaries of said\nwaiver; and to provide otherwise with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/8/23).\n34340\n35. CAL. NO. 34,341 - BY: COUNCILMEMBER GREEN\nBrief:\nAn Ordinance to temporarily waive certain fees, permit fees, and requirements within and\naround Sampson Playground, located at 3211 Treasure St. New Orleans, LA 70114, in\nconjunction with Kazi-Nia Baptist Church on July 29, 2023, at 1 p.m. - 8:30 p.m ., and July\n30, 2023 at 3 p.m. - 7 p.m. to specify the duration and boundaries of said waiver; and to\nprovide otherwise with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/8/23).\n34341\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4639\n24/54", - "page_number": 24 + "page_content": "- Topic: Zoning Docket No. 95/22 - City Council Motion M-22-467\n- Summary: Request for a Text Amendment to Article 19 of the Comprehensive Zoning Ordinance to establish a new Interim Zoning District (IZD) to temporarily prohibit Residential Short Term Rental (STR) uses citywide and prevent issuance of new permits or licenses. The proposed Text Amendment would affect properties citywide.\n- Ordinance Number: ZD NO. 95-22\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n Vote 2: Amendment Passed - (5 YEAS, 2 NAYS, 0 ABSTAIN, 0 ABSENT)\n Vote 3: Amended Action Passed - (6 YEAS, 1 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: Establishment of a new Interim Zoning District to prohibit Residential Short Term Rental uses citywide with modified approval.\n- Tags/Keywords: Zoning, Text Amendment, Interim Zoning District, Residential Short Term Rental, City Council Motion\n- UID: fbf56d00-71f4-41d0-ad44-7e19e626e49b", + "uid": "fbf56d00-71f4-41d0-ad44-7e19e626e49b", + "publish_date": "3-23-2023", + "page_number": 51, + "title": "Regular City Council Minutes 3-23-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4639\n11/15/23, 7:48 PM\n36. CAL. NO. 34,345 - BY: COUNCILMEMBER KING\nBrief:\nAn Ordinance to waive certain fees, permit fees, and requirements within and around\nWashington Square Park located at 700 Elysian Fields Avenue in conjunction with the Silence\nthe Violence Youth Talent Show and Festival event on Saturday, September 9, 2023 from 8:00\na.m. to 7:00 p.m .; to specify the duration and boundaries of said waiver; and to provide\notherwise with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/8/23).\n34345\n37. CAL. NO. 34,346 - BY: COUNCILMEMBER GIARRUSSO\nBrief:\nAn Ordinance to waive certain fees, permit fees, and requirements within and around First\nGrace United Methodist Church located at 3401 Canal Street, New Orleans, Louisiana in\nconjunction with the NOLAKEYS 2nd Annual and 3rd Annual Stop the Violence Youth Bike\nRide and School Supply Giveaway event on Saturday, August 6, 2023, and Saturday, August\n5, 2023 at 4:00 p.m ., respectively; to specify the duration and boundaries of said waiver; to\nratify and confirm the waiver of such fees, requirements, duration and boundaries regarding\nsaid waiver; and to provide otherwise with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/8/23).\n34346\n43. CAL. NO. 34,356 - BY: COUNCILMEMBER THOMAS\nBrief:\nAn Ordinance to temporarily waive certain fees, permit fees, and requirements within and\naround the Oliver W. Bush Playground 2500 Fats Domino Ave. 70117, New Orleans,\nLouisiana in conjunction with the Lower 9 Festival event on Saturday, August 26, 2023 from\n11:00 a.m. to 6:00 p.m ., to specify the duration and boundaries of said waiver; and to provide\notherwise with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/8/23).\n34356\n44. CAL. NO. 34,357 - BY: COUNCILMEMBER THOMAS\nBrief:\nAn Ordinance to temporarily waive certain fees, permit fees, and requirements within and\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4639\n25/54", - "page_number": 25 + "page_content": "- Topic: Approval of Text Amendment to Establish Residential Short Term Rental Interim Zoning District\n- Summary: The council approved the applicant's request for a Text Amendment to establish a new Interim Zoning District named the Residential Short Term Rental Interim Zoning District, as modified by the City Planning Commission.\n- Ordinance Number: M-23-125\n- Votes Summary:\n Vote 1: Motion to receive M-23-125 - Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n Vote 2: Motion to add M-23-125 to the agenda - Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n Vote 3: Adoption of M-23-125 - Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: Approval of the Text Amendment to establish the Residential Short Term Rental Interim Zoning District\n- Tags/Keywords: Text Amendment, Zoning District, Residential Short Term Rental, City Planning Commission, Approval\n- UID: de8b06e7-ecac-4b67-969d-5cfb46fdbfca\n\n- Topic: Public Hearing for Amendment of Comprehensive Zoning Ordinance\n- Summary: The council directed the City Planning Commission to conduct a public hearing to consider amending and reordaining the Comprehensive Zoning Ordinance of the City of New Orleans.\n- Ordinance Number: M-23-105\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Direction to the City Planning Commission to conduct a public hearing for potential amendments to the Comprehensive Zoning Ordinance\n- Tags/Keywords: Public Hearing, Amendment, Comprehensive Zoning Ordinance, City Planning Commission, Direction\n- UID: de8b06e7-ecac-4b67-969d-5cfb46fdbfca", + "uid": "de8b06e7-ecac-4b67-969d-5cfb46fdbfca", + "publish_date": "3-23-2023", + "page_number": 52, + "title": "Regular City Council Minutes 3-23-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4639\n11/15/23, 7:48 PM\naround the Joe Brown Park located at 5601 Read Boulevard, New Orleans, Louisiana in\nconjunction with the Friends of Joe W. Brown Park NOLA East Festival event on Saturday,\nSeptember 16, 2023, from 11:00 a.m. to 7:00 p.m ., to specify the duration and boundaries of\nsaid waiver; and to provide otherwise with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/8/23).\n34357\n45. CAL. NO. 34,358 - BY: COUNCILMEMBER THOMAS\nBrief:\nAn Ordinance to temporarily waive certain fees, permit fees, and requirements within and\naround the Joe W. Brown Gymnasium located at 5601 Read Blvd ., New Orleans, Louisiana\n70126 in conjunction with the Councilman Oliver Thomas Gun Buy Back event on Saturday,\nSeptember 2, 2023, from 10:00 a.m. to 1:00 p.m ., to specify the duration and boundaries of\nsaid waiver; and to provide otherwise with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/8/23).\nWITHDRAWN.\n34358\n20. CAL. NO. 34,306 - BY: COUNCILMEMBER KING\nBrief:\nAn Ordinance to temporarily waive certain fees, permit fees, and requirements within and\naround Devour Park located at 1500 Teche Street, New Orleans, Louisiana in conjunction with\nthe Fatherhood Roundtable event on Saturday, July 15, 2023 from 8:00 a.m. to 4:00 p.m ., to\nspecify the duration and boundaries of said waiver; and otherwise to provide with respect\nthereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/10/23).\n(Referred to the Budget Committee).\n34306 - 29598 M.C.S.\n29. CAL. NO. 34,331 - BY: COUNCILMEMBER KING\nBrief:\nAn Ordinance to temporarily waive certain fees, permit fees, and requirements within and\naround Devour Park located at 1500 Teche Street, New Orleans, Louisiana in conjunction with\nthe 2nd Annual L. B. Landry Alumni Cookout event on Saturday, July 29, 2023 from 7:30\na.m. to 5:00 p.m ., to specify the duration and boundaries of said waiver; and otherwise to\nprovide with respect thereto.\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4639\n26/54", - "page_number": 26 + "page_content": "- Topic: Establishment of Brown\u2019s Dairy Neighborhood District\n - Summary: The ordinance aimed to establish the Brown\u2019s Dairy Neighborhood District to create affordable housing opportunities for long-term residency, with specific use restrictions for certain types of accommodations.\n - Ordinance Number: M-23-105\n - Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n - Decision/Key Actions: The ordinance was adopted with a majority vote.\n - Tags/Keywords: Affordable housing, Neighborhood District, Use restrictions\n - UID: b5921682-b3b6-4e21-a722-feb37ac40f12\n\n- Topic: Study on Commercial Short Term Rentals\n - Summary: The motion directed the City Planning Commission to conduct a study to determine the impacts and recommend updated regulations for Commercial Short Term Rentals.\n - Ordinance Number: M-23-120\n - Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n - Decision/Key Actions: The motion was adopted with unanimous support from the council members.\n - Tags/Keywords: Short Term Rentals, City Planning Commission, Study\n - UID: b5921682-b3b6-4e21-a722-feb37ac40f12", + "uid": "b5921682-b3b6-4e21-a722-feb37ac40f12", + "publish_date": "3-23-2023", + "page_number": 53, + "title": "Regular City Council Minutes 3-23-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4639\n11/15/23, 7:48 PM\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/24/23).\n34331 - 29615 M.C.S.\n32. CAL. NO. 34,338 - BY: COUNCILMEMBER THOMAS\nBrief:\nAn Ordinance to temporarily waive certain fees, permit fees, and requirements within and\naround the Pete Sanchez Gymnasium located at 1616 Fats Domino Avenue, New Orleans,\nLouisiana 70126 in conjunction with the Alfred Lawless Alumni Association All Class\nReunion Dance event on Saturday, July 15, 2023, from 8:00 p.m. to 12:00 a.m ., to specify the\nduration and boundaries of said waiver; and to provide otherwise with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/8/23).\n34338 - 29618 M.C.S.\n33. CAL. NO. 34,339 - BY: COUNCILMEMBER THOMAS\nBrief:\nAn Ordinance to temporarily waive certain fees, permit fees, and requirements within and\naround the Oliver Bush Playground located at 2500 Fats Domino Avenue, New Orleans,\nLouisiana 70126 in conjunction with the Alfred Lawless Alumni Association All Class\nReunion Picnic event on Saturday, June 24, 2023, from 10:00 a.m. to 6:00 p.m ., to specify the\nduration and boundaries of said waiver; and to provide otherwise with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/8/23).\n34339 - 29619 M.C.S.\n34. CAL. NO. 34,340 - BY: COUNCILMEMBER THOMAS\nBrief:\nAn Ordinanceto temporarily waive certain fees, permit fees, and requirements within and\naround the Pete Sanchez Gymnasium located at 1616 Fats Domino Avenue, New Orleans,\nLouisiana 70126 in conjunction with the Althea Haywood Funeral Repast event on Saturday,\nJuly 15, 2023, from 10:00 p.m. to 2:00 a.m ., to specify the duration and boundaries of said\nwaiver; and to provide otherwise with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/8/23).\n(Technical Correction needed).\n34340 - 29620 M.C.S.\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4639\n27/54", - "page_number": 27 + "page_content": "- Topic: Cooperative Endeavor Agreement for Broad Street Sports Entertainment and Dining Economic Development District\n- Summary: The ordinance authorizes the execution of a cooperative endeavor agreement related to the collection, use, and expenditure of a two percent sales and use tax in the mentioned district.\n- Ordinance Number: CAL. NO. 34,098\n- Votes Summary:\n - Vote: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The ordinance was adopted, and the cooperative endeavor agreement was authorized.\n- Tags/Keywords: Cooperative endeavor agreement, sales and use tax, economic development district\n- UID: 39a8af1f-293c-4f2d-b2ee-39aa745f4a13\n\n- Topic: Reconsideration of Motion M-23-A for President of the Council as Signatory\n- Summary: The motion sought reconsideration of adding the President of the Council as a signatory to a release between the City and Richard\u2019s Disposal, Inc. (RDI) to approve the correct version of the instrument.\n- Ordinance Number: M-23-A\n- Votes Summary:\n - Vote: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The motion for reconsideration was approved to allow the correct version of the instrument to be approved.\n- Tags/Keywords: Motion reconsideration, signatory, release, Richard\u2019s Disposal, Inc. (RDI)\n- UID: 39a8af1f-293c-4f2d-b2ee-39aa745f4a13", + "uid": "39a8af1f-293c-4f2d-b2ee-39aa745f4a13", + "publish_date": "3-23-2023", + "page_number": 54, + "title": "Regular City Council Minutes 3-23-2023" }, { - "page_content": "11/15/23, 7:48 PM\ncityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4639\n35. CAL. NO. 34,341 - BY: COUNCILMEMBER GREEN\nBrief:\nAn Ordinance to temporarily waive certain fees, permit fees, and requirements within and\naround Sampson Playground, located at 3211 Treasure St. New Orleans, LA\n70114,inconjunctionwith Kazi-Nia Baptist Church on July 29, 2023, at 1 p.m. - 8:30 p.m ., and\nJuly 30, 2023 at 3 p.m. - 7 p.m.to specify the duration and boundaries of said waiver; and to\nprovide otherwise with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/8/23).\n34341 - 29621 M.C.S.\n36. CAL. NO. 34,345 - BY: COUNCILMEMBER KING\nBrief:\nAn Ordinanceto waive certain fees, permit fees, and requirements within and around\nWashington Square Park located at 700 Elysian Fields Avenue in conjunction with the Silence\nthe Violence Youth Talent Show and Festival event on Saturday, September 9, 2023 from 8:00\na.m. to 7:00 p.m .; to specify the duration and boundaries of said waiver; and to provide\notherwise with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/8/23).\n34345 - 29622 M.C.S.\n37. CAL. NO. 34,346 - BY: COUNCILMEMBER GIARRUSSO\nBrief:\nAn Ordinance to waive certain fees, permit fees, and requirements within and around First\nGrace United Methodist Church located at 3401 Canal Street, New Orleans, Louisiana in\nconjunction with the NOLAKEYS 2nd Annual and 3rd Annual Stop the Violence Youth Bike\nRide and School Supply Giveaway event on Saturday, August 6, 2023, and Saturday, August\n5, 2023 at 4:00 p.m ., respectively; to specify the duration and boundaries of said waiver; to\nratify and confirm the waiver of such fees, requirements, duration and boundaries regarding\nsaid waiver; and to provide otherwise with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/8/23).\n(Technical Correction needed).\n34346 - 29623 M.C.S.\n43. CAL. NO. 34,356 - BY: COUNCILMEMBER THOMAS\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4639\n28/54", - "page_number": 28 + "page_content": "- Topic: Motion to Substitute the corrected contract\n- Summary: The council voted to substitute the corrected contract with the one previously issued.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n Vote 2: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The motion to substitute the corrected contract passed.\n- Tags/Keywords: Contract, Correction, Substitution\n- UID: cc616bd1-13b4-4b94-be4d-f9cd7173bd93\n\n- Topic: Reconsideration of Resolution R-23-70\n- Summary: The resolution R-23-70, approving and adopting the Locally Preferred Alternative for BRT East-West Bank Corridor Project, was reconsidered and withdrawn.\n- Ordinance Number: R-23-70\n- Votes Summary: N/A\n- Decision/Key Actions: The resolution R-23-70 was withdrawn.\n- Tags/Keywords: Resolution, BRT Project, Reconsideration\n- UID: cc616bd1-13b4-4b94-be4d-f9cd7173bd93\n\n- Topic: Motion to Direct City Planning Commission\n- Summary: The motion to direct City Planning Commission to conduct a study on the impacts and implementation of using geographical boundaries for ballot voting on short-term rental allowances and restrictions in individual neighborhoods was withdrawn.\n- Ordinance Number: M-23-J\n- Votes Summary: N/A\n- Decision/Key Actions: The motion to direct City Planning Commission was withdrawn.\n- Tags/Keywords: City Planning, Study, Short-term Rentals\n- UID: cc616bd1-13b4-4b94-be4d-f9cd7173bd93", + "uid": "cc616bd1-13b4-4b94-be4d-f9cd7173bd93", + "publish_date": "3-23-2023", + "page_number": 55, + "title": "Regular City Council Minutes 3-23-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4639\n11/15/23, 7:48 PM\nBrief:\nAn Ordinances to temporarily waive certain fees, permit fees, and requirements within and\naround the Oliver W. Bush Playground 2500 Fats Domino Ave. 70117, New Orleans,\nLouisiana in conjunction with the Lower 9 Festival event on Saturday, August 26, 2023 from\n11:00 a.m. to 6:00 p.m ., to specify the duration and boundaries of said waiver; and to provide\notherwise with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/8/23).\n34356 - 29631 M.C.S.\n44. CAL. NO. 34,357 - BY: COUNCILMEMBER THOMAS\nBrief:\nAn Ordinance to temporarily waive certain fees, permit fees, and requirements within and\naround the Joe Brown Park located at 5601 Read Boulevard, New Orleans, Louisiana in\nconjunction with the Friends of Joe W. Brown Park NOLA East Festival event on Saturday,\nSeptember 16, 2023, from 11:00 a.m. to 7:00 p.m ., to specify the duration and boundaries of\nsaid waiver; and to provide otherwise with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/8/23).\n34357 - 29632 M.C.S.\nLEGISLATIVE GROUPING\n1.\nCOMMUNICATION - FROM ELIZABETH HOLMAN, DIRECTOR OF LAND USE,\nla.\nCOUNCILMEMBER LESLI HARRIS, DISTRICT \"B\"\nBrief:\nTransmitting the Mayor's Office of Economic Development's recommendation of disapproval,\nand requesting the scheduling of a public hearing, for the following Restoration Tax\nAbatement application:\n* RTA #20220036, 1101 Aline Street, 1101 Aline St, LLC\n* RTA #20220510, 1306 Magazine Street, Summit NOLA IV LLC\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Communication received at the meeting of 8/10/23).\nHEARING HELD ON RTA #20220036, 1101 Aline Street.\nRTA Elizabeth Holzman Dist B Cm. Harris 2 in 1\n16. RESOLUTION - NO. R-23-378 - BY: COUNCILMEMBER HARRIS\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4639\n29/54", - "page_number": 29 + "page_content": "- Topic: Amendment to Comprehensive Zoning Ordinance for Vieux Carre Residential District\n- Summary: The ordinance aims to create a new zoning classification, VCR-3, in the Historic Core Neighborhoods Residential Districts to allow a mix of primarily residential uses, limited to singles, doubles, educational, and cultural uses. The purpose is to promote educational and cultural uses compatible with residential use.\n- Ordinance Number: M-23-Z\n- Votes Summary:\n Vote 1: Motion lying over - Continued to the meeting of 4/6/23\n- Decision/Key Actions: The motion was continued to the next meeting for further consideration and discussion.\n- Tags/Keywords: Zoning Ordinance, Vieux Carre Residential District, Historic Core Neighborhoods, Residential Uses\n- UID: 626328bf-36ae-4e64-940d-559d7abd5bbd\n\n- Topic: Zoning Change in Vieux Carre Residential District\n- Summary: The ordinance directs the City Planning Commission to conduct a public hearing to consider a zoning change from VCR-1 to VCR-3 in the Vieux Carre Residential District for specific municipal addresses.\n- Ordinance Number: M-23-AA\n- Votes Summary:\n Vote 1: Motion lying over - Continued to the meeting of 4/6/23\n- Decision/Key Actions: The motion was continued to the next meeting for further consideration and discussion.\n- Tags/Keywords: Zoning Change, Vieux Carre Residential District, City Planning Commission\n- UID: 626328bf-36ae-4e64-940d-559d7abd5bbd\n\n- Topic: Amendment to Comprehensive Zoning Ordinance for Electric Vehicle Charging Stations\n- Summary: The ordinance directs the City Planning Commission to conduct a public hearing to consider amending the text of the Comprehensive Zoning Ordinance to create a definition and use standards for \"electric vehicle (EV) charging stations (principal use)\" to reduce zoning barriers for EV charging stations.\n- Ordinance Number: M-23-98\n- Votes Summary: N/A\n- Decision/Key Actions: The ordinance was directed for further consideration and discussion.\n- Tags/Keywords: Comprehensive Zoning Ordinance, Electric Vehicle Charging Stations, City Planning Commission\n- UID: 626328bf-36ae-4e64-940d-559d7abd5bbd", + "uid": "626328bf-36ae-4e64-940d-559d7abd5bbd", + "publish_date": "3-23-2023", + "page_number": 56, + "title": "Regular City Council Minutes 3-23-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4639\n11/15/23, 7:48 PM\nBrief:\nA resolution Approving RTA Application #20220036, 1101 Aline Street, 1101 Aline St, LLC.\nAnnotation:\n(Council Rule 34. Postponement Deadline 12/22/23).\nR-23-378\n1c. RESOLUTION - NO. R-23-379 - BY: COUNCILMEMBER HARRIS\nBrief:\nA resolution Approving RTA Application #20210510, 1306 Magazine Street, Summit NOLA\nIV LLC.\nAnnotation:\n(Council Rule 34. Postponement Deadline 12/22/23).\nCONTINUED TO THE MEETING OF 9/7/23.\nR-23-379\nDEMOLITION REQUEST - OF LYNNETTE GORDON, SPECTRUM DESIGNS, LLC\n1.\nBrief:\nTransmitting the application documents for a demolition permit requiring City Council review\nand approval for the following property:\n* 1432 Touro Street, 23-15675-DEMO-RSFD - Council\nDistrict \"C\"\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Cm. King, District C, Cn. Deadline 9/10/23).\n(Communication received at the meeting of 7/27/23).\n(Report received at the meeting of 8/10/23).\nCONTINUED TO THE MEETING OF 9/7/23.\n1432 Touro Street\n2. LEGISLATIVE GROUPING\n2a. HDLC APPEAL - FROM ZACHARY SMITH, OWNER, ZACH SMITH CONSULTING &\nDESIGN\nBrief:\nRequesting to appeal the Historic District Landmarks Commission's decision to \"approve\" the\ndemolition to grade with the proviso that redevelopment plans be submitted prior to the\nissuance of a demolition permit for property located at 634 Bartholomew Street.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Cn. King, District C, Cn. Deadline 9/24/23).\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4639\n30/54", - "page_number": 30 + "page_content": "- Topic: Security Measures and Crime Mitigation at Parking Structures and Lots\n- Summary: The motion directs the City Planning Commission to conduct a public hearing to consider amending the text of the Comprehensive Zoning Ordinance to require security measures and crime mitigation efforts at Parking Structures and Parking Lots. These measures include on-site employees, adequate lighting, panic buttons, emergency call boxes, and security cameras. The motion passed.\n- Ordinance Number: M-23-99\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: Motion passed to direct the City Planning Commission to conduct a public hearing for potential amendments to the Comprehensive Zoning Ordinance regarding security measures at Parking Structures and Lots.\n- UID: a1bd2ab0-5170-42c3-979c-e2db4ab839c1\n\n- Topic: Standards for Affordable Homeownership Opportunities\n- Summary: The motion directs the City Planning Commission to conduct a public hearing to consider amending the text of the Comprehensive Zoning Ordinance to create standards for affordable homeownership opportunities. This includes potential amendments to Article 5, Article 26, and/or Article 28. The motion passed.\n- Ordinance Number: M-23-102\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: Motion passed to direct the City Planning Commission to conduct a public hearing for potential amendments to the Comprehensive Zoning Ordinance regarding affordable homeownership opportunities.\n- UID: a1bd2ab0-5170-42c3-979c-e2db4ab839c1", + "uid": "a1bd2ab0-5170-42c3-979c-e2db4ab839c1", + "publish_date": "3-23-2023", + "page_number": 57, + "title": "Regular City Council Minutes 3-23-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4639\n11/15/23, 7:48 PM\n(Communication received at the meeting of 8/10/23).\n(Report received on today's Consent Agenda).\nHDLC - Zach Smith, Owner - Zach Smith Consulting\n2b. MOTION - NO. M-23-388 - BY: COUNCILMEMBER KING\nBrief:\nGranting the demolition request for the property located at 634 Bartholomew Street and\noverruling the HDLC's decision as it relates to the provisos, and the Department of Safety and\nPermits shall issue the applicant a demolition permit.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/22/23).\nM-23-388\nSHORT TERM RENTAL INTERIM ZONING DISTRICT APPEAL - DOCKET NO. 3/23\n3.\nBrief:\nRequesting an appeal of the Historic Urban Neighborhood Short Term Interim Zoning District\nto permit one (1) commercial short-term rental in an HU-MU Historic Urban Mixed-Use\nDistrict and Commercial Short Term Rental Interim Zoning District, on Square 113, Lot 29,\nbounded by Tchoupitoulas Street, Milan Street, Annunciation Street and Marengo Street\n(Municipal Address: 4139 Tchoupitoulas Street). The recommendation of the City Planning\nCommission Staff being \"FOR DENIAL\".\nAnnotation:\n(Cm. Harris, District B, Cn. Deadline 9/25/23).\n(Report received at the meeting of 7/27/23).\nCONTINUED TO THE MEETING OF 9/7/23.\nSTR IZD NO. 3/23\nLEGISLATIVE GROUPING\n4.\nZONING DOCKET NO. 37/23 - HEBP HOLDINGS, LLC\n4a.\nBrief:\nRequesting a Conditional Use to permit a mini-warehouse in an HU-MU Historic Urban\nNeighborhood Mixed-Use District, located on Square 173, Lots 1, 2, 3, and 4 or Lots 12, 13,\n14, and 15, in the Fifth Municipal District, bounded by Newton Street, L.B. Landry Avenue,\nDiana Street, and Lebeuf Street (Municipal Address: 1531 Newton Street). The\nrecommendation of the City Planning Commission being \"FOR APPROVAL\", subject to three\n(3) provisos.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Cm. King, District C, Cn. Deadline 10/9/23).\nCONTINUED TO THE MEETING OF 9/7/23.\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4639\n31/54", - "page_number": 31 + "page_content": "- Topic: Community Land Trust Model and Affordable Homeownership Development\n- Summary: The council discussed the implementation of the community land trust model for defining and creating standards for Affordable Homeownership Development.\n- Ordinance Number: M-23-102\n- Votes Summary:\n Vote 1: Adopt - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The motion to adopt the ordinance passed, with unanimous support from the council members.\n- Tags/Keywords: Community Land Trust, Affordable Homeownership, Development\n- UID: 75e50e11-7f13-4317-bbb8-59b1317ace71\n\n- Topic: Amendment to Council's Rules and Regulations on Travel and Business Expenses\n- Summary: The council discussed and voted on the amendment to Rule 54 of the Council\u2019s Rules and Regulations pertaining to travel and business expenses, as well as the submission of travel authorization forms and reporting requirements.\n- Ordinance Number: M-23-103\n- Votes Summary:\n Vote 1: Adopt - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The motion to adopt the amendment to Rule 54 passed unanimously, with all council members in support.\n- Tags/Keywords: Travel Authorization, Council Rules and Regulations, Reporting Requirements\n- UID: 75e50e11-7f13-4317-bbb8-59b1317ace71", + "uid": "75e50e11-7f13-4317-bbb8-59b1317ace71", + "publish_date": "3-23-2023", + "page_number": 58, + "title": "Regular City Council Minutes 3-23-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4639\n11/15/23, 7:48 PM\nZD NO. 37/23\n4b. MOTION - NO. M-23-389 - BY: COUNCILMEMBER KING\nDenying the applicant's Conditional Use request on ZD NO. 37/23.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/22/23).\nCONTINUED TO THE MEETING OF 9/7/23.\nM-23-389\nin\nLEGISLATIVE GROUPING\n5a. ZONING DOCKET NO. 39/23 - BYWATER JEJ, LLC\nBrief:\nRequesting a Conditional Use to permit a hotel in an HM-MU Historic\nMarigny/Trem\u00e9/Bywater Mixed-Used District, located on Square 292, Lots Y, 10, 23, and 24\nor Lots Y, 1, and two undesignated lots, in the Third Municipal District, bounded by\nBartholomew Street, Burgundy Street, Mazant Street, and North Rampart Street (Municipal\nAddresses: 901 Bartholomew Street and 4015 Burgundy Street). The recommendation of the\nCity Planning Commission being \"FOR DENIAL\".\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Cm. King, District C, Cn. Deadline 9/11/23).\nWITHDRAWN. (At the applicant's request).\nZD NO 39/23\n5b. MOTION (LYING OVER) - NO. M-23-359 - BY: COUNCILMEMBER KING\nBrief:\nDenying the applicant's appeal request for properties located at 901 Bartholomew Street and\n4015 Burgundy Street.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/8/23).\nWITHDRAWN.\nLO M-23-359\n. LEGISLATIVE GROUPING\n6a. ZONING DOCKET NO. 49/23 - SMS DEVELOPMENT, LLC\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4639\n32/54", - "page_number": 32 + "page_content": "- Topic: Waiving NORDC facility rental fee for Love Covers a Multitude of Sins Easter Fest event\n- Summary: Motion to waive fifty percent (50%) of the NORDC facility rental fee for the Love Covers a Multitude of Sins Easter Fest event on Saturday, April 8, 2023, at A.L. Davis Playground. The fee waiver does not include any direct costs to the City.\n- Ordinance Number: M-23-106\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The motion to waive the facility rental fee for the event was adopted.\n- Tags/Keywords: NORDC, facility rental fee, event, fee waiver\n- UID: 6e1ba66d-0eef-430e-b359-2b976b89b8da\n\n- Topic: Amendment to the Classified Pay Plan (Police)\n- Summary: Motion to approve the Amendment to the Classified Pay Plan (Police) regarding Police Hiring Rates at the Police Academy in accordance with Article X, Section 10 of the Constitution of Louisiana as adopted by the Civil Service Commission at its meeting of March 3, 2023.\n- Ordinance Number: M-23-107\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The amendment to the Classified Pay Plan (Police) was adopted, with one council member absent.\n- Tags/Keywords: Amendment, Classified Pay Plan, Police, Police Hiring Rates\n- UID: 6e1ba66d-0eef-430e-b359-2b976b89b8da", + "uid": "6e1ba66d-0eef-430e-b359-2b976b89b8da", + "publish_date": "3-23-2023", + "page_number": 59, + "title": "Regular City Council Minutes 3-23-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4639\n11/15/23, 7:48 PM\nBrief:\nRequesting a Conditional Use to permit a parking lot (principal use) in an MU-2 High-\nIntensity Mixed-Use District, located on Square 251, Lot 9 or 10, in the Fourth Municipal\nDistrict, bounded by Thalia Street, Baronne Street, Oretha Castle Haley Boulevard, and\nThe\nMartin Luther King Jr. Boulevard (Municipal Addresses: 1822 Thalia Street).\nrecommendation of the City Planning Commission being \"NO RECOMMENDATION\".\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Cm. Harris, District B, Cn. Deadline 10/9/23).\nHEARING HELD.\nZD NO. 49/23\n6b. MOTION - NO. M-23-380 - BY: COUNCILMEMBER HARRIS\nBrief:\nOverruling and denying the applicant's Conditional Use request on ZD NO. 49/23.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/22/23).\nM-23-380\n50. MOTION - NO. M-23-384 - BY: COUNCILMEMBERS MORRELL, GIARRUSSO,\nMORENO, GREEN, HARRIS, KING AND THOMAS\nBrief:\nA MOTION directing the Office of Workforce Development to distribute payments due to\nyouth employed by the City.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/22/23).\nM-23-384\n22. CAL. NO. 34,313 - BY: COUNCILMEMBERS MORRELL, MORENO AND\nGIARRUSSO (BY REQUEST).\nBrief:\nAn Ordinance to approve subleases or other agreements by public benefit corporations of the\nCity of New Orleans for use of immovable property, where the total rent and other\nconsideration payable under such agreements is $1,000,000 or less and where the term of such\nagreements, including all renewal terms and amendments, is less than one year, including\nwithout limitation month-to-month leasing arrangements, and where such agreements are\notherwise compliant with applicable law, without the necessity of further Council approval for\neach such agreement; and otherwise to provide with respect thereto.\nAnnotation:\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4639\n33/54", - "page_number": 33 + "page_content": "- Topic: Amendment to the Classified Pay Plan - Pilot Special Rate of Pay: Police Recruiter Incentive Pay\n- Summary: The council approved the amendment to the Classified Pay Plan, specifically the Pilot Special Rate of Pay for Police Recruiter Incentive Pay, in accordance with Article X, Section 10 of the Louisiana Constitution. The motion was adopted with 7 YEAS and 0 NAYS.\n- Ordinance Number: M-23-108\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: Approval of the amendment to the Classified Pay Plan.\n- Tags/Keywords: Classified Pay Plan, Police Recruiter Incentive Pay, Amendment, Louisiana Constitution\n- UID: 461a4775-91de-48f0-b516-be216fd0829c\n\n- Topic: Approval of Louisiana Compliance Questionnaire\n- Summary: The council approved the completed Louisiana Compliance Questionnaire, which was prepared by the Department of Finance as part of the 2021 annual audit. The resolution was adopted with 7 YEAS and 0 NAYS.\n- Ordinance Number: R-23-112\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: Approval of the completed Louisiana Compliance Questionnaire.\n- Tags/Keywords: Compliance Questionnaire, Department of Finance, 2021 Annual Audit\n- UID: 461a4775-91de-48f0-b516-be216fd0829c", + "uid": "461a4775-91de-48f0-b516-be216fd0829c", + "publish_date": "3-23-2023", + "page_number": 60, + "title": "Regular City Council Minutes 3-23-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4639\n11/15/23, 7:48 PM\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/24/23).\n34313\n. LEGISLATIVE GROUPING\n7a. ZONING DOCKET 50/23 - SMS DEVELOPMENT, LLC\nBrief:\nRequesting a Conditional Use to permit a parking lot (principal use) in an HU-MU Historic\nUrban Neighborhood Mixed-Use District, located on Square 291, Lot A, in the Fourth\nMunicipal District, bounded by Oretha Castle Haley Boulevard, Danneel Street, Josephine\nStreet, and Saint Andrew Street (Municipal Addresses: 2011-2013 Oretha Castle Haley\nBoulevard). The recommendation of the City Planning Commission being \"FOR DENIAL\".\nAnnotation:\nELECTRONICALLY SUBMITTED. (Cm. Harris, District B, Cn. Deadline 10/9/23).\nZD NO. 50/23\n7b. MOTION - NO. M-23-381 - BY: COUNCILMEMBER HARRIS\nBrief:\nDenying the applicant's Conditional Use request on ZD NO. 50/23.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/22/23).\nM-23-381\nLEGISLATIVE GROUPING\n00\nZONING DOCKET NO. 51/23 - BLAIR BOUTTE AND ELAMM EQUITY\n8a.\nINVESTMENTS, LLC\nBrief:\nRequesting a Conditional Use to permit a bed and breakfast (principal) in an HMR-2 Historic\nMarigny/Treme/Bywater Residential District, located on Square 157, Lot D or 1 and E, in the\nThird Municipal District, bounded by Esplanade Avenue, Bourbon Street, Dauphine Street,\nand Pauger Street (Municipal Addresses: 807 Esplanade Avenue and 1404-1414 Bourbon\nStreet). The recommendation of the City Planning Commission being \"FOR APPROVAL\",\nsubject to three (3) provisos.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Cm. Kings, District C, Cn. Deadline 10/9/23).\nZD NO, 51/23\n34/54\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4639", - "page_number": 34 + "page_content": "- Topic: Louisiana Compliance Questionnaire for 2022 Annual Audit\n- Summary: The council approved the completed Louisiana Compliance Questionnaire prepared by the Department of Finance as part of the 2022 annual audit.\n- Ordinance Number: R-23-113\n- Votes Summary:\n Vote 1: Adopt - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: Approval of the completed compliance questionnaire for the 2022 annual audit.\n- Tags/Keywords: Compliance, Audit, Louisiana, Finance, R-23-113\n- UID: c942c35a-b404-4cea-a2e5-9c0bf0355d15\n\n- Topic: Establishment of Temporary Polling Locations\n- Summary: The council approved the establishment of temporary polling locations for identified precincts within the Parish of Orleans for the upcoming March 25, 2023 municipal primary/special general election.\n- Ordinance Number: M-23-118\n- Votes Summary:\n Vote 1: Passed - (N/A)\n- Decision/Key Actions: Establishment of temporary polling locations for the upcoming election.\n- Tags/Keywords: Polling locations, Election, Parish of Orleans, M-23-118\n- UID: c942c35a-b404-4cea-a2e5-9c0bf0355d15", + "uid": "c942c35a-b404-4cea-a2e5-9c0bf0355d15", + "publish_date": "3-23-2023", + "page_number": 61, + "title": "Regular City Council Minutes 3-23-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4639\n11/15/23, 7:48 PM\n8b. MOTION - NO. M-23-390 - BY: COUNCILMEMBER KING\nBrief:\nApproving and granting the applicant's Conditional Use request on ZD NO. 51/23, subject to\nthree (3) provisos included in the City Planning Commission's staff report.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/22/23).\nM-23-390\n54. MOTION - NO. M-23-393 - BY: COUNCILMEMBERS KING, GIARRUSSO, MORENO,\nGREEN AND MORRELL\nBrief:\nDirecting the City Planning Commission to conduct a public hearing to make\nrecommendations regarding an ordinance to impose a temporary prohibition against the\neffectiveness and enforcement of sections 21.8.C.16(11)(i)(2),\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/22/23).\nM-23-393\n53. RESOLUTION - NO. R-23-387 - BY: COUNCILMEMBERS MORENO AND MORRELL\nBrief:\nRESOLUTION CALLING FOR THE IMMEDIATE SUSPENSION OF UTILITY\nDISCONNECTIONS DUE TO DECLARED WEATHER EMERGENCIES\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/22/23).\nR-23-387\n. LEGISLATIVE GROUPING\n9a. ZONING DOCKET NO. 52/23 - ROCHELLE BREHM AND NANCY DUPUY\nBrief:\nRequesting a Conditional Use to permit an accessory bed and breakfast in an HU-RD2\nHistoric Urban Two-Family Residential District and the Bed and Breakfast Interim Zoning\nDistrict, located on Square 703, Lot A-2, in the Sixth Municipal District, bounded by Milan\nStreet, South Derbigny Street, General Taylor Street, and South Roman Street (Municipal\nAddress: 3101 Milan Street). The recommendation of the City Planning Commission being\n\"FOR APPROVAL\", subject to two (2) provisos.\nAnnotation:\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4639\n35/54", - "page_number": 35 + "page_content": "- Topic: Extension of Interim Appointment for Superintendent of New Orleans Police Department\n- Summary: The motion aimed to extend the interim appointment of Michelle Woodfork as Superintendent of the New Orleans Police Department for a period of six months. The motion was introduced by Councilmember Morrell and was passed after voting.\n- Ordinance Number: M-23-124\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The motion to extend the interim appointment was passed.\n- Tags/Keywords: Interim appointment, Superintendent, New Orleans Police Department\n- UID: 18fdb2cc-0553-4a8a-a092-d2b7b90c2476", + "uid": "18fdb2cc-0553-4a8a-a092-d2b7b90c2476", + "publish_date": "3-23-2023", + "page_number": 62, + "title": "Regular City Council Minutes 3-23-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4639\n11/15/23, 7:48 PM\nELECTRONICALLY SUBMITTED.\n(Cm. Harris, District B, Cn. Deadline 10/9/23).\nCONTINUED TO THE MEETING OF 9/7/23.\nZD NO. 52/23\n9b. MOTION - NO. M-23-382 - BY: COUNCILMEMBER HARRIS\nBrief:\nApproving and granting the applicant's Conditional Use request on ZD NO. 52/23, subject to\ntwo (2) provisos set forth by the City Planning Commission.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/22/23).\nCONTINUED TO THE MEETING OF 9/7/23.\nM-23-382\n10. LEGISLATIVE GROUPING\n10a. ZONING DOCKET 53/23 - MICHAEL HENDERSON\nBrief:\nRequesting a Conditional Use to permit a principal bed and breakfast in an HMR-1 Historic\nMarigny/Trem\u00e9/Bywater Residential District, located on Square 174-175, Lots A and B, in the\nSecond Municipal District, bounded by North Robertson Street, Esplanade Avenue, Governor\nNicholls Street, and North Villere Street (Municipal Addresses: 1238-1240 North Robertson\nStreet). The recommendation of the City Planning Commission being \"FOR APPROVAL\",\nsubject to three (3) provisos.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Cm. King, District C, Cn. Deadline 10/9/23).\nZD NO. 53/23\n10b. MOTION - NO. M-23-391 - BY: COUNCILMEMBER KING\nBrief:\nApproving and granting the applicant's Conditional Use request on ZD NO. 53/23, subject to\nthree (3) provisos included in the City Planning Commission's staff report.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/22/23).\nM-23-391\n11. LEGISLATIVE GROUPING\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4639\n36/54", - "page_number": 36 + "page_content": "- Topic: Cooperative Endeavor Agreement for Canal Street Ferry Terminal\n- Summary: The ordinance authorizes the Mayor to enter into a Cooperative Endeavor Agreement between the City of New Orleans, the Regional Transit Authority, and the Audubon Commission to facilitate the maintenance of improvements at the Canal Street Ferry Terminal. The ordinance was introduced by Councilmember King.\n- Ordinance Number: CAL. NO. 34,099\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance passed, allowing the Mayor to enter into the Cooperative Endeavor Agreement.\n- UID: b7a9b8a6-d9e5-44f0-b4dd-2075418d1254\n\n- Topic: Amendment to Cooperative Endeavor Agreement with New Orleans Redevelopment Authority\n- Summary: The ordinance authorizes the Mayor to enter into the First Amendment to a previously executed Cooperative Endeavor Agreement between the City of New Orleans and the New Orleans Redevelopment Authority. The ordinance was introduced by Councilmember King.\n- Ordinance Number: CAL. NO. 34,100\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance passed, allowing the Mayor to enter into the First Amendment to the Cooperative Endeavor Agreement.\n- UID: b7a9b8a6-d9e5-44f0-b4dd-2075418d1254", + "uid": "b7a9b8a6-d9e5-44f0-b4dd-2075418d1254", + "publish_date": "3-23-2023", + "page_number": 63, + "title": "Regular City Council Minutes 3-23-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4639\n11/15/23, 7:48 PM\n11a. ZONING DOCKET NO. 54/23 - 2537 TULANE PROPERTIES, LLC\nBrief:\nRequesting a Conditional Use to permit the retail sale of packaged alcoholic beverages in an\nMU-1 Medium Intensity Mixed-Use District, located on Square 577, Lots 1, 2, 3, 4, 5, A, 7-A,\n8B, 9, 10, 11, 14, 15, 16, 17, portion of 18, D, E, F, G, 36, 26, 27, 28, and pt. 25, in the First\nMunicipal District, bounded by Tulane Avenue, South Dorgenois Street, South Rocheblave\nStreet, and Banks Street (Municipal Addresses: 2501-2537 Tulane Avenue and 2500-2520\nBanks Street). The recommendation of the City Planning Commission being \"FOR\nAPPROVAL\", subject to three (3) provisos.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Cm. Harris, District B, Cn. Deadline 10/9/23).\nZD NO. 54/23\n11b. MOTION - NO. M-23-383 - BY: COUNCILMEMBER HARRIS\nBrief:\nApproving and granting the applicant's Conditional Use request on ZD NO. 54/23, subject to\nthree (3) provisos set forth by the City Planning Commission.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/22/23).\nM-23-383\n12. LEGISLATIVE GROUPING\n12a. ZONING DOCKET NO. 58/23 - MASSIHA, LLC\nBrief:\nRequesting a Conditional Use to permit a bar in a C-2 Auto-Oriented Commercial District and\nan SC Suburban Corridor Use Restriction Overlay District, located on Square B-3, Lot 2,\nGarden Oaks, in the Fifth Municipal District, bounded by General De Gaulle Drive, Bender\nBoulevard, Seine Street, and Texas Drive (Municipal Address: 3733 General De Gaulle\nDrive). The recommendation of the City Planning Commission being \"FOR APPROVAL\",\nsubject to four (4) provisos.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Cm. King, District C, Cn. Deadline 10/9/23).\nZD NO. 58/23\n12b. MOTION - NO. M-23-392 - BY: COUNCILMEMBER KING\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4639\n37/54", - "page_number": 37 + "page_content": "- Topic: Property Acquisition and Market Analysis Fund Amendment\n- Summary: The ordinance is to modify and extend the provisions of the property acquisition and market analysis fund for an additional year. \n- Ordinance Number: 34100\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The ordinance passed with a majority vote, extending the term of the property acquisition and market analysis fund for an additional year.\n- Tags/Keywords: Property acquisition, Market analysis, Fund, Amendment\n- UID: 93842cf5-a87f-4233-b0ac-7355b3ce129f\n\n- Topic: Cooperative Endeavor Agreement for Childcare Workers\n- Summary: The ordinance authorizes the Mayor to enter into a Cooperative Endeavor Agreement with Agenda for Children for wage enhancements to childcare workers in the city. \n- Ordinance Number: 34101\n- Votes Summary:\n Vote 1: Passed - (9 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed unanimously, allowing the Mayor to enter into the Cooperative Endeavor Agreement for the benefit of childcare workers.\n- Tags/Keywords: Cooperative Endeavor Agreement, Childcare workers, Wage enhancements\n- UID: 93842cf5-a87f-4233-b0ac-7355b3ce129f\n\n- Topic: Extension and Amendment of Cooperative Endeavor Agreement with Ubuntu Village Nola\n- Summary: The ordinance authorizes the Mayor to enter into a First Amendment to the Cooperative Endeavor Agreement with Ubuntu Village Nola, extending the Agreement and making adjustments to compensation and terms. \n- Ordinance Number: 34102\n- Votes Summary:\n Vote 1: Passed - (8 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance passed with a majority vote, allowing the extension and amendment of the Cooperative Endeavor Agreement with Ubuntu Village Nola.\n- Tags/Keywords: Cooperative Endeavor Agreement, Ubuntu Village Nola, Extension, Amendment\n- UID: 93842cf5-a87f-4233-b0ac-7355b3ce129f\n\n- Topic: Administrative Adjudication of Code Violations for Short-Term Rentals\n- Summary: The ordinance aims to amend sections of the Code of the City of New Orleans regarding administrative adjudication of code violations involving permitted and unpermitted short-term rentals. \n- Ordinance Number: 34103\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 3 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed with a majority vote, amending sections of the city code related to short-term rentals.\n- Tags/Keywords: Administrative adjudication, Code violations, Short-term rentals\n- UID: 93842cf5-a87f-4233-b0ac-7355b3ce129f", + "uid": "93842cf5-a87f-4233-b0ac-7355b3ce129f", + "publish_date": "3-23-2023", + "page_number": 64, + "title": "Regular City Council Minutes 3-23-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4639\n11/15/23, 7:48 PM\nBrief:\nApproving and granting the applicant's Conditional Use request on ZD NO. 58/23, subject to\nfour (4) provisos included in the City Planning Commission's staff report.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/22/23).\nM-23-392\n14. CAL. NO. 34,187 - BY: COUNCILMEMBER KING\nBrief:\nAn Ordinance to ordain Section 166-22 of the Code of the City of New Orleans to temporarily\nprohibit the prosecution of any violation(s) or prevention of the issuance or renewal of any\npermit; and to amend and reordain Sections 166-33, 166-83, 166-84, 166-121, and 166-123 of\nthe Code of the City of New Orleans to provide that the Vieux Carre Commission (VCC)\nmake rules and regulations in accordance with Chapter 2, Article XI of the Code, to permit the\nname of a business to be displayed on the door(s) used for patron ingress and egress as a\npermitted sign, to provide for the application and issuance of temporary signs to be erected in\nconnection with a special event or celebration, to clarify that the building defects outlined in\n166-121 are exclusive, to provide that VCC violation notices shall be specific, and to modify\nthe procedure related to remediatory applications; and otherwise to provide with respect\nthereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 9/8/23).\nCONTINUED INDEFINITELY.\n34187\n15. LEGISLATIVE GROUPING\n15a. CAL. NO. 34,188 - BY: COUNCILMEMBER KING\nBrief:\nAn Ordinance to ordain section 10-107 of the Code of the City of New Orleans to establish a\ntemporary alcoholic beverage permit; to amend and reordain section 10-132 to establish a\nprocedure for the issuance of a temporary renewal permit pending appeal of denial of renewal\napplication to alcoholic beverage control board; and otherwise to provide with respect\nthereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 9/8/23).\nCONTINUED TO THE MEETING OF 9/7/23.\n34188\n15b. CAL. NO. 34,332 - BY: COUNCILMEMBER KING\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4639\n38/54", - "page_number": 38 + "page_content": "- Topic: Prorating of Interim and Residential Short-Term Rental Permit Fees\n- Summary: The ordinance aims to provide for the prorating of interim and residential short-term rental permit fees, and to establish a termination date for all residential short-term rental permits.\n- Ordinance Number: 34103\n- Votes Summary:\n Vote 1: Passed - (9 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed with unanimous support from the council members.\n- Tags/Keywords: Rental permits, Fees, Termination date\n- UID: c5ffd474-b036-4f0a-9197-90ac9bd851b2\n\n- Topic: Cooperative Endeavor Agreement with Ozanam Inn for Homeless Services\n- Summary: The ordinance authorizes the Mayor to enter into a Cooperative Endeavor Agreement with Ozanam Inn to provide shelter and medical services to homeless persons in New Orleans.\n- Ordinance Number: 34104\n- Votes Summary:\n Vote 1: Passed - (9 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed without opposition, allowing the city to establish referral relationships for homeless services.\n- Tags/Keywords: Homeless services, Shelter, Cooperative Endeavor Agreement\n- UID: c5ffd474-b036-4f0a-9197-90ac9bd851b2\n\n- Topic: Waiver of Fees and Permit Requirements for A.L. Davis Playground Event\n- Summary: The ordinance seeks to temporarily waive certain fees, permit fees, and requirements for an event at A.L. Davis Playground in New Orleans.\n- Ordinance Number: 34105\n- Votes Summary:\n Vote 1: Passed - (9 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance was approved, allowing for the temporary waiver of fees and requirements for the specified event.\n- Tags/Keywords: Fee waiver, A.L. Davis Playground, Event\n- UID: c5ffd474-b036-4f0a-9197-90ac9bd851b2", + "uid": "c5ffd474-b036-4f0a-9197-90ac9bd851b2", + "publish_date": "3-23-2023", + "page_number": 65, + "title": "Regular City Council Minutes 3-23-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4639\n11/15/23, 7:48 PM\nBrief:\nAn Ordinance to amend section 150-953 of the Code of the City of New Orleans to establish a\nprobationary occupational license; and otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/24/23).\nCONTINUED TO THE MEETING OF 9/7/23.\n34332\n16. CAL. NO. 34,198 - BY: COUNCILMEMBER MORRELL\nBrief:\nAn Ordinance to amend and reordain Section 26-15 of the Code of the City of New Orleans,\nrelative to the City of New Orleans' amendments to the adopted International Building Code,\n2015 Edition; to amend therein the Stormwater Code of the City of New Orleans, which\nincludes permitting and submittal requirements, removal of bonding requirements, fees, plan\nreview, and various standards relative thereto; and otherwise provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 9/22/23).\n(Technical needed).\nCONTINUED TO THE MEETING OF 9/7/23.\n34198\n17. CAL. NO. 34,265 - BY: COUNCILMEMBER THOMAS (BY REQUEST)\nBrief:\nAn Ordinance authorizing the Mayor of the City of New Orleans to enter into a Cooperative\nEndeavor Agreement (\"CEA\") between the City of New Orleans (the \"City\") and the Law\nEnforcement District (\"LED\") of the Parish of Orleans, State of Louisiana, represented by its\nChief Executive Officer Sheriff Susan Hutson, for a term greater than one year, for the public\npurpose of constructing a new Medical and Mental Health Services Facility (\"Phase III\") at\nthe Orleans Justice Center (\"OJC\") in the City of New Orleans, as more fully detailed in the\nCEA form as Exhibit \"A\"; and otherwise to provide with respect thereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 10/20/23).\nWITHDRAWN.\n34265\n18. CAL. NO. 34,277 - BY: COUNCILMEMBERS THOMAS, HARRIS AND GREEN (BY\nREQUEST).\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4639\n39/54", - "page_number": 39 + "page_content": "- Topic: Cooperative Endeavor Agreement with Louisiana Department of Veterans Affairs\n- Summary: The ordinance authorizes the Mayor to enter into a Cooperative Endeavor Agreement with the Louisiana Department of Veterans Affairs to process and develop claims for veterans' benefits.\n- Ordinance Number: 34107\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed without amendments.\n- Tags/Keywords: Cooperative Endeavor Agreement, Veterans Affairs, Benefits, Ordinance\n- UID: b0e94c7f-1a5c-485c-b7f3-0cd15243bcc8\n\n- Topic: Cooperative Endeavor Agreement with LSU AgCenter\n- Summary: The ordinance authorizes the Mayor to enter into a Cooperative Endeavor Agreement with LSU AgCenter to provide educational programs for New Orleans residents.\n- Ordinance Number: 34108\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed without amendments.\n- Tags/Keywords: Cooperative Endeavor Agreement, LSU AgCenter, Educational Programs, New Orleans, Ordinance\n- UID: b0e94c7f-1a5c-485c-b7f3-0cd15243bcc8\n\n- Topic: Ratification of Lease Amendment with Southern Yacht Club\n- Summary: The ordinance ratifies an amendment to the lease between the New Orleans Municipal Yacht Harbor Management Corporation and the Southern Yacht Club.\n- Ordinance Number: 34109\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed without amendments.\n- Tags/Keywords: Lease Amendment, Yacht Club, Ratification, Ordinance\n- UID: b0e94c7f-1a5c-485c-b7f3-0cd15243bcc8", + "uid": "b0e94c7f-1a5c-485c-b7f3-0cd15243bcc8", + "publish_date": "3-23-2023", + "page_number": 66, + "title": "Regular City Council Minutes 3-23-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4639\n11/15/23, 7:48 PM\nBrief:\nAn Ordinance to amend and reordain Chapter 130 of the Code of the City of New Orleans by\namending Section 130-39 to provide for restrictions on payments to sellers of nonferrous\nmaterials, and otherwise with respect thereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 11/10/23).\n(Quality of Life Committee recommended approval).\n(Technical needed).\nCONTINUED TO THE MEETING OF 9/7/23.\n34277\n19. CAL. NO. 34,305 - BY: COUNCILMEMBER HARRIS\nBrief:\nAn Ordinance to establish a communications campaign and giving platform relative to\nsupporting unhoused residents in New Orleans; and otherwise to provide with respect\nthereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/10/23).\n(Referred to the Budget Committee).\nCONTINUED TO THE MEETING OF 9/7/23.\n34305\n21. LEGISLATIVE GROUPING\n21a. CAL. NO. 34,308 - BY: COUNCILMEMBERS GREEN, THOMAS AND KING\nBrief:\nAn Ordinance to amend and reordain Sections 82-410 and 82-412 to increase penalties and to\nprovide relative to food waste and distribution of food under or adjacent to an overpass or\nelevated roadway or within or adjacent to any encampment area; and otherwise to provide\nwith respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/10/23).\n(Referred to the Quality of Life Committee).\nCONTINUED TO THE MEETING OF 9/7/23.\n34308\n216. AMENDMENT TO ORDINANCE CAL. NO. 34,308 - BY: COUNCILMEMBER GREEN\nBrief:\n(1) On page 1, line 2, insert the following at the beginning of paragraph (a): \"The first offense\nshall result in a warning citation.\" (2) On page 1, line 2, replace \"The penalty for each\" with\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4639\n40/54", - "page_number": 40 + "page_content": "- Topic: Agreement for Utility Arrearages Assistance\n- Summary: The ordinance authorizes the Mayor to enter into a Subrecipient Agreement with Total Community Action to utilize $3,200,000.00 in American Rescue Plan funds to address economic hardship related to the COVID-19 pandemic by providing assistance to constituents with utility arrearages. \n- Ordinance Number: 34110\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed without amendments.\n- Tags/Keywords: COVID-19, Economic Hardship, Utility Arrearages, American Rescue Plan, Subrecipient Agreement\n- UID: 8f2582ab-c0bb-4362-ae6f-be85bd15ea40\n\n- Topic: Forensic Science Partnership Funding\n- Summary: The ordinance authorizes the Mayor to enter into a Cooperative Endeavor Agreement with the State of Louisiana for the purpose of establishing a forensic science partnership by providing funding for the outsourcing of DNA cases submitted by the New Orleans Police Department to the State Police Crime Laboratory. \n- Ordinance Number: 34111\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed without amendments.\n- Tags/Keywords: Forensic Science, DNA Analysis, Cooperative Endeavor Agreement, State Police Crime Laboratory\n- UID: 8f2582ab-c0bb-4362-ae6f-be85bd15ea40\n\n- Topic: Salary Range for Superintendent of Police\n- Summary: The ordinance seeks to amend the Unclassified Pay Plan to establish the salary range for the position of Superintendent of Police in accordance with the Home Rule Charter of the City of New Orleans.\n- Ordinance Number: 34112\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed without amendments.\n- Tags/Keywords: Salary Range, Superintendent of Police, Unclassified Pay Plan, Home Rule Charter\n- UID: 8f2582ab-c0bb-4362-ae6f-be85bd15ea40", + "uid": "8f2582ab-c0bb-4362-ae6f-be85bd15ea40", + "publish_date": "3-23-2023", + "page_number": 67, + "title": "Regular City Council Minutes 3-23-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4639\n11/15/23, 7:48 PM\n\"Each subsequent\"\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/24/23).\nCONTINUED TO THE MEETING OF 9/7/23.\n34308 Amendment\n23. CAL. NO. 34,314 - BY: COUNCILMEMBER MORENO (BY REQUEST).\nBrief:\nAn Ordinance to amend and reordain Section 146-599 of the Code of the City of New\nOrleans, relative to permit standards and fees for parklet permits, to set the date for the fee\nwaiver for the right-of-way usage fees associated with parklet permits to reflect the anticipated\nstart date for the parklet permitting program; and otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/24/23).\nCONTINUED TO THE MEETING OF 9/7/23\n34314\n24. CAL. NO. 34,315 - BY: COUNCILMEMBER GIARRUSSO (BY REQUEST).\nBrief:\nAn Ordinance to authorize the City of New Orleans to enter into a lease agreement with KCT\nTulane, LLC for the four parcels of ground in the First Municipal District in the City of New\nOrleans bounded by Tulane Avenue and Interstate 10 across from 4201 Tulane Avenue; to fix\nthe annual rent and terms of said lease; to declare that such property to be leased is not needed\nfor public purposes during the lease term; and otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/24/23).\n34315 - 29602 M.C.S.\n25. CAL. NO. 34,316 - BY: COUNCILMEMBER KING (BY REQUEST)\nBrief:\nAn Ordinance to authorize the Mayor of the City of New Orleans to enter into a renewal of the\ncurrent lease agreement with Coffee and Concierge, Ltd. pertaining to a portion of ground and\nimprovements located within Square 38, of the Second Municipal District which is an\nundesignated portion of Lot 11 that bears the municipal address 334B Royal Street, New\nOrleans, Louisiana, as more fully identified in the attached Exhibit \"A\" (Plat Map); to declare\nthat such use as granted in the lease agreement will incorporate space that is not needed for\npublic purposes; to set forth the reasons for the renewal of said lease agreement; to fix the\nminimum price and terms of said lease agreement; and otherwise provide with respect\nthereto.\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4639\n41/54", - "page_number": 41 + "page_content": "- Topic: Amendment of Sections 159-3 and 159-5, and addition of Section 159-6 of the City of New Orleans Code\n- Summary: The ordinance aims to adjust the number of billing cycles before the Sewerage and Water Board of New Orleans forfeits the bill, require notice of meter reading, and establish enforcement procedures for billing appeals. \n- Ordinance Number: 34113\n- Votes Summary:\n Vote 1: Passed - (8 YEAS, 0 NAYS, 1 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed with a majority vote of 8 YEAS, with 1 member abstaining.\n- Tags/Keywords: Sewerage and Water Board, billing cycles, meter reading, enforcement procedures\n- UID: 20ccc02d-cf6d-4217-8c21-fed4ab91f0d8\n\n- Topic: Appropriation of funds to Infrastructure Maintenance Fund for payment to the New Orleans Sewerage and Water Board\n- Summary: This ordinance seeks to allocate money to the Infrastructure Maintenance Fund for a payment related to the Fair Share Agreement with the New Orleans Sewerage and Water Board.\n- Ordinance Number: 34114\n- Votes Summary:\n Vote 1: Passed - (9 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed unanimously with 9 YEAS.\n- Tags/Keywords: Infrastructure Maintenance Fund, Fair Share Agreement, appropriation of funds\n- UID: 20ccc02d-cf6d-4217-8c21-fed4ab91f0d8\n\n- Topic: Allocation of funds to the Department of Public Works for payment to the New Orleans Sewerage and Water Board\n- Summary: This ordinance aims to appropriate money to the Department of Public Works to fund a payment related to the Fair Share Agreement with the New Orleans Sewerage and Water Board.\n- Ordinance Number: 34115\n- Votes Summary:\n Vote 1: Passed - (9 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed unanimously with 9 YEAS.\n- Tags/Keywords: Department of Public Works, Fair Share Agreement, appropriation of funds\n- UID: 20ccc02d-cf6d-4217-8c21-fed4ab91f0d8\n\n- Topic: Amendment of Ordinance No. 29,272 M.C.S. related to the New Orleans Sewerage and Water Board\n- Summary: This ordinance seeks to amend and re-ordain Ordinance No. 29,272 M.C.S. to address specific matters related to the New Orleans Sewerage and Water Board.\n- Ordinance Number: 34116\n- Votes Summary:\n Vote 1: Passed - (8 YEAS, 0 NAYS, 1 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed with a majority vote of 8 YEAS, with 1 member abstaining.\n- Tags/Keywords: New Orleans Sewerage and Water Board, ordinance amendment\n- UID: 20ccc02d-cf6d-4217-8c21-fed4ab91f0d8", + "uid": "20ccc02d-cf6d-4217-8c21-fed4ab91f0d8", + "publish_date": "3-23-2023", + "page_number": 68, + "title": "Regular City Council Minutes 3-23-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4639\n11/15/23, 7:48 PM\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/24/23).\n34316 - 29603 M.C.S.\n26. CAL. NO. 34,319 - BY: COUNCILMEMBER THOMAS (BY REQUEST).\nBrief:\nAn Ordinance authorizing the Mayor of the City of New Orleans to enter into a Cooperative\nEndeavor Agreement between the City of New Orleans (the \"City\") and PBP, LLC ., for a term\ngreater than one year, for the public purpose of increasing positive public perception of New\nOrleans Police Department (the \"NOPD\") and New Orleans Emergency Medical Services (the\n\"NOEMS\") personnel, and community cooperation with NOPD and NOEMS in the City of\nNew Orleans, as more fully detailed in the Cooperative Endeavor Agreement (\"CEA\") Exhibit\n\"A\"; and otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/24/23).\nWITHDRAWN.\n34319\n27. CAL. NO. 34,321 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BY REQUEST)\nBrief:\nAn Ordinance to amend Ordinance No. 29265 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Revenues for the City of New Orleans for the Year 2023\",\nto appropriate State Act 170 funds awarded to the Office of the Mayor for initiatives to\nsupport Strategic Economic Development plans and beautification projects in various\ncommunities; and otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/24/23).\n(Fiscal Note received).\n(Referred to the Budget Committee).\n(Budget Committee requests additional clarification from the Administration).\n34321 - 29605 M.C.S.\n28. CAL. NO. 34,322 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BY REQUEST)\nBrief:\nAn Ordinance to amend Ordinance No. 29266 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Expenditures for the City of New Orleans for the Year\n2023\", to appropriate State Act 170 funds awarded to the Office of the Mayor for initiatives to\nsupport Strategic Economic Development plans and beautification projects in various\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4639\n42/54", - "page_number": 42 + "page_content": "- Topic: Capital Budget Appropriation for 2023\n- Summary: The ordinance aims to de-appropriate funds from various city departments and appropriate funds to other departments for the 2023 Capital Budget. The amendment of Ordinance No. 29265 M.C.S. is intended to provide an operating budget of revenues for the City of New Orleans for 2023 and to appropriate grant funds from the U.S. Department of Labor to the Office of Workforce Development.\n- Ordinance Number: 34116\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: Funds were de-appropriated and appropriated as per the ordinance.\n- Tags/Keywords: Capital Budget, Appropriation, Operating Budget, Grant Funds, Department of Labor\n- UID: 976604a1-28d2-4b23-9b4f-8b4fbf44d4dd\n\n- Topic: Grant Funds Appropriation for Workforce Development\n- Summary: The ordinance seeks to appropriate grant funds from the US Department of Labor to the Office of Workforce Development to assist job seekers and employers by providing career and training services.\n- Ordinance Number: 34117\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: Grant funds were appropriated for workforce development purposes.\n- Tags/Keywords: Grant Funds, Workforce Development, US Department of Labor\n- UID: 976604a1-28d2-4b23-9b4f-8b4fbf44d4dd\n\n- Topic: Grant Funds Appropriation for Workforce Development (Amendment)\n- Summary: This ordinance is a companion to the previous one and seeks to appropriate grant funds from the US Department of Labor to the Office of Workforce Development for job seekers and employers' career and training services.\n- Ordinance Number: 34118\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: Grant funds were appropriated for workforce development purposes.\n- Tags/Keywords: Grant Funds, Workforce Development, US Department of Labor\n- UID: 976604a1-28d2-4b23-9b4f-8b4fbf44d4dd", + "uid": "976604a1-28d2-4b23-9b4f-8b4fbf44d4dd", + "publish_date": "3-23-2023", + "page_number": 69, + "title": "Regular City Council Minutes 3-23-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4639\n11/15/23, 7:48 PM\ncommunities; and otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 11/24/23).\n(Fiscal Note received). (Referred to the Budget Committee). (Budget Committee requests\nadditional clarification from the Administration).\n34322 - 29606 M.C.S.\n30. CAL. NO. 34,335 - BY: COUNCILMEMBER KING (BY REQUEST).\nBrief:\nAn Ordinance authorizing the Mayor of the City of New Orleans to enter into a Cooperative\nEndeavor Agreement (\"CEA\") between the City of New Orleans (the \"City\") and the Ochsner\nClinic Foundation (\"Ochsner\"), for a term greater than one year, for the public purpose of\nimproving care to sick and injured persons in New Orleans while providing access to a\nmedical and clinical education program for Ochsner medical residents, as more fully detailed\nin the CEA form attached hereto as Exhibit \"A\"; and otherwise to provide with respect\nthereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/24/23).\n34335 - 29616 M.C.S.\n38. CAL. NO. 34,347 - BY: COUNCILMEMBERS MORENO AND MORRELL\nBrief:\nAn Ordinance to amend the enabling legislation for the New Orleans Tourism and Cultural\nFund (Ordinance No. 14,118, M.C.S ., as amended by Ordinance No. 28,341, M.C.S.) to\nimpose a local participation goal for any program submitted by the Corporation, and otherwise\nto provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/8/23).\nCONTINUED TO THE MEETING OF 9/21/23.\n34347\n39. LEGISLATIVE GROUPING\n39a. CAL. NO. 34,348 - BY: COUNCILMEMBER MORRELL\nBrief:\nAn Ordinance to amend and reordain sections 34-2, 34-3, 34-4, 34-6, 34-8, 34-14, 34-28, 34-\n48, 34-49, and 34-50 of the Code of the City of New Orleans to provide relative to the\nregulation of Mardi Gras parades; and otherwise to provide with respect thereto.\nAnnotation:\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4639\n43/54", - "page_number": 43 + "page_content": "- Topic: Amendment and re-ordainment of Capital Budget for 2022\n- Summary: An ordinance to amend and re-ordain Ordinance No. 28,869 M.C.S. regarding the Capital Budget for 2022 in accordance with the Home Rule Charter of the City of New Orleans.\n- Ordinance Number: 34119\n- Votes Summary:\n Vote 1: Passed - (8 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance passed without amendments.\n- Tags/Keywords: Budget, Capital Budget, Amendment, City of New Orleans\n- UID: 48de9835-0dde-4cb5-a628-26304b4f4b14\n\n- Topic: Cooperative Endeavor Agreement for Park Improvements\n- Summary: An ordinance to authorize the Mayor to enter into a Cooperative Endeavor Agreement for improvements to Audubon Riverview, Audubon Park, and Woldenberg Park.\n- Ordinance Number: 34120\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 1 NAY, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance passed with a majority vote.\n- Tags/Keywords: Cooperative Endeavor Agreement, Park Improvements, Mayor, City of New Orleans\n- UID: 48de9835-0dde-4cb5-a628-26304b4f4b14\n\n- Topic: Transfer of Funds for Homeless Programs\n- Summary: An ordinance to transfer funds from the Department of Health to the Mayor's Office, Office of Homeless Programs & Strategy.\n- Ordinance Number: 34121\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 2 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance passed with some opposition.\n- Tags/Keywords: Funds Transfer, Homeless Programs, Mayor's Office, City of New Orleans\n- UID: 48de9835-0dde-4cb5-a628-26304b4f4b14\n\n- Topic: Amendment to Cooperative Endeavor Agreement for Youth Programs\n- Summary: An ordinance to authorize the Mayor to enter into an amendment to a Cooperative Endeavor Agreement with Family Center of Hope, Inc. for the operation of the Evening Reporting Center program.\n- Ordinance Number: 34122\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 1 NAY, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance passed with a majority vote.\n- Tags/Keywords: Cooperative Endeavor Agreement, Amendment, Youth Programs, City of New Orleans\n- UID: 48de9835-0dde-4cb5-a628-26304b4f4b14", + "uid": "48de9835-0dde-4cb5-a628-26304b4f4b14", + "publish_date": "3-23-2023", + "page_number": 70, + "title": "Regular City Council Minutes 3-23-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4639\n11/15/23, 7:48 PM\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/8/23).\n(Referred to the Governmental Affairs Committee).\nCONTINUED TO THE MEETING OF 9/7/23.\n34348\n396. MOTION - NO. M-23-375 - BY: COUNCILMEMBER MORRELL\nBrief:\nEstablishing an advisory committee (Carnival Legislative Advisory Committee) to provide\nrecommendations concerning legislative changes for the improvement of the Carnival parade\nseason.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/22/23).\n(Referred to the Governmental Affairs Committee).\nCONTINUED TO THE MEETING OF 9/7/23.\nM-23-375\n40. CAL. NO. 34,349 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BY REQUEST).\nBrief:\nAn Ordinance to amend Ordinance No. 29265 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Revenues for the City of New Orleans for the Year 2023\",\nto appropriate funds to the Office of Community Development for the Hometown\nRevitalization and Resilient Communities Programs; and otherwise to provide with respect\nthereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/8/23).\n(Fiscal Note received).\n(Budget Committee requests additional clarification from the Administration).\n34349 - 29624 M.C.S.\nCAL. NO. 34,350 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\n41.\nTHOMAS (BY REQUEST).\nBrief:\nAn Ordinance to amend Ordinance No. 29266 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Expenditures for the City of New Orleans for the Year\n2023\", to appropriate funds to the Office of Community Development for the Hometown\nRevitalization and Resilient Communities Programs; and otherwise to provide with respect\nthereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4639\n44/54", - "page_number": 44 + "page_content": "- Topic: Amendment to Cooperative Endeavor Agreement for Pretrial Services Program\n- Summary: The ordinance authorizes the Mayor to enter into Amendment No. 1 to a Cooperative Endeavor Agreement (CEA) between the City of New Orleans and the Orleans Parish Criminal District Court, modifying the provisions for an additional 12 months.\n- Ordinance Number: CAL. NO. 34,123\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed, authorizing the Mayor to enter into the amendment to the CEA.\n- Tags/Keywords: Cooperative Endeavor Agreement, Pretrial Services Program, Amendment\n- UID: 6ced89e8-9419-4c95-b6ba-d1bd16d3d65c\n\n- Topic: Establishment of Definitions and Procedures for Collective Bargaining\n- Summary: The ordinance ordains sections of the Code of the City of New Orleans to establish definitions, procedures, and rights relevant to collective bargaining for city employees.\n- Ordinance Number: CAL. NO. 34,124\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed, establishing definitions and procedures for collective bargaining for city employees.\n- Tags/Keywords: Collective Bargaining, Employee Rights, Code of the City\n- UID: 6ced89e8-9419-4c95-b6ba-d1bd16d3d65c", + "uid": "6ced89e8-9419-4c95-b6ba-d1bd16d3d65c", + "publish_date": "3-23-2023", + "page_number": 71, + "title": "Regular City Council Minutes 3-23-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4639\n11/15/23, 7:48 PM\n(Council Rule 34. Postponement Deadline 12/8/23).\n(Fiscal Note received).\n(Budget Committee requests additional clarification from the Administration).\n34350 - 29625 M.C.S.\nCAL. NO. 34,355 - BY: COUNCILMEMBERS GIARRUSSO, HARRIS, KING,\n42.\nMORENO AND MORRELL\nBrief:\nAn Ordinance to amend Ordinance No. 29,265 M.C.S ., as amended, entitled \"An Operating\nBudget of Expenditures for the City of New Orleans for Year 2023\" to transfer an\nappropriation from the Department of Law to Miscellaneous Programs to effectively restrict\nbudgeted appropriations to allow for Council review prior to expenditure of funds; and\notherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/8/23).\n34355 - 29630 M.C.S.\n46. MOTION (LYING OVER) - NO. M-22-516 - BY: COUNCILMEMBER MORRELL\nBrief:\nAuthorizing the creation of committee as an advisory committee, to be known as the City of\nNew Orleans Home Rule Charter Review Committee, to review, opine on and make non-\nbinding recommendations to the New Orleans City Council regarding potential changes to the\nHome Rule Charter, pursuant Section 3-127 of the City of New Orleans Home Rule Charter.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Referred to the Governmental Affairs Committee).\n(Governmental Affairs Committee recommended approval).\n(Technical Correction)\nCONTINUED TO THE MEETING OF 9/7/23.\nLO M-22-516\n47. RESOLUTION (LYING OVER) - NO. R-23-354 - BY: COUNCILMEMBERS MORENO,\nMORRELL, HARRIS AND KING\nBrief:\nA RESOLUTION calling for the creation of an American Rescue Plan Act (ARPA) Advisory\nCommittee to the New Orleans City Council to develop a strategy and recommendations for\nimplementations of the following allocations of ARPA money:\n* The infrastructure, RFP, and sustainability\nrecommendations for the language access\nprogram for City government.\n* The infrastructure, implementation, and\nsustainability recommendations regarding\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4639\n45/54", - "page_number": 45 + "page_content": "- Topic: Ordinance Vote\n- Summary: The ordinance presented for vote on 1/1/24 at 3:40 PM was passed with no nays, abstentions, absences, or recusals. The details and voting outcomes can be viewed at the provided link.\n- Ordinance Number: N/A\n- Votes Summary:\n - Vote 1: Passed - (0 NAYS, 0 ABSTAIN, 0 ABSENT, 0 RECUSED)\n- Decision/Key Actions: The motion passed without any opposition or abstentions.\n- Tags/Keywords: Ordinance, Council Meeting, Voting Outcome\n- UID: 8a334897-3559-400b-b6c9-428c800ca10d", + "uid": "8a334897-3559-400b-b6c9-428c800ca10d", + "publish_date": "3-23-2023", + "page_number": 72, + "title": "Regular City Council Minutes 3-23-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4639\n11/15/23, 7:48 PM\nthe allocations for the labor audit of city\ncontracts compliance with the living wage\nordinance.\n* The infrastructure, implementation, and\nsustainability recommendations for the\nzero-fare transit pilot for youth up to age\n24 for a year. * The implementation, and\nsustainability recommendations for the\nallocations made for affordable housing.\n* The implementation, and sustainability\nrecommendations for the allocations made\nfor food access, working to eliminate food\ninsecurity.\n* The implementation, and sustainability\nrecommendations for the allocations\nmade for crime prevention and harm\nreduction.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/8/23).\nWITHDRAWN.\nLO R-23-354\n48. RESOLUTION - NO. R-23-376 - BY: COUNCILMEMBER MORENO\nBrief:\nA RESOLUTION expressing the City Council's support and willingness to assist in the\naddition of victim safeguards for the most severe domestic violence incidents by urging\nCriminal District Court and the Orleans Parish District Attorney's Office to create a system to\nconduct Gwen's Law hearings for all domestic abuse battery strangulation cases and\naggravated domestic abuse battery cases involving a firearm.\nAnnotation:\n(Council Rule 34. Postponement Deadline 12/22/23).\n(Referred to the Community Development Committee).\nCONTINUED TO THE MEETING OF 9/7/23.\nR-23-376\n49. RESOLUTION - NO. R-23-377 - BY: COUNCILMEMBER GREEN\nBrief:\nA RESOLUTION calling an election in the Lake Terrace Crime Prevention District for\nSaturday, November 18, 2023.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/22/23).\nR-23-377\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4639\n46/54", - "page_number": 46 + "page_content": "- Topic: Roll Call\n- Summary: The roll call was conducted, and the following members were present: Giarrusso, Green, Harris, King, and Morrell. Moreno (Vice President) arrived later, and Thomas was absent.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: N/A\n- Tags/Keywords: Roll Call, Attendance, Council Members\n- UID: b46030c6-5f41-4aeb-866f-7b7a9901307a", + "uid": "b46030c6-5f41-4aeb-866f-7b7a9901307a", + "publish_date": "5-25-2023", + "page_number": 1, + "title": "Regular City Council Minutes 5-25-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4639\n11/15/23, 7:48 PM\n51. MOTION - NO. M-23-385 - BY: COUNCILMEMBERS GIARUSSO AND MORENO\nBrief:\nDirecting the City Planning Commission to conduct a public hearing to consider amending\nand re-ordaining Ordinance No. M.C.S. 4264, as amended by Ordinance No. 26,413 M.C.S .,\nas amended, the Comprehensive Zoning Ordinance of the City of New Orleans, to consider\namending the Accessory Structures and Uses of Mechanical Equipment to add minimum\ndistance, height, and sealing requirements for electrical back-up generators.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/22/23).\n(Referred to the Quality of Life Committee)\nCONTINUED TO THE MEETING OF 9/7/23.\nM-23-385\n52. MOTION - NO. M-23-386 - BY: COUNCILMEMBER THOMAS\nBrief:\nExtending for the period of 120 days, the interim appointment of Sarah McLaughlin-Porteous\nas Acting Director of the Department of Public Works.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/22/23).\n(Referred to the Governmental Affairs Committee).\nCONTINUED TO THE MEETING OF 9/7/23\nM-23-386\n55. MOTION - NO. M-23-394 - BY: COUNCILMEMBER MORRELL\nBrief:\nThat the City Council desires to merge Ward 4, Precinct 5 with Ward 4, Precinct 6; and Ward\n12, Precinct 8 with Ward 12, Precinct 7; to consolidate Ward 9, Precinct 29 with Ward 9,\nPrecinct 28C because they share the same polling place; and to maintain the exemption and\nconsolidation of Ward 9, Precinct 45A with Ward 9, Precinct 45.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/22/23).\n56. RESOLUTION - NO. R-23-395 - BY: COUNCILMEMBER HARRIS\nBrief:\nA RESOLUTION calling an election in the Bouligny Improvement District for Saturday,\nNovember 18, 2023.\nAnnotation:\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4639\n47/54", - "page_number": 47 + "page_content": "- Topic: Presentation on support for crime victims\n- Summary: The importance of support for and challenges faced by victims of crime was emphasized by Captain Stephanie Mentos, Darlene Costanza, Sherilyn Price, and Elizabeth Hansard.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Emphasizing the importance of support for crime victims\n- Tags/Keywords: Support for crime victims, Victim advocacy\n- UID: a8e44083-01cc-4e4b-b7ca-eb018f7d317f\n\n- Topic: Recognition of retirement of Honorable Robin M. Giarrusso\n- Summary: Councilmember Joseph I. Giarrusso III recognized the retirement of the Honorable Robin M. Giarrusso from the Orleans Parish Civil District Court.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Recognizing retirement of the Honorable Robin M. Giarrusso\n- Tags/Keywords: Retirement recognition, Civil District Court\n- UID: a8e44083-01cc-4e4b-b7ca-eb018f7d317f", + "uid": "a8e44083-01cc-4e4b-b7ca-eb018f7d317f", + "publish_date": "5-25-2023", + "page_number": 2, + "title": "Regular City Council Minutes 5-25-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4639\n11/15/23, 7:48 PM\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/22/23).\n57. ORDINANCES ON FIRST READING\n57a. CAL. NO. 34,359 - BY: COUNCILMEMBER GREEN (BY REQUEST).\nBrief:\nAn Ordinance authorizing the Mayor of the City of New Orleans to enter into a Cooperative\nEndeavor Agreement between the City of New Orleans (the \"City\"), and The Lakefront\nManagement Authority (the \"Authority\"), for a term greater than one year, for the public\npurpose of emergency medical and fire services at the New Orleans Lakefront Airport, in the\nCity of New Orleans, as more fully detailed in the Cooperative Endeavor Agreement form as\nExhibit \"A\"; and otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/22/23).\n34359\n57b. CAL. NO. 34,360 - BY: COUNCILMEMBER HARRIS\nBrief:\nAn Ordinance to establish a conditional use to permit the extension of a restaurant's hours of\noperations in an MU-1 Medium Intensity Mixed-Use District and in a CPC Character\nPreservation Corridor Design District, on Square 210 PT, Lot 6 or Lot 12, in the First\nMunicipal District, bounded by Martin Luther King Jr. Blvd ., Terpsichore St ., St. Charles\nAve ., Robert C. Blakes Sr. Dr. (Municipal Address: 1513 St. Charles Avenue); and otherwise\nto provide with respect thereto. (ZONING DOCKET NO. 48/23)\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(90 Days, Cn. Deadline 11/8/23).\n(Cn. Deadline 11/2/23).\n34360\n57c. CAL. NO. 34,361 - BY: COUNCILMEMBERS GIARRUSSO, GREEN, HARRIS,\nMORRELL, THOMAS, MORENO AND KING\nBrief:\nAn Ordinance to amend section 2-812 of the Code of the City of New Orleans to require\nordinances which amend or repeal sections of the Code to show, using underlines and\nstrikethroughs, how the amendment alters the text of the Code; and otherwise to provide with\nrespect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/22/23).\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4639\n48/54", - "page_number": 48 + "page_content": "- Topic: Smoke Free Air Act Amendment\n- Summary: The ordinance aims to amend and reordain sections of the Smoke Free Air Act to create health and safety regulations for cigar bars. It was continued to the meeting of 6/22/23.\n- Ordinance Number: 34,150\n- Votes Summary:\n Vote 1: Continued to the meeting of 6/22/23\n- Decision/Key Actions: The ordinance was postponed to a later meeting for further discussion and consideration.\n- Tags/Keywords: Smoke Free Air Act, health and safety regulations, cigar bars\n- UID: d8c1e8ba-9110-4208-91d1-5ac6873d04b6\n\n- Topic: City Budget Amendment\n- Summary: This ordinance seeks to appropriate unassigned fund balance to provide for anticipated budget shortfalls after the first quarter budget hearings. It was adopted after being moved by Giarrusso and seconded by Harris.\n- Ordinance Number: 34,156\n- Votes Summary:\n Vote 1: Adopted\n- Decision/Key Actions: The ordinance was adopted to address anticipated budget shortfalls.\n- Tags/Keywords: City budget, fund balance, budget shortfalls\n- UID: d8c1e8ba-9110-4208-91d1-5ac6873d04b6", + "uid": "d8c1e8ba-9110-4208-91d1-5ac6873d04b6", + "publish_date": "5-25-2023", + "page_number": 3, + "title": "Regular City Council Minutes 5-25-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4639\n11/15/23, 7:48 PM\n57d. CAL. NO. 34,362 - BY: COUNCILMEMBER GREEN (BY REQUEST)\nBrief:\nAn Ordinance to approve and authorize the Mayor of the City of New Orleans (\"City\"), acting\nby and through the New Orleans Aviation Board (\"NOAB\"), to enter into lease amendments to\nthe Terminal Lease and Equipment Management Agreement (the \"Agreement\") with the NEW\nORLEANS AIRLINE CONSORTIUM, LLC (\"NOACO\") operating at the Louis Armstrong\nNew Orleans International Airport (the \"Airport\"), under circumstances in which a solicitation\nand selection process is not required by law; and otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/22/23).\n34362\n57e. CAL. NO. 34,363 - BY: COUNCILMEMBER HARRIS\nBrief:\nAn Ordinance to establish a conditional use to permit a standard restaurant over 5,000 square\nfeet in an HU-MU Historic Urban Neighborhood Mixed-Use District, on Square 581, Lots A\nand B, in the Sixth Municipal District, bounded by Freret Street, Upperline Street, LaSalle\nStreet, and Valence Street (Municipal Address: 4730 Freret Street); and otherwise to provide\nwith respect thereto. (Zoning Docket No. 22/23)\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(90 Days, Cn. Deadline 10/25/23).\n(Cn. Deadline 10/19/23).\n34363\n57f. CAL. NO. 34,364 - BY: COUNCILMEMBER THOMAS (BY REQUEST).\nBrief:\nAn Ordinance authorizing the Mayor of the City of New Orleans to enter into a successive\nCooperative Endeavor Agreement between the City of New Orleans (the \"City\") and the New\nOrleans Police and Justice Foundation, Inc. (NOPJF), extending the term of the prior\nCooperative Endeavor Agreement (K22-820) to a term greater than one year, for the valuable\npublic purpose of enhancing public safety and employment opportunities for the City's\ncitizens through the continued recruitment of qualified police officers for the New Orleans\nPolice Department (the \"NOPD\") through a Recruitment Campaign, as more fully detailed in\nthe Cooperative Endeavor Agreement (\"CEA\") form as Exhibit \"A\"; and otherwise to provide\nwith respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED. (Council Rule 34. Postponement Deadline 12/22/23).\n34364\n57g. CAL. NO. 34,365 - BY:COUNCILMEMBER MORRELL\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4639\n49/54", - "page_number": 49 + "page_content": "- Topic: Amendment of Operating Budget for New Orleans\n- Summary: This ordinance aimed to amend the operating budget for the City of New Orleans to utilize fund balance to address anticipated budget shortfalls after the first quarter budget hearings.\n- Ordinance Number: CAL. NO. 34,157\n- Votes Summary:\n Vote 1: Passed - (YEAS: 5, NAYS: 0, ABSTAIN: 1, ABSENT: 1)\n- Decision/Key Actions: The motion to adopt the ordinance passed, with 5 YEAS and 1 ABSTAIN.\n- Tags/Keywords: Budget, Fund Balance, New Orleans, Ordinance Amendment\n- UID: 2773dc4a-58cb-4d85-9d25-b59cdba19ada\n\n- Topic: Reappropriation of American Rescue Plan Act Funds\n- Summary: This ordinance sought to reappropriate American Rescue Plan Act funds to support various city initiatives, including the Police Department K9 and Mounted Units and the Real Timbers Walking Trail.\n- Ordinance Number: CAL. NO. 34,158\n- Votes Summary:\n Vote 1: Passed - (YEAS: 6, NAYS: 0, ABSTAIN: 0, ABSENT: 1)\n- Decision/Key Actions: The motion to adopt the ordinance passed unanimously with 6 YEAS.\n- Tags/Keywords: American Rescue Plan Act, Fund Reappropriation, New Orleans, City Initiatives\n- UID: 2773dc4a-58cb-4d85-9d25-b59cdba19ada", + "uid": "2773dc4a-58cb-4d85-9d25-b59cdba19ada", + "publish_date": "5-25-2023", + "page_number": 4, + "title": "Regular City Council Minutes 5-25-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4639\n11/15/23, 7:48 PM\nBrief:\nAn Ordinance to establish division 6, article VI of chapter 2 of the Code of the City of New\nOrleans relative to the Law Department, and section 2-671 regarding legal representation of\nthe City when there is a possible conflict of interest due to adverse representation; and\notherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/22/23).\n57h. CAL. NO. 34,366 - BY: COUNCILMEMBER THOMAS\nBrief:\nAn Ordinance to effect a zoning change from an OS-N Neighborhood Open Space District to\na S-RS Suburban Single-Family Residential District, on Lot X-1-A, Versailles Gardens Area\nIV (East), in the Third Municipal District, bounded by Dwyer and Alcee Fortier Boulevards,\nWillowbrook Drive, and Six Flags Parkway (Municipal Addresses: 14051-14071 Dwyer\nBoulevard); and otherwise to provide with respect thereto. (Zoning Docket NO. 47/23)\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(90 Days, Cn. Deadline 11/8/23).\n(Cn. Deadline 11/2/23).\n34366\n57i. CAL. NO. 34,367 - BY:COUNCILMEMBER GREEN (BY REQUEST).\nBrief:\nAn Ordinance to approve and authorize the Mayor of the City of New Orleans (\"City\"), acting\nby and through the New Orleans Aviation Board (\"NOAB\"), to enter into lease amendments to\nthe Airline-Airport Use and Lease Agreements with the signatory airlines operating at the\nLouis Armstrong New Orleans International Airport (the \"Airport\"), under circumstances in\nwhich a solicitation and selection process is not required by law; and otherwise to provide\nwith respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/22/23).\n34367\n57j. CAL. NO. 34,368 - BY: COUNCILMEMBERS GIARRUSSO, GREEN, MORENO AND\nTHOMAS (BY REQUEST).\nBrief:\nAn Ordinance to amend and re-ordain Ordinance No. 29,272 M.C.S ., entitled \"An Ordinance\nProviding a Capital Budget for the Year 2023\", to effect the following change to the 2023\nCapital Budget: to de-appropriate funds from the Chief Administrative Office, the Department\nof Parks and Parkways, the Department of Property Management, the Department of Public\nWorks, the Municipal Yacht Harbor, and the New Orleans Museum of Art; to appropriate\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4639\n50/54", - "page_number": 50 + "page_content": "- Topic: Establishment of the Affordable and Workforce Housing Gap Financing Fund\n- Summary: This ordinance aims to establish the Affordable and Workforce Housing Gap Financing Fund as Division 52 of Article III in Chapter 70 of the Code of the City of New Orleans. It includes Sections 70-415.327 through 70-415.333 within said Division.\n- Ordinance Number: 34158 - 29472 M.C.S.\n- Votes Summary:\n Vote 1: Amendment - Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n Vote 2: As Amended - Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance was successfully amended and passed with unanimous support from the council members present.\n- Tags/Keywords: Affordable housing, Workforce housing, Gap financing fund, Division 52, Chapter 70\n- UID: c88ddd2c-e8d8-4f86-a9eb-355df0a6579f", + "uid": "c88ddd2c-e8d8-4f86-a9eb-355df0a6579f", + "publish_date": "5-25-2023", + "page_number": 5, + "title": "Regular City Council Minutes 5-25-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4639\n11/15/23, 7:48 PM\nfunds to the Chief Administrative Office, the Department of Parks and Parkways, the\nDepartment of Property Management, the Department of Public Works, the Department of\nHealth, the Municipal Yacht Harbor, the New Orleans Fire Department, the Mosquito Termite\nand Rodent Control Board, the New Orleans Police Department, and the New Orleans\nRecreation Development Commission; and otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/22/23).\n(Fiscal Note received).\n34368\n57k. CAL. NO. 34,369 - BY: COUNCILMEMBER KING (BY REQUEST)\nBrief:\nAn Ordinance to authorize the Mayor of the City of New Orleans to enter into a Cooperative\nEndeavor Agreement between the City of New Orleans (the \"City\") and the French Market\nCorporation (\"FMC\") for the design and construction of improvements to the French Market\nFlea and Farmer's Market restrooms. And where the specifics of those improvements are more\nfully set forth in the Cooperative Endeavor Agreement form as \"Exhibit A\" and made a part\nhereof; and otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/22/23).\n34369\n571. CAL. NO. 34,370 - BY:COUNCILMEMBERS MORRELL, GIARRUSSO, MORENO\nAND KING\nBrief:\nAn Ordinance E to amend Ordinance No. 29,265 M.C.S ., as amended, entitled \"An Operating\nBudget of Expenditures for the City of New Orleans for Year 2023\" to transfer an\nappropriation from Workforce Investment to Miscellaneous Programs to effectively restrict\nbudgeted appropriations to allow for Council review prior to expenditure of funds; and\notherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/22/23).\n34370\n57m. CAL. NO. 34,371 - BY: COUNCILMEMBERSGIARRUSSO, MORENO, GREEN AND\nTHOMAS (BYREQUEST)\nBrief:\nAn Ordinance to amend Ordinance No. 29265 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Revenues for the City of New Orleans for the Year 2023\",\nto appropriate funds to Orleans Parish Juvenile Court for three (3) contract positions, which\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4639\n51/54", - "page_number": 51 + "page_content": "- Topic: Amendment to Operating Budget Appropriation\n- Summary: The ordinance aimed to amend the operating budget to appropriate unassigned fund balance and ARPA funds for various city departments and projects. The amendment passed with 5 YEAS and 0 NAYS.\n- Ordinance Number: CAL. NO. 34,185\n- Votes Summary:\n Vote 1: Amendment - Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The amendment to the operating budget was approved to allocate funds for specific city departments and projects.\n- Tags/Keywords: Operating Budget, Appropriation, Amendment, ARPA funds\n- UID: 5f26ee55-307c-467f-9884-2e8a329c857a\n\n- Topic: Appropriation of Funds for Various City Departments\n- Summary: The ordinance sought to appropriate funds for the Mayor's Office, Chief Administrative Office, Office of Workforce Development, Department of Health, Department of Finance, Historic District Landmarks Commission, New Orleans Fire Department, Mosquito, Termite and Rodent Control Board, and Office of Community Development. The amendment passed with 5 YEAS and 0 NAYS.\n- Ordinance Number: 34185 - 29479 M.C.S.\n- Votes Summary:\n Vote 1: Amendment - Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The appropriation of funds for various city departments was approved to support their respective operations and projects.\n- Tags/Keywords: Appropriation, City Departments, Funding\n- UID: 5f26ee55-307c-467f-9884-2e8a329c857a", + "uid": "5f26ee55-307c-467f-9884-2e8a329c857a", + "publish_date": "5-25-2023", + "page_number": 6, + "title": "Regular City Council Minutes 5-25-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4639\n11/15/23, 7:48 PM\nare needed to enhance the Court's ability to meet its goals and mission; and otherwise to\nprovide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/22/23).\n(Fiscal Note received).\n34371\n57n.CA L. NO. 34,372 - BY: COUNCILMEMBERSGIARRUSSO, MORENO, GREEN AND\nTHOMAS (BYREQUEST\nBrief:\nAn Ordinance to amend Ordinance No. 29266 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Expenditures for the City of New Orleans for the Year\n2023\", to appropriate funds to Orleans Parish Juvenile Court for three (3) contract positions,\nwhich are needed to enhance the Court's ability to meet its goals and mission; and otherwise\nto provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/22/23).\n(Fiscal Note received).\n34372\n570. CAL. NO. 34,373 - BY: COUNCILMEMBERSGIARRUSSO, MORENO, GREEN AND\nTHOMAS (BYREQUEST).\nBrief:\nAn Ordinance to amend Ordinance No. 29265 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Revenues for the City of New Orleans for the Year 2023\".\nto appropriate funds to the Clerk of Criminal District Court for the 2021 and 2022 Audit Fees\nto LeBlanc & Associates CPA, LLC; and otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/22/23).\n(Fiscal Note received).\n34373\n57p.CA L. NO. 34,374 - BY: COUNCILMEMBERSGIARRUSSO, MORENO, GREEN AND\nTHOMAS (BYREQUEST)\nBrief:\nAn Ordinance to amend Ordinance No. 29266 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Expenditures for the City of New Orleans for the Year\n2023\", to appropriate funds to the Clerk of Criminal District Court for the 2021 and 2022\nAudit Fees to LeBlanc & Associates CPA, LLC; and otherwise to provide with respect thereto.\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4639\n52/54", - "page_number": 52 + "page_content": "- Topic: Amendment to Ordinance 34185\n- Summary: The council voted on several amendments to Ordinance 34185, all of which passed with unanimous support.\n- Ordinance Number: 34185\n- Votes Summary:\n Vote 1: Amendment - Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n Vote 2: Reconsider - Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n Vote 3: Reconsider - Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n Vote 4: Amendment - Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n Vote 5: Amendment - Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The amendments to Ordinance 34185 were unanimously passed.\n- Tags/Keywords: Amendment, Ordinance 34185, Council Meeting\n- UID: 6fb8ea26-3c62-4b7b-b17e-51d367890a4d", + "uid": "6fb8ea26-3c62-4b7b-b17e-51d367890a4d", + "publish_date": "5-25-2023", + "page_number": 7, + "title": "Regular City Council Minutes 5-25-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4639\n11/15/23, 7:48 PM\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/22/23).\n(Fiscal Note received).\n34374\n57q.CA L. NO. 34,375 - BY: COUNCILMEMBERSGIARRUSSO, MORENO, GREEN AND\nTHOMAS (BYREQUEST).\nBrief:\nAn Ordinance to amend Ordinance No. 29265 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Revenues for the City of New Orleans for the Year 2023\",\nto appropriate grant funds to the Department of Mosquito, Termite and Rodent Control to\ncoordinate training and evaluation of Pest Management, Vector Control Districts and other\nrelated fields to attain an integrated workforce to mitigate community vector-borne disease in\nthe Gulf Coast Region; and otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/22/23).\n(Fiscal Note received).\n34375\n57r. CAL. NO. 34,376 - BY: COUNCILMEMBERSGIARRUSSO, MORENO, GREEN AND\nTHOMAS (BYREQUEST)\nBrief:\nAn Ordinance to amend Ordinance No. 29266 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Expenditures for the City of New Orleans for the Year\n2023\", to appropriate grant funds to the Department of Mosquito, Termite and Rodent Control\nto coordinate training and evaluation of Pest Management, Vector Control Districts and other\nrelated fields to attain an integrated workforce to mitigate community vector-borne disease\nrisk in the Gulf Coast Region; and otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/22/23).\n(Fiscal Note received).\n34376\n57s. CAL. NO. 34,377 - BY: COUNCILMEMBER THOMAS (BY REQUEST)\nBrief:\nAn Ordinance authorizing the Mayor of the City of New Orleans to enter into a Cooperative\nEndeavor Agreement between the City of New Orleans (the \"City\"), and the Center for the\nInnovative Training of Youth (C.I.T.Y), Inc. d/b/a STEM NOLA for three (3) years, for the\npublic purpose of expanding programming for the purpose of exposing, inspiring, and\nengaging members of the community into the world of Science, Technology, Engineering and\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4639\n53/54", - "page_number": 53 + "page_content": "- Topic: Appropriation of funds for city projects and operations\n- Summary: The ordinance aimed to amend the operating budget of expenditures for the City of New Orleans for the year 2023 by appropriating unassigned fund balance and American Rescue Plan Act (ARPA) funds to fund projects and operations in various city departments. The motion passed, with 5 YEAS and 1 NAY.\n- Ordinance Number: 34185 - 29479 M.C.S. AS AMENDED\n- Votes Summary:\n - Vote 1: Passed - (5 YEAS, 1 NAY, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: Appropriation of funds for city projects and operations\n- Tags/Keywords: Budget, Funding, City Operations\n- UID: e673df19-cbff-4c44-ab2e-529503f53e12\n\n- Topic: Amendment of the operating budget for the City of New Orleans\n- Summary: The amendment sought to appropriate unassigned fund balance and ARPA funds to fund projects and operations in various city departments. The motion for the amendment passed unanimously with 6 YEAS.\n- Ordinance Number: 34186 - 29480 M.C.S.\n- Votes Summary:\n - Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: Amendment of the city's operating budget\n- Tags/Keywords: Budget Amendment, Funding Allocation, City Departments\n- UID: e673df19-cbff-4c44-ab2e-529503f53e12", + "uid": "e673df19-cbff-4c44-ab2e-529503f53e12", + "publish_date": "5-25-2023", + "page_number": 8, + "title": "Regular City Council Minutes 5-25-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4639\n11/15/23, 7:48 PM\nMathematics (STEM), as more fully detailed in the Cooperative Endeavor Agreement form as\nExhibit \"A\"; and otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/22/23).\n34377\n57t. CAL. NO. 34,378 - BY: COUNCILMEMBER HARRIS (BY REQUEST).\nBrief:\nAn Ordinance to authorize the Mayor of the City of New Orleans to enter into a Second\nAmendment to a previously executed Cooperative Endeavor Agreement (\"CEA\") between the\nCity of New Orleans (the \"City\") and the Ernest N. Morial New Orleans Exhibition Hall\nAuthority (\"Convention Center\" or \"Authority\"), (the \"Parties\"), relative to the public\npurpose of enhancing the Convention Center area in order to attract tourists to the City,\npromote community and economic development, and create new opportunities and amenities\nfor residents, to modify the provisions thereof, as more fully set forth in the Cooperative\nEndeavor Agreement form as Exhibit \"1\"; and otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/22/23).\n34378\n57u. CAL. NO. 34,379 - BY: COUNCILMEMBERS MORENO, GIARRUSSO AND\nMORRELL\nBrief:\nAn Ordinance to amend section 2-551 of the Code of the City of New Orleans to require the\nDepartment of Finance to create and present a monthly accounting report of vendors due\npayment by the City of New Orleans and the status of said payments; and otherwise to provide\nwith respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/22/23).\n34379\n58. MEETING ADJOURNED @ 3:45 P.M.\n54/54\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4639", - "page_number": 54 + "page_content": "- Topic: Amendment to Operating Budget of Revenues for the City of New Orleans for the Year 2023\n- Summary: The ordinance aimed to appropriate unassigned fund balance to provide for anticipated budget shortfalls after the first quarter budget hearings. The motion passed after being amended.\n- Ordinance Number: 34186 - 29480 M.C.S. AS AMENDED\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 1 NAYS, 0 ABSTAIN, 1 ABSENT)\n Vote 2: N/A\n- Decision/Key Actions: The motion passed after being amended.\n- Tags/Keywords: Budget, Appropriation, Amendment\n- UID: 8e503472-bd15-44fe-8c4e-530167c98c73\n\n- Topic: Reconsideration of Ordinance\n- Summary: The ordinance involved a reconsideration of a previous ordinance. The motion to reconsider passed.\n- Ordinance Number: 34156 - 29470 M.C.S.\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The motion to reconsider passed.\n- Tags/Keywords: Reconsideration, Previous Ordinance\n- UID: 8e503472-bd15-44fe-8c4e-530167c98c73", + "uid": "8e503472-bd15-44fe-8c4e-530167c98c73", + "publish_date": "5-25-2023", + "page_number": 9, + "title": "Regular City Council Minutes 5-25-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4670\n11/15/23, 7:49 PM\nTHE COUNCIL\nCity of New Orleans\nJP MORRELL\nHELENA MORENO\nCouncilmember-At-Large\nCouncilmember-At-Large\nJOSEPH I.\nLESLI D.\nFREDDIE\nEUGENE J.\nOLIVER M.\nTHOMAS, JR.\nKING III\nGREEN, JR.\nGIARRUSSO\nHARRIS\nCouncilmember\nCouncilmember\nCouncilmember\nIII\nCouncilmember\nDistrict C\nDistrict E\nDistrict B\nDistrict D\nCouncilmember\nDistrict A\nAGENDA\nRegular City Council Meeting\nheld in City Hall Council Chamber\non Thursday, September 21, 2023 at 10:11 A.M.\nEW\nORLEANS\nVICE PRESIDENT\nPRESIDENT\nF\nHELENA MORENO\nJP MORRELL\nCouncilmember-At-Large\nCouncilmember-At-Large\nCITY\n*\n*\nLOUISIANA\nROLL CALL - LORA W. JOHNSON, CLERK OF COUNCIL\n1.\n2. INVOCATION - PASTOR BRANDON BOUTIN, UNITED FELLOWSHIP FULL\nGOSPEL BAPTIST CHURCH\nPLEDGE OF ALLEGIANCE - EUGENE J. GREEN, JR ., COUNCILMEMBER\n3.\nDISTRICT \"D\"\nPUBLIC E-COMMENT FORMS, RULES AND INFORMATION ARE AVAILABLE AT\n4.\nhttps://council.nola.gov/home/\nSPECIAL ORDERS OF BUSINESS\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4670\n1/43", - "page_number": 1 + "page_content": "- Topic: Grant funding for public health workforce\n- Summary: The ordinance authorizes the Mayor to enter into a Cooperative Endeavor Agreement with the Louisiana Department of Health to provide grant funds to increase and strengthen the public health workforce of the New Orleans Health Department.\n- Ordinance Number: CAL. NO. 34,177\n- Votes Summary:\n Vote 1: Adopt - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The ordinance was adopted to provide grant funds for public health workforce development.\n- UID: f1ce6e04-bfa9-436f-838c-a8aa46a3b5f7\n\n- Topic: Expansion of harm-reduction-related exception for drug testing equipment\n- Summary: The ordinance seeks to expand the exception for fentanyl testing strips to include other forms of drug testing equipment within the city code.\n- Ordinance Number: CAL. NO. 34,179\n- Votes Summary:\n Vote 1: Adopt - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance was adopted to expand the harm-reduction-related exception for drug testing equipment.\n- UID: f1ce6e04-bfa9-436f-838c-a8aa46a3b5f7", + "uid": "f1ce6e04-bfa9-436f-838c-a8aa46a3b5f7", + "publish_date": "5-25-2023", + "page_number": 10, + "title": "Regular City Council Minutes 5-25-2023" }, { - "page_content": "11/15/23, 7:49 PM\ncityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4670\n1. FIRST ORDER OF BUSINESS - PRESENTATION - MARGUERITE OESTREICHER,\nEXECUTIVE DIRECTOR; BRADLEY HOLLAND, DIRECTOR OF CONSTRUCTION;\nAND LEO MARSH, ADVOCACY AND COMMUNITY ENGAGEMENT MANAGER\nBrief:\nCelebrating 40 years of the New Orleans Area Habitat For Humanity (NOAHFH).\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Cm. Harris).\nAPPEARED.\nSECOND AND THIRD ORDERS OF BUSINESS - PRESENTATION - ADA GOODLY\n2.\nLAMPKIN, DIRECTOR, LOUIS A. BERRY INSTITUTE FOR CIVIL RIGHTS &\nJUSTICE, SOUTHERN UNIVERSITY LAW CENTER, WHITLEY PARKER,\nSOUTHERN UNIVERSITY LAW SCHOOL STUDENT 3L, STUDENT BAR\nASSOCIATION PRESIDENT, LOUIS A. BERRY INSTITUTE FOR CIVIL RIGHTS &\nJUSTICE LEGAL INTERN & COHORT FELLOW, JUDGE CALVIN JOHNSON,\nRETIRED JUDGE ORLEANS PARISH CRIMINAL DISTRICT COURT, JOHN\nCOLLINS, ESQ ., PROJECT MANAGER, LOUIS A. BERRY INSTITUTE FOR CIVIL\nRIGHTS & JUSTICE, SOUTHERN UNIVERSITY LAW CENTER AND EMILY MAW\nOR A REPRESENTATIVE FROM THE DA'S OFFICE\nBrief:\nHonoring the life of Kenneth Borden, who was killed by an undercover NOPD officer on\nSeptember 15, 1970 during the Desire case (NOPD vs Black Panthers).\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Cm. Morrell).\nAPPEARED.\n57. POINT OF PERSONAL PRIVILEGE - Cm. Giarrusso speaking on the Dashboard data.\nLAND USE MATTERS\naa.\nALL LAND USE ARE SCHEDULED TO COMMENCE AT 11:00 A.M. OR\nTHEREAFTER. All public comments on land use items are subject to City Council Rule\n10.1B, whereby each land use matter is limited to a maximum public comment period of 20\nminutes, with speakers being limited to two minutes, per item.\nNo ceding of public speaking time is permitted.\nHDLC APPEAL - OF JOHN C. WILLIAMS, ARCHITECTS, LLC\n1.\nBrief:\nRequesting to appeal the Historic District Landmarks Commission?s decision of ?denial? for\nthe removal of the decorative awning at the first floor of a contributing rated, four-story hotel\n? the fa?ade of the Aster for property located at 711 Canal Street.\nAnnotation:\nELECTRONICALLY SUBMITTED.\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4670\n2/43", - "page_number": 2 + "page_content": "- Topic: Addition of President of the Council as a signatory to Loan Agreement and accessory contracts with Celeste Landing, L.L.C.\n- Summary: The ordinance aims to authorize the President of the Council to sign the Loan Agreement and three accessory contracts between the City of New Orleans and Celeste Landing, L.L.C. The motion passed with 5 YEAS and 0 NAYS.\n- Ordinance Number: M-23-239\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: Authorizing the President of the Council to sign the Loan Agreement and accessory contracts\n- UID: a251f91d-f9b2-46d6-8dff-df63fcc0947c\n\n- Topic: Addition of President of the Council as a signatory to Professional Services Agreement with Interstate Electronic Systems LLC\n- Summary: This ordinance seeks to authorize the President of the Council to sign a Professional Service Agreement between the City and Interstate Electronic Systems LLC. The motion passed unanimously with 5 YEAS and 0 NAYS.\n- Ordinance Number: M-23-240\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: Authorizing the President of the Council to sign the Professional Service Agreement\n- UID: a251f91d-f9b2-46d6-8dff-df63fcc0947c", + "uid": "a251f91d-f9b2-46d6-8dff-df63fcc0947c", + "publish_date": "5-25-2023", + "page_number": 11, + "title": "Regular City Council Minutes 5-25-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4670\n11/15/23, 7:49 PM\n(Cm. King, District C, Cn. Deadline, 10/8/23).\n(Communication received at the meeting of 8/24/23).\n(Report received at the meeting of 8/24/23).\nHEARING HELD.\nHDLC John C. Williams 711 Canal St\nReport - HDLC - 711 Canal Street City Council Appeal Report\n1b. MOTION - NO. M-23-444 - BY: COUNCILMEMBER KING\nBrief:\nApproving and granting the applicant's appeal requestfor property located at 711 Canal Street.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 1/19/24).\nVCC APPEAL - OF LORETTA KATHERINE HARMON, PRESIDENT, LKHARMON,\n2.\nARCHITECTS\nBrief:\nRequesting to appeal the Vieux Carr\u00e9 Commission's decision of \"denial\" to retain painted\nbrick and mounted gas heaters for property located at 711 Bourbon Street.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Cm. King, District C, Cn. Deadline, 11/6/23).\n(Communication received at the meeting of 9/7/23).\n(Report received on today's Consent agenda).\nCONTINUED TO THE MEETING OF 10/5/23.\nLoretta Katherine Harmon - VCC 711 Bourbon St\nVCC Report 711 Bourbon Street\nCONSENT AGENDA\nCOMMUNICATION - FROM ERIN SPEARS - CHIEF OF STAFF & COUNSEL,\n1.\nCOUNCIL UTILITIES REGULATORY OFFICE\nBrief:\nSubmitting the transmittal document for communications related to electric and gas utility\nmatters to be received by the Council of the City of New Orleans at its meeting on September\nCommunications from Entergy New Orleans, LLC (\"ENO\")\n21, 2023:\nErin Spears\n1. Quarterly Customer Interruption Report, submitted pursuant to Resolution R-17-427\nEntergy - Courtney R. Nicholson R-17-427\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4670\n3/43", - "page_number": 3 + "page_content": "- Topic: Amendment No. 2 to the Professional Services Agreement between the City of New Orleans and Children's Hospital\n- Summary: The ordinance aims to add the President of the Council as a signatory to the amendment and authorize the President to sign the agreement. The motion passed with 5 YEAS and 0 NAYS.\n- Ordinance Number: M-23-241\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: President of the Council authorized to sign the amendment to the Professional Services Agreement.\n- UID: 5c6b74ea-26d5-4138-88f7-cbd65cbd6828\n\n- Topic: Amendment No. 2 to the contract between the City of New Orleans and Ceres Environmental Services, Inc. (Zone 1)\n- Summary: The ordinance seeks to add the President of the Council as a signatory to the amendment and authorize the President to sign the contract. The motion passed with 5 YEAS and 0 NAYS.\n- Ordinance Number: M-23-218\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN)\n- Decision/Key Actions: President of the Council authorized to sign the amendment to the contract.\n- UID: 5c6b74ea-26d5-4138-88f7-cbd65cbd6828", + "uid": "5c6b74ea-26d5-4138-88f7-cbd65cbd6828", + "publish_date": "5-25-2023", + "page_number": 12, + "title": "Regular City Council Minutes 5-25-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4670\n11/15/23, 7:49 PM\nEnergy Smart Program Year 12 Lost Contribution to Fixed Costs and Utility Performance\n2\nIncentive Calculations, UD-08-02 and UD-17-03?\nEntergy - Courtney R. Nicholson R-20-51\n3. Reliability Plan Project Status Report, UD-17-04? ? Other Communication?\nEntergy - Courtney R. Nicholson UD-17-04\nEntergy _- Simon Mahan - SREA ENO IRP intervention 9.1.23 UD-23-01\n1. Petition for Intervention, submitted by the Southern Renewable Energy Association, UD-23-\n01\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED.\n2. COMMUNICATION - FROM JAMES OSBORN & MONICA L'ESPERANCE\nBrief:\nRequesting to appeal the parking requirements of the University Area Off-Street Parking\nInterim Zoning District, per Article 19 of the City's Comprehensive Zoning Ordinance, as it\napplies for property located at 1133 Lowerline Street.\nAnnotation:\nELECTRONICALLY SUBMITTED\nRECEIVED. (Hearing Date Set For 10/5/23).\nJames Osborn UAIZD 1133 Lowertline St\n3.\nCOMMUNICATION - FROM ZACH SMITH, ZACHARY SMITH, OWNER, ZACH\nSMITH CONSULTING & DESIGN\nBrief:\nRequesting to appeal the Historic District Landmarks Commission's decision of \"denial\" for\nnew standing seam metal roofing at the primary church building based on the HDLC\nGuidelines which note that metal roofing may not be an appropriate option at roofs with high\nvisibility from the surrounding public right of way or where the original roof material was\nlikely slate for property located at 2624 Burgundy Street.\nAnnotation:\nELECTRONICALLY SUBMITTED\nRECEIVED. (Hearing Date Set For 10/5/23).\nZach Smith HDLC appeal 2624 Burgundy St\nCOMMUNICATION - FROM AMY B. TREPAGNIER, PERSONNEL DIRECTOR, CITY\n4.\nOF NEW ORLEANS, DEPARTMENT OF CIVIL SERVICE\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4670\n4/43", - "page_number": 4 + "page_content": "- Topic: Amendment No. 2 to the contract with Ceres Environmental Services, Inc. (Zone 2)\n- Summary: The motion involved adding the President of the Council as a signatory to the Amendment No. 2 to the contract between the City of New Orleans and Ceres Environmental Services, Inc. (Zone 2) and authorizing the President of the Council to sign the amendment.\n- Ordinance Number: M-23-219\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The motion passed, allowing the President of the Council to sign the amendment to the contract.\n- UID: 03ddd017-334d-47f3-bf9a-30798581b7ef\n\n- Topic: Amendment No. 2 to the contract with Ceres Environmental Services, Inc. (Zone 3)\n- Summary: The motion involved adding the President of the Council as a signatory to the Amendment No. 2 to the contract between the City of New Orleans and Ceres Environmental Services, Inc. (Zone 3) and authorizing the President of the Council to sign the amendment.\n- Ordinance Number: M-23-220\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The motion passed, allowing the President of the Council to sign the amendment to the contract.\n- UID: 03ddd017-334d-47f3-bf9a-30798581b7ef\n\n- Topic: Ceres Environmental Services, Inc. Contracts\n- Summary: The motion involved adding the President of the Council as a signatory to the Amendment No. 2 to the contract between the City of New Orleans and Ceres Environmental Services, Inc. and authorizing the President of the Council to sign the amendment.\n- Ordinance Number: M-23-221\n- Votes Summary: Not available in the provided information\n- Decision/Key Actions: Not available in the provided information\n- UID: 03ddd017-334d-47f3-bf9a-30798581b7ef", + "uid": "03ddd017-334d-47f3-bf9a-30798581b7ef", + "publish_date": "5-25-2023", + "page_number": 13, + "title": "Regular City Council Minutes 5-25-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4670\n11/15/23, 7:49 PM\nBrief:\nSubmitting the Monthly raw data relative to current\nstaffing, hiring, and applications to the New Orleans Police Department as required by City\nCouncil Ordinance No. 29130.\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED.\nAmy B. Trepagnier -NOPD raw data\nCOMMUNICATION - FROM GILBERT MONTANO, CHIEF ADMINISTRATIVE\n5.\nOFFICER, CITY OF NEW ORLEANS\nBrief:\nSubmitting pursuant to Section 4-106(4) of the Home Rule Charter, City Code Section 2-477,\nand City Council Rule 56, providing written notice of Mayor Cantrell's approval of the\nappointment of Anne Kirkpatrick as Superintendent of Police, in accordance with Section 4-\n302(2) of the Home Rule Charter. The appointment will commence on an interim basis on\nSeptember 23, 2023, and the permanent appointment will commence immediately upon City\nCouncil confirmation of the appointment.\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED.\nGilbert Montario CAO\nCOMMUNICATION - FROM PETER CONNICK, WILLIAM P. CONNICK, JR .,\n6.\nMILLER SULLIVAN AND DEMARCAY\nBrief:\nRequesting to appeal the Historic District Landmarks Commission's decision of \"denial\" of\nthe application for demolition of a Contirbuting rated, two-story warehouse building to grade\nfor property located at 1031 Annunciation Street.\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED. (Hearing Date Set For 10/5/23).\nPeter Connick HDLC 1031 Annunciation Street\nCOMMUNICATION - FROM ALEXANDER ADAMICK, M. ARCH, AIA, NCARB,\n7.\nPRINCIPAL ARCHITECT, ADAMICK ARCHITECTURE\nBrief:\nRequesting to appeal the Historic District Landmarks Commission's decision of \"denial\" of\nthe application for demolition of a Contirbuting rated, raised-basement, two-family building\nthrough raising the building for properties located at 3530 Carondelet Street, 1641 Foucher\nStreet and 1645 Foucher Street.\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4670\n5/43", - "page_number": 5 + "page_content": "- Topic: Amendment No. 3 to the contract between the City of New Orleans and Witt O\u2019Brien\u2019s LLC\n- Summary: The ordinance aimed to add the President of the Council as a signatory to the Amendment No. 3 to the contract and authorize them to sign it. The motion was adopted with 6 YEAS and 1 ABSENT.\n- Ordinance Number: M-23-221\n- Votes Summary:\n Vote 1: Adopt - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The motion to add the President of the Council as a signatory to the contract and authorize them to sign it passed.\n- UID: a788b3bb-8df7-49e3-a9df-05aca3ae1a0b\n\n- Topic: Tabulating the votes cast in the Election held on Saturday, April 29, 2023 \u2014 TWINBROOK SECURITY DISTRICT PROPOSITION\n- Summary: The ordinance involved tabulating the votes for the TWINBROOK SECURITY DISTRICT PROPOSITION. The motion was adopted with 5 YEAS and 2 ABSENT.\n- Ordinance Number: M-23-223\n- Votes Summary:\n Vote 1: Adopt - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The motion to tabulate the votes for the TWINBROOK SECURITY DISTRICT PROPOSITION passed.\n- UID: a788b3bb-8df7-49e3-a9df-05aca3ae1a0b", + "uid": "a788b3bb-8df7-49e3-a9df-05aca3ae1a0b", + "publish_date": "5-25-2023", + "page_number": 14, + "title": "Regular City Council Minutes 5-25-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4670\n11/15/23, 7:49 PM\nAnnotation:\nELECTRONICALLY SUBMITTED\nRECEIVED. (Hearing Date Set For 10/5/23).\nAlexander Adamick HDLC 3530 Carondelet St 1641 Foucher St 1645 Foucher St\n8. COMMUNICATION - FROM JOSEPHINE CANGELOSI\nBrief:\nRequesting to appeal the Historic District Landmarks Commission's decision of \"approval\" of\nthe application for retention of demolition without a Certificate of Appropriateness and to levy\na fine of $42,465.00 for the unpermitted demolition property located at 1547 Leda Street.\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED. (Hearing Date Set For 10/5/23).\nJosephine Cangelosi HDLC 1547 Leda Street\n. COMMUNICATION - FROM RON LOESEL, GOVERNMENTAL AFFAIRS, LEAD\nCONSULTANT, ZACHARY SMITH CONSULTING, ZACH SMITH CONSULTING &\nDESIGN\nBrief:\nRequesting to withdraw the IZD appeal, Project #IZD003-23 for property located at 4139\nTchoupitoulas Street.\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED.\nRon Loesel - Zach Smith WD Ltr 4139 Tchoupitoulas St\n10. COMMUNICATION - FROM NICOLE WEBRE, WEBRE CONSULTING\nBrief:\nRequesting to appeal the University Area Interim Off-Street Parking Zoning District for\nproperty located at 5517 S. Rocheblave Street.\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED. (Hearing Date Set For 10/5/23).\nNicole Webre 5517 S. Rocheblave UPZD\n11. COMMUNICATION - FROM PAULO ROSA ON BEHALF OF ROGER'S\nCONSTRUCTION, LLC\nBrief:\nRequesting to appeal the Historic District Landmarks Commission's decision of \"denial\" of\nthe retention of the fiber cement paneling at the front facade of the storefront building, the\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4670\n6/43", - "page_number": 6 + "page_content": "- Topic: Short Term Rental Permit Lotteries\n- Summary: The Department of Safety and Permits submitted proposed regulations governing Short Term Rental Permit Lotteries, along with a legal notice of public hearing and a summary of comments received at the public hearing and virtual listening session. The proposed rules and regulations were stated to have no additional fiscal impact beyond that created by existing ordinances. The motion to suspend the rules and add the item to the agenda both passed unanimously.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: Suspend the Rules - Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n Vote 2: Add Item to Agenda - Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The proposed regulations governing Short Term Rental Permit Lotteries were added to the agenda and the rules were suspended to facilitate further discussion and potential adoption.\n- Tags/Keywords: Short Term Rental, Permit Lotteries, Department of Safety and Permits, Regulations\n- UID: dbfc42a1-5a25-4766-a2a0-dc12e2203c82\n\n- Topic: Demolition Permit Review\n- Summary: The application documents for a demolition permit requiring City Council review and approval for a specific property were transmitted. The details of the property and the specific application were not provided in the summary.\n- Ordinance Number: N/A\n- Votes Summary: Not Applicable\n- Decision/Key Actions: The application documents for the demolition permit were transmitted to the City Council for review and approval.\n- Tags/Keywords: Demolition Permit, City Council Review, Property\n- UID: dbfc42a1-5a25-4766-a2a0-dc12e2203c82", + "uid": "dbfc42a1-5a25-4766-a2a0-dc12e2203c82", + "publish_date": "5-25-2023", + "page_number": 15, + "title": "Regular City Council Minutes 5-25-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4670\n11/15/23, 7:49 PM\nleft-side elevation, and the right-side elevation beyond the first downspout at the elevation for\nproperty located at 4016 St. Claude Avenue.\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED. (Hearing Date Set For 10/5/23).\nPaulo Rosa HDLC 4016 St Claude Avenue\n12. COMMUNICATION - FROM LIZA DRENNON\nBrief:\nRequesting to appeal the Historic District Landmarks Commission's decision of \"denial\" of\nthe retention of guardrails put around the porch and the gate to protect the children who will\nbe attending the new preschool for property located at 342 Olivier Street.\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED. (Hearing Date Set For 10/5/23).\nFROM ARTHUR C. WALTON,\n13. COMMUNICATION\nDIRECTOR,\n-\nINTERGOVERNMENTAL RELATIONS, OFFICE OF THE MAYOR, CITY OF NEW\nORLEANS\nBrief:\nSubmitting a proposed agreement between the City of New\nOrleans and Cornerstone Government Affairs, Inc ., a completed contract summary form, and\nthe related Motion, pursuant to Rule 57.\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED AND REFERRED TO THE GOVERNMENT AFFAIRS COMMITTEE.\n(See Motion No. M-23-436).\nArthur C. Walton Cornerstone Contract\n14. COMMUNICATION - FROM DAN JATRES, INFRASTRUCTURE PROJECTS\nADMINISTRATOR, OFFICE OF RESILENCE & SUSTAINABILITY, CITY OF NEW\nORLEANS\nBrief:\nSubmitting a proposed agreement between the City of New\nOrleans and Federal Communication Commission, a completed contract summary form, and\nthe related Motion, pursuant to Rule 57.\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED AND REFERRED TO THE BUDGET COMMITTEE.\n(See Motion No. M-23-437).\nDan Jares FCC Contract\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4670\n7/43", - "page_number": 7 + "page_content": "- Topic: Demolition Request for 1330-1332 Touro Street\n- Summary: The council approved the applicant's demolition request for the property located at 1330-1332 Touro Street.\n- Ordinance Number: M-23-248\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The demolition request for the property at 1330-1332 Touro Street was approved.\n- Tags/Keywords: Demolition, Property, Touro Street\n- UID: bbb4ce8e-2049-4190-a81a-647a736ab14e\n\n- Topic: HDLC Appeal for 502 Frenchmen Street\n- Summary: The request to appeal the Historic District Landmarks Commission's decision regarding the proposed renovation of a building at 502 Frenchmen Street was withdrawn at the applicant's request.\n- Votes Summary: N/A\n- Decision/Key Actions: The appeal request was withdrawn at the applicant's request.\n- Tags/Keywords: HDLC Appeal, Renovation, Frenchmen Street\n- UID: bbb4ce8e-2049-4190-a81a-647a736ab14e", + "uid": "bbb4ce8e-2049-4190-a81a-647a736ab14e", + "publish_date": "5-25-2023", + "page_number": 16, + "title": "Regular City Council Minutes 5-25-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4670\n11/15/23, 7:49 PM\n15. REPORT - OF THE DEPUTY DIRECTOR OF THE NEW ORLEANS HISTORIC\nDISTRICT LANDMARKS COMMISSION\nCENTRAL BUSINESS DISTRICT\nHISTORIC DISTRICT LANDMARKS COMMISSION\nBrief:\nSubmitting a report regarding an appeal of the Historic District Landmarks Commission's\n(HDLC) decision to approve the request for removal of slate roofing at the Non-Contributing\nrated rear office building for replacement with new asphalt shingles and deny the request for\nnew standing seam metal roofing at the Contributing rated primary church building for the\nproperty located at 2624 Burgundy Street.\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED.\nHDLC Report 2624 Burgundy St\n16. REPORT - OF THE DIRECTOR OF THE VIEUX CARRE COMMISSION\nBrief:\nSubmitting the report detailing an appeal of the Vieux Carr\u00e9 Commission's (VCC) decision of\n\"denial\" of proposal to retain unpermitted paint applied to previously exposed natural brick\nand attached exterior gas heaters on the Blue rated building at 711 Bourbon Street.\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED.\nVCC Report 711 Bourbon Street\n17. REPORT - OF THE EXECUTIVE DIRECTOR OF THE CITY PLANNING\nCOMMISSION\nBrief:\nTransmitting Zoning Docket Numbers 55/23 - Cms. All, 56/23 - Cm. Giarrusso, 68/23 - Cm.\nKing, 69/23 - Cm. King, 70/23 - Cm. Harris and 71/23 - Cm. Harris, Cn. Deadline 11/20/23.\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED. (Hearing Date Set For 10/5/23).\nCPC Zoning Transmittal 9-12-23\n18. CAL. NO. 34,360 - BY: COUNCILMEMBER HARRIS\nBrief:\nAn Ordinance to establish a conditional use to permit the extension of a restaurant's hours of\noperations in an MU-1 Medium Intensity Mixed-Use District and in a CPC Character\nPreservation Corridor Design District, on Square 210 PT, Lot 6 or Lot 12, in the First\nMunicipal District, bounded by Martin Luther King Jr. Blvd ., Terpsichore St ., St. Charles\nAve ., Robert C. Blakes Sr. Dr. (Municipal Address: 1513 St. Charles Avenue); and otherwise\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4670\n8/43", - "page_number": 8 + "page_content": "- Topic: HDLC APPEAL - Heather Cooper - 502 Frenchmen Street\n- Summary: The council discussed the proposed renovation of a significant rated three-story, mixed-use building at 502 Frenchmen Street. Three motions were made, with the first two being withdrawn and the third motion seeking approval with modifications. However, a technical correction was needed, and the motion was also withdrawn.\n- Ordinance Number: M-23-202, M-23-228, M-23-249\n- Votes Summary:\n Vote 1: Withdrawn\n Vote 2: Withdrawn\n Vote 3: Withdrawn\n- Decision/Key Actions: The final decision on the proposed renovation was not reached due to the need for a technical correction.\n- Tags/Keywords: HDLC Appeal, Renovation, Withdrawn, Technical Correction\n- UID: 62e3ebaa-ea87-4221-9a11-24d573b08319\n\n- Topic: LEGISLATIVE GROUPING - HDLC APPEAL of Zachary Smith, Owner, Zach Smith, Consulting & Design\n- Summary: The council also discussed an appeal by Zachary Smith for a legislative grouping related to a different property. However, specific details of the appeal and its outcome were not provided in the given information.\n- Ordinance Number: Not specified\n- Votes Summary: N/A\n- Decision/Key Actions: No specific decision or outcome provided in the given information.\n- Tags/Keywords: Legislative Grouping, Appeal, Zachary Smith\n- UID: 62e3ebaa-ea87-4221-9a11-24d573b08319", + "uid": "62e3ebaa-ea87-4221-9a11-24d573b08319", + "publish_date": "5-25-2023", + "page_number": 17, + "title": "Regular City Council Minutes 5-25-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4670\n11/15/23, 7:49 PM\nto provide with respect thereto. (ZONING DOCKET NO. 48/23)\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(90 Days, Cn. Deadline 11/8/23).\n(Cn. Deadline 11/2/23).\nADOPTED.\n34360-29644 MCS\n19. CAL. NO. 34,363 - BY: COUNCILMEMBER HARRIS\nBrief:\nAn Ordinance to establish a conditional use to permit a standard restaurant over 5,000 square\nfeet in an HU-MU Historic Urban Neighborhood Mixed-Use District, on Square 581, Lots A\nand B, in the Sixth Municipal District, bounded by Freret Street, Upperline Street, LaSalle\nStreet, and Valence Street (Municipal Address: 4730 Freret Street); and otherwise to provide\nwith respect thereto. (ZONING DOCKET NO. 22/23)\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(90 Days, Cn. Deadline 10/25/23).\n(Cn. Deadline 10/19/23).\nCONTINUED TO THE MEETING OF 10/5/23.\n34363\n20. CAL. NO. 34,366 - BY: COUNCILMEMBER THOMAS\nBrief:\nAn Ordinance to effect a zoning change from an OS-N Neighborhood Open Space District to\na S-RS Suburban Single-Family Residential District, on Lot X-1-A, Versailles Gardens Area\nIV (East), in the Third Municipal District, bounded by Dwyer and Alcee Fortier Boulevards,\nWillowbrook Drive, and Six Flags Parkway (Municipal Addresses: 14051-14071 Dwyer\nBoulevard); and otherwise to provide with respect thereto. (ZONING DOCKET NO. 47/23)\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(90 Days, Cn. Deadline 11/8/23).\n(Cn. Deadline 11/2/23).\n34366\n21. RESOLUTION - NO. R-23-429 - BY: COUNCILMEMBERS MORRELL, MORENO,\nGIARRUSSO, KING AND THOMAS\nBrief:\nRESOLUTION AND ORDER RATIFYING THE DECISIONS OF THE SWBNO APPEAL\nMANAGER\nAnnotation:\nELECTRONICALLY SUBMITTED.\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4670\n9/43", - "page_number": 9 + "page_content": "- Topic: HDLC Appeal for 2516 Upperline Street\n- Summary: The council considered a request to appeal the Historic District Landmarks Commission's decision regarding the full demolition of the property at 2516 Upperline Street. Councilmember Harris introduced two motions, one to deny the demolition and the other to approve it. The first motion to deny the demolition passed with 5 YEAS.\n- Ordinance Number: M-23-234\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The council approved the motion to deny the applicant\u2019s request for full demolition of the property located at 2516 Upperline Street.\n- UID: c392606d-e655-4e6e-94f3-bd72478b6759", + "uid": "c392606d-e655-4e6e-94f3-bd72478b6759", + "publish_date": "5-25-2023", + "page_number": 18, + "title": "Regular City Council Minutes 5-25-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4670\n11/15/23, 7:49 PM\n(Council Rule 34. Postponement Deadline 1/19/24).\n(Utility, Cable, Telecommunication and Technology Committee recommended approval).\nADOPTED.\nR-23-429\n20. CAL. NO. 34,366 - BY: COUNCILMEMBERS THOMAS AND GREEN\nBrief:\nAn Ordinance to effect a zoning change from an OS-N Neighborhood Open Space District to\na S-RS Suburban Single-Family Residential District, on Lot X-1-A, Versailles Gardens Area\nIV (East), in the Third Municipal District, bounded by Dwyer and Alcee Fortier Boulevards,\nWillowbrook Drive, and Six Flags Parkway (Municipal Addresses: 14051-14071 Dwyer\nBoulevard); and otherwise to provide with respect thereto. (ZONING DOCKET NO. 47/23)\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(90 Days, Cn. Deadline 11/8/23).\n(Cn. Deadline 11/2/23).\nADOPTED.\n34366-29646 MCS\nMOTION TO ADOPT CONSENT AGENDA AND REFER OTHER MATTERS TO THE\nA.\nPROPER AGENCY.\nB. AND THE CONSENT AGENDA WAS ADOPTED.\nREGULAR AGENDA\n1.\nLEGISLATIVE GROUPING\nCOMMUNICATION - FROM ELIZABETH HOLMAN, DIRECTOR OF LAND USE,\n1a.\nCOUNCILMEMBER LESLI HARRIS, DISTRICT \"B\"\nBrief:\nTransmitting the Mayor's Office of Economic Development's recommendation of disapproval,\nand requesting the scheduling of a public hearing, for the following Restoration Tax\nAbatement application:\n* RTA #20220510, 1306 Magazine Street, Summit NOLA IV LLC\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Communication received at the meeting of 8/10/23).\nHEARING HELD.\nRTA Report Elizabeth Holzman Dist B 1306 Magazine St\n1b. RESOLUTION (LYING OVER) - NO. R-23-379 ? BY: COUNCILMEMBER HARRIS\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4670\n10/43", - "page_number": 10 + "page_content": "- Topic: HDLC Appeal - Angele and Gregory Romig - 39-41 Allard Blvd\n- Summary: The ordinance involved the appeal of the Historic District Landmarks Commission's decision to deny the application for demolition of more than 50% of the exterior wall structure through an increase in height for properties located at 41 Allard Boulevard and 39 Allard Boulevard.\n- Ordinance Number: M-23-232\n- Votes Summary:\n - Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The demolition request was approved and granted.\n- UID: 69408063-0adb-4183-a17e-67d4f844d455\n\n- Topic: HDLC Appeal - Richard Lindsay, on behalf of Sylvia Chriss-Bibbins\n- Summary: This ordinance involved the appeal of the Historic District Landmarks Commission's decision to levy a fine of $20,000.00 for the property located at 2123 Soniat Street.\n- Ordinance Number: Not specified\n- Votes Summary: Not specified\n- Decision/Key Actions: Not specified\n- UID: Not specified", + "uid": "69408063-0adb-4183-a17e-67d4f844d455", + "publish_date": "5-25-2023", + "page_number": 19, + "title": "Regular City Council Minutes 5-25-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4670\n11/15/23, 7:49 PM\nBrief:\nA resolution Approving RTA Application #20210510, 1306 Magazine Street, Summit NOLA\nIV LLC.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/22/23).\nR-23-379 LO\nUNIVERSITY AREA OFF-STREET PARKING INTERIM ZONING DISTRICT APPEAL\n3.\n- OF DAVID N. GRIENER, JR. & DIANE E. MIPRO\nBrief:\nRequesting to appeal the parking requirements established by the University Area Off-Street\nParking Interim Zoning District (IZD), for property located at 4127 Fontainebleau Drive.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Cm. Harris, District B, Cn. Deadline N/A).\n(Communication received at the meeting of 8/24/23).\nCONTINUED TO THE MEETING OF 10/5/23.\nIZD - David N. Griener, Jr. & Diane E. Mipro - University Area Off-Street Parking\n. SHORT TERM RENTAL INTERIM ZONING DISTRICT APPEAL - DOCKET NO. 3/23\nBrief:\nRequesting an appeal of the Historic Urban Neighborhood Short Term Interim Zoning District\nto permit one (1) commercial short-term rental in an HU-MU Historic Urban Mixed-Use\nDistrict and Commercial Short Term Rental Interim Zoning District, on Square 113, Lot 29,\nbounded by Tchoupitoulas Street, Milan Street, Annunciation Street and Marengo Street\n(Municipal Address: 4139 Tchoupitoulas Street). The recommendation of the City Planning\nCommission Staff being \"FOR DENIAL\".\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Cm. Harris, District B, Cn. Deadline 9/25/23).\n(Report received at the meeting of 7/27/23).\nON DEADLINE.\nWITHDRAWN. (At the applicant's request).\nSTR IZD - 003-23 Staff report with attachments\nWD Ltr 4139 Tchoupitoulas St\nLEGISLATIVE GROUPING\n5.\n5a. ZONING DOCKET NO. 37/23 - HEBP HOLDINGS, LLC\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4670\n11/43", - "page_number": 11 + "page_content": "- Topic: VCC Appeal - Karen Glaser Stein - 1000-1012 St Philip Street\n- Summary: Karen Glaser Stein appealed the Vieux Carr\u00e9 Commission\u2019s decision of \"denial\" to retain work completed without benefit of VCC review and approval, including gallery millwork modifications, per application and materials received 12/16/2022 for properties located at 1000-1012 St. Philip Street.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: The appeal was continued to the meeting of 6/8/23.\n- Tags/Keywords: VCC Appeal, Karen Glaser Stein, Vieux Carr\u00e9 Commission, 1000-1012 St Philip Street\n- UID: d9eb5c49-c470-472b-9f7f-bec0e63e24b7\n\n- Topic: University Area Off-Street Parking Interim Zoning District Area Appeal - Dennis A. Roubion Jr. and Kathryn Roubion - 2030 Octavia Street\n- Summary: Dennis A. Roubion Jr. and Kathryn Roubion appealed the parking requirements established by the University Area Off-Street Parking Interim Zoning District (IZD) as it applies to property located at 2030 Octavia Street.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: The hearing was held.\n- Tags/Keywords: University Area Off-Street Parking, Interim Zoning District, Dennis A. Roubion Jr., Kathryn Roubion, 2030 Octavia Street\n- UID: d9eb5c49-c470-472b-9f7f-bec0e63e24b7\n\n- Topic: Motion - No. M-23-233 - By: Councilmember Giarrusso\n- Summary: The motion granted and approved the applicant\u2019s appeal request for property located at 2030 Octavia Street.\n- Ordinance Number: M-23-233\n- Votes Summary:\n Vote 1: Passed - (N/A)\n- Decision/Key Actions: The motion was granted and approved.\n- Tags/Keywords: Motion, Councilmember Giarrusso, M-23-233, 2030 Octavia Street\n- UID: d9eb5c49-c470-472b-9f7f-bec0e63e24b7", + "uid": "d9eb5c49-c470-472b-9f7f-bec0e63e24b7", + "publish_date": "5-25-2023", + "page_number": 20, + "title": "Regular City Council Minutes 5-25-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4670\n11/15/23, 7:49 PM\nBrief:\nRequesting a Conditional Use to permit a mini-warehouse in an HU-MU Historic Urban\nNeighborhood Mixed-Use District, located on Square 173, Lots 1, 2, 3, and 4 or Lots 12, 13,\n14, and 15, in the Fifth Municipal District, bounded by Newton Street, L.B. Landry Avenue,\nDiana Street, and Lebeuf Street (Municipal Address: 1531 Newton Street). The\nrecommendation of the City Planning Commission being \"FOR APPROVAL\", subject to three\n(3) provisos.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Cm. King, District C, Cn. Deadline 10/9/23).\nCONTINUED TO THE MEETING OF 10/5/23.\nZD NO. 37-23 Final (1).\n5b. MOTION (LYING OVER) - NO. M-23-389 - BY: COUNCILMEMBER KING\nBrief:\nDenying the applicant's Conditional Use request on ZD NO. 37/23.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/22/23).\nCONTINUED TO THE MEETING OF 10/5/23.\nM-23-389 LO\n6. ZONING DOCKET NO. 45/23 - CITY COUNCIL MOTION M-23-162\nBrief:\nRequesting an amendment to the text of the Comprehensive Zoning Ordinance to modify\nArticle 18, Section 18.30, the University Area Off-Street Parking Overlay District, the intent\nof which is to require off-street vehicular parking for certain increases in the number of\nexisting bedrooms and bathrooms, (i) to expand the area of applicability to include additional\nneighborhoods, including parts of neighborhoods bounded by Front Street, Jefferson Avenue,\nSouth Claiborne Avenue, Toledano Street, Earhart Boulevard and South Carrollton Avenue;\n(ii) redefine ?bedroom? to include a window or a door that opens to a space other than another\nsleeping room, bathroom or toilet room, and require that every shared bedroom be at least 50\nsq. ft. for each occupant; (iii) lower the threshold for off-street parking requirement for new\nconstruction or renovations from four bedrooms and three bathrooms to three bedrooms and\ntwo bathrooms; (iv) redefine ?full bathroom? to include a bathtub and/or shower; (v) require\nnew construction or renovation to include a common room which cannot be a bedroom; (vi)\nrequire that new parking spaces be a minimum of 8 ? feet wide by 18 feet long; (vii) prohibit\ntandem parking; (viii) recognize possible shared parking arrangements between adjacent lots;\nand (ix) prohibit the raising of structures to accommodate off-street parking. The proposed\ntext changes would affect properties located in the area generally bounded by: Cecil Street to\nMonticello Avenue, Monticello Avenue, to Leake Avenue, to River Drive, to Riverview Drive,\nto East Drive, to Tchoupitoulas Street, turning south on State Street, turning east on Front\nStreet, turning north on Nashville Street, turning east on Tchoupitoulas, turning north on\nJefferson Avenue, turning east on South Claiborne Avenue, turning north on Toledano Street,\nconnecting to Washington Avenue, turning east on Earhart Boulevard, turning north on South\nCarrollton Avenue, turning east on Tulane Avenue/Airline Highway connecting to Palmetto\nStreet, to Northline Street, to Monticello Avenue, to Cecil Street. The recommendation of the\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4670\n12/43", - "page_number": 12 + "page_content": "- Topic: University Area Off-Street Parking Interim Zoning District Area Appeal\n- Summary: The ordinance pertains to the appeal of the University Area Off-Street Parking Interim Zoning District requirements for the addition and renovation of a single-family dwelling at 1227 S. Carrollton Avenue. The appeal request for the property located at 1227 S. Carrollton Avenue was granted and approved.\n- Ordinance Number: M-23-242\n- Votes Summary:\n - Vote 1: Adopt - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The appeal request for the property located at 1227 S. Carrollton Avenue was granted and approved.\n- Tags/Keywords: Zoning District, Off-Street Parking, Appeal, Property Renovation\n- UID: d1844d22-90b2-4b08-86fe-e2fa1f49eb63", + "uid": "d1844d22-90b2-4b08-86fe-e2fa1f49eb63", + "publish_date": "5-25-2023", + "page_number": 21, + "title": "Regular City Council Minutes 5-25-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4670\n11/15/23, 7:49 PM\nCity Planning Commission being \"FOR DENIAL\".\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Cms. Giarrusso and Harris, Districts A and B, Cn. Deadline 10/23/23).\nCONTINUED TO THE MEETING OF 10/5/23.\nZD NO. 45-23 Final\n7. LEGISLATIVE GROUPING\n7a. ZONING DOCKET NO. 52/23 - ROCHELLE BREHM AND NANCY DUPUY\nBrief:\nRequesting a Conditional Use to permit an accessory bed and breakfast in an HU-RD2\nHistoric Urban Two-Family Residential District and the Bed and Breakfast Interim Zoning\nDistrict, located on Square 703, Lot A-2, in the Sixth Municipal District, bounded by Milan\nStreet, South Derbigny Street, General Taylor Street, and South Roman Street (Municipal\nAddress: 3101 Milan Street). The recommendation of the City Planning Commission being\n\"FOR APPROVAL\", subject to two (2) provisos.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Cm. Harris, District B, Cn. Deadline 10/9/23).\nHEARING HELD.\nZD NO. 52-23 Final\n7b. MOTION (LYING OVER) - NO. M-23-382 - BY: COUNCILMEMBER HARRIS\nBrief:\nApproving and granting the applicant's Conditional Use request on ZD NO. 52/23, subject to\ntwo (2) provisos set forth by the City Planning Commission.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/22/23).\nWITHDRAWN.\nM-23-382 LO\n7c. MOTION - NO. M-23-438 - BY: COUNCILMEMBER HARRIS\nBrief:\nDenying the applicant's Conditional Use request on ZD NO. 52/23.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 1/19/24).\nM-23-438\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4670\n13/43", - "page_number": 13 + "page_content": "- Topic: Zoning Docket No. 13/23 - City Council Motion No. M-23-98\n- Summary: The ordinance requests a Text Amendment to create a definition and use standards for Electric Vehicle (EV) Charging Station (principal use) and to reduce zoning barriers for EV charging stations. The proposed Text Amendment would affect regulations applied to all zoning districts, with the recommendation of the City Planning Commission being \"FOR MODIFIED APPROVAL.\"\n- Ordinance Number: ZD NO. 13/23\n- Votes Summary:\n Vote 1: Passed - (UNANIMOUS)\n- Decision/Key Actions: The motion passed, and the recommendation of the City Planning Commission was for modified approval.\n- Tags/Keywords: Zoning, Electric Vehicle Charging, Text Amendment\n- UID: 390d41ca-a9ea-42b6-bcdc-8d9eb45fa9a2\n\n- Topic: ZD NO. 13/23\n- Summary: The motion approves the applicant's amendment request for ZD NO. 13/23, subject to specific modifications.\n- Ordinance Number: ZD NO. 13/23\n- Votes Summary:\n Vote 1: Passed - (UNANIMOUS)\n- Decision/Key Actions: The motion passed, approving the applicant's amendment request for ZD NO. 13/23, subject to modifications.\n- Tags/Keywords: Zoning, Amendment Request\n- UID: 390d41ca-a9ea-42b6-bcdc-8d9eb45fa9a2", + "uid": "390d41ca-a9ea-42b6-bcdc-8d9eb45fa9a2", + "publish_date": "5-25-2023", + "page_number": 22, + "title": "Regular City Council Minutes 5-25-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4670\n11/15/23, 7:49 PM\nLEGISLATIVE GROUPING\n00\n8a. ZONING DOCKET NO. 57/23 - JACOB MAY\nBrief:\nRequesting a Conditional Use to permit an accessory bed and breakfast in an HU-RD2\nHistoric Urban Two-Family Residential District, located on Square 131, Lot B, in the Fourth\nMunicipal District, bounded by Constance Street, Second Street, Third Street, and Magazine\nStreet (Municipal Address: 2527 Constance Street). The recommendation of the City\nPlanning Commission being \"FOR DENIAL\".\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Cm. Harris, District B, Cn. Deadline 10/23/23).\nHEARING HELD.\nZD NO. 57-23 Final Packet\n8b. MOTION (LYING OVER) - NO. M-23-420 - BY: COUNCILMEMBER HARRIS\nBrief:\nDenying the applicant's Conditional Use request on ZD NO. 57/23.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 1/5/24).\nM-23-420 Lying Over\n9. LEGISLATIVE GROUPING\n9a. ZONING DOCKET NO. 62/23 - CITY COUNCIL MOTION NO. M-23-208\nBrief:\nRequesting a Text Amendment to the Comprehensive Zoning Ordinance (CZO) to amend\nArticle 19 to establish a new Interim Zoning District (IZD) to be named the Commercial\nShort-Term Rental Interim Zoning District, the intent of which is to prohibit the use Short-\nTerm Rental, Commercial and Hostels as allowable uses within all areas of the city, and to\nlimit the development of Timeshares with the following considerations:\n\u00b7 Instituting a cap of no more than one unit or 25% of total dwelling units on a lot or a single\nbuilding constructed across lot lines, whichever is greater, to be permitted to be included\nwithin a Timeshare Plan within a Timeshare Building.\n\u00b7 In the CBD-5 Urban Core Neighborhood Lower Intensity Mixed-Use District, a Timeshare\nBuilding shall only be permitted when the total number of dwelling units is at least ten and the\nMandatory Inclusionary Zoning regulations of Article 28 are triggered, and an Affordable\nHousing Unit is provided as required by law. This cap shall not apply to the VCE Vieux Carre\nEntertainment District, to structures which front on Canal Street between the Mississippi\nRiver and Rampart Street, the EC Educational Campus District, MC Medical Campus District,\nLS Life Science District, or the MI Maritime Industrial District Commercial and Recreational\nSubdistrict. The proposed text amendment would affect regulations that are applied to all\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4670\n14/43", - "page_number": 14 + "page_content": "- Topic: Amendment to Comprehensive Zoning Ordinance for Electric Vehicle Charging Stations\n- Summary: The ordinance proposed the insertion of new columns for electric vehicle charging station minimum requirements in the Comprehensive Zoning Ordinance. It outlined the percentage of total required off-street vehicle parking spaces with level 2 or level 3 electric vehicle charging stations installed and the percentage of total required off-street vehicle parking spaces that are electric vehicle charging ready, with specific requirements for various types of establishments. The ordinance also included footnotes for off-street parking providing 10 or more spaces. \n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: Passed - (8 YEAS, 4 NAYS, 1 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The ordinance was passed with a majority vote.\n- Tags/Keywords: Electric Vehicle Charging Stations, Zoning Ordinance, Off-Street Parking\n- UID: d8cb785f-6a70-40e8-be49-31028986a343", + "uid": "d8cb785f-6a70-40e8-be49-31028986a343", + "publish_date": "5-25-2023", + "page_number": 23, + "title": "Regular City Council Minutes 5-25-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4670\n11/15/23, 7:49 PM\nzoning districts. The recommendation of the City Planning Commission being \"FOR\nAPPROVAL\".\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(All Cms ., All Districts, Cn. Deadline 10/23/23).\nHEARING HELD.\nZD NO. 62-23 Final\n96. MOTION - NO. M-23-425 - BY: COUNCILMEMBERS MORRELL AND HARRIS\nBrief:\nApproving the applicant's request for a Text Amendment to the Comprehensive Zoning\nOrdinance (CZO) to amend Article 19 to establish a new Interim Zoning District (IZD) to be\nnamed the Commercial Short-Term Rental Interim Zoning District on ZD NO. 62/23.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 1/19/24).\nM-23-425\nM-23-425 As Ac\n7. LEGISLATIVE GROUPING\n7a. ZONING DOCKET NO. 52/23 - ROCHELLE BREHM AND NANCY DUPUY\nBrief:\nRequesting a Conditional Use to permit an accessory bed and breakfast in an HU-RD2\nHistoric Urban Two-Family Residential District and the Bed and Breakfast Interim Zoning\nDistrict, located on Square 703, Lot A-2, in the Sixth Municipal District, bounded by Milan\nStreet, South Derbigny Street, General Taylor Street, and South Roman Street (Municipal\nAddress: 3101 Milan Street). The recommendation of the City Planning Commission being\n\"FOR APPROVAL\", subject to two (2) provisos.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Cm. Harris, District B, Cn. Deadline 10/9/23).\nADOPTED.\n10. LEGISLATIVE GROUPING\n10a. ZONING DOCKET NO. 63/23 - CITY COUNCIL MOTION NO. M-23-266\nBrief:\nRequesting an Amendment to the text of the Comprehensive Zoning Ordinance to amend\nArticle 26 Definitions, the use tables in Articles 9, 10, 11, 12, 13, 14, 15, and 17, and the use\nstandards in Article 20 for \"Domestic Protection Shelter\" and \"Emergency Shelter,\" to\nconsider permitting them by-right as an institutional use in all zoning districts where multi-\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4670\n15/43", - "page_number": 15 + "page_content": "- Topic: Electric Vehicle Charging Standards\n- Summary: The ordinance introduces requirements for off-street parking with 10 or more spaces to include Level 2 and Level 3 Electric Vehicle Charging Stations. It also allows for reductions in required parking spaces when non-required EV Charging Stations are voluntarily installed.\n- Ordinance Number: Not specified\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 1 NAY, 2 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed with a 6-1 vote, allowing for reductions in required parking spaces for the installation of EV Charging Stations.\n- Tags/Keywords: Electric Vehicle Charging, Off-Street Parking, Reductions, Voluntary Installation\n- UID: c8cf8c16-4aa8-4c14-b4a4-c8fc80d7f3d8", + "uid": "c8cf8c16-4aa8-4c14-b4a4-c8fc80d7f3d8", + "publish_date": "5-25-2023", + "page_number": 24, + "title": "Regular City Council Minutes 5-25-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4670\n11/15/23, 7:49 PM\nfamily dwellings are permitted. The proposed text change could affect properties located in\nzoning districts where multi-family dwellings are a permitted or conditional use, including\nVCR-1,VCR-2, HMR-1, HMR-2, VCC-1, VCC-2, VCS, VCS-1, HMC-1, HMC-2, HM-MU,\nHU-RM1, HU-RM2, HU-MU, S-LRM1, S-LRM2, S-LB2 (CU), S-LC, S-MU, MU-1, MU-2,\nEC, MC, LS, CBD-1, CBD-2, CBD-3, CBD-4, CBD-5, CBD-6, and CBD-7. The\nrecommendation of the City Planning Commission being \"FOR MODIFIED APPROVAL\".\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Cms. All, Cn. Deadline 11/6/23).\nHEARING HELD.\nZD NO. 63-23 Final (3)\n106. MOTION - NO. M-23-434 - BY: COUNCILMEMBER HARRIS\nBrief:\nApproving and granting the applicant's request on ZD NO. 63/23.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 1/19/24).\nM-23-434\n11. LEGISLATIVE GROUPING\n11a. ZONING DOCKET NO. 64/23 - NAW, LLC\nBrief:\nRequesting a Conditional Use to permit a neighborhood commercial establishment in an HU-\nRM1 Historic Urban Multi-Family Residential District, on Square 261, Lot 1 in the Fourth\nMunicipal District, bounded by Dryades Street, Second Street, Baronne Street, and Third\nStreets (Municipal Adresses: 1834 Second Street and 2508-2512 Dryades Street). The\nrecommendation of the City Planning Commission being \"FOR APPROVAL\", subject to five\n(5) provisos.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Cm. Harris, District B, Cn. Deadline 11/6/23).\nHEARING HELD.\nZD NO. 64-23 Final\n11b. MOTION - NO. M-23-435 - BY: COUNCILMEMBER HARRIS\nBrief:\nApproving and granting the applicant's request on ZD NO. 64/23, subject to the five (5)\nprovisos set forth by the City Planning Commission.\nAnnotation:\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4670\n16/4", - "page_number": 16 + "page_content": "- Topic: Establishment of Youth Fare Transportation Fund\n- Summary: The ordinance aims to establish the Youth Fare Transportation Fund as Division 51 of Article II in Chapter 70 of the Code of the City of New Orleans. It includes Sections 70-415.322 through 70-415.326 within said Division.\n- Ordinance Number: 34180\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The ordinance was adopted with 5 council members voting in favor and 2 members absent.\n- Tags/Keywords: Youth Fare Transportation Fund, establishment, Division 51, Chapter 70, Code of the City of New Orleans\n- UID: 0f178edd-e7ce-4ff5-b4d9-9bab28318294\n\n- Topic: Level 3 Charging and Electric Vehicle Ready Parking\n- Summary: The ordinance outlines requirements for Level 3 charging, specifying the charging capacity per plug, and defines an off-street parking space as Electric Vehicle Ready if it provides sufficient electrical capacity for future installation of Electric Vehicle Supply Equipment.\n- Ordinance Number: M-23-246\n- Votes Summary:\n Vote 1: Adopted - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The ordinance was adopted with 5 council members voting in favor and 2 members absent.\n- Tags/Keywords: Level 3 Charging, Electric Vehicle Ready, parking requirements, Electric Vehicle Supply Equipment\n- UID: 0f178edd-e7ce-4ff5-b4d9-9bab28318294", + "uid": "0f178edd-e7ce-4ff5-b4d9-9bab28318294", + "publish_date": "5-25-2023", + "page_number": 25, + "title": "Regular City Council Minutes 5-25-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4670\n11/15/23, 7:49 PM\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 1/19/24).\nM-23-435\n12. LEGISLATIVE GROUPING\n12a. ZONING DOCKET NO. 66/23 - CITY COUNCIL MOTION NO. M-23-290\nBrief:\nRequesting a Zoning change from an S-RS Suburban Single-Family Residential District to an\nS-B1 Suburban Business District, on Square 2, Lot 27 or part Lot 27, in the Fifth Municipal\nDistrict, bounded by General Meyer Avenue, Casimire Street, Carver Street, and Zion Street\n(Municipal Addresses: 6505 General Meyer Avenue and 2810 Casimire Street). The\nrecommendation of the City Planning Commission being \"FOR APPROVAL\".\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Cm. King, District C, Cn. Deadline 11/6/23).\nHEARING HELD.\nZD NO. 66-23 Final\n12b. MOTION - NO. M-23-441 - BY: COUNCILMEMBER KING\nBrief:\nApproving and granting the applicant's request on ZD NO. 66/23.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 1/19/24).\nM-23-441\n13. LEGISLATIVE GROUPING\n13a. ZONING DOCKET NO. 67/23 - CITY COUNCIL MOTION NO. M-23-329\nBrief:\nRequesting a Conditional Use to permit a community center in an HU-RD2 Historic Urban\nTwo-Family Residential District, on Square 766, Lots 23 and 24, in the Fourth Municipal\nDistrict, bounded by North Roman Street, New Orleans Avenue, North Derbrigny Street, St.\nBernard Avenue, and Seventh Streets (Municipal Address: 1660 N. Roman Street). The\nrecommendation of the City Planning Commission being \"FOR APPROVAL\", subject to three\n(3) waivers and ten (10) provisos.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Cm. Green, District D, Cn. Deadline 11/6/23).\nHEARING HELD.\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4670\n17/43", - "page_number": 17 + "page_content": "- Topic: Amendment of Petty Cash Account for Equipment Maintenance Division\n- Summary: The ordinance aims to increase the petty cash available to the Chief Administrative Office\u2019s Equipment Maintenance Division to $10,000 for vehicle title and registration fees and related expenses.\n- Ordinance Number: CAL. NO. 34,182\n- Votes Summary:\n Vote 1: Adopted - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The ordinance was adopted, allowing for the increase in petty cash allocation.\n- UID: 0df730ab-9f9b-47bb-8fcd-0151c1b669d2\n\n- Topic: Cooperative Endeavor Agreement with Greater New Orleans, Inc.\n- Summary: The ordinance authorizes the Mayor to enter into a Cooperative Endeavor Agreement with Greater New Orleans, Inc. to promote economic growth and prosperity in the city.\n- Ordinance Number: CAL. NO. 34,189\n- Votes Summary:\n Vote 1: Adopted - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The ordinance was adopted, allowing for the execution of the Cooperative Endeavor Agreement.\n- UID: 0df730ab-9f9b-47bb-8fcd-0151c1b669d2", + "uid": "0df730ab-9f9b-47bb-8fcd-0151c1b669d2", + "publish_date": "5-25-2023", + "page_number": 26, + "title": "Regular City Council Minutes 5-25-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4670\n11/15/23, 7:49 PM\n13b. MOTION - NO. M-23-440 - BY: COUNCILMEMBER GREEN\nBrief:\nApproving the applicant's request on ZD NO. 67/23, subject to the three (3) waivers and ten\n(10) provisos recommended by the City Planning Commission.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 1/19/24).\nM-23-440\nM-23-440 As Ac\n14. STREET NAME CHANGE NO. 2/23 - PROFESSOR LONGHAIR LANE\nBrief:\nRequesting the consideration of renaming Terpsichore Street between South Rampart Street\nand Saint Charles Avenue as Professor Longhair Lane. The recommendation of the City\nPlanning Commission being \"FOR DENIAL\".\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Cm. Haris, District B, Cn. Deadline N/A).\nWITHDRAWN.\nSNC 2-23 Final Report\n15. CAL. NO. 34,277 - BY: COUNCILMEMBERS THOMAS, HARRIS AND GREEN (BY\nREQUEST\nBrief:\nAn Ordinance to amend and reordain Chapter 130 of the Code of the City of New Orleans by\namending Section 130-39 to provide for restrictions on payments to sellers of nonferrous\nmaterials, and otherwise with respect thereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 11/10/23).\n(Quality of Life Committee recommended approval).\n(Technical needed).\nCONTINUED TO THE MEETING OF 10/5/23.\n34277\n16. CAL. NO. 34,294 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BY REQUEST)\nBrief:\nAn Ordinance to amend Ordinance No. 29265 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Revenues for the City of New Orleans for the Year 2023\",\nto appropriate unspent funds to the Law Department for various state settlement and judgment\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4670\n18/43", - "page_number": 18 + "page_content": "- Topic: Creation of City of New Orleans Home Rule Charter Review Committee\n- Summary: The ordinance authorizes the creation of an advisory committee, known as the City of New Orleans Home Rule Charter Review Committee, to review and make non-binding recommendations to the City Council regarding potential changes to the Home Rule Charter.\n- Ordinance Number: M-22-516\n- Votes Summary:\n Vote 1: Motion to continue the ordinance to the meeting of 6/22/23\n- Decision/Key Actions: The ordinance was continued to the meeting of 6/22/23.\n- Tags/Keywords: Advisory committee, Home Rule Charter, non-binding recommendations\n- UID: 25a9d109-5c4a-4310-92ef-530314436acd\n\n- Topic: Support for New Orleans Food Policy Action Council\n- Summary: The ordinance supports the work of the New Orleans Food Policy Action Council and its recommendations on healthy food and farming initiatives to address the need for an equitable food system within New Orleans.\n- Ordinance Number: R-23-226\n- Votes Summary:\n Vote 1: Adopted - (6 YEAS)\n- Decision/Key Actions: The ordinance was adopted with 6 YEAS.\n- Tags/Keywords: Food policy, healthy food initiatives, equitable food system\n- UID: 25a9d109-5c4a-4310-92ef-530314436acd", + "uid": "25a9d109-5c4a-4310-92ef-530314436acd", + "publish_date": "5-25-2023", + "page_number": 27, + "title": "Regular City Council Minutes 5-25-2023" }, { - "page_content": "11/15/23, 7:49 PM\ncityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4670\npayments; and otherwise to provide with respect thereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 11/10/23).\n(Fiscal Note received).\n(Referred to the Budget Committee).\n(Budget Committee recommended approval).\n(Referred to the Budget Committee).\nCONTINUED TO THE MEETING OF 10/5/23 AND REFERRED TO THE BUDGET\nCOMMITTEE.\n34294\n17. CAL. NO. 34,295 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BY REQUEST).\nBrief:\nAn Ordinance to amend Ordinance No. 29266 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Expenditures for the City of New Orleans for the Year\n2023\", to appropriate unspent funds to the Law Department for various state settlement and\njudgment payments; and otherwise to provide with respect thereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 11/10/23).\n(Fiscal Note received).\n(Referred to the Budget Committee).\n(Budget Committee recommended approval).\n(Referred to the Budget Committee).\nCONTINUED TO THE MEETING OF 10/5/23 AND REFERRED TO THE BUDGET\nCOMMITTEE.\n34295\n18. CAL. NO. 34,305 - BY: COUNCILMEMBER HARRIS\nBrief:\nAn Ordinance to establish a communications campaign and giving platform relative to\nsupporting unhoused residents in New Orleans; and otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/10/23).\nWITHDRAWN.\n34305\n19. LEGISLATIVE GROUPING\n19a. CAL. NO. 34,308 - BY: COUNCILMEMBERS GREEN, THOMAS AND KING\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4670\n19/43", - "page_number": 19 + "page_content": "- Topic: Tabulating Votes for Eastover Neighborhood Improvement and Security District Proposition\n- Summary: The ordinance involved tabulating the votes for the proposition related to the Eastover Neighborhood Improvement and Security District. The majority of votes were against the proposition.\n- Ordinance Number: M-23-224\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The motion was adopted.\n- Tags/Keywords: Election, Neighborhood Improvement, Proposition, Votes\n- UID: 489fa9d6-2ec6-41ae-b198-e561c050ac3c\n\n- Topic: Amendment to Contract between City of New Orleans and Global Solutions Group, Inc.\n- Summary: The ordinance involved adding the President of the Council as a signatory to Amendment No. 1 to the contract between the City of New Orleans and Global Solutions Group, Inc., and authorizing the President of the Council to sign the amendment.\n- Ordinance Number: M-23-225\n- Votes Summary:\n Vote 1: Not voted on, continued to a later meeting\n- Decision/Key Actions: The ordinance was continued to the meeting of 6/8/23.\n- Tags/Keywords: Contract Amendment, City of New Orleans, Global Solutions Group\n- UID: 489fa9d6-2ec6-41ae-b198-e561c050ac3c\n\n- Topic: Authorization of President of the Council as Signatory to Contract Amendment\n- Summary: The ordinance involved authorizing the President of the Council as a signatory to Amendment No. 1 to the contract between the City of New Orleans and Global Solutions Group, Inc.\n- Ordinance Number: M-23-227\n- Votes Summary:\n Vote 1: Not voted on\n- Decision/Key Actions: The ordinance was not voted on.\n- Tags/Keywords: Authorization, President of the Council, Contract Amendment\n- UID: 489fa9d6-2ec6-41ae-b198-e561c050ac3c", + "uid": "489fa9d6-2ec6-41ae-b198-e561c050ac3c", + "publish_date": "5-25-2023", + "page_number": 28, + "title": "Regular City Council Minutes 5-25-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4670\n11/15/23, 7:49 PM\nBrief:\nAn Ordinance to amend and reordain Sections 82-410 and 82-412 to increase penalties and to\nprovide relative to food waste and distribution of food under or adjacent to an overpass or\nelevated roadway or within or adjacent to any encampment area; and otherwise to provide\nwith respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/10/23).\n(Referred to the Quality of Life Committee).\nCONTINUED TO THE MEETING OF 10/5/23.\n34308\n196. AMENDMENT TO ORDINANCE CAL. NO. 34,308 - BY: COUNCILMEMBER GREEN\nBrief:\n1) On page 1, line 2, insert the following at the beginning of paragraph (a): \"The first offense\nshall result in a warning citation.\" 2) On page 1, line 2, replace \"The penalty for each\" with\n\"Each subsequent\"\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/24/23).\nCONTINUED TO THE MEETING OF 10/5/23.\n20. CAL. NO. 34,314 - BY: COUNCILMEMBER MORENO (BY REQUEST).\nBrief:\nAn Ordinance to amend and reordain Section 146-599 of the Code of the City of New\nOrleans, relative to permit standards and fees for parklet permits, to set the date for the fee\nwaiver for the right-of-way usage fees associated with parklet permits to reflect the anticipated\nstart date for the parklet permitting program; and otherwise to provide with respect thereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 11/24/23).\nCONTINUED TO THE MEETING OF 10/19/23.\n34314\n21. CAL. NO. 34,347 - BY: COUNCILMEMBERS MORENO AND MORRELL\nBrief:\nAn Ordinance to amend the enabling legislation for the New Orleans Tourism and Cultural\nFund (Ordinance No. 14,118, M.C.S ., as amended by Ordinance No. 28,341, M.C.S.) to\nimpose a local participation goal for any program submitted by the Corporation, and otherwise\nto provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/8/23).\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4670\n20/43", - "page_number": 20 + "page_content": "- Topic: Amendment to Comprehensive Zoning Ordinance for Community Solar Projects\n- Summary: The ordinance directs the City Planning Commission to conduct a public hearing to consider amending the Comprehensive Zoning Ordinance to expand community solar opportunities. It includes considerations for defining \"Community Solar Projects,\" creating accessory use standards, and amending Article 21.6.J of the Comprehensive Zoning Ordinance.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 2 NAYS, 1 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance passed with a majority vote, allowing for the expansion of community solar opportunities and the consideration of various amendments to the zoning ordinance.\n- Tags/Keywords: Community Solar, Zoning Ordinance, Public Hearing\n- UID: 990f83ad-5c0f-4707-af79-6ed302998630", + "uid": "990f83ad-5c0f-4707-af79-6ed302998630", + "publish_date": "5-25-2023", + "page_number": 29, + "title": "Regular City Council Minutes 5-25-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4670\n11/15/23, 7:49 PM\n(Referred to the Economic Development Committee).\nCONTINUED TO THE MEETING OF 10/19/23.\n34347\n22. CAL. NO. 34,362 - BY: COUNCILMEMBER GREEN (BY REQUEST)\nBrief:\nAn Ordinance to approve and authorize the Mayor of the City of New Orleans (\"City\"), acting\nby and through the New Orleans Aviation Board (\"NOAB\"), to enter into lease amendments to\nthe Terminal Lease and Equipment Management Agreement (the \"Agreement\") with the NEW\nORLEANS AIRLINE CONSORTIUM, LLC (\"NOACO\") operating at the Louis Armstrong\nNew Orleans International Airport (the \"Airport\"), under circumstances in which a solicitation\nand selection process is not required by law; and otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/22/23).\n34362-29645 MCS\n23. CAL. NO. 34,365 - BY: COUNCILMEMBER MORRELL\nBrief:\nAn Ordinance to establish division 6, article VI of chapter 2 of the Code of the City of New\nOrleans relative to the Law Department, and section 2-671 regarding legal representation of\nthe City when there is a possible conflict of interest due to adverse representation; and\notherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/22/23).\nWITHDRAWN.\n34365\n24. CAL. NO. 34,367 - BY: COUNCILMEMBER GREEN (BY REQUEST).\nBrief:\nAn Ordinance to approve and authorize the Mayor of the City of New Orleans (\"City\"), acting\nby and through the New Orleans Aviation Board (\"NOAB\"), to enter into lease amendments to\nthe Airline-Airport Use and Lease Agreements with the signatory airlines operating at the\nLouis Armstrong New Orleans International Airport (the \"Airport\"), under circumstances in\nwhich a solicitation and selection process is not required by law; and otherwise to provide\nwith respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/22/23).\n34367-29647 MCS\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4670\n21/43", - "page_number": 21 + "page_content": "- Topic: Amendment to Energy System Management Plan\n- Summary: The ordinance addresses the management plan for accessory Collective Alternative Energy Systems and their relationship with on-site or off-site principal uses. The requirement to participate in the Neighborhood Participation Program and any associated fees are waived.\n- Ordinance Number: M-23-227\n- Votes Summary:\n Vote 1: Adopt - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The ordinance was adopted.\n- Tags/Keywords: Energy System, Management Plan, Neighborhood Participation Program\n- UID: 6ed2531c-307a-4bc0-9b2b-fc9f3d97cf8d\n\n- Topic: Request for Public Safety Consultant\n- Summary: The motion directs the Chief of Staff to issue a Request for Qualifications for a public safety consultant and begin the competitive selection process established by Rule 42.\n- Ordinance Number: M-23-229\n- Votes Summary:\n Vote 1: Adopt - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The motion passed, and the competitive selection process for a public safety consultant will proceed.\n- Tags/Keywords: Public Safety, Consultant, Request for Qualifications\n- UID: 6ed2531c-307a-4bc0-9b2b-fc9f3d97cf8d\n\n- Topic: Zoning Docket Amendment\n- Summary: The ordinance requests a Text Amendment to Article 19 of the Comprehensive Zoning Ordinance (CZO) to establish a new Interim Zoning District (IZD) named the Preserving Residential. \n- Ordinance Number: ZONING DOCKET NO. 17/23 - CITY COUNCIL MOTION NO. M-23-58\n- Votes Summary:\n Vote 1: Not specified\n- Decision/Key Actions: The specific voting outcome is not provided in the available information.\n- Tags/Keywords: Zoning, Text Amendment, Interim Zoning District\n- UID: 6ed2531c-307a-4bc0-9b2b-fc9f3d97cf8d", + "uid": "6ed2531c-307a-4bc0-9b2b-fc9f3d97cf8d", + "publish_date": "5-25-2023", + "page_number": 30, + "title": "Regular City Council Minutes 5-25-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4670\n11/15/23, 7:49 PM\nCAL. NO. 34,368 - BY: COUNCILMEMBERS GIARRUSSO, GREEN, MORENO AND\n25.\nTHOMAS (BY REQUEST).\nBrief:\nAn Ordinance to amend and re-ordain Ordinance No. 29,272 M.C.S ., entitled \"An Ordinance\nProviding a Capital Budget for the Year 2023\", to effect the following change to the 2023\nCapital Budget: to de-appropriate funds from the Chief Administrative Office, the Department\nof Parks and Parkways, the Department of Property Management, the Department of Public\nWorks, the Municipal Yacht Harbor, and the New Orleans Museum of Art; to appropriate\nfunds to the Chief Administrative Office, the Department of Parks and Parkways, the\nDepartment of Property Management, the Department of Public Works, the Department of\nHealth, the Municipal Yacht Harbor, the New Orleans Fire Department, the Mosquito Termite\nand Rodent Control Board, the New Orleans Police Department, and the New Orleans\nRecreation Development Commission; and otherwise to provide with respect thereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 12/22/23).\n(Fiscal Note received).\n34368-29648 MCS\n26. CAL. NO. 34,371 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BY REQUEST).\nBrief:\nAn Ordinance to amend Ordinance No. 29265 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Revenues for the City of New Orleans for the Year 2023\",\nto appropriate funds to Orleans Parish Juvenile Court for three (3) contract positions, which\nare needed to enhance the Court's ability to meet its goals and mission; and otherwise to\nprovide with respect thereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 12/22/23).\n(Fiscal Note received).\n(Referred to the Budget Committee).\nCONTINUED TO THE MEETING OF 10/5/23 AND REFERRED TO THE BUDGET\nCOMMITTEE.\n34371\n27. CAL. NO. 34,372 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BY REQUEST).\nBrief:\nAn Ordinance to amend Ordinance No. 29266 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Expenditures for the City of New Orleans for the Year\n2023\", to appropriate funds to Orleans Parish Juvenile Court for three (3) contract positions,\nwhich are needed to enhance the Court's ability to meet its goals and mission; and otherwise\nto provide with respect thereto.\nAnnotation:\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4670\n22/43", - "page_number": 22 + "page_content": "- Topic: Interim Zoning District Amendment\n- Summary: The Interim Zoning District Amendment proposes a temporary prohibition of new Short-Term Rental, Commercial (STR) uses within a specific area. The City Planning Commission recommended \"FOR APPROVAL\".\n- Ordinance Number: ZD NO. 17/23\n- Votes Summary:\n - Motion M-23-235: Adopted - 6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT\n- Decision/Key Actions: The Text Amendment request for ZD NO. 17/23 was approved.\n- Tags/Keywords: Interim Zoning District, Short-Term Rental, Text Amendment, City Planning Commission\n- UID: d6f3bdf8-9ea0-4fc4-bb18-410834f5d99e\n\n- Topic: Zoning Docket No. 18/23\n- Summary: The details of this ordinance were not provided in the given document.\n- Ordinance Number: Zoning Docket No. 18/23\n- Votes Summary: N/A\n- Decision/Key Actions: N/A\n- Tags/Keywords: N/A\n- UID: d6f3bdf8-9ea0-4fc4-bb18-410834f5d99e", + "uid": "d6f3bdf8-9ea0-4fc4-bb18-410834f5d99e", + "publish_date": "5-25-2023", + "page_number": 31, + "title": "Regular City Council Minutes 5-25-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4670\n11/15/23, 7:49 PM\n(Council Rule 34. Postponement Deadline 12/22/23).\n(Fiscal Note received).\n(Referred to the Budget Committee).\nCONTINUED TO THE MEETING OF 10/5/23 AND REFERRED TO THE BUDGET\nCOMMITTEE.\n34372\nCAL. NO. 34,373 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\n28.\nTHOMAS (BY REQUEST).\nBrief:\nAn Ordinance to amend Ordinance No. 29265 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Revenues for the City of New Orleans for the Year 2023\",\nto appropriate funds to the Clerk of Criminal District Court for the 2021 and 2022 Audit Fees\nto LeBlanc & Associates CPA, LLC; and otherwise to provide with respect thereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 12/22/23).\n(Fiscal Note received).\n(Referred to the Budget Committee).\nCONTINUED TO THE MEETING OF 10/5/23 AND REFERRED TO THE BUDGET\nCOMMITTEE.\n34373\nCAL. NO. 34,374 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\n29.\nTHOMAS (BY REQUEST).\nBrief:\nAn Ordinance to amend Ordinance No. 29266 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Expenditures for the City of New Orleans for the Year\n2023\", to appropriate funds to the Clerk of Criminal District Court for the 2021 and 2022\nAudit Fees to LeBlanc & Associates CPA, LLC; and otherwise to provide with respect\nthereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 12/22/23).\n(Fiscal Note received).\n(Referred to the Budget Committee).\nCONTINUED TO THE MEETING OF 10/5/23 AND REFERRED TO THE BUDGET\nCOMMITTEE.\n34374\n30. CAL. NO. 34,375 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BY REQUEST).\nBrief:\nAn Ordinance to amend Ordinance No. 29265 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Revenues for the City of New Orleans for the Year 2023\",\nto appropriate grant funds to the Department of Mosquito, Termite and Rodent Control to\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4670\n23/43", - "page_number": 23 + "page_content": "- Topic: Text Amendment to the Comprehensive Zoning Ordinance (CZO) to establish the Bed and Breakfast Interim Zoning District\n- Summary: The ordinance aims to create a new zoning district to ensure that bed and breakfasts are compatible with and preserve the character of neighborhoods citywide. The City Planning Commission recommended \"FOR APPROVAL\".\n- Ordinance Number: ZD NO. 18/23\n- Votes Summary:\n - Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The text amendment request was approved.\n- Tags/Keywords: Zoning, Bed and Breakfast Interim Zoning District, City Planning Commission Recommendation\n- UID: 27aad6c2-cc1e-4e4d-8244-16377eb629f6\n\n- Topic: Conditional Use request for a reception facility in an HMC-2 Historic Marigny/Trem\u00e9/Bywater Commercial District\n- Summary: The ordinance seeks to permit a reception facility in a specific commercial district, subject to five provisos. The City Planning Commission recommended \"FOR APPROVAL\".\n- Ordinance Number: ZD NO. 21/23\n- Votes Summary:\n - Vote 1: Continued to the meeting of 6/8/23\n- Decision/Key Actions: The decision was postponed to a future meeting.\n- Tags/Keywords: Conditional Use, Reception Facility, City Planning Commission Recommendation\n- UID: 27aad6c2-cc1e-4e4d-8244-16377eb629f6", + "uid": "27aad6c2-cc1e-4e4d-8244-16377eb629f6", + "publish_date": "5-25-2023", + "page_number": 32, + "title": "Regular City Council Minutes 5-25-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4670\n11/15/23, 7:49 PM\ncoordinate training and evaluation of Pest Management, Vector Control Districts and other\nrelated fields to attain an integrated workforce to mitigate community vector-borne disease in\nthe Gulf Coast Region; and otherwise to provide with respect thereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 12/22/23).\n(Fiscal Note received).\n(Referred to the Budget Committee).\nCONTINUED TO THE MEETING OF 10/5/23 AND REFERRED TO THE BUDGET\nCOMMITTEE.\n34375\n31. CAL. NO. 34,376 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BY REQUEST).\nBrief:\nAn Ordinance to amend Ordinance No. 29266 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Expenditures for the City of New Orleans for the Year\n2023\", to appropriate grant funds to the Department of Mosquito, Termite and Rodent Control\nto coordinate training and evaluation of Pest Management, Vector Control Districts and other\nrelated fields to attain an integrated workforce to mitigate community vector-borne disease\nrisk in the Gulf Coast Region; and otherwise to provide with respect thereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 12/22/23).\n(Fiscal Note received).\n(Referred to the Budget Committee).\nCONTINUED TO THE MEETING OF 10/5/23 AND REFERRED TO THE BUDGET\nCOMMITTEE.\n34376\n32. CAL. NO. 34,380 - BY: COUNCILMEMBER MORENO\nBrief:\nAn Ordinance to amend Ordinance No. 29,265 M.C.S ., as amended, entitled \"An Ordinance\nproviding an Operating Budget of Revenues for the City of New Orleans for the Year 2023\" to\nappropriate unassigned funds balance to the Mayor's Office of Resilience and Sustainability to\nprovide funding to develop a heat resilience strategy relative to the understanding of extreme\nheat risk and to identify near-term adaptation strategies to support the development of the\n2025 hazard mitigation plan update; and otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 1/5/24).\n34380-29649 MCS\n33. CAL. NO. 34,381 - BY: COUNCILMEMBER MORENO\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4670\n24/43", - "page_number": 24 + "page_content": "- Topic: Zoning Docket No. 23/23 - Kathleen Etienne\n- Summary: Requesting a Conditional Use to permit a single-family residence in a GPD General Planned Development District, on Square 17, Lots 9 through 12, in the Fifth Municipal District. The recommendation of the City Planning Commission was \"FOR APPROVAL\", subject to three provisos.\n- Ordinance Number: ZD NO. 23/23\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The Conditional Use request was approved with modifications to the provisos and the addition of two new provisos and one waiver.\n- Tags/Keywords: Zoning, Conditional Use, Single-family Residence\n- UID: c9ad8a65-5e64-450b-bd57-bd0239f55730", + "uid": "c9ad8a65-5e64-450b-bd57-bd0239f55730", + "publish_date": "5-25-2023", + "page_number": 33, + "title": "Regular City Council Minutes 5-25-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4670\n11/15/23, 7:49 PM\nBrief:\nAn Ordinance to amend Ordinance No. 29,266 M.C.S ., as amended, entitled \"An Ordinance\nproviding an Operating Budget of Expenditures for the City of New Orleans for the Year\n2023\" to appropriate funds to the Mayor's Office of Resilience and Sustainability, to provide\nfor use of fund balance to develop a heat resilience strategy relative to the understanding of\nextreme heat risk and to identify near-term adaptation strategies to support the development of\nthe 2025 hazard mitigation plan update; and otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 1/5/24).\n34381-29650 MCS\n34. CAL. NO. 34,382 - BY: COUNCILMEMBER GIARRUSSO (BY REQUEST)\nBrief:\nAn Ordinance authorizing the Mayor of the City of New Orleans to enter into a Cooperative\nEndeavor Agreement between the City of New Orleans (the \"City\"), the New Orleans\nRecreation Development Commission (\"NORD\"), and Delgado Community College (\"DCC\")\nto allow and facilitate the coordination of programs and activities conducted at Kirsch-Rooney\nStadium, as more fully detailed in the Cooperative Endeavor Agreement form attached hereto\nas Exhibit \"A\"; and otherwise to provide with respect thereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 1/5/24).\n34382-29651 MCS\n35. CAL. NO. 34,383 - BY: COUNCILMEMBER GIARRUSSO\nBrief:\nAn Ordinance to amend and reordain Section 154 - 1194 of the Code of the City of New\nOrleans, relative to the Prima facie speed limits, to add the portion of Harrison Avenue\nbetween Canal Boulevard and Orleans Avenue at the reduced speed of 25 miles per hour; and\nto provide otherwise with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 1/5/24).\nCONTINUED TO THE MEETING OF 10/19/23.\n34383\n36. CAL. NO. 34,384 - BY: COUNCILMEMBERS THOMAS (BY REQUEST) AND KING\nBrief:\nAn Ordinance to authorize the Mayor of the City of New Orleans to enter into Amendment\nNo. 5 to a previously executed Cooperative Endeavor Agreement (\"CEA\") between the City\nof New Orleans (the \"City\" or \"Grantee\") and the State of Louisiana, Division of\nAdministration, Office of Community Development (the \"State OCD\") (collectively, the\n\"Parties\"), relative to the public purpose of assisting the Grantee, as a part of the CDBG\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4670\n25/43", - "page_number": 25 + "page_content": "- Topic: Zoning Change Request from HU-MU to HU-RD2\n- Summary: Requesting a Zoning Change from an HU-MU Historic Urban Neighborhood Mixed-Use District to HU-RD2 Historic Urban Two Family Residential District, on specific lots in the Fourth Municipal District. The recommendation of the City Planning Commission was \"MODIFIED APPROVAL\".\n- Ordinance Number: ZD NO. 24/23\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The zoning change request was approved with a modified approval recommendation from the City Planning Commission.\n- Tags/Keywords: Zoning Change, HU-MU, HU-RD2, City Planning Commission, Fourth Municipal District\n- UID: 65de97f3-46c4-4234-8699-9cd978cd58a9\n\n- Topic: Waiver of Lot Area, Lot Width, and Rear Yard Setback Requirements\n- Summary: The development was granted a waiver of Article 13, Section 13.3 and Table 13-2 requirements, including lot area, lot width, and rear yard setback, allowing for deviations from the standard measurements.\n- Ordinance Number: M-23-250\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The waiver was granted, allowing deviations from lot area, lot width, and rear yard setback requirements for the development.\n- Tags/Keywords: Waiver, Lot Area, Lot Width, Rear Yard Setback, Development\n- UID: 65de97f3-46c4-4234-8699-9cd978cd58a9\n\n- Topic: Motion by Councilmember Harris\n- Summary: Motion regarding a specific topic, with additional details available in the provided link.\n- Ordinance Number: M-23-237\n- Votes Summary: N/A\n- Decision/Key Actions: Additional details available in the provided link.\n- Tags/Keywords: Motion, Councilmember Harris\n- UID: 65de97f3-46c4-4234-8699-9cd978cd58a9", + "uid": "65de97f3-46c4-4234-8699-9cd978cd58a9", + "publish_date": "5-25-2023", + "page_number": 34, + "title": "Regular City Council Minutes 5-25-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4670\n11/15/23, 7:49 PM\nDisaster Recovery Program, in the recovery and rebuilding of the City of New Orleans from\ndamage suffered by Hurricanes Katrina and/or Rita, to modify the provisions thereof and\nextend the term thereof for an additional 3 months, as more fully set forth in the Amendment\nNo. 5 form attached hereto as Exhibit \"1\"; and otherwise to provide with respect thereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 1/5/24).\n34384-29652 MCS\n37. LEGISLATIVE GROUPING\n37a. CAL. NO. 34,385 - BY: COUNCILMEMBERS MORRELL, MORENO, HARRIS AND\nGREEN\nBrief:\nAn Ordinance to amend and reordain sections 26-615, 26-616, 26-617, 26-618, 26-619, 26-\n620, 26-624, and 26-628 of the Code of the City of New Orleans to provide relative to the\nregulation of short-term rentals; and otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 1/5/24).\nCONTINUED TO THE MEETING OF 10/5/23.\n34385\n37b. MOTION - NO. M-23-426 - BY: COUNCILMEMBERS MORRELL, MORENO, HARRIS\nAND GREEN\nBrief:\nDirecting the City Planning Commission to conduct a public hearing to consider amendments\nto Ordinance No. 4,264 M.C.S ., amended by Ordinance No. 26,413 M.C.S ., as amended, the\nComprehensive Zoning Ordinance of the City of New Orleans, to eliminate Non-Commercial\nShort-Term Rentals as a defined land use and update any and all relevant provisions governing\nthe zoning and use standards for short-term rentals, including the removal of all references to\nNon-Commercial Short-Term Rental.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 1/19/24).\nCONTINUED TO THE MEETING OF 10/5/23.\nM-23-426\n37c. MOTION - NO. M-23-427 - BY: COUNCILMEMBERS MORRELL, MORENO, HARRIS\nAND GREEN\nBrief:\nDirecting the City Planning Commission to conduct a public hearing to amend and reordain\nOrdinance No. 4264 M.C.S ., amended by Ordinance No. 26,413 M.C.S ., as amended, the\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4670\n26/43", - "page_number": 26 + "page_content": "- Topic: Zoning Change Request for ZD NO. 24/23\n- Summary: Granting and approving the applicant's Zoning Change request for ZD NO. 24/23, with the modification to exclude 2515-2517 Rousseau Street on Lot 8, Square 48 in the Fourth Municipal District from the Zoning Change.\n- Ordinance Number: ZD NO. 24/23\n- Votes Summary:\n Vote 1: Adopt - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The Zoning Change request for ZD NO. 24/23 was approved with the mentioned modification.\n- Tags/Keywords: Zoning Change, Modification, Approval\n- UID: 6aa1da88-43d7-4edf-9338-4d8cfc802a52\n\n- Topic: Conditional Use Request for ZD NO. 25/23\n- Summary: Approving and granting the applicant's Conditional Use request on ZD No. 25/23, for the properties located 705-707 Camp Street and 606 Girod Street, subject to four (4) provisos, as stated in the City Planning Commission's report.\n- Ordinance Number: ZD NO. 25/23\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The Conditional Use request for ZD NO. 25/23 was approved with the mentioned provisos.\n- Tags/Keywords: Conditional Use, Approval, Provios\n- UID: 6aa1da88-43d7-4edf-9338-4d8cfc802a52", + "uid": "6aa1da88-43d7-4edf-9338-4d8cfc802a52", + "publish_date": "5-25-2023", + "page_number": 35, + "title": "Regular City Council Minutes 5-25-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4670\n11/15/23, 7:49 PM\nComprehensive Zoning Ordinance of the City of New Orleans, to amend Article 19 to\nestablish a new Interim Zoning District to be named the Non-Commercial Short-Term Rental\nInterim Zoning District (IZD), the intent of which is to prohibit the Short-Term Rental, Non-\nCommercial use within all areas of the City of New Orleans. These prohibitions shall apply\ncitywide.\nAside from the use prohibited herein, all other permitted and conditional uses shall be as\nprovided in the Comprehensive Zoning Ordinance.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 1/19/24).\nCONTINUED TO THE MEETING OF 10/5/23.\nM-23-427\n38. CAL. NO. 34,386 - BY: COUNCILMEMBER KING (BY REQUEST)\nBrief:\nAn Ordinance to authorize the Mayor of the City of New Orleans to enter into an Amendment\nto a previously-executed Cooperative Endeavor Agreement (\"CEA\") between the City of New\nOrleans (the \"City\") and the Housing Authority of New Orleans (\"HANO\") for the purpose of\nfunding the HANO's activities under the United States Department of Treasury's Emergency\nRental Assistance program as more fully set forth in Amendment No. 2 to the CEA form\nattached hereto and made a part hereof; and otherwise to provide with respect thereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 1/5/24).\n34386-29653 MCS\n39. CAL. NO. 34,387 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BY REQUEST)\nBrief:\nAn Ordinance to amend Ordinance No. 29265 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Revenues for the City of New Orleans for the Year 2023\",\nto appropriate grant funds to the Department of Workforce Investment for the Pathway Home\nProgram to enroll (150) Justice-involved adults living in the Orleans Justice Center; and\notherwise to provide with respect thereto.\nAnnotation:\nFiscal Note received.\n(Council Rule 34. Postponement Deadline 1/5/24).\nCONTINUED TO THE MEETING OF 10/5/23 AND REFER TO THE BUDGET\nCOMMITTEE.\n34387\n40. CAL. NO. 34,388 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BY REQUEST).\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4670\n27/43", - "page_number": 27 + "page_content": "- Topic: Zoning Change Request for 1646, 1650, and 1654 North Robertson Street\n - Summary: The request was to change the zoning from an HMR-2 Historic Marigny/Trem\u00e9/Bywater Residential District to an HMC-2 Historic Marigny/Trem\u00e9/Bywater Commercial District for the specified properties. The City Planning Commission recommended \"FOR APPROVAL\".\n - Ordinance Number: ZD NO. 26/23\n - Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT, 1 RECUSED)\n - Decision/Key Actions: The zoning change request was approved.\n - UID: 5e173508-4c06-4c59-885e-18c49ee15d64\n\n- Topic: Zoning Docket No. 26/23 - New Orleans Redevelopment Authority\n - Summary: Requesting a zoning change from an HMR-2 Historic Marigny/Trem\u00e9/Bywater Residential District to an HMC-2 Historic Marigny/Trem\u00e9/Bywater Commercial District for specified properties. The City Planning Commission recommended \"FOR APPROVAL\".\n - Ordinance Number: M-23-222\n - Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT, 1 RECUSED)\n - Decision/Key Actions: The zoning change request was approved.\n - UID: 5e173508-4c06-4c59-885e-18c49ee15d64", + "uid": "5e173508-4c06-4c59-885e-18c49ee15d64", + "publish_date": "5-25-2023", + "page_number": 36, + "title": "Regular City Council Minutes 5-25-2023" }, { - "page_content": "11/15/23, 7:49 PM\ncityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4670\nBrief:\nAn Ordinance to amend Ordinance No. 29266 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Expenditures for the City of New Orleans for the Year\n2023\", to appropriate grant funds to the Department of Workforce Investment for the Pathway\nHome Program to enroll (150) Justice-involved.\nAnnotation:\nFiscal Note received\n(Council Rule 34. Postponement Deadline 1/5/24).\nCONTINUED TO THE MEETING OF 10/5/23 AND REFER TO THE BUDGET\nCOMMITTEE.\n34388\n41. CAL. NO. 34,389 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BY REQUEST).\nBrief:\nAn Ordinance to amend Ordinance No. 29265 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Revenues for the City of New Orleans for the Year 2023\",\nto appropriate grant funds to Municipal and Traffic Court to pay salaries and fringe benefits\nfor two positions - (1) Community Court Director and (1) Community Court Case Manager;\nand otherwise to provide with respect thereto.\nAnnotation:\nFiscal Note received.\n(Council Rule 34. Postponement Deadline 1/5/24).\nCONTINUED TO THE MEETING OF 10/5/23 AND REFER TO THE BUDGET\nCOMMITTEE.\n34389\nCAL. NO. 34,390 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\n42.\nTHOMAS (BY REQUEST).\nBrief:\nAn Ordinance to amend Ordinance No. 29266 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Expenditures for the City of New Orleans for the Year\n2023\", to appropriate grant funds to Municipal and Traffic Court to pay salaries and fringe\nbenefits for two positions - (1) Community Court Director and (1) Community Court Case\nManager; and otherwise to provide with respect thereto.\nAnnotation:\nFiscal Note received.\n(Council Rule 34. Postponement Deadline 1/5/24).\nDEFERRAL REQUESTED TO THE MEETING OF 10/5/23 AND REFER TO THE\nBUDGET COMMITTEE.\n\"Please note: Deferral requests are purely tentative until confirmed during the meeting. A\nrequest to defer an agenda item may be withdrawn or overruled pursuant to Council Rules.\"\n34390\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4670\n28/43", - "page_number": 28 + "page_content": "- Topic: Zoning Docket No. 29/23 - Richard Cahn\n- Summary: Requesting Conditional Use to permit alcohol beverage sales in an existing standard restaurant in an HU-B1 Historic Urban Neighborhood Business District and the Magazine Street Use Restriction Overlay District.\n- Ordinance Number: M-23-238\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The Conditional Use request for ZD 29/23 was approved and granted for the property located at 3814-3816 Magazine Street, subject to the two provisos set forth by the City Planning Commission.\n- UID: eec297f3-ce71-4989-931b-c7bcfd933f02", + "uid": "eec297f3-ce71-4989-931b-c7bcfd933f02", + "publish_date": "5-25-2023", + "page_number": 37, + "title": "Regular City Council Minutes 5-25-2023" }, { - "page_content": "11/15/23, 7:49 PM\ncityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4670\n43. CAL. NO. 34,391 - BY: COUNCILMEMBERS MORENO AND GREEN\nBrief:\nAn Ordinance to amend and reordain section 70-462 of the Code of the City of New Orleans\nand to ordain section 70-468 of the Code of the City of New Orleans relative to reporting for\ncontracts executed by the City of New Orleans and the implementation of a DBE procurement\nset-aside program; and to provide otherwise with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED\n(Council Rule 34. Postponement Deadline 1/5/24).\n34391-29654 MCS\n44. CAL. NO. 34,393 - BY: COUNCILMEMBERS GIARRUSSO, HARRIS, MORENO,\nMORRELL, GREEN, THOMAS AND KING\nBrief:\nAn Ordinance to add section 2-672 to the Code of the City of New Orleans to require the Law\nDepartment to produce and transmit a monthly report regarding contracts in progress\nincluding but not limited to, when the contract was requested or received, the type and amount\nof the contract, the Law Department employee assigned to the contract, the status and date of\ncompletion of the contract, and otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 1/5/24).\nCONTINUED TO THE MEETING OF 10/5/23.\n34393\n45. MOTION - NO. M-23-428 - BY: COUNCILMEMBER HARRIS\nBrief:\nInitiating the process for creating an honorary street dedication in the name of \"Professor\nLonghair Lane\" along the 1600, 1700, and 1800 blocks of Terpsichore Street, from St. Charles\nAvenue to Oretha Castle Haley Boulevard.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 1/19/24).\nM-23-428\n46. RESOLUTION - NO. R-23-430 - BY: COUNCILMEMBERS MORENO, MORRELL,\nGIARRUSSO, HARRIS, KING, GREEN AND THOMAS\nBrief:\nApproving the following list representing the organizations selected to receive grant funds and\nthe amount awarded to each, subject to the organization's eligibility:\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4670\n29/4", - "page_number": 29 + "page_content": "- Topic: Communication from Erin Spears - Chief of Staff & Counsel, Council Utilities Regulatory Office\n- Summary: The communication includes documents related to electric and gas utility matters from Entergy New Orleans, LLC, and was electronically submitted and received.\n- Ordinance Number: N/A\n- Votes Summary:\n - Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The transmittal document for communications related to electric and gas utility matters was received by the Council.\n- Tags/Keywords: Communication, Electric utility, Gas utility, Entergy New Orleans, Transmittal\n- UID: 8a136705-25f5-4b99-9f18-035a84374758\n\n- Topic: Communication from Peter Gardner\n- Summary: Peter Gardner requested to appeal the Historic District Landmarks Commission's decision of \"denial\" of the application for demolition of more than 50% of the existing wall structure for a property located at 720 Moss Street.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: A hearing date was set for 6/8/23 for the appeal.\n- Tags/Keywords: Appeal, Historic District Landmarks Commission, Demolition, 720 Moss Street\n- UID: 8a136705-25f5-4b99-9f18-035a84374758\n\n- Topic: Communication from April Huang, Permit Intake Analyst, Department of Safety and Permits, City of New Orleans\n- Summary: The communication from April Huang includes a link to a document related to permit intake.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: N/A\n- Tags/Keywords: Permit intake, Department of Safety and Permits, City of New Orleans\n- UID: 8a136705-25f5-4b99-9f18-035a84374758", + "uid": "8a136705-25f5-4b99-9f18-035a84374758", + "publish_date": "5-25-2023", + "page_number": 38, + "title": "Regular City Council Minutes 5-25-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4670\n11/15/23, 7:49 PM\nAt-Large B (Division 1) - Helena Moreno\nFriends of Treme Culture $2,000 Hispanic Chamber of Commerce of Louisiana Foundation\n2,000 Le Sanctuary, Inc. 2,142 Center for the Innovative Training of Youth, d/b/a STEM\nNOLA 2,500 Sexual Trauma Awareness & Response 7,500 The First 72+ 10,000 Maroon, Inc.\n2,500 Johnny Jackson Jr. Foundation 1,000 Help Other People Endure, Inc. 2,500\nTotal Grant Funds $32,142\nAt-Large A (Division 2) - Jean-Paul \"J.P.\" Morrell\nEl Centro, Inc. $1,500 Made in New Orleans Foundation, Inc. 571 NOLAKEYS 500\nPreservation Alliance of New Orleans, Inc ., d/b/a Preservation Resource Center 1,000 City\nYear, Inc. 500 Son of a Saint 2,500 The 18th Ward 1,000 Center for the Innovative Training of\nYouth, d/b/a STEM NOLA 2,500 New Orleans Area Habitat for Humanity, Inc. 500 Sexual\nTrauma Awareness & Response 5,000 The First 72+ 2,500 NAMI New Orleans, Inc. 2,000\nThe Split Second Foundation, Inc. 2,500 The Urban Conservancy 1,000 Gentilly Festival, Inc.\n1,000 Young Leadership Council, Inc. 2,000 Love Your Neighbor NOLA 500 The Roots of\nMusic 5,000\nTotal Grant Funds $32,071\nDistrict A - Joseph I. Giarrusso III\nBroadmoor Improvement Association $1,000 The Children's Bureau of New Orleans 1,000\nReaching for the Stars Foundation 500 Junior Achievement of Greater New Orleans 1,000\nYouth Empowerment Project 1,000 NOLAKEYS 1,000 Friends of Lubavitch, Inc. 1,000 Troy\nAndrews Foundation $1,250 Pontchartrain Conversancy 500 Le Sanctuary, Inc. 500 Son of a\nSaint 1,250 The 18th Ward 1,000 Girls on the Run of New Orleans 1,000 Louisiana Hibernian\nCharity 1,500 Geaux Girls Media 1,000 Center for the Innovative Training of Youth, d/b/a\nSTEM NOLA 1,000 American Friends Service Committee 3,000 New Orleans Area Habitat\nfor Humanity, Inc. 1,000 Louisiana Center for Children's Rights 1,500 Culture Aid NOLA\n1,500 Sexual Trauma Awareness & Response 1,500 Johnny Jackson Jr. Foundation 1,000 The\nFirst 72+ 1,500 NAMI New Orleans, Inc. 3,000 The Split Second Foundation, Inc. 500\nmarketumbrella.org 1,500 The Roots of Music 642\nTotal Grant Funds $32,142\nDistrict B - Lesli D. Harris\nBroadmoor Improvement Association $1,400 Culture Aid NOLA1,000 Advocacy Center,\nd/b/a Disability Rights Louisiana 1,400 El Centro, Inc. 1,600 F&L Organizational Support\nServices, Inc. 3,260 Geaux Girl Media 1,532 Gentilly Festival, Inc. 1,000 Grounds Krewe\nNOLA, LLC 1,000 Hotel Hope 1,800 Lantern Light, Inc. 1,800 Love Your Neighbor NOLA\n1,000 Made in New Orleans Foundation, Inc. 1,000 NAACP - National Association for the\nAdvancement of Colored People Afro Academic, Cultural, Technological, and Scientific\nOlympics 1,000 NAMI New Orleans, Inc. 1,000 New Orleans Area Habitat for Humanity, Inc.\n1,800 New Orleans Culinary and Hospitality Institute 1,000 Ogden Museum of Southern Art\n1,000 Rebuilding Together New Orleans, Inc. 1,000 ricRACK, Inc. 1,250 Sexual Trauma\nAwareness & Response 1,500 Social Entrepreneurs of New Orleans, d/b/a Propeller: A Force\nfor Social Innovation 1,000 The First 72+ 1,000 Travelers Aid Society of Greater New Orleans\n1,800 Youth Empowerment Project 1,000\nTotal Grant Funds $32,142\nDistrict C - Freddie King III\nFriends of Treme Culture $2,500 Ballerinas of the Bayou 1,500 Festivals for Good\nCorporation 2,500 Hispanic Chamber of Commerce of Louisiana Foundation 500 Youth\nEmpowerment Project 1,000 New Orleans Ballet Association 1,000 New Neighbor Project\n500 Troy Andrews Foundation 500 Second Harvest Food Bank of Greater New Orleans and\nAcadiana 1,000 Faubourg St. Roch Improvement Association 1,500 Girls on the Run of New\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4670\n30/43", - "page_number": 30 + "page_content": "- Topic: Demolition Permit for 2204-2206 Pauger Street\n- Summary: Application documents for a demolition permit requiring City Council review and approval for the properties located at 2204-2206 Pauger Street were transmitted. The hearing date was set for 6/8/23.\n- Ordinance Number: 23-10414 - DEMO (DEMO-RSF2) - Council District \"C\"\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Hearing date set for 6/8/23\n- UID: 7059fb03-2cda-4360-9829-42e10c3f68c2\n\n- Topic: Appeal for Retention of Wood Balustrade at 801 Belleville Street\n- Summary: Zachary Smith, owner of Zack Smith Consulting & Design, requested to appeal the Historic District Landmarks Commission's decision of \"denial\" for the retention of inappropriate wood balustrade at the front gallery of a two-story, two-family residential building located at 801 Belleville Street. The hearing date was set for 6/8/23.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Hearing date set for 6/8/23\n- UID: 7059fb03-2cda-4360-9829-42e10c3f68c2\n\n- Topic: Appeal for Retention of Porch and Deck at 1716-1722 S. Rampart Street\n- Summary: Keisha Calderon and Morgan Peele, property owners, requested to appeal the Historic District Landmarks Commission's decision of \"denial\" for the retention of the screened-in porch and second-floor deck at the rear of a building located at 1716-1722 S. Rampart Street. The hearing date was set for 6/8/23.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Hearing date set for 6/8/23\n- UID: 7059fb03-2cda-4360-9829-42e10c3f68c2\n\n- Topic: Appeal for Conceptual Approval at 7417-7421 Burthe Street\n- Summary: Susan Johnson, representing Town of Carrollton Watch, LLC, requested to appeal the Historic District Landmarks Commission's decision of \"approval\" to grant Conceptual Approval for a property located at 7417-7421 Burthe Street. The hearing date was set for 6/8/23.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Hearing date set for 6/8/23\n- UID: 7059fb03-2cda-4360-9829-42e10c3f68c2", + "uid": "7059fb03-2cda-4360-9829-42e10c3f68c2", + "publish_date": "5-25-2023", + "page_number": 39, + "title": "Regular City Council Minutes 5-25-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4670\n11/15/23, 7:49 PM\nOrleans 500 NAACP - National Association for the Advancement of Colored People Afro\nAcademic, Cultural, Technological, and Scientific Olympics 500 A Studio in the Woods 1,500\nThe First 72+ 2,500 Maroon, Inc. 2,500 Dancing Grounds 1,000 Louisiana Chamber of\nCommerce Foundation, Inc. 500 The Split Second Foundation, Inc. 1,000 DO IT FOR ME\n500 National Coalition of 100 Black Women - Greater New Orleans Chapter, Inc. 500\nGentilly Festival, Inc. 500 Young Leadership Council, Inc. 500 New Orleans Recreation\nDevelopment Commission 1,000 The Roots of Music 2,500 Unchained Realities, Inc. 2,500\nHelp Other People Endure, Inc. 1,642\nTotal Grant Funds $32,142\nDistrict D - Eugene J. Green, Jr.\nDillard University $6,500 NAACP - National Association for the Advancement of Colored\nPeople Afro Academic, Cultural, Technological, and Scientific Olympics 3,142 Friends of\nTreme Culture 5,000 Johnny Jackson Jr. Foundation 3,000 Gentilly Festival, Inc. 5,000 The\nSplit Second Foundation, Inc. 2,500 Melia Subdivision Association 2,000 Faubourg St. Roch\nImprovement Association 1,000 NOLAKEYS 1,000 Make Your Move 1,000 Greater\nEvergreen Baptist Church 1,000 One Book One New Orleans500 Home by Hand, d/b/a\nPeople's Housing+ 500\nTotal Grant Funds $32,142\nDistrict E - Oliver M. Thomas, Jr.\nThe Ella Project $500 Youth Empowerment Project 1,500 Giving Hope, d/b/a Hope The Food\nPantry of New Orleans 750 Lower 9th Ward Homeownership Association 1,000 lowernine.org\n1,000 Melia Subdivision Association 1,000 Crown Community Garden 500 Concerned\nCitizens For A Better Algiers, Inc. 900 Culture Aid NOLA 750 The First 72+ 1,178 King\nJa'Mere M. Alfred Foundation 500 ACTION Empowerment, Inc. 1,500 A'sani Heartbeat\nFoundation 500 NOLA Can Do Kids 800 Love Your Neighbor NOLA 800 New Orleans\nRecreation Development Commission 6,000 The Roots of Music 1,000 Help Other People\nEndure, Inc. 1,000\nTotal Grant Funds $21,178\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34.Postponement Deadline 1/19/24).\nR-23-430\n47. RESOLUTION - NO. R-23-431 - BY: COUNCILMEMBER MORENO\nBrief:\nA RESOLUTION calling for the creation of an American Rescue Plan Act (ARPA)\nImplementation Advisory Committee to the New Orleans City Council to develop a strategy\nand recommendations for implementation of the following allocations of ARPA money:\n* The infrastructure, RFP, and sustainability recommendations for the language access\nprogram for City government.\n* The infrastructure, implementation, and sustainability recommendations regarding the labor\naudit of city contracts compliance with local labor standards, including the living wage and\nlocal worker participation ordinances.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 1/19/24).\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4670\n31/43", - "page_number": 31 + "page_content": "- Topic: Proposed Agreement between City of New Orleans and Children's Hospital\n- Summary: Dichelle L. Williams, M.A., Executive Director of Juvenile Justice Intervention Center, submitted a proposed agreement between the City of New Orleans and Children's Hospital, along with a completed contract Summary Form and related Motion. The proposal was electronically submitted and referred to the Governmental Affairs Committee.\n- Ordinance Number: M-23-241\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Referred to the Governmental Affairs Committee\n- Tags/Keywords: City of New Orleans, Children's Hospital, Juvenile Justice Intervention Center\n- UID: 2383c6fe-4ed5-46d0-a4a4-e0a5ec9d2356\n\n- Topic: Proposed Agreement between City of New Orleans and Interstate Electronic Systems, LLC\n- Summary: William T. Salmeron, Chief of New Orleans EMS, submitted a proposed agreement between the City of New Orleans and Interstate Electronic Systems, LLC, along with a completed contract Summary Form and related Motion. The proposal was electronically submitted and referred to the Governmental Affairs Committee.\n- Ordinance Number: M-23-240\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Referred to the Governmental Affairs Committee\n- Tags/Keywords: City of New Orleans, New Orleans EMS, Interstate Electronic Systems\n- UID: 2383c6fe-4ed5-46d0-a4a4-e0a5ec9d2356\n\n- Topic: Proposed Agreement between City of New Orleans and Celeste Landing, L.L.C.\n- Summary: Tyra Johnson Brown, Director of Housing Policy and Office of Community Development, submitted a proposed agreement between the City of New Orleans and Celeste Landing, L.L.C., along with three accessory documents to the Loan Agreement: Regulatory Agreement, Mortgage, and Subordination Agreement, a completed contract Summary Form and the related Motion. The proposal was electronically submitted and referred to the Governmental Affairs Committee.\n- Ordinance Number: M-23-239\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Referred to the Governmental Affairs Committee\n- Tags/Keywords: City of New Orleans, Celeste Landing, Housing Policy, Office of Community Development\n- UID: 2383c6fe-4ed5-46d0-a4a4-e0a5ec9d2356", + "uid": "2383c6fe-4ed5-46d0-a4a4-e0a5ec9d2356", + "publish_date": "5-25-2023", + "page_number": 40, + "title": "Regular City Council Minutes 5-25-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4670\n11/15/23, 7:49 PM\nR-23-431\nR-23-431 Am 1\nR-23-431 Am 2\nR-23-431 As Am\n48. MOTION - NO. M-23-432 - BY: COUNCILMEMBER MORRELL\nBrief:\nA motion suspending Rule 1 of the Rules and Regulations of the City Council and establishing\nthe Regular Council Meeting schedule for the year 2024.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 1/19/24).\nM-23-432\nM-23-432 Am\nM-23-432 As Am\n49. MOTION - NO. M-23-433 - BY: COUNCILMEMBER MORRELL\nBrief:\nA motion adopting the Holiday Schedule for City Government for the Year 2024.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 1/19/24).\nM-23-433\n50. MOTION - NO. M-23-436 - BY: COUNCILMEMBER MORRELL (BY REQUEST).\nBrief:\nAdding the President of the Council as a signatory to the Amendment to the professional\nservices agreement between the City of New Orleans and Cornerstone Government Affairs,\nInc .; and authorizing the President of the Council to sign the Amendment to the professional\nservices agreement between the City of New Orleans and Cornerstone Government Affairs,\nInc ..\nAnnotation:\n(Council Rule 34. Postponement Deadline 1/19/24).\nCONTINUED TO THE MEETING OF 10/5/23 AND REFERRED TO THE\nGOVERNMENTAL AFFAIRS COMMITTEE.\nM-23-436\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4670\n32/43", - "page_number": 32 + "page_content": "- Topic: Communication from Lateefah E. Harris, Deputy City Attorney, Code Enforcement Division, City of New Orleans\n- Summary: Lateefah E. Harris submitted information concerning the adoption of proposed rules in compliance with City of New Orleans Code Section 2-1000.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: Information submitted electronically and received.\n- Tags/Keywords: Lateefah E. Harris, City Attorney, Code Enforcement\n- UID: 732cb21f-1db2-443a-bced-95d279fc486f\n\n- Topic: Communication from Amy B. Trepagnier, Director of Personnel, City of New Orleans, Department of Civil Service\n- Summary: Amy B. Trepagnier submitted amendments to the Classified Pay Plan (Police Retention Pay) and the Classified Pay Plan (Office of Community Development) for Council approval.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: Amendments submitted electronically and referred to the Budget Committee.\n- Tags/Keywords: Amy B. Trepagnier, Classified Pay Plan, Civil Service\n- UID: 732cb21f-1db2-443a-bced-95d279fc486f", + "uid": "732cb21f-1db2-443a-bced-95d279fc486f", + "publish_date": "5-25-2023", + "page_number": 41, + "title": "Regular City Council Minutes 5-25-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4670\n11/15/23, 7:49 PM\n51. MOTION - NO. M-23-437 - BY: COUNCILMEMBER GIARRUSSO (BY REQUEST)\nBrief:\nAdding the President of the Council as a signatory to the contract between the City of New\nOrleans and the Federal Communications Commission; and authorizing the President of the\nCouncil to sign the contract between the City of New Orleans and the Federal\nCommunications Commission (Exhibit A).\nAnnotation:\n(Council Rule 34. Postponement Deadline 1/19/24).\nM-23-437\nRESOLUTION - NO. R-23-439 - BY: COUNCILMEMBERS MORENO, MORRELL,\n52.\nGIARRUSSO, HARRIS, KING, GREEN AND THOMAS\nBrief:\nApproving the following grants for funding by City Council /Cox Communications Louisiana\nCommunity Grant Program, subject to the organization's continued eligibility pursuant to the\nguidelines:\nAt-Large 1: (Moreno): Organization Amount\nEden House $2,500.00 Hotel Hope $5,000.00 Son of a Saint $2,500.00 The Split Second\nFoundation, Inc. $4,000.00 Young Aspirations Young Artists, Inc. $1,000.00 Youth\nEmpowerment Project $5,000.00\nTOTAL $20,000.00\nAt Large 2: (Morrell) Organization Amount\nDancing Grounds $2,000.00 Johnny Jackson, Jr. Foundation $1,000.00 Louisiana Center for\nChildren's Rights $1,500.00 National Coalition of 100 Black Women - Greater New Orleans\nChapter, Inc. $1,000.00 Reaching for the Stars Foundation $1,000.00 Son of a Saint $1,000.00\nSt. Michael Special School $1,000.00 Center for the Innovative Training of Youth d/b/a STEM\nNOLA $2,500.00 The 18th Ward $5,000.00 The Urban Conservancy $1,000.00 The Troy\nAndrews Foundation $1,000.00 Youth Empowerment Project $2,000.00\nTOTAL $20,000.00\nDistrict \"A\": (Giarrusso) Organization Amount\nCommunity Sailing New Orleans, Inc. $1,500.00 Girls on the Run of New Orleans $1,000.00\nGeaux Girl Media $1,000.00 Johnny Jackson, Jr. Foundation $500.00 Le Sanctuary, Inc.\n$500.00 Louisiana Center for Children's Rights $1,500.00 Market Umbrella $1,250.00\nNAACP ACT-SO $500.00 New Orleans Recreation Development Foundation $1,250.00\nNOLArts Learning Center $1,000.00 Pontchartrain Conservancy $750.00 Reaching for the\nStars Foundation $1,500.00 Son of a Saint $1,250.00 The 18th Ward $1,000.00 The Split\nSecond Foundation, Inc. $750.00 The Urban Conservancy $1,000.00 Trinity Christian\nCommunity $2,500.00 Troy Andrews Foundation $1,250.00\nTOTAL $20,000.00\nDistrict \"B\": (Harris) Organization Amount\nRaphael Academy $ 2,500.00 Girls on the Run of New Orleans $ 1,086.00 Yeah Yoga NOLA,\nInc. $ 2,000.00 The Urban Conservancy $ 1,000.00 The Split Second Foundation, Inc. $\n1,344.00 Maroon, Inc. $ 1,345.00 Loyola University New Orleans Young Women's\nLeadership Academy - Cohort 2 $10,000.00 National Coalition of 100 Black Women - Greater\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4670\n33/43", - "page_number": 33 + "page_content": "- Topic: Code Enforcement Case Specialist Positions\n- Summary: The Council discussed and voted on the budget allocations for Code Enforcement Case Specialist positions. The proposed budget for each position was presented, and the ordinance was referred to the Budget Committee for further review.\n- Ordinance Number: C5311, C5312, C5313, C5314\n- Votes Summary:\n Vote 1: Referred to Budget Committee\n- Decision/Key Actions: Referred to Budget Committee for further review\n- Tags/Keywords: Budget, Code Enforcement, Specialist Positions\n- UID: 8af23451-4d2f-4e06-8b64-7e3b69f49881\n\n- Topic: Rezoning and City Planning Commission Recommendations\n- Summary: Gino R. Gisondo submitted a communication in support of the rezoning and the City Planning Commission staff\u2019s recommendations for certain streets. The communication was received by the Council.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: Communication received\n- Tags/Keywords: Rezoning, City Planning Commission, Recommendations\n- UID: 8af23451-4d2f-4e06-8b64-7e3b69f49881\n\n- Topic: Amendment to the Classified Pay Plan (Property Management)\n- Summary: Amy B. Trepagnier, Director of Personnel, submitted an amendment to the Classified Pay Plan for the creation of a new classification - Space Planner. The amendment was referred to the Budget Committee for further review.\n- Ordinance Number: C4040\n- Votes Summary:\n Vote 1: Referred to Budget Committee\n- Decision/Key Actions: Referred to Budget Committee for further review\n- Tags/Keywords: Classified Pay Plan, Amendment, Space Planner\n- UID: 8af23451-4d2f-4e06-8b64-7e3b69f49881", + "uid": "8af23451-4d2f-4e06-8b64-7e3b69f49881", + "publish_date": "5-25-2023", + "page_number": 42, + "title": "Regular City Council Minutes 5-25-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4670\n11/15/23, 7:49 PM\nNew Orleans Chapter, Inc. $725.00\nTOTAL $20,000.00\nDistrict \"C\": (King) Organization Amount\nA Studio in the Woods $500.00 Algiers Charter School Association $2,000.00 A'sani\nHeartbeat $500.00 Ballerinas of the Bayou $500.00 Dancing Grounds $1,000.00 Diversitea\nDivas $500.00 Friends of the Treme Culture $2,500.00 Gentilly Festival, Inc. $500.00 Girls on\nthe Run of New Orleans $500.00 Help Other People Endure, Inc. $1,000.00 Hispanic\nChamber of Commerce of Louisiana Foundation $500.00 Louisiana Children's Museum\n$1,000.00 National Coalition of 100 Black Women - Greater New Orleans Chapter, Inc.\n$500.00 New Orleans Recreation Development Foundation $1,000.00 Old Algiers Main Street\nCorporation $2,000.00 Operation Spark $1,000.00 Point Productions, LLC $2,000.00 The\nSplit Second Foundation, Inc. $1,000.00 The Troy Andrews Foundation $500.00 Youth\nEmpowerment Project $1,000.00\nTOTAL $20,000.00\nDistrict \"D\": (Green) Organization Amount\nCreative Alliance for New Orleans $1,500.00 Ellis Marsalis Center for Music $1,000.00\nFestivals for Good Corporation $2,500.00 Louisiana Center for Children's Rights $1,500.00\nNational Coalition of 100 Black Women - Greater New Orleans Chapter, Inc. $1,500.00\nReaching for the Stars Foundation $1,500.00 Son of A Saint $2,000.00 St. Augustine High\nSchool $5,000.00 Center for the Innovative Training of Youth d/b/a STEM NOLA $1,000.00\nTOTAL $17,500.00\nDistrict \"E\": (Thomas) Organization Amount\nA'sani Heartbeat $500.00 Common Ground Relief $1,000.00 Dancing Grounds $1,000.00\nDistrict 2 Community Enhancement Corporation $1,000.00 Educare New Orleans $1,000.00\nFriends of the Treme Culture $500.00 Help Other People Endure, Inc. $1,000.00 Johnny\nJackson, Jr. Foundation $1,000.00 Louisiana Center for Children's Rights $1,500.00 Lower\n9th Ward Neighborhood Empowerment Network Association $1,000.00 NAACP ACT-SO\n$500.00 New Orleans Recreation Development Foundation $3,000.00 Operation Spark\n$1,000.00 ReNew - Reinventing Education $1,000.00 Center for the Innovative Training of\nYouth d/b/a STEM NOLA $1,000.00 The 18th Ward $1,000.00 The Split Second Foundation,\nInc. $1,000.00 Young Aspirations Young Artists $1,000.00 Youth Empowerment Project\n$1,000.00\nTOTAL $20,000.00\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 1/19/24).\nR-23-439\nR-23-439 Am\nR-439 As Am\n53. MOTION - NO. M-23-442 - BY: COUNCILMEMBER KING\nBrief:\nDirecting City Planning Commission to conduct a public hearing to consider an application\nfor a Conditional Use to permit a Broadcast Studio in a VCS Vieux Carre Service District\nlocated on Square JAX1 in the Second Municipal District, bounded by Decatur Street, Saint\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4670\n34/43", - "page_number": 34 + "page_content": "- Topic: New Classifications - Space Planner\n- Summary: Amy B. Trepagnier submitted new classifications for the Classified Pay Plan, specifically for Recruiting Specialist and Recruiting Supervisor positions.\n- Ordinance Number: N/A\n- Votes Summary:\n - Vote 1: N/A\n- Decision/Key Actions: The new classifications were referred to the Budget Committee for further consideration.\n- Tags/Keywords: Amy B. Trepagnier, Classified Pay Plan, Recruiting Specialist, Recruiting Supervisor, Budget Committee\n- UID: 7269ebaf-7e65-4511-af24-2795fd84d9e7\n\n- Topic: Demolition Report 2204-06 Pauger\n- Summary: Anita Curran transmitted a demolition report for the property located at 2204-2206 Pauger Street.\n- Ordinance Number: N/A\n- Votes Summary:\n - Vote 1: N/A\n- Decision/Key Actions: The demolition report was received.\n- Tags/Keywords: Anita Curran, demolition report, Pauger Street property\n- UID: 7269ebaf-7e65-4511-af24-2795fd84d9e7\n\n- Topic: Zoning Docket Numbers\n- Summary: The Executive Director of the City Planning Commission transmitted multiple zoning docket numbers for council review.\n- Ordinance Number: N/A\n- Votes Summary:\n - Vote 1: N/A\n- Decision/Key Actions: The zoning docket numbers were submitted for council review.\n- Tags/Keywords: City Planning Commission, zoning docket numbers, council review\n- UID: 7269ebaf-7e65-4511-af24-2795fd84d9e7", + "uid": "7269ebaf-7e65-4511-af24-2795fd84d9e7", + "publish_date": "5-25-2023", + "page_number": 43, + "title": "Regular City Council Minutes 5-25-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4670\n11/15/23, 7:49 PM\nPeter Street, Toulouse Street, and the Moonwalk (Municipal Address: 600 Decatur Street, 5th\nFloor).\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 1/19/24).\nWITHDRAWN.\nM-23-442\n54. MOTION - NO. M-23-443 - BY: COUNCILMEMBER KING\nBrief:\nDirecting City Planning Commission to conduct a public hearing to consider a text\namendment to Article 10 of Ordinance 4264 M.C.S ., amended by Ordinance No. 26,413\nM.C.S ., as amended, the Comprehensive Zoning Ordinance (CZO), adopted August 12, 2015,\nas amended, regarding the VCS Vieux Carre Service District uses, to allow Broadcast Studio\nas a Conditional Use, and the designation of such on the corresponding use charts and zoning\nmaps of the City of New Orleans, and make the foregoing Conditional Use subject to a new\nuse restriction in a new Section 10.2.B.11 of the CZO to read:\nBroadcast Studio in the VCS District. In the VCS District, a Broadcast Studio shall not have a\nbroadcasting tower, broadcast antenna, or any other broadcasting equipment on the exterior of\nthe building where the broadcasting studio is located or in any other location in the VCS\nDistrict. This restriction cannot be waived.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 1/19/24).\nWITHDRAWN.\nM-23-443\n55.\nORDINANCES ON FIRST READING\nCALENDAR NUMBERS 34,394 THRU 34,417\nINTRODUCED AND LAID OVER AS REQUIRED BY LAW.\n1st Reading Ordinances\n55a. CAL. NO. 34,394 - BY: COUNCILMEMBER HARRIS (BY REQUEST)\nBrief:\nAn Ordinance authorizing the Mayor of the City of New Orleans to enter into a Cooperative\nEndeavor Agreement between the City of New Orleans (the \"City\") and The National World\nWar II Museum, Inc ., for a term greater than one year, for the public purpose of improving\npedestrian walkways along Andrew Higgins Drive, including enhancements within part of the\nMuseum Operations Corridor, for the benefit of and enjoyment by New Orleans citizens and\nvisitors and to encourage Convention Center participants to explore the historic Warehouse\nDistrict and the Museum Operations Corridor in the City of New Orleans, as more fully\ndetailed in the Cooperative Endeavor Agreement form as Exhibit \"A\"; and otherwise to\nprovide with respect thereto.\nAnnotation:\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4670\n35/43", - "page_number": 35 + "page_content": "- Topic: Reporting Requirements for Department of Finance\n- Summary: The ordinance aims to establish reporting requirements for the Department of Finance, including statements to be issued alongside each payment the city provides to a security and improvement district, and an annual financial report to be transmitted to the City Council.\n- Ordinance Number: 33,893\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The motion to adopt the consent agenda and refer other matters to the proper agency was adopted, and the consent agenda was adopted.\n- UID: 1d4f523a-875c-4339-9d0b-0cd055836ef5\n\n- Topic: Collective Bargaining for City Employees\n- Summary: The ordinance aims to establish definitions, procedures, and rights relevant to collective bargaining for employees of the City of New Orleans.\n- Ordinance Number: 34,124\n- Votes Summary:\n Vote 1: N/A - (Postponed to the meeting of 6/8/23)\n- Decision/Key Actions: The ordinance was continued to the meeting of 6/8/23.\n- UID: 1d4f523a-875c-4339-9d0b-0cd055836ef5", + "uid": "1d4f523a-875c-4339-9d0b-0cd055836ef5", + "publish_date": "5-25-2023", + "page_number": 44, + "title": "Regular City Council Minutes 5-25-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4670\n11/15/23, 7:49 PM\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 1/19/24).\n34394\n55b. CAL. NO. 34,395 - BY: COUNCILMEMBER KING\nBrief:\nAn Ordinance to establish a conditional use to permit a bed and breakfast (principal) in an\nHMR-2 Historic Marigny/Trem\u00e9/Bywater Residential District, located on Square 157, Lot D\nor 1 and E, in the Third Municipal District, bounded by Esplanade Avenue, Bourbon Street,\nDauphine Street, and Pauger Street (Municipal Addresses: 807 Esplanade Avenue and 1404-\n1414 Bourbon Street); and otherwise to provide with respect thereto. (ZONING DOCKET NO.\n51/23)\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(90 Days, Cn. Deadline 11/22/23).\n(Cn. Deadline 11/16/23).\n34395\n55c. CAL. NO. 34,396 - BY: COUNCILMEMBER KING\nBrief:\nAn Ordinance to establish a conditional use to permit a principal bed and breakfast in an\nHMR-1 Historic Marigny/Trem\u00e9/Bywater Residential District, located on Squares 174-175,\nLots A and B, in the Second Municipal District, bounded by North Robertson Street,\nEsplanade Avenue, Governor Nicholls Street, and North Villere Street (Municipal Addresses:\n1238-1240 North Robertson Street); and otherwise to provide with respect thereto. (ZONING\nDOCKET NO. 53/23)\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(90 Days, Cn. Deadline 11/22/23).\n(Cn. Deadline 11/16/23).\n34396\n55d. CAL. NO. 34,397 - BY: COUNCILMEMBER HARRIS\nBrief:\nAn Ordinance to establish a conditional use to permit the retail sale of packaged alcoholic\nbeverages in an MU-1 Medium Intensity Mixed-Use District on Square 577, Lots 1, 2, 3, 4, 5,\nA, 7-A, 8B, 9, 10, 11, 14, 15, 16, 17, portion of 18, D, E, F, G, 36, 26, 27, 28, and pt. 25, in the\nFirst Municipal District, bounded by Tulane Avenue, South Dorgenois Street, South\nRocheblave Street, and Banks Street (Municipal Addresses:2501-2537 Tulane Avenue and\n2500-2520 Banks Street); and otherwise to provide with respect thereto. (Zoning Docket NO.\n54/23)\nAnnotation:\nELECTRONICALLY SUBMITTED.\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4670\n36/43", - "page_number": 36 + "page_content": "- Topic: Augmentation of Contact Information on Roadwork Website\n- Summary: The ordinance aims to require the augmentation of contact information on the Roadwork website to provide the public with information about FEMA funded Joint Infrastructure Recovery Roads (JIRR) projects. It was continued to the meeting of 6/8/23.\n- Ordinance Number: 34143\n- Votes Summary:\n Vote 1: Continued to the meeting of 6/8/23\n- Decision/Key Actions: Continued to a future meeting for further discussion and consideration\n- Tags/Keywords: Roadwork website, FEMA, JIRR, contact information\n- UID: db1b4480-ffe0-1led-95dd-0050569183fa\n\n- Topic: Amendment to Cooperative Endeavor Agreement with UNO\n- Summary: The ordinance authorizes the Mayor to enter into Amendment No. 3 to a Cooperative Endeavor Agreement with the University of New Orleans to extend the term of the agreement relative to the restoration of the City's infrastructure damaged as a result of Hurricane Katrina. The motion was adopted with 5 YEAS and 0 NAYS.\n- Ordinance Number: 34178\n- Votes Summary:\n Vote 1: Adopted - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The motion to adopt the ordinance was passed with 5 YEAS.\n- Tags/Keywords: Cooperative Endeavor Agreement, UNO, Hurricane Katrina, infrastructure restoration\n- UID: ecb839f0-dbeb-4434-b1a9-5b425d283c45", + "uid": "ecb839f0-dbeb-4434-b1a9-5b425d283c45", + "publish_date": "5-25-2023", + "page_number": 45, + "title": "Regular City Council Minutes 5-25-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4670\n11/15/23, 7:49 PM\n(90 Days, Cn. Deadline 11/22/23).\n(Cn. Deadline 11/16/23).\n34397\n55e. CAL. NO. 34,398 - BY: COUNCILMEMBER KING\nBrief:\nAn Ordinance to establish a conditional use to permit a bar in a C-2 Auto-Oriented\nCommercial District and an SC Suburban Corridor Use Restriction Overlay District, located\non Square B-3, Lot 2, Garden Oaks, in the Fifth Municipal District, bounded by General De\nGaulle Drive, Bender Boulevard, Seine Street, and Texas Drive (Municipal Address: 3733\nGeneral De Gaulle Drive); and otherwise to provide with respect thereto. (Zoning Docket NO.\n58/23)\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(90 Days, Cn. Deadline 11/22/23).\n(Cn. Deadline 11/16/23).\n34398\n55f. CAL. NO. 34,399 - BY: COUNCILMEMBER GIARRUSSO\nBrief:\nAn Ordinance to establish a conditional use to permit the expansion of the floor area of an\nestablished multi-family dwelling in an HU-RD2 Historic Urban Two-Family Residential\nDistrict, on Square 46, Lot A, in the Seventh Municipal District, bounded by Adams Street,\nBenjamin Street, Dominican Street, and Hillary Street (Municipal Address: 301 Adams\nStreet); and otherwise to provide with respect thereto.(Zoning Docket NO. 59/23)\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(90 Days, Cn. Deadline 12/6/23).\n(Cn. Deadline 12/1/23).\n34399\n55g. CAL. NO. 34,400 - BY: COUNCILMEMBER GREEN\nBrief:\nAn Ordinance to effect a zoning change from an HU-RD2 Historic Urban Two-Family\nResidential District to an HU-B1A Historic Urban Neighborhood Business District, on Square\n538, Lot A-1 or 1A, in the Third Municipal District, bounded by Poland Avenue, Urquhart\nStreet, Kentucky Street, and North Villere Street (Municipal Addresses: 1301-1303 Poland\nAvenue); and otherwise to provide with respect thereto. (Zoning Docket NO. 60/23)\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(90 Days, Cn. Deadline 12/6/23).\n(Cn. Deadline 12/1/23).\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4670\n37/43", - "page_number": 37 + "page_content": "- Topic: First Amendment to Cooperative Endeavor Agreement with NAMI New Orleans for LEAD Program Management Services\n- Summary: This ordinance authorizes the Mayor to enter into an amendment to a Cooperative Endeavor Agreement with NAMI New Orleans to provide Law Enforcement Assisted Diversion program management services for thirteen months.\n- Ordinance Number: CAL. NO. 34,183\n- Votes Summary:\n - Vote 1: Adopt - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The ordinance was adopted with 5 in favor and 2 members absent.\n- UID: 177d49a9-f1ce-4e63-b740-37182acd86d4\n\n- Topic: Temporary Prohibition of Prosecution and Permit Issuance in Vieux Carr\u00e9 Commission\n- Summary: This ordinance seeks to temporarily prohibit the prosecution of violations and prevent the issuance or renewal of permits. It also includes amendments to various sections of the Code of the City of New Orleans related to the Vieux Carr\u00e9 Commission.\n- Ordinance Number: CAL. NO. 34,187\n- Votes Summary:\n - Vote 1: Continued to the meeting of 7/13/23\n- Decision/Key Actions: The ordinance was continued to a later meeting.\n- UID: 177d49a9-f1ce-4e63-b740-37182acd86d4\n\n- Topic: Establishment of a Special Events Fund\n- Summary: This ordinance aims to establish a special events fund within the Code of the City of New Orleans.\n- Ordinance Number: CAL. NO. 34,188\n- Votes Summary: \n - Vote 1: N/A\n- Decision/Key Actions: No specific voting outcome provided in the summary.\n- UID: 177d49a9-f1ce-4e63-b740-37182acd86d4", + "uid": "177d49a9-f1ce-4e63-b740-37182acd86d4", + "publish_date": "5-25-2023", + "page_number": 46, + "title": "Regular City Council Minutes 5-25-2023" }, { - "page_content": "11/15/23, 7:49 PM\ncityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4670\n34400\n55h. CAL. NO. 34,401 - BY: COUNCILMEMBER HARRIS\nBrief:\nAn Ordinance to establish a conditional use to permit a large child-care center in an HU-RD2\nHistoric Urban Two-Family Residential District, on Square 115, Lots 4 or 17 and 14 or 16, in\nthe First Municipal District, bounded by Terpsichore Street, Annunciation Street, Constance\nStreet, and Melpomene Street (Municipal Address: 917 Terpsichore Street); and otherwise to\nprovide with respect thereto.(Zoning Docket NO. 61/23)\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(90 Days, Cn. Deadline 12/6/23).\n(Cn. Deadline 12/1/23).\n34401\n55i. CAL. NO. 34,402 - BY: COUNCILMEMBER HARRIS\nBrief:\nAn Ordinance to amend section 58-36 of the Code of the City of New Orleans to merge\ncertain precincts with less than 300 registered voters with adjacent precincts in accordance\nwith La. Rev. Stat. \u00a7 18:532; to correctly reflect the boundary of St. Louis Street Canal, where\napplicable; and otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 1/19/24).\n34402\n55j. CAL.NO. 34,403 - BY: COUNCILMEMBER HARRIS\nBrief:\nAn Ordinance to authorize the placement of honorary street dedication signage for Henry\n\"Professor Longhair\" Roeland Byrd, along the 1600, 1700, and 1800 blocks of Terpsichore\nStreet, from St. Charles Avenue to Oretha Castle Haley Boulevard; and otherwise to provide\nwith respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 1/19/24).\n34403\n55k. CAL. NO. 34,404 - BY: COUNCILMEMBERS GIARRUSSO, HARRIS, GREEN, KING,\nMORENO AND THOMAS\nBrief:\nAn Ordinance to amend and reordain section 2.7 of the Code of the City of New Orleans\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4670\n38/43", - "page_number": 38 + "page_content": "- Topic: Temporary Alcoholic Beverage Permit\n- Summary: Amendment to establish a procedure for the issuance of a temporary renewal permit pending appeal of denial of renewal application to alcoholic beverage control board.\n- Ordinance Number: 1/1/24\n- Votes Summary:\n Vote 1: N/A - Continued to the meeting of 7/13/23\n- Decision/Key Actions: Continued to the meeting of 7/13/23\n- Tags/Keywords: Alcoholic Beverage, Permit, Amendment\n- UID: 5f12c54d-bc98-4e19-a27c-93c2abec8b00\n\n- Topic: Briefing Requirement for Filing\n- Summary: Motion stating that before any substantive filing is made in the United States District Court for the Eastern District of Louisiana, the Department of Law shall brief the Council on the City's position.\n- Ordinance Number: M-23-164\n- Votes Summary:\n Vote 1: N/A - Continued to the meeting of 6/22/23\n- Decision/Key Actions: Continued to the meeting of 6/22/23\n- Tags/Keywords: Legal Filing, Briefing Requirement\n- UID: 5f12c54d-bc98-4e19-a27c-93c2abec8b00\n\n- Topic: Amendment to Council's Rules and Regulations\n- Summary: Motion to amend and restate Rule 15.A of the Council's Rules and Regulations related to appointments to boards, commissions, or public agencies.\n- Ordinance Number: M-23-189\n- Votes Summary:\n Vote 1: N/A - Continued to the meeting of 6/8/23\n- Decision/Key Actions: Referred to the Governmental Affairs Committee, Continued to the meeting of 6/8/23\n- Tags/Keywords: Rules Amendment, Appointments\n- UID: 5f12c54d-bc98-4e19-a27c-93c2abec8b00\n\n- Topic: Motion Related to Appointments\n- Summary: Motion related to appointments to boards, commissions, or public agencies, specifying the process for approval and notification of outgoing members.\n- Ordinance Number: M-23-190\n- Votes Summary:\n Vote 1: N/A - Link provided for detailed information\n- Decision/Key Actions: N/A\n- Tags/Keywords: Appointments, Approval Process\n- UID: 5f12c54d-bc98-4e19-a27c-93c2abec8b00", + "uid": "5f12c54d-bc98-4e19-a27c-93c2abec8b00", + "publish_date": "5-25-2023", + "page_number": 47, + "title": "Regular City Council Minutes 5-25-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4670\n11/15/23, 7:49 PM\nrelative to professional services competitive selection threshold, to include non-professional\nservices; to require the publication of cost and type of professional and non-professional\nservices procured by department; and otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 1/19/24).\n34404\n551. CAL.NO. 34,405 - BY: COUNCILMEMBER HARRIS\nBrief:\nAn Ordinance to amend and reordain section 30-771 of the Code of the City of New Orleans\nto provide relative to the definition of hotels and motels; and otherwise to provide with respect\nthereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 1/19/24).\n34405\n55m. CAL. NO. 34,406 - BY: COUNCILMEMBER HARRIS (BY REQUEST)\nBrief:\nAn Ordinance authorizing the Mayor of the City of New Orleans to enter into a Cooperative\nEndeavor Agreement between the City of New Orleans (the \"City\"), and Total Community\nAction, Inc. (\"Contractor\"), for a term greater than one year, for the public purpose of\nreducing food insecurity and improving the overall health of households in targeted, low-\nincome City neighborhoods, as more fully set forth in the Cooperative Endeavor Agreement\nmade a part hereof, titled Exhibit \"1\"; and otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED\n(Council Rule 34.Postponement Deadline 1/19/24).\n34406\n55n. CAL. NO. 34,407 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BY REQUEST)\nBrief:\nAn Ordinance to amend Ordinance No. 29265 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Revenues for the City of New Orleans for the Year 2023\",\nto appropriate grant funds awarded by FEMA to the Office of the Mayor for emergency costs\nduring the aftermath of Hurricane Katrina; and otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34.Postponement Deadline 1/19/24).\n(Fiscal Note received).\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4670\n39/43", - "page_number": 39 + "page_content": "- Topic: Amendment of Council\u2019s Rules and Regulations\n- Summary: Motion to amend Rule 35.B of the Council\u2019s Rules and Regulations to ensure that amendments cannot alter or nullify the original purpose of the motion, resolution, or ordinance, and that all amendments must be germane to the instrument\u2019s original purpose. It also specifies the timeline for receiving amendments from non-sponsoring councilmembers.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: Passed - (10 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: Amendment to Rule 35.B of the Council\u2019s Rules and Regulations was passed.\n- Tags/Keywords: Council Rules, Amendments, Motion\n- UID: f9957ef4-e583-4cf1-a51a-520a44e117fa\n\n- Topic: Establishment of Commercial Short-Term Rental Interim Zoning District\n- Summary: Motion to direct the City Planning Commission to conduct a public hearing to establish a new Interim Zoning District to prohibit certain types of short-term rentals in the City of New Orleans.\n- Ordinance Number: M-23-208\n- Votes Summary:\n Vote 1: Postponed - (N/A)\n- Decision/Key Actions: The motion was postponed to the next council meeting.\n- Tags/Keywords: Zoning Ordinance, Short-Term Rental, City Planning\n- UID: f9957ef4-e583-4cf1-a51a-520a44e117fa", + "uid": "f9957ef4-e583-4cf1-a51a-520a44e117fa", + "publish_date": "5-25-2023", + "page_number": 48, + "title": "Regular City Council Minutes 5-25-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4670\n11/15/23, 7:49 PM\n34407\n550. CAL. NO. 34,408 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BY REQUEST)\nBrief:\nAn Ordinance to amend Ordinance No. 29266 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Expenditures for the City of New Orleans for the Year\n2023\", to appropriate grant funds awarded by FEMA to the Office of the Mayor for\nemergency costs during the aftermath of Hurricane Katrina; and otherwise to provide with\nrespect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34.Postponement Deadline 1/19/24).\n(Fiscal Note received).\n34408\n55p. CAL. NO. 34,409 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BY REQUEST)\nBrief:\nAn Ordinance to amend Ordinance No. 29265 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Revenues for the City of New Orleans for the Year 2023\",\nto move funds from Fund 4405 - Appropriations - 100/200 to Fund 4145 - Appropriations -\n100/200 within the Department of Health; and otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 1/19/24).\n(Fiscal Note received).\n34409\n55q. CAL. NO. 34,410 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BY REQUEST)\nBrief:\nAn Ordinance to amend Ordinance No. 29266 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Expenditures for the City of New Orleans for the Year\n2023\", to move funds from Fund 4405 - Appropriations - 100/200 to Fund 4145-\nAppropriations - 100/200 within the Department of Health; and otherwise to provide with\nrespect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34.Postponement Deadline 1/19/24).\n(Fiscal Note received).\n34410\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4670\n40/43", - "page_number": 40 + "page_content": "- Topic: Commercial Short-Term Rental Interim Zoning District\n- Summary: The ordinance aims to address the increase in commercial short-term rental developments in the city by establishing a new Interim Zoning District to prohibit short-term rental, commercial, and hostel uses within the city. It also includes considerations for limiting the development of timeshares in certain areas.\n- Ordinance Number: M-23-208 AMD\n- Votes Summary:\n Vote 1: Passed - (8 YEAS, 0 NAYS, 1 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The City Planning Commission is directed to conduct a public hearing to amend and reordain the Comprehensive Zoning Ordinance of the City of New Orleans to establish the new Interim Zoning District.\n- Tags/Keywords: Zoning, Short-Term Rental, Timeshare, City Planning\n- UID: 930bc732-e9bc-4ba6-91f2-f03cb376393d", + "uid": "930bc732-e9bc-4ba6-91f2-f03cb376393d", + "publish_date": "5-25-2023", + "page_number": 49, + "title": "Regular City Council Minutes 5-25-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4670\n11/15/23, 7:49 PM\n55r. CAL. NO. 34,411 - BY: COUNCILMEMBER MORRELL\nBrief:\nAn Ordinance to amend and re-ordain section 70-10 of the Code of the City of New Orleans to\ninclude contracts for the legal services among the agreements requiring execution by the\nCouncil President; and otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 1/19/24).\n34411\n55s. CAL. NO. 34,412 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BY REQUEST)\nBrief:\nAn Ordinance to amend Ordinance No. 29265 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Revenues for the City of New Orleans for the Year 2023\",\nto appropriate funds to the City Planning Commission for the Short-Term Rental study; and\notherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 1/19/24).\n(Fiscal Note received).\n34412\n55t. CAL. NO. 34,413 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BY REQUEST)\nBrief:\nAn Ordinance to amend Ordinance No. 29266 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Expenditures for the City of New Orleans for the Year\n2023\", to appropriate funds to the City Planning Commission for the Short-Term Rental study;\nand otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 1/19/24).\n(Fiscal Note received).\n34413\n55u. CAL. NO. 34,414 - BY: COUNCILMEMBER SGIARRUSSO, MORENO, GREEN AND\nTHOMAS (BY REQUEST)\nBrief:\nAn Ordinance to amend Ordinance No. 29265 M.C.S ., as amended, entitled \"An Ordinance\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4670\n41/43", - "page_number": 41 + "page_content": "- Topic: McKendall Estates Neighborhood Improvement District Proposition\n- Summary: The ordinance tabulated the votes for the election held on Saturday, April 29, 2023, for the McKendall Estates Neighborhood Improvement District Proposition. The votes for were 60, votes against were 39, and the total votes were 99. The majority of votes were for the proposition with 60 votes.\n- Ordinance Number: M-23-214\n- Votes Summary:\n - Vote 1: Adopt - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The motion was adopted.\n- UID: 879f2035-bde5-4dcf-9522-18416bf33dcd\n\n- Topic: Lake Carmel Subdivision Improvement District Proposition\n- Summary: The ordinance tabulated the votes for the election held on Saturday, April 29, 2023, for the Lake Carmel Subdivision Improvement District Proposition. The votes for were 93, votes against were 77, and the total votes were 170. The majority of votes were for the proposition with 93 votes.\n- Ordinance Number: M-23-215\n- Votes Summary:\n - Vote 1: Adopt - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The motion was adopted.\n- UID: 879f2035-bde5-4dcf-9522-18416bf33dcd\n\n- Topic: Tamaro Subdivision Improvement District Proposition\n- Summary: The ordinance tabulated the votes for the election held on Saturday, April 29, 2023, for the Tamaro Subdivision Improvement District Proposition. The votes for were 35, votes against were 16, and the total votes were 51. The majority of votes were for the proposition with 35 votes.\n- Ordinance Number: M-23-216\n- Votes Summary:\n - Vote 1: Adopt - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The motion was adopted.\n- UID: 879f2035-bde5-4dcf-9522-18416bf33dcd", + "uid": "879f2035-bde5-4dcf-9522-18416bf33dcd", + "publish_date": "5-25-2023", + "page_number": 50, + "title": "Regular City Council Minutes 5-25-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4670\n11/15/23, 7:49 PM\nProviding an Operating Budget of Revenues for the City of New Orleans for the Year 2023\",\nto appropriate funds to NORDC Trust Fund (5410) - Personal Services (100) for Keller\nCenter staffing positions; and otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 1/19/24).\n(Fiscal Note received).\n34414\n55v. CAL. NO. 34,415 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BY REQUEST)\nBrief:\nAn Ordinance to amend Ordinance No. 29266 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Expenditures for the City of New Orleans for the Year\n2023\", to appropriate funds to NORDC Fund (5410) - Personal Services (100) for Keller\nCenter staffing positions; and otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34.Postponement Deadline 1/19/24).\n(Fiscal Note received).\n34415\n55w. CAL. NO. 34,416 - BY: COUNCILMEMBERS GIARRUSSO AND THOMAS (BY\nREQUEST)\nBrief:\nAn Ordinance to authorize the Mayor of the City of New Orleans to enter into a Second\nAmendment to the Cooperative Endeavor Agreement (\"Amendment\") to amend the\nCooperative Endeavor Agreement (\"Agreement\") between the City of New Orleans (the\n\"City\"), National Parent Leadership Institute, Inc. (the \"Contractor\"), and the NOLA Business\nAlliance (the \"Fiscal Agent\") relative to the Contractor providing twenty (20) additional\nweeks of three (3) hour sessions, once a week, to parents in order to help parents become\nbetter leaders for their children and families; to extend the term of the Agreement for an\nadditional one (1) year; and to modify or reaffirm certain terms and conditions, as more fully\nset forth in the Amendment as Exhibit \"1\" and incorporated and made a part hereof; and\notherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 1/19/24).\n34416\n55x. CAL. NO. 34,417 - BY: COUNCILMEMBER KING (BY REQUEST)\nBrief:\nAn Ordinance authorizing the Mayor of the City of New Orleans to enter into a Cooperative\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4670\n42/43", - "page_number": 42 + "page_content": "- Topic: M-23-216\n- Summary: The ordinance pertains to tabulating the votes cast in the Election held on Saturday, April 29, 2023 for the Kingswood Subdivision Improvement District Proposition. The majority of votes were for the proposition.\n- Ordinance Number: M-23-216\n- Votes Summary:\n Vote 1: Adopt - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The motion passed.\n- Tags/Keywords: Election, Proposition, Tabulation\n- UID: b1832aca-907c-4e16-b1fe-cc3320a91645\n\n- Topic: M-23-217\n- Summary: This ordinance also pertains to the Kingswood Subdivision Improvement District Proposition. The motion to adopt the proposition was made and passed unanimously.\n- Ordinance Number: M-23-217\n- Votes Summary:\n Vote 1: Adopt - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The motion passed.\n- Tags/Keywords: Proposition, Adoption, Unanimous\n- UID: b1832aca-907c-4e16-b1fe-cc3320a91645\n\n- Topic: M-23-230\n- Summary: This ordinance requests and authorizes the President of the Council to sign a cooperative endeavor agreement with the Orleans Parish Sheriff\u2019s Office for the provision of security services for the City Council. The motion to adopt the ordinance was made and passed.\n- Ordinance Number: M-23-230\n- Votes Summary:\n Vote 1: Adopt - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The motion passed.\n- Tags/Keywords: Cooperative Endeavor Agreement, Security Services\n- UID: b1832aca-907c-4e16-b1fe-cc3320a91645", + "uid": "b1832aca-907c-4e16-b1fe-cc3320a91645", + "publish_date": "5-25-2023", + "page_number": 51, + "title": "Regular City Council Minutes 5-25-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4670\n11/15/23, 7:49 PM\nEndeavor Agreement between the City of New Orleans (the \"City\"), and New Orleans\nHumane Law and Rescue, LLC (\"Contractor\"), for a term greater than one year, for the public\npurpose of ensuring that the City has animal control services, particularly during an\nemergency, as more fully set forth in the Cooperative Endeavor Agreement and made a part\nhereof, titled Exhibit \"1\"; and otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 1/19/24).\n34417\n55y. CAL. NO. 34,418 - BY: COUNCILMEMBER GREEN\nBrief:\nAn Ordinance to temporarily waive certain fees, permit fees, and requirements within and\naround Milne Rec Center North Gym, located at 5420 Franklin Ave, New Orleans, LA\n70122,in conjunction with Families Helping Families of Greater New Orleans, on September\n29, 2023 at 7 p.m. - 12 a.m ., to specify the duration and boundaries of said waiver; and to\nprovide otherwise with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34.Postponement Deadline 1/19/24).\n34418\n56. MOTION TO ADJOURN @ 3:00 P.M.\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4670\n43/43", - "page_number": 43 + "page_content": "- Topic: Amendment to Comprehensive Zoning Ordinance\n- Summary: The ordinance directs the City Planning Commission to conduct a public hearing to consider amending the Comprehensive Zoning Ordinance to disallow certain residential uses in the S-LM District and grants flexibility to make necessary adjustments.\n- Ordinance Number: M-23-231\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The motion passed, directing the City Planning Commission to conduct a public hearing for the proposed zoning amendments.\n- Tags/Keywords: Zoning, City Planning Commission, Residential Uses, Amendment\n- UID: 4409a216-7fab-4772-b5b7-f0347c43bd70\n\n- Topic: Declaration of Eat Local Month\n- Summary: The ordinance declares June as Eat Local Month and supports the Eat Local movement, encouraging residents and businesses to support local farmers, fishers, food producers, and food businesses year-round.\n- Ordinance Number: R-23-244\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The resolution passed, declaring June as Eat Local Month and promoting support for local food producers.\n- Tags/Keywords: Eat Local, Local Food Movement, Resolution\n- UID: 4409a216-7fab-4772-b5b7-f0347c43bd70", + "uid": "4409a216-7fab-4772-b5b7-f0347c43bd70", + "publish_date": "5-25-2023", + "page_number": 52, + "title": "Regular City Council Minutes 5-25-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4653\n11/15/23, 7:49 PM\nTHE COUNCIL\nCity of New Orleans\nHELENA MORENO\nJP MORRELL\nCouncilmember-At-Large\nCouncilmember-At-Large\nJOSEPH I.\nLESLI D.\nFREDDIE\nEUGENE J.\nOLIVER M.\nGREEN, JR.\nTHOMAS, JR.\nKING III\nGIARRUSSO\nHARRIS\nCouncilmember\nCouncilmember\nCouncilmember\nCouncilmember\nIII\nDistrict B\nDistrict E\nDistrict C\nCouncilmember\nDistrict D\nDistrict A\nAGENDA\nRegular City Council Meeting\nheld in City Hall Council Chamber\non Thursday, September 7, 2023 at 10:15 A.M.\nEW\nORLEANS\nNI\nVICE PRESIDENT\nPRESIDENT\nHELENA MORENO\nJP MORRELL\nCouncilmember-At-Large\nCouncilmember-At-Large\nCITY OF\n*\nLOUISIANA\nROLL CALL - LORA W. JOHNSON, CLERK OF COUNCIL\n1.\nCms. Harris and King arrived later in the meeting.\n2. INVOCATION - PASTOR BRANDON BOUTIN, UNITED FELLOWSHIP FULL\nGOSPEL BAPTIST CHURCH\n3. PLEDGE OF ALLEGIANCE - EUGENE J. GREEN, JR ., COUNCILMEMBER DISTRICT\n\"D\"\nPUBLIC E-COMMENT FORMS, RULES AND INFORMATION ARE AVAILABLE AT\n4.\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4653\n1/41", - "page_number": 1 + "page_content": "- Topic: Grant funds allocation to HandsOn NOLA\n- Summary: The resolution R-23-245 was introduced to allocate $500,000 in grant funds to HandsOn NOLA.\n- Ordinance Number: R-23-245\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The resolution passed with 5 council members in favor.\n- Tags/Keywords: Grant funds, HandsOn NOLA, Resolution\n- UID: 99974696-386b-4c86-b4b8-9594a2cf0766\n\n- Topic: New study on Commercial Short Term Rentals (CSTR)\n- Summary: Motion M-23-247 was introduced to direct the City Planning Commission to pursue a new study on the impacts and recommended updated regulations for Commercial Short Term Rentals and other transient lodging uses.\n- Ordinance Number: M-23-247\n- Votes Summary: N/A\n- Decision/Key Actions: The motion was introduced and discussed, but no vote outcome was provided in the available information.\n- Tags/Keywords: City Planning Commission, Short Term Rentals, Motion\n- UID: 99974696-386b-4c86-b4b8-9594a2cf0766", + "uid": "99974696-386b-4c86-b4b8-9594a2cf0766", + "publish_date": "5-25-2023", + "page_number": 53, + "title": "Regular City Council Minutes 5-25-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4653\n11/15/23, 7:49 PM\nE-Public Comment Form(1-17)\n5. https://council.nola.gov/home/\nAPPROVAL OF THE MINUTES - August 10, 2023 and August 24, 2023.\n1.\nAnnotation:\nAPPROVED.\nSPECIAL ORDERS OF BUSINESS\nA.\nSECOND ORDER OF BUSINESS - PRESENTATION - COACH WILLIAM\n2.\nMONTGOMERY, LARRY BARBINO, NORD, RHONDA LEE (MONTGOMERY'S\nDAUGHTER), ERNESTINE MONTGOMERY (MONTGOMERY'S SISTER), ISAAC\nKNAPPER OF THE CRESCENT CITY BOXING CLUB AND BOXER JAYDANIEL\nWILLIAMS\nBrief:\nRecognizing Coach William Montgomery for his retirement as the head boxing coach of the\nNew Orleans Recreation Development Commission (NORD). Coach Montgomery has\nmentored and rescued generations of youth for more than 25 years and worked with NORD to\noutfit the Milne Recreation Center with a boxing ring. He also established boxing programs at\nLouisiana State Penitentiary at Angola and Dixon Correctional Institute in Jackson.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Cms. Green and Moreno).\nAPPEARED.\n. THIRD ORDER OF BUSINESS\nFIRST ORDER OF BUSINESS - PRESENTATION - LESTER \"Bo\" McCALEBB\n1.\nBrief:\nRecognizing and honoring Lester \"Bo\" McCalebb for his accomplishments. Bo is an\nAmerican-Macedonian and former professional basketball player. He represented the senior\nMacedonian national team internationally and played briefly for the New Orleans Pelicans. He\nwas born and raised in New Orleans, Louisiana where he attended O. Perry Walker High\nSchool. He also was a student athlete at the University of New Orleans, playing basketball\nwith the Privateers. During his college years, he was named the Sun Belt Conference Player of\nthe Year in 2007. As a basketball professional his career record is unequivocal: a record leader\nin steals, EuroLeague Final Four player, Italian League Cup and Supercup winner. McCalebb\nwas named the Italian League MVP. He also won the EuroLeague's Alphonso Ford Trophy.\nHe is an impeccable man, who walks humbly!\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Cm. King).\nAPPEARED.\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4653\n2/41", - "page_number": 2 + "page_content": "- Topic: Amendment to Motion M-23-252\n- Summary: Amendment to Motion M-23-252 aimed at authorizing the CAO to secure informal bids for emergency procurement of vehicles and heavy equipment, with a total cost not to exceed $95,000,000.\n- Ordinance Number: M-23-252\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: Authorization for CAO to secure bids for emergency procurement\n- Tags/Keywords: Amendment, Motion, Authorization, Procurement\n- UID: 27e5059d-7708-485e-9974-ca47fad964bf\n\n- Topic: Suspension of Rules for Ordinance on First Reading\n- Summary: Councilmember King introduced an ordinance on first reading, and the council voted to suspend the rules to consider it.\n- Ordinance Number: CAL. NO. 34,190\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: Suspension of the rules for consideration of the ordinance on first reading\n- Tags/Keywords: Suspension of Rules, First Reading, Councilmember King\n- UID: 27e5059d-7708-485e-9974-ca47fad964bf", + "uid": "27e5059d-7708-485e-9974-ca47fad964bf", + "publish_date": "5-25-2023", + "page_number": 54, + "title": "Regular City Council Minutes 5-25-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4653\n11/15/23, 7:49 PM\n44. CAL. NO. 34,377 - BY: COUNCILMEMBER THOMAS (BY REQUEST)\nBrief:\nAn Ordinance authorizing the Mayor of the City of New Orleans to enter into a Cooperative\nEndeavor Agreement between the City of New Orleans (the \"City\"), and the Center for the\nInnovative Training of Youth (C.I.T.Y), Inc. d/b/a STEM NOLA for three (3) years, for the\npublic purpose of expanding programming for the purpose of exposing, inspiring, and\nengaging members of the community into the world of Science, Technology, Engineering and\nMathematics (STEM), as more fully detailed in the Cooperative Endeavor Agreement form\nattached hereto as Exhibit \"A\"; and otherwise to provide with respect thereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 12/22/23).\nSPEAKER CARD:\nGeorge Mahdi - Info. Only\n34377 - 29641 M.C.S.\nLEGISLATIVE GROUPING\n49.\n49a. MOTION (LYING OVER) - NO. M-23-386 - BY: COUNCILMEMBER THOMAS\nBrief:\nExtending for the period of 120 days, the interim appointment of Sarah McLaughlin-Porteous\nas Acting Director of the Department of Public Works.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/22/23).\n(Referred to the Governmental Affairs Committee).\nSPEAKER CARD:\nMichael Burnside- In Support\nM-23-386 Lying Over\n49b. AMENDMENT TO MOTION NO. M-23-386 - BY: COUNCILMEMBER MORRELL\nM-23-386 Amendment\nBrief: 1. In the first \"BE IT MOVED\" paragraph, delete \"120\" and insert in lieu thereof \"90\".\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 1/5/24).\nWITHDRAWN.\n496. AMENDMENT TO MOTION NO. M-23-386 - BY: COUNCILMEMBER MORRELL\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4653\n3/41", - "page_number": 3 + "page_content": "- Topic: Zoning Change from HMR-2 to HMC-2 District\n- Summary: The ordinance seeks to change the zoning from an HMR-2 Historic Marigny/Trem\u00e9/Bywater Residential District to an HMC-2 Historic Marigny/Trem\u00e9/Bywater Commercial District for specific lots in Square 623 & 624. \n- Ordinance Number: 34190\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The zoning change ordinance was passed with unanimous support from the council members.\n- Tags/Keywords: Zoning, HMR-2, HMC-2, District, Ordinance\n- UID: 28993eb4-f55a-456f-a644-2d861a0a8a6e\n\n- Topic: Amendment to Cooperative Endeavor Agreement\n- Summary: This ordinance authorizes the Mayor to enter into Amendment No. 1 to extend the Cooperative Endeavor Agreement with the Children\u2019s Bureau of New Orleans for an additional year, modify compensation, and amend certain terms and conditions for mental health services to youth.\n- Ordinance Number: 34191\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 1 NAY, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed with a majority vote, with one council member voting against it.\n- Tags/Keywords: Amendment, Cooperative Endeavor Agreement, Children\u2019s Bureau, Mental Health Services, Youth\n- UID: 28993eb4-f55a-456f-a644-2d861a0a8a6e\n\n- Topic: Conditional Use for Alcohol Beverage Sales\n- Summary: The ordinance establishes a conditional use to permit alcohol beverage sales in an existing standard restaurant in specific districts and addresses.\n- Ordinance Number: 34192\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 2 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed with a majority vote, despite some opposition from council members.\n- Tags/Keywords: Conditional Use, Alcohol Beverage Sales, Restaurant, Historic Urban Neighborhood Business District, Magazine Street Use Restriction Overlay District\n- UID: 28993eb4-f55a-456f-a644-2d861a0a8a6e", + "uid": "28993eb4-f55a-456f-a644-2d861a0a8a6e", + "publish_date": "5-25-2023", + "page_number": 55, + "title": "Regular City Council Minutes 5-25-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4653\n11/15/23, 7:49 PM\nM-23-386 Amendment 02\n54. RESOLUTION - NO. R-23-422 - BY: COUNCILMEMBERS KING, GREEN AND\nTHOMAS\nBrief:\nApproving the following disbursement of the 2022 reserve, subject to the availability of funds:\nOPSB\nOffice of Student Support & Attendance\n(Mahalia Site) $1,932,172.55\nOPSB Therapeutic Program $1,932,172.55\nServices for Court-Involved Youth $1,932,172.55\nTotal Allocation $5,796,517.65\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 1/5/24).\nSPEAKER CARDS:\nMichael Burnside - In Opposition\nBrian P. Egana - In Support\nStuart Gay - In Support\nR-23-422\nOlin G Parker - Public Comment - Email\nCONSENT AGENDA\nB.\nCOMMUNICATION - FROM ERIN SPEARS - CHIEF OF STAFF & COUNSEL,\n1.\nCOUNCIL UTILITIES REGULATORY OFFICE\nBrief:\nSubmitting the transmittal document for communications related to electric and gas utility\nmatters to be received by the Council of the City of New Orleans at its meeting on September\n7, 2023:\nC. Communications from Entergy New Orleans, LLC (\"ENO\")\n1\n. Environmental Adjustments for the September 2023 Billing Cycle, UD-18-07\nScott M Celino - ENOL EAC - September 2023 Billing Month\n. Purchased Gas Adjustments for the September 2023 Billing Cycle, UD-18-07\nScott M Celino - ENOL PGA Filing Package September 2023 Billing Month_updated\n3. Purchased Power Cost Recovery Adjustments for the September 2023 Billing Cycle, UD-18-\n07\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4653\n4/41", - "page_number": 4 + "page_content": "- Topic: Temporary Fee Waiver for A.P. Tureaud Civil Rights Memorial Park\n- Summary: The ordinance aims to temporarily waive certain fees, permit fees, and requirements within and around A.P. Tureaud Civil Rights Memorial Park for Plessy Day 2023. The waiver duration and boundaries are specified. \n- Ordinance Number: 34193\n- Votes Summary:\n Vote 1: Passed - (8 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance passed with a unanimous vote.\n- Tags/Keywords: Fee waiver, A.P. Tureaud Civil Rights Memorial Park, Plessy Day 2023\n- UID: 7020674b-ebb0-4d5c-a148-69073972f302\n\n- Topic: Temporary Fee Waiver for NORD Lafite Greenway\n- Summary: This ordinance seeks to temporarily waive certain fees, permit fees, and requirements within and around NORD Lafite Greenway for The First Annual Unity and Resource Picnic. The duration and boundaries of the waiver are specified.\n- Ordinance Number: 34194\n- Votes Summary:\n Vote 1: Passed - (8 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance passed with a unanimous vote.\n- Tags/Keywords: Fee waiver, NORD Lafite Greenway, Unity and Resource Picnic\n- UID: 7020674b-ebb0-4d5c-a148-69073972f302\n\n- Topic: Amendment to Ordinance No. 29239 MCS\n- Summary: This ordinance aims to amend and reordain Ordinance No. 29239 MCS (Cal. No. 33,898) to provide an effective date for the ordinance. \n- Ordinance Number: 34195\n- Votes Summary:\n Vote 1: Passed - (8 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance passed with a unanimous vote.\n- Tags/Keywords: Amendment, Ordinance No. 29239 MCS\n- UID: 7020674b-ebb0-4d5c-a148-69073972f302\n\n- Topic: Designation of Temporary \"Clean Zone\" for 2023 Essence Festival\n- Summary: This ordinance provides for the designation of public property within designated areas of the City of New Orleans as a temporary \"Clean Zone\" during the 2023 Essence Festival. It also includes the temporary prohibition of certain permits in the designated areas.\n- Ordinance Number: 34196\n- Votes Summary:\n Vote 1: Passed - (8 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance passed with a unanimous vote.\n- Tags/Keywords: Clean Zone, 2023 Essence Festival, permit prohibition\n- UID: 7020674b-ebb0-4d5c-a148-69073972f302", + "uid": "7020674b-ebb0-4d5c-a148-69073972f302", + "publish_date": "5-25-2023", + "page_number": 56, + "title": "Regular City Council Minutes 5-25-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4653\n11/15/23, 7:49 PM\nScott Celino - ENOL PPCR September 2023 Billing Month\nFuel Adjustments for the September 2023 Billing Cycle, UD-18-07\n4.\nScott Celino - ENOL FAC September 2023 Billing Package (1)\nScott M Elino - ENOL FAC KWH Log Sheet (2)\n5. Final Formula Rate Plan Rate Adjustments, UD-18-07\nCourtney R Nicholson - 01 2023 FRP Trasmittal Letter-Final FRP Adj - UD-18-07\n2023 Annual Gas Report, submitted pursuant to Resolution R-05-18 and R-06-401\n6.\nKevin T Boleware - ENOL 2023 PGA Annual Filing - Public - R-05-518 and R-06-401\nFormula Rate Plan Extension Proposal, UD-18-07\nCourtney R Nicholson - 2023 ENO FRP Extension Motion w Trans Letter Final - UD-18-07\n. New Orleans Power Station O&M Expenditures, submitted pursuant to Resolutions R-19-78\n00\nand R-21-153\nKevin T Boleware - 2023-08-24 ENO Semi-Annual NOPS OM Report thru June 2023\nD. Other Communications\nPetition for Intervention, submitted by the Alliance for Affordable Energy, UD-23-01\n1.\nJesse S George - Petition for Intervention - UD-23-01\nFindings and Recommendations for Sewerage and Waterboard Appeals, submitted by\n2.\nHammerman & Gainer, LLC\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED.\nSPEAKER CARD:\nMichael Burnside - Info. Only\nScott Spivey - Findings and Recommendations S AND WB\n2\n.. COMMUNICATION - FROM LORETTA KATHERINE HARMON, PRESIDENT,\nLKHARMON, ARCHITECTS\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4653\n5/41", - "page_number": 5 + "page_content": "- Topic: Clean Zone Area Ordinance\n- Summary: The ordinance aims to establish the Clean Zone area and prohibit certain business and commercial activities within the defined zone. It also outlines fines and penalties for violations and includes a sunset period for applicability.\n- Ordinance Number: 34196\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance was passed with unanimous support from the council members.\n- Tags/Keywords: Clean Zone, Business Prohibition, Fines, Sunset Period\n- UID: a8234c61-f836-4681-9852-5aa1bacc69cd\n\n- Topic: Bonus Annual Leave for NOPD Officers\n- Summary: This ordinance directs the Department of City Civil Service to evaluate and provide recommendations for amending Rule VIII to establish a bonus annual leave day for NOPD commissioned officers who meet certain fitness standards on a yearly basis.\n- Ordinance Number: 34197\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance was passed unanimously by the council members.\n- Tags/Keywords: NOPD, Bonus Annual Leave, Fitness Standards\n- UID: a8234c61-f836-4681-9852-5aa1bacc69cd\n\n- Topic: Amendments to International Building Code\n- Summary: This ordinance seeks to amend and reordain Section 26-15 of the Code of the City of New Orleans, specifically related to the City's amendments to the adopted International Building Code, 2015 Edition, with a focus on the Stormwater Code and various standards.\n- Ordinance Number: 34198\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance was passed unanimously by the council members.\n- Tags/Keywords: Building Code Amendments, Stormwater Code, Plan Review\n- UID: a8234c61-f836-4681-9852-5aa1bacc69cd\n\n- Topic: Licensing of Hotels and Motels\n- Summary: This ordinance aims to establish a new section in the Code of the City of New Orleans related to ownership of hotels and motels for licensing purposes.\n- Ordinance Number: 34199\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance was passed unanimously by the council members.\n- Tags/Keywords: Hotel Licensing, Motel Ownership, City Code\n- UID: a8234c61-f836-4681-9852-5aa1bacc69cd", + "uid": "a8234c61-f836-4681-9852-5aa1bacc69cd", + "publish_date": "5-25-2023", + "page_number": 57, + "title": "Regular City Council Minutes 5-25-2023" }, { - "page_content": "11/15/23, 7:49 PM\ncityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4653\nBrief:\nRequesting to appeal the Vieux Carr\u00e9 Commission's decision of \"denial\" to retain painted\nbrick and mounted gas heaters for property located at 711 Bourbon Street.\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED. (Hearing Date Set For 9/21/23).\nVCC APPEAL LETTER - Loretta Katherine Harmon - 711 Bourbon St\nCOMMUNICATION - FROM ELIZABETH BRUSSEAU, M.P.S ., DEPUTY DIRECTOR\n3.\nFOR CITY COUNCIL RELATIONS, OFFICE OF MAYOR LATOYA CANTRELL\nBrief:\nSubmitting a proposed agreement pursuant to Rule 57, between the City of New Orleans and\nIPL North America, Inc, to extend the contract who provides curbside recycling carts, a\ncompleted contract Summary Form and the related Motion.\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED. (See Motion No. M-23- 399).\nCOMMUNICATION - Elizabeth W Brusseau - IPL - Contract Amendment\nCOMMUNICATION - FROM ELIZABETH BRUSSEAU, M.P.S ., DEPUTY DIRECTOR\n4.\nFOR CITY COUNCIL RELATIONS, OFFICE OF MAYOR LATOYA CANTRELL\nBrief:\nSubmitting a motion pursuant to Rule 57, allowing the Sanitation Department to enter into a\n3rd amendment to a contract with MDL Enterprises. MDL provides roll-off truck service with\noperator to supplement the Department of Sanitation's operation.\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED. (See Motion No. M-23- 400).\nCOMMUNICATION - Elizabeth W Brusseau - MDL Contract Amendment\nCOMMUNICATION - FROM ELIZABETH W. BRUSSEAU, M.P.S ., DEPUTY\n5.\nDIRECTOR FOR CITY COUNCIL RELATIONS, OFFICE OF MAYOR LATOYA\nCANTRELL\nBrief:\nSubmitting a motion pursuant to Rule 57, permitting entrance into a memorandum of\nunderstanding between the City and JPSO for the disbursement of State of Louisiana Gulf\nCoast High Intensity Drug trafficking Area (HIDTA) program funds (not to exceed $47,700),\nthe MOU has a duration of 2 years.\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED. (See Motion No. M-23-401).\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4653\n6/41", - "page_number": 6 + "page_content": "- Topic: Amendment to Cooperative Endeavor Agreement for AOT Program\n- Summary: The ordinance authorizes the Mayor to enter into an amendment to the Cooperative Endeavor Agreement with Healing Minds Nola to support the New Orleans Assisted Outpatient Treatment program. The amendment includes the coordination of physicians for mental health evaluations, compensation for physicians, and connecting individuals to mental health resources. \n- Ordinance Number: CAL. NO. 34,200\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed without any opposing votes.\n- UID: fbe09a7d-b55a-4cc1-8b42-f618a467d7d4\n\n- Topic: Amendment to Cooperative Endeavor Agreement for Drainage Project\n- Summary: This ordinance authorizes the Mayor to enter into an amendment to the Cooperative Endeavor Agreement with the New Orleans Redevelopment Authority for the Drainage Pump Station 01 Watershed Drainage and Green Infrastructure Project. The amendment extends the term of the agreement for an additional four years.\n- Ordinance Number: CAL. NO. 34,201\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed without any opposing votes.\n- UID: fbe09a7d-b55a-4cc1-8b42-f618a467d7d4\n\n- Topic: Authorization for Cooperative Endeavor Agreement\n- Summary: This ordinance authorizes the Mayor to enter into a Cooperative Endeavor Agreement for an unspecified purpose.\n- Ordinance Number: CAL. NO. 34,202\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: The outcome of the vote was not specified in the provided information.\n- UID: fbe09a7d-b55a-4cc1-8b42-f618a467d7d4", + "uid": "fbe09a7d-b55a-4cc1-8b42-f618a467d7d4", + "publish_date": "5-25-2023", + "page_number": 58, + "title": "Regular City Council Minutes 5-25-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4653\n11/15/23, 7:49 PM\nCOMMUNICATION - Elizabeth W Brusseau - HIDTA - Program - Memorandum City and\nJPSO -\nREPORT - OF THE EXECUTIVE DIRECTOR OF THE CITY PLANNING\n6.\nCOMMISSION\nBrief:\nTransmitting Zoning Docket Numbers 63/23 - All Cms ., 64/23 - Cm. Harris, 66/23 - Cm. King\nand 67/23 - Green, Cn. Deadline 11/6/23.\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED. (Hearing Date Set For 9/21/23).\nTransmittal letter for 8-22-23 CPC meeting\nREPORT - OF THE EXECUTIVE DIRECTOR OF THE CITY PLANNING\n2\nCOMMISSION\nBrief:\nTransmitting the Street Name Change for 002/23 - Cm. Harris, Cn. Deadline None.\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED. ( Hearing Date Set For 9/21/23).\nTransmittal letter for 8-22-23 CPC meeting (SNC).\nCAL. NO. 34,342 - BY: COUNCILMEMBER GREEN\n8.\nBrief:\nAn Ordinance to effect a Zoning Change from a LI Light Industrial District to an MU-1\nMedium Intensity Mixed-Use District for the entirety of Square 1804, in the Third Municipal\nDistrict, bounded by Franklin Avenue, Abundance Street, Agriculture Street, and Eads Street\n(Municipal Addresses: 2905-2941 Franklin Avenue); and otherwise to provide with respect\nthereto. (ZONING DOCKET NO. 42/23)\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(90 Day, Cn. Deadline 10/25/23).\n(Cn. Deadline 10/19/23).\nADOPTED.\n34342 - 29634 M.C.S.\n9. CAL. NO. 34,343 - BY: COUNCILMEMBER HARRIS\nBrief:\nAn Ordinance to establish a Conditional Use to permit the retail sale of packaged alcoholic\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4653\n7/41", - "page_number": 7 + "page_content": "- Topic: Endeavor Agreement between the City of New Orleans and University Medical Center Management Corporation\n- Summary: The ordinance aims to establish a Community Endeavor Agreement (\u201cCEA\u201d) between the City of New Orleans and University Medical Center Management Corporation for the purpose of reducing community violence. The agreement is for a term greater than one year. \n- Ordinance Number: 34202\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed without any opposing votes.\n- UID: d213701b-0002-40d0-9063-0f8c52e6c3f9\n\n- Topic: Appropriation of grant funds for the Urban Area Security Initiative\n- Summary: This ordinance seeks to amend the operating budget to appropriate grant funds awarded by the State of Louisiana to the Office of Homeland Security for the Urban Area Security Initiative.\n- Ordinance Number: 34203\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 0 NAYS, 1 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed with a majority of yeas and one abstain vote.\n- UID: d213701b-0002-40d0-9063-0f8c52e6c3f9\n\n- Topic: Appropriation of grant funds for the State Homeland Security Program\n- Summary: This ordinance aims to amend the operating budget to appropriate grant funds to the Office of Homeland Security for the State Homeland Security Program to purchase equipment and supplies.\n- Ordinance Number: 34204\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed unanimously without any opposing votes.\n- UID: d213701b-0002-40d0-9063-0f8c52e6c3f9", + "uid": "d213701b-0002-40d0-9063-0f8c52e6c3f9", + "publish_date": "5-25-2023", + "page_number": 59, + "title": "Regular City Council Minutes 5-25-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4653\n11/15/23, 7:49 PM\nbeverages in a CBD-5 Urban Core Neighborhood Lower Intensity Mixed-Use District, on\nSquare 256, Parcel 2 or Lots A and 37, in the First Municipal District, bounded by Howard\nAvenue, Baronne Street, O'Keefe Avenue, and Julia Street (Municipal Address: 929 Howard\nAvenue); and otherwise to provide with respect thereto. (ZONING DOCKET NO. 43/23)\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(90 Days, Cn. Deadline 10/25/23).\n(Cn. Deadline 10/19/23).\nADOPTED.\n34343 - 29635 M.C.S.\n10. CAL. NO. 34,344 - BY: COUNCILMEMBER HARRIS\nBrief:\nAn Ordinance to amend and reordain Article 17, Section 17.3.A - Table 17-1 Permitted and\nConditional Uses and any corresponding charts and tables of the Comprehensive Zoning\nOrdinance (Ordinance No. 4264 M.C.S ., as amended by Ordinance No. 26,413 M.C.S. and\nsubsequent amendments) to add \"broadcasting studio\" as a permitted use in the CBD-5 Urban\nCore Neighborhood Lower Intensity Mixed-Use District. The text amendment will affect\nregulations that are applied to the CBD-5 District, which is in the Central Business District\nand encompasses Lafayette Square and much of the surrounding area; and otherwise to\nprovide with respect thereto. (ZONING DOCKET NO. 46/23)\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(90 Day, Cn. Deadline 10/25/23).\n(Cn. Deadline 10/19/23).\nADOPTED.\n34344 - 29636 M.C.S.\n11. MOTION (LYING OVER) - NO. M-23-385 - BY: COUNCILMEMBERS GIARRUSSO\nAND MORENO\nBrief:\nDirecting the City Planning Commission to conduct a public hearing to consider amending\nand re-ordaining Ordinance No. M.C.S. 4264, as amended by Ordinance No. 26,413 M.C.S .,\nas amended, the Comprehensive Zoning Ordinance of the City of New Orleans, to consider\namending the Accessory Structures and Uses of Mechanical Equipment to add minimum\ndistance, height, and sealing requirements for electrical back-up generators.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/22/23).\n(Referred to the Quality of Life Committee).\n(Quality of Life Committee recommended approval).\nADOPTED.\nM-23-385 Lying Over\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4653\n8/41", - "page_number": 8 + "page_content": "- Topic: Appropriating grant funds for the Office of Homeland Security\n- Summary: The ordinance aims to allocate grant funds to the Office of Homeland Security for the State Homeland Security Program to purchase equipment and supplies. \n- Ordinance Number: 34,206\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The ordinance passed without any amendments.\n- Tags/Keywords: Grant funds, Homeland Security, Equipment, Supplies\n- UID: 97d890ec-61bd-443b-b192-2b21b3497471\n\n- Topic: Appropriating unspent grant funds for the Department of Homeland Security\n- Summary: This ordinance seeks to appropriate unspent grant funds awarded by the State of Louisiana to the Department of Homeland Security for the purchase of equipment and supplies.\n- Ordinance Number: 34,207\n- Votes Summary:\n Vote 1: Passed - (8 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance passed without any amendments.\n- Tags/Keywords: Unspent grant funds, Homeland Security, Equipment, Supplies\n- UID: 97d890ec-61bd-443b-b192-2b21b3497471\n\n- Topic: Appropriating unspent grant funds for the Department of Homeland Security\n- Summary: This ordinance aims to appropriate unspent grant funds awarded by the State of Louisiana to the Department of Homeland Security for the purchase of equipment and supplies.\n- Ordinance Number: 34,208\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 2 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance passed with some amendments.\n- Tags/Keywords: Unspent grant funds, Homeland Security, Equipment, Supplies\n- UID: 97d890ec-61bd-443b-b192-2b21b3497471", + "uid": "97d890ec-61bd-443b-b192-2b21b3497471", + "publish_date": "5-25-2023", + "page_number": 60, + "title": "Regular City Council Minutes 5-25-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4653\n11/15/23, 7:49 PM\n12. MOTION - NO. M-23-397 - BY: COUNCILMEMBER HARRIS\nBrief:\nRatifying, confirming and approving the reappointment of Cherie Teamer Henley, as a\nmember of the Industrial Development Board, effective upon approval by the Council of the\nCity of New Orleans, for a term that will expire on January 1, 2029.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 1/5/24).\n(Questionnaire received. Governmental Affairs Committee recommended approval).\nADOPTED.\nM-23-397\n13. MOTION - NO. M-23-399 - BY: COUNCILMEMBERS THOMAS AND GREEN (BY\nREQUEST)\nBrief:\nAdding the President of the Council as a signatory to the Amendment to the bid contract\nbetween the Department of Sanitation and IPL North America, Inc, and authorizing the\nPresident of the Council to sign the Amendment to the bid contract between the Department of\nSanitation and IPL North America, Inc.\nAnnotation:\n(Council Rule 34. Postponement Deadline 1/5/24).\n(Public Works Committee recommended approval).\nADOPTED.\nM-23-399\n14. MOTION - NO. M-23-400 - BY: COUNCILMEMBERS THOMAS AND GREEN (BY\nREQUEST).\nBrief:\nAdding the President of the Council as a signatory to the Amendment to the bid contract\nbetween the Department of Sanitation and MDL Enterprises, LLC; and authorizing the\nPresident of the Council to sign the Amendment to the bid contract between the Department of\nSanitation and MDL Enterprises, LLC.\nAnnotation:\n(Council Rule 34. Postponement Deadline 1/5/24).\n(Public Works Committee recommended approval).\nADOPTED.\nM-23-400\n15. MOTION - NO. M-23-401 - BY: COUNCILMEMBERS THOMAS AND GREEN (BY\nREQUEST).\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4653\n9/41", - "page_number": 9 + "page_content": "- Topic: Appropriation of grant funds for the Emergency Management Performance Grant (EMPG) Program\n- Summary: Ordinance to amend the operating budget of revenues and expenditures for the City of New Orleans for the year 2023 to appropriate grant funds to the Department of Homeland Security for the EMPG Program to purchase equipment and supplies.\n- Ordinance Number: 34,209\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed with unanimous support from the council members.\n- Tags/Keywords: Grant funds, Emergency Management Performance Grant, Budget appropriation\n- UID: 286a06fc-85f1-4c75-aa90-36d9fd4c47b2\n\n- Topic: Appropriation of grant funds for the Emergency Management Performance Grant (EMPG) Program\n- Summary: Ordinance to amend the operating budget of expenditures for the City of New Orleans for the year 2023 to appropriate grant funds to the Department of Homeland Security for the EMPG Program to purchase equipment and supplies.\n- Ordinance Number: 34,210\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed with unanimous support from the council members.\n- Tags/Keywords: Grant funds, Emergency Management Performance Grant, Budget appropriation\n- UID: 286a06fc-85f1-4c75-aa90-36d9fd4c47b2\n\n- Topic: Appropriation of grant funds for clearance testing costs at New Orleans Facilities post-Hurricane Katrina\n- Summary: Ordinance to amend the operating budget of revenues for the City of New Orleans for the year 2023 to appropriate grant funds awarded by FEMA to cover the eligible clearance testing costs at New Orleans Facilities during the aftermath of Hurricane Katrina.\n- Ordinance Number: 34,211\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed with unanimous support from the council members.\n- Tags/Keywords: Grant funds, FEMA, Hurricane Katrina, Budget appropriation\n- UID: 286a06fc-85f1-4c75-aa90-36d9fd4c47b2", + "uid": "286a06fc-85f1-4c75-aa90-36d9fd4c47b2", + "publish_date": "5-25-2023", + "page_number": 61, + "title": "Regular City Council Minutes 5-25-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4653\n11/15/23, 7:49 PM\nBrief:\nAdding the President of the Council as a signatory to the memorandum of understanding\nbetween the City of New Orleans and JPSO; and authorizing the President of the Council to\nsign the memorandum of understanding between the City of New Orleans and JPSO (Exhibit\nA).\nAnnotation:\n(Council Rule 34. Postponement Deadline 1/5/24).\n(Public Works Committee recommended approval).\nADOPTED.\nM-23-401\n16. MOTION - NO. M-23-402 - BY: COUNCILMEMBER HARRIS\nBrief:\nRatifying, confirming and approving the appointment of Alex Glaser (vice Judy Barrasso), as\na member of the Downtown Development District, effective upon approval by the Council of\nthe City of New Orleans, for a term that will expire on June 30, 2028.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 1/5/24).\n(Questionnaire received. Governmental Affairs Committee recommended approval).\nADOPTED.\nM-23-402\n17. MOTION - NO. M-23-407 - BY: COUNCILMEMBER GREEN (BY REQUEST).\nBrief:\nRatifying, confirming and approving the Mayor's reappointment of Michael Bagneris, as a\nmember of the New Orleans Aviation Board, effective upon approval by the Council of the\nCity of New Orleans, for a term that will expire on June 30, 2028.\nAnnotation:\n(Council Rule 34. Postponement Deadline 1/5/24).\n(Questionnaire received. Governmental Affairs Committee recommended approval).\nADOPTED.\nM-23-407\n18. MOTION - NO. M-23-408 - BY: COUNCILMEMBER HARRIS (BY REQUEST)\nBrief:\nRatifying, confirming and approving the Mayor's reappointment of John G. Boyd, as a\nmember of the Central Business District Historic District Landmarks Commission, effective\nupon approval by the Council of the City of New Orleans, for a term that will expire on June\n30, 2026.\nAnnotation:\n(Council Rule 34. Postponement Deadline 1/5/24).\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4653\n10/41", - "page_number": 10 + "page_content": "- Topic: Amendment of Operating Budget for Expenditures for Hurricane Katrina Clearance Testing Costs\n- Summary: The ordinance aimed to appropriate grant funds awarded by FEMA to cover eligible clearance testing costs at New Orleans Facilities after Hurricane Katrina. \n- Ordinance Number: 34,213\n- Votes Summary:\n Vote 1: Passed - (8 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed without any amendments.\n- Tags/Keywords: FEMA, operating budget, Hurricane Katrina, grant funds\n- UID: 645411bf-dd91-4e0c-852f-9097a10adb6e\n\n- Topic: Amendment of Operating Budget for Revenues for Hurricane Ida Debris Removal\n- Summary: This ordinance sought to appropriate grant funds awarded by FEMA for debris removal costs after Hurricane Ida.\n- Ordinance Number: 34,214\n- Votes Summary:\n Vote 1: Passed - (8 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed without any amendments.\n- Tags/Keywords: FEMA, operating budget, Hurricane Ida, grant funds, debris removal\n- UID: 645411bf-dd91-4e0c-852f-9097a10adb6e\n\n- Topic: Amendment of Operating Budget for Expenditures for Hurricane Ida Debris Removal\n- Summary: This ordinance aimed to appropriate grant funds awarded by FEMA for debris removal costs after Hurricane Ida.\n- Ordinance Number: 34,215\n- Votes Summary:\n Vote 1: Passed - (8 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed without any amendments.\n- Tags/Keywords: FEMA, operating budget, Hurricane Ida, grant funds, debris removal\n- UID: 645411bf-dd91-4e0c-852f-9097a10adb6e", + "uid": "645411bf-dd91-4e0c-852f-9097a10adb6e", + "publish_date": "5-25-2023", + "page_number": 62, + "title": "Regular City Council Minutes 5-25-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4653\n11/15/23, 7:49 PM\n(Questionnaire received. Governmental Affairs Committee recommended approval).\nADOPTED.\nM-23-408\n19. MOTION - NO. M-23-409 - BY: COUNCILMEMBERS MORRELL (BY REQUEST)\nAND MORENO\nBrief:\nRatifying, confirming and approving the Mayor's appointment of Gregory W. Carroll (vice\nJoseph Nicolosi), as a member of the New Orleans Aviation Board representing the City of\nKenner (Louisiana), effective upon approval by the Council of the City of New Orleans, for a\nterm that will expire on June 30, 2027.\nAnnotation:\n(Council Rule 34. Postponement Deadline 1/5/24).\n(Questionnaire received. Governmental Affairs Committee recommended approval).\nADOPTED.\nM-23-409\nMOTION TO ADOPT CONSENT AGENDA AND REFER OTHER MATTERS TO THE\nE.\nPROPER AGENCY.\n: AND THE CONSENT AGENDA WAS ADOPTED.\nLEGISLATIVE GROUPING\n1.\nla. COMMUNICATION - FROM ELIZABETH HOLMAN, DIRECTOR OF LAND USE,\nCOUNCILMEMBER LESLI HARRIS, DISTRICT \"B\"\nBrief:\nTransmitting the Mayor's Office of Economic Development's recommendation of disapproval,\nand requesting the scheduling of a public hearing, for the following Restoration Tax\nAbatement application:\n* RTA #20220510, 1306 Magazine Street, Summit NOLA IV LLC\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Communication received at the meeting of 8/10/23).\nCONTINUED TO THE MEETING OF 9/21/23.\nRTA Report Elizabeth Holzman Dist B 1306 Magazine St\n1b. RESOLUTION (LYING OVER) - NO. R-23-379 - BY: COUNCILMEMBER HARRIS\nBrief:\nA resolution Approving RTA Application #20210510, 1306 Magazine Street, Summit NOLA\nIV LLC.\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4653\n11/4", - "page_number": 11 + "page_content": "- Topic: Appropriation of FEMA grant funds for debris removal costs after Hurricane Ida\n- Summary: The ordinance aimed to amend the operating budget to appropriate grant funds awarded by FEMA to the Chief Administrative Office for debris removal costs incurred during the aftermath of Hurricane Ida.\n- Ordinance Number: CAL. NO. 34,216\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed without any opposing votes.\n- Tags/Keywords: FEMA grant funds, debris removal, Hurricane Ida, budget amendment\n- UID: 3e3e9267-c958-4a01-bd55-44c50ac4f9a0\n\n- Topic: Appropriation of unspent ACT 119 funds to the New Orleans Recreation Development Commission\n- Summary: This ordinance aimed to amend the operating budget to appropriate unspent ACT 119 funds to the New Orleans Recreation Development Commission.\n- Ordinance Number: CAL. NO. 34,217\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed without any opposing votes.\n- Tags/Keywords: ACT 119 funds, budget amendment, New Orleans Recreation Development Commission\n- UID: 3e3e9267-c958-4a01-bd55-44c50ac4f9a0\n\n- Topic: Amendment of operating budget to appropriate unspent ACT 119 funds to the New Orleans Recreation Development Commission\n- Summary: This ordinance aimed to amend the operating budget to appropriate unspent ACT 119 funds to the New Orleans Recreation Development Commission.\n- Ordinance Number: CAL. NO. 34,218\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed without any opposing votes.\n- Tags/Keywords: ACT 119 funds, budget amendment, New Orleans Recreation Development Commission\n- UID: 3e3e9267-c958-4a01-bd55-44c50ac4f9a0", + "uid": "3e3e9267-c958-4a01-bd55-44c50ac4f9a0", + "publish_date": "5-25-2023", + "page_number": 63, + "title": "Regular City Council Minutes 5-25-2023" }, { - "page_content": "11/15/23, 7:49 PM\ncityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4653\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/22/23).\nCONTINUED TO THE MEETING OF 9/21/23.\nR-23-379 Lying Over\nLEGISLATIVE GROUPING\n1.\nla. DEMOLITION REQUEST - OF LYNNETTE GORDON, SPECTRUM DESIGNS, LLC\nBrief:\nTransmitting the application documents for a demolition permit requiring City Council review\nand approval for the following property:\n* 1432 Touro Street, 23-15675-DEMO-RSFD - Council District \"C\"\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Cm. King, District C, Cn. Deadline 9/10/23).\n(Communication received at the meeting of 7/27/23).\n(Report received at the meeting of 8/10/23). ON DEADLINE.\nHEARING HELD.\nONLINE SPEAKERS:\nTiffany French\nAngelle Bradford\nAdam Tatar\nCaitlin Morgenstern\nPatrick Hernandez\nLeopoldo Yanez\nDEMO - Lynette Gordan, Spectrum Designs, LLC\n1b. MOTION - NO. M-23-405 - BY: COUNCILMEMBER KING\nBrief:\nApproving the demolition request for the property located at 1432 Touro Street and\nauthorizing the Department of Safety and Permits to issue a demolition permit for said\nproperty.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 1/5/24).\nM-23-405\nLEGISLATIVE GROUPING\n2a. DEMOLITION REQUEST - OF DEBBIE CHAMPAGNE\n12/41\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4653", - "page_number": 12 + "page_content": "- Topic: Amendment of Operating Budget for Department of Health\n- Summary: The council considered two ordinances to appropriate grant funds to the Department of Health for Emergency Medical Services. The funds will be used to hire and train coordinators, purchase Naloxone kits, and develop informational and educational materials on substance, overdose, and prevention.\n- Ordinance Number: 34,219 & 34,220\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n Vote 2: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: Both ordinances were approved, allowing the appropriation of grant funds to the Department of Health for the specified purposes.\n- Tags/Keywords: Department of Health, Emergency Medical Services, Grant Funds\n- UID: 42be79c9-235b-4d15-bf56-325635a17c14\n\n- Topic: Amendment of Operating Budget for Office of Police Secondary Employment\n- Summary: The council considered an ordinance to appropriate additional funds to the Office of Police Secondary Employment due to the increase of Reserve Officers needed during Mardi Gras 2023.\n- Ordinance Number: 34,221\n- Votes Summary:\n Vote 1: Passed - (8 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance was approved, allowing the appropriation of additional funds to the Office of Police Secondary Employment for the specified purpose.\n- Tags/Keywords: Office of Police Secondary Employment, Mardi Gras 2023, Additional Funds\n- UID: 42be79c9-235b-4d15-bf56-325635a17c14", + "uid": "42be79c9-235b-4d15-bf56-325635a17c14", + "publish_date": "5-25-2023", + "page_number": 64, + "title": "Regular City Council Minutes 5-25-2023" }, { - "page_content": "11/15/23, 7:49 PM\ncityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4653\nBrief:\nTransmitting the application documents for a demolition permit requiring City Council review\nand approval for the following property:\n* 2431 Philip Street - 23-21599-DEMO - Council District \"B\"\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Cm. Harris, District B, Cn. Deadline 10/8/23).\n(Communication received at the meeting of 8/24/23).\n(Report received at the meeting of 8/24/23).\nHEARING HELD.\nDEMO - Debbie Champagne - 2431 Philip Street\n2b. MOTION - NO. M-23-415 - BY: COUNCILMEMBER HARRIS\nBrief:\nApproving the demolition request for the property located at 2431 Philip Street and\nauthorizing the Department of Safety and Permits to issue a demolition permit for said\nproperty.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 1/5/24).\nM-23-415\nLEGISLATIVE GROUPING\n3.\nDEMOLITION REQUEST - OF DEBBIE CHAMPAGNE\n3a.\nBrief:\nTransmitting the application documents for a demolition permit requiring City Council review\nand approval for the following property:\n* 1715-1717 Touro Street - 23-21669-DEMO - Council District \"D\"\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Cm. Green, District D, Cn. Deadline 10/8/23).\n(Communication received at the meeting of 8/24/23).\n(Report received at the meeting of 8/24/23).\nHEARING HELD.\nDEMO - Debbie Champagne - 1715-1717 Touro Street\n3b. MOTION - NO. M-23-412 - BY: COUNCILMEMBER GREEN\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4653\n13/41", - "page_number": 13 + "page_content": "- Topic: Amendment of Operating Budget for Police Secondary Employment during Mardi Gras 2023\n- Summary: The ordinance aims to appropriate additional funds to the Office of Police Secondary Employment due to the increase of Reserve Officers needed during Mardi Gras 2023.\n- Ordinance Number: 34221\n- Votes Summary:\n Vote 1: Passed - (8 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance passed with 8 in favor and 1 absent.\n- Tags/Keywords: Operating Budget, Police Secondary Employment, Mardi Gras 2023\n- UID: 25496484-48f8-46b6-982b-a0dcbe04a973\n\n- Topic: Appropriation of Funds for Hurricane Ida Related Expenses\n- Summary: The ordinance seeks to appropriate funds to the Office of the Mayor for Emergency and Recovery to reimburse various departments for Hurricane Ida related expenses.\n- Ordinance Number: 34222\n- Votes Summary:\n Vote 1: Passed - (9 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed with 9 in favor.\n- Tags/Keywords: Hurricane Ida, Emergency and Recovery, Fund Appropriation\n- UID: 25496484-48f8-46b6-982b-a0dcbe04a973\n\n- Topic: Additional Appropriation for Emergency Response and Recovery\n- Summary: This ordinance aims to amend the operating budget to appropriate funds to the Office of the Mayor for Emergency Response and Recovery to reimburse various departments for Hurricane Ida related expenses.\n- Ordinance Number: 34223\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The ordinance passed with 7 in favor and 2 absent.\n- Tags/Keywords: Emergency Response, Recovery, Operating Budget Amendment\n- UID: 25496484-48f8-46b6-982b-a0dcbe04a973", + "uid": "25496484-48f8-46b6-982b-a0dcbe04a973", + "publish_date": "5-25-2023", + "page_number": 65, + "title": "Regular City Council Minutes 5-25-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4653\n11/15/23, 7:49 PM\nBrief:\nApproving the demolition request for the property located at 1715-1717 Touro Street and\nauthorizing the Department of Safety and Permits to issue a demolition permit for said\nproperty.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 1/5/24).\nM-23-412\nLEGISLATIVE GROUPING\n4.\n4a. DEMOLITION REQUEST - OF DEBBIE CHAMPAGNE\nBrief:\nTransmitting the application documents for a demolition permit requiring City Council review\nand approval for the following property:\n* 1113-15 Music Street - 23-21611 - DEMO (DEMO-RSF2) - Council District \"C\"\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Cm. King, District C, Cn. Deadline 10/8/23).\n(Communication received at the meeting of 8/24/23).\n(Report received at the meeting of 8/24/23).\nHEARING HELD.\nDEMO - Debbie Champagne - 1113-15 Music Street\n4b. MOTION - NO. M-23-406 - BY: COUNCILMEMBER KING\nBrief:\nApproving the demolition request for the property located at 1113-1115 Music Street and\nauthorizing the Department of Safety and Permits to issue a demolition permit for said\nproperty.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 1/5/24).\nM-23-406\nn\n. HDLC APPEAL - OF JOHN C. WILLIAMS, ARCHITECTS, LLC\nBrief:\nRequesting to appeal the Historic District Landmarks Commission's decision of \"denial\" for\nthe removal of the decorative awning at the first floor of a contributing rated, four-story hotel\n- the fa\u00e7ade of the Aster for property located at 711 Canal Street.\nAnnotation:\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4653\n14/41", - "page_number": 14 + "page_content": "- Topic: Amendment of Operating Budget for Lineman Program Training\n- Summary: This ordinance aims to appropriate grant funds awarded by the Louisiana Workforce Commission to the Office of Workforce Development for enrolling and training clients for the Lineman Program. \n- Ordinance Number: 34225\n- Votes Summary:\n Vote 1: Passed - (8 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance passed with a unanimous vote, allowing for the appropriation of grant funds for the Lineman Program training.\n- Tags/Keywords: Budget Amendment, Lineman Program, Grant Funds, Workforce Development\n- UID: c7349e23-e4cf-4901-a6de-90e84dabcdc2\n\n- Topic: Amendment of Operating Budget for Lineman Program Training\n- Summary: Similar to the previous ordinance, this one also aims to appropriate grant funds awarded by the Louisiana Workforce Commission to the Office of Workforce Development for enrolling and training clients for the Lineman Program. \n- Ordinance Number: 34226\n- Votes Summary:\n Vote 1: Passed - (8 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance passed with a unanimous vote, allowing for the appropriation of grant funds for the Lineman Program training.\n- Tags/Keywords: Budget Amendment, Lineman Program, Grant Funds, Workforce Development\n- UID: c7349e23-e4cf-4901-a6de-90e84dabcdc2\n\n- Topic: Amendment of Operating Budget for Hurricane Ida Recovery Costs\n- Summary: This ordinance aims to appropriate grant funds awarded by FEMA to the Chief Administrative Office for removal and replacement costs of servers and security cameras following Hurricane Ida. \n- Ordinance Number: 34227\n- Votes Summary:\n Vote 1: Passed - (8 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance passed with a unanimous vote, allowing for the appropriation of grant funds for Hurricane Ida recovery costs.\n- Tags/Keywords: Budget Amendment, Hurricane Ida Recovery, FEMA Grant Funds, Chief Administrative Office\n- UID: c7349e23-e4cf-4901-a6de-90e84dabcdc2", + "uid": "c7349e23-e4cf-4901-a6de-90e84dabcdc2", + "publish_date": "5-25-2023", + "page_number": 66, + "title": "Regular City Council Minutes 5-25-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4653\n11/15/23, 7:49 PM\nELECTRONICALLY SUBMITTED.\n(Cm. King, District C, Cn. Deadline, 10/8/23).\n(Communication received at the meeting of 8/24/23).\n(Report received at the meeting of 8/24/23).\nCONTINUED TO THE MEETING OF 9/21/23.\nHDLC APPEAL - JOHN C. WILLIAMS - T80Y1U 711 CANAL STREET COMMISSION\nLETTER PRT 2\nHDLC APPEAL - JOHN C. WILLIAMS ARCHITECTS, LLC - 711 CANAL AWNING\nAPPEAL LETTER\n. LEGISLATIVE GROUPING\n6\nHDLC APPEAL - OF ROB SCHAFER\n6a.\nBrief:\nRequesting to appeal the Historic District Landmarks Commission's decision of \"approval\"\nfor the relocation of solar panels as per option 1 submitted by the applicant for the property\nlocated at 1221 Carondelet Street.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Cm. Harris, District B, Cn. Deadline, 10/8/23).\n(Communication received at the meeting of 8/24/23).\n(Report received at the meeting of 8/24/23).\nWITHDRAWN.\nHDLC APPEAL - Rob Schafer - 1221 Carondelet Street\n6aa. REVISED REPORT - OF THE DEPUTY DIRECTOR OF THE NEW ORLEANS\nHISTORIC DISTRICT LANDMARKS COMMISSION ' CENTRAL BUSINESS\nDISTRICT HISTORIC DISTRICT LANDMARKS COMMISSION\nBrief:\nSubmitting a revised report regarding an appeal of the Historic District Landmarks\nCommission's (HDLC) approval of the relocation of solar panels as per option 2 for the\nproperty located at 1221 Carondelet Street.\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED.\nRevised Report - HDLC APPEAL - 1221 Carondelet Street\n6b. MOTION - NO. M-23-416 - BY: COUNCILMEMBER HARRIS\nBrief:\nOverruling and granting the relocation of the solar panels for property located at 1221\nCarondelet Street.\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4653\n15/4", - "page_number": 15 + "page_content": "- Topic: Amendment of Operating Budget for FEMA Grant Funds\n- Summary: The ordinance aimed to amend the operating budget to appropriate grant funds awarded by FEMA for the removal and replacement costs of servers and security cameras after Hurricane Ida. The motion passed.\n- Ordinance Number: 34228\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: Appropriation of FEMA grant funds for server and security camera replacement\n- UID: 4e13a712-6720-4d5e-baa1-591a3818ffc0\n\n- Topic: Temporary Waiver of Fees for Event at Morris FX Jeff Sr. Park\n- Summary: The ordinance proposed to temporarily waive certain fees and permit requirements for an event at Morris FX Jeff Sr. Park. The motion passed.\n- Ordinance Number: 34229\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: Temporary waiver of fees and permit requirements for the specified event\n- UID: 4e13a712-6720-4d5e-baa1-591a3818ffc0", + "uid": "4e13a712-6720-4d5e-baa1-591a3818ffc0", + "publish_date": "5-25-2023", + "page_number": 67, + "title": "Regular City Council Minutes 5-25-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4653\n11/15/23, 7:49 PM\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 1/5/24).\nM-23-416\nM-23-416 As Amended\n6bb. AMENDMENT TO MOTION NO. M-23-416\nM-23-416 Amendment\n7. LEGISLATIVE GROUPING\nHDLC APPEAL - OF ANNIE G. MCBRIDE, STONE PIGMAN\n7a.\nBrief:\nRequesting to appeal the Historic District Landmarks Commission's decision of \"denial\" of an\napplication for demolition for the property located at 3012-14 Lowerline Street.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Cm. Harris, District B, Cn. Deadline, 10/8/23).\n(Communication received at the meeting of 8/24/23).\n(Report received at the meeting of 8/24/23).\nHEARING HELD.\nSPEAKER CARDS:\nAnnie McBride - In Support\nLauren Rocha - In Support\nHarold Baur - In Support\nJoseph Ricca - In Support\nKelly Wells Ponder - In Support\nTodd Higgins - In Support\nMichael Burnside - Info. Only\nHDLC APPEAL - Annie G. McBride - Letter re Appeal of HDLC Denial of Demolition\nApplication - 3012-14 Lowerline\n7b. MOTION - NO. M-23-417 - BY: COUNCILMEMBER HARRIS\nBrief:\nOverruling and granting the applicant's request for the property located at 3012-14 Lowerline\nStreet and authorizing the Department of Safety and Permits to issue a demolition permit for\nsaid property.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 1/5/24).\nM-23-417\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4653\n16/41", - "page_number": 16 + "page_content": "- Topic: Roll Call\n- Summary: The roll call was conducted, and seven members were present, constituting a quorum.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: N/A\n- Tags/Keywords: Roll Call, Quorum\n- UID: 4bf845f6-17f5-4479-9b7d-d725ebee3ad6", + "uid": "4bf845f6-17f5-4479-9b7d-d725ebee3ad6", + "publish_date": "8-24-2023", + "page_number": 1, + "title": "Regular City Council Minutes 8-24-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4653\n11/15/23, 7:49 PM\nLEGISLATIVE GROUPING\n00\nHDLC APPEAL - OF ANNIE G. MCBRIDE, STONE PIGMAN\n8a.\nBrief:\nRequesting to appeal the Historic District Landmarks Commission's decision of \"denial\" of an\napplication for demolition for the property located at 3016-18 Lowerline Street.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Cm. Harris, District B, Cn. Deadline, 10/8/23).\n(Communication received at the meeting of 8/24/23).\n(Report received at the meeting of 8/24/23).\nHEARING HELD.\nSPEAKER CARDS:\nAnnie McBride - In Support\nLauren Rocha - In Support\nHarold Baur - In Support\nJoseph Ricca - In Support\nKelly Wells Ponder - In Support\nTodd Higgins - In Support\nHDLC APPEAL - Annie G. McBride - Letter re Appeal of HDLC Denial of Demolition\nApplication - 3016-18 Lowerline (2).\n8b. MOTION - NO. M-23-418 - BY: COUNCILMEMBER HARRIS\nBrief:\nOverruling and granting the applicant's request for the property located at 3016-18 Lowerline\nStreet and authorizing the Department of Safety and Permits to issue a demolition permit for\nsaid property.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 1/5/24).\nM-23-418\n9. LEGISLATIVE GROUPING\nHDLC APPEAL - OF ANNIE G. MCBRIDE, STONE PIGMAN\n9a.\nBrief:\nRequesting to appeal the Historic District Landmarks Commission's decision of \"denial\" of an\napplication for demolition for the property located at 7716-18 Colapissa Street.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Cm. Harris, District B, Cn. Deadline, 10/8/23).\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4653\n17/41", - "page_number": 17 + "page_content": "- Topic: Presentation - Urban League of Louisiana 85th Anniversary\n- Summary: The Urban League of Louisiana is celebrating its 85th Anniversary with a focus on ensuring quality education, access to information, employment, entrepreneurial and economic inclusion opportunities, and shared dignity under the law.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: Recognition and presentation of the Urban League of Louisiana's 85th Anniversary\n- Tags/Keywords: Urban League of Louisiana, anniversary, community service\n- UID: b012efce-06c1-4067-bf30-b2a960150515\n\n- Topic: Presentation - Bethel Community Baptist Church\n- Summary: Bethel Community Baptist Church has provided housing, jobs, addiction treatment, and other services since its founding in 2005, currently serving 120 male residents, 80 female residents, 20 mothers, and 50 children.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: Recognition and presentation of the services provided by Bethel Community Baptist Church\n- Tags/Keywords: Bethel Community Baptist Church, community services, addiction treatment\n- UID: b012efce-06c1-4067-bf30-b2a960150515", + "uid": "b012efce-06c1-4067-bf30-b2a960150515", + "publish_date": "8-24-2023", + "page_number": 2, + "title": "Regular City Council Minutes 8-24-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4653\n11/15/23, 7:49 PM\n(Communication received at the meeting of 8/24/23).\n(Report received at the meeting of 8/24/23).\nHEARING HELD.\nSPEAKER CARDS:\nAnnie McBride - In Support\nLauren Rocha - In Support\nHarold Baur - In Support\nJoseph Ricca - In Support\nKelly Wells Ponder - In Support\nTodd Higgins - In Support\nHDLC APPEAL - Annie G. McBride - Letter re Appeal of HDLC Denial of Demolition\nApplication - 7716-18 Colapissa Street\n96. MOTION - NO. M-23-419 - BY: COUNCILMEMBER HARRIS\nBrief:\nOverruling and granting the applicant's request for the property located at 7716-7718\nColapissa Street and authorizing the Department of Safety and Permits to issue a demolition\npermit for said property.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 1/5/24).\nM-23-419\n1. EXECUTIVE SESSION\nBrief:\nPURSUANT TO LOUISIANA REVISED STATUTE 42:16 AND 42:17(A)(2), THE\nCOUNCIL OF THE CITY OF NEW ORLEANS MAY CONVENE IN EXECUTIVE\nSESSION DURING ITS SEPTEMBER 7, 2023 REGULAR MEETING FOR THE\nPURPOSE OF DISCUSSING THE FOLLOWING PROSPECTIVE AND CURRENT\nLITIGATION:\n* Samantha Hignell-Stark; White Spider Rental Concierge, LLC; Russel Frank; Samantha and\nBob McRaney; and Jimmie Taylor v. City of New Orleans, Civ. Action No. 19-cv-13773,\nconsolidated with Kurt Klebe v. City of New Orleans, Civ. Action No. 22-2991, United States\nDistrict Court for the Eastern District of Louisiana, Judge Ivan L.R. Lemelle\n* Voice of the Experienced v. Hon. Latoya Cantrell, in Her Official Capacity, Case No. 23-\n10324, Civil District Court for the Parish of Orleans, Judge Kern Reese\nAnnotation:\nELECTRONICALLY SUBMITTED.\nSESSION HELD.\nSPEAKER CARDS:\nBruce Reilly - Info. Only\nNorris Henderson - Info. Only\nClyde Bacchus - Info. Only\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4653\n18/41", - "page_number": 18 + "page_content": "- Topic: Communications related to electric and gas utility matters\n- Summary: The Chief of Staff & Counsel submitted various communications related to electric and gas utility matters for the Council's review. These included requests for increased long-term debt financing, interim electric and gas FRP rate adjustment, first public meeting materials, administrative records chart, and investigation and review of ENO's application for certification of costs related to Hurricane Ida.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: The communications were electronically submitted and received.\n- Tags/Keywords: Electric and gas utility, Communications, Entergy, Council of the City of New Orleans\n- UID: 89ea42fd-3969-40fc-948f-9d31fd338d12\n\n- Topic: Appeal of Historic District Landmarks Commission\u2019s decision\n- Summary: John C. Williams, Architects, LLC requested to appeal the Historic District Landmarks Commission\u2019s decision of \"denial\" for a specific matter.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: N/A\n- Tags/Keywords: Historic District Landmarks Commission, Appeal, Decision\n- UID: 89ea42fd-3969-40fc-948f-9d31fd338d12", + "uid": "89ea42fd-3969-40fc-948f-9d31fd338d12", + "publish_date": "8-24-2023", + "page_number": 3, + "title": "Regular City Council Minutes 8-24-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4653\n11/15/23, 7:49 PM\nCharles Amos - Info. Only\nAnthony Hingle Jr. - Info. Only\nExecutive Session Public Notice\nREGULAR AGENDA\n10. LEGISLATIVE GROUPING\n10a. UNIVERSITY AREA OFF-STREET PARKING INTERIM ZONING DISTRICT APPEAL\n- OF NATISHA WELLS\nBrief:\nRequesting to appeal the parking requirements of the University Area Off-Street Parking\nInterim Zoning District (IZD), for property located at 3037-3039 Eagle Street.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Cm. Giarrusso, District A, Cn. Deadline N/A).\n(Communication received at the meeting of 8/24/23).\nHEARING HELD.\nIZD - Natisha Wells - 3037 - 3039 Eagle St UIZD Appeal Letter (1).\n106. MOTION - NO. M-23-410 - BY: COUNCILMEMBER GIARRUSSO\nBrief:\nApproving the applicant's appeal request for property located at 3037-3039 Eagle Street.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 1/5/24).\nM-23-410\n11. UNIVERSITY AREA OFF-STREET PARKING INTERIM ZONING DISTRICT APPEAL -\nOF DAVID N. GRIENER, JR. & DIANE E. MIPRO\nBrief:\nRequesting to appeal the parking requirements established by the University Area Off-Street\nParking Interim Zoning District (IZD), for property located at 4127 Fontainebleau Drive.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Cm. Harris, District B, Cn. Deadline N/A).\n(Communication received at the meeting of 8/24/23).\nCONTINUED TO THE MEETING OF 9/21/23.\nONLINE SPEAKER:\nMary Gubala\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4653\n19/41", - "page_number": 19 + "page_content": "- Topic: Removal of Decorative Awning at 711 Canal Street\n- Summary: The ordinance pertains to the removal of the decorative awning at the first floor of a contributing rated, four-story hotel\u2014the fagade of the Aster for property located at 711 Canal Street.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Hearing Date Set For 9/7/23\n- Tags/Keywords: HDLC, Historic Preservation, Property Renovation\n- UID: 675fba3b-4eb1-46a1-bd56-6c7037eef7c4\n\n- Topic: Appeal for Relocation of Solar Panels at 1221 Carondelet Street\n- Summary: The ordinance involves a request to appeal the Historic District Landmarks Commission\u2019s decision of \u201capproval\u201d for the relocation of solar panels at the property located at 1221 Carondelet Street.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Hearing Date Set For 9/7/23\n- Tags/Keywords: HDLC, Solar Panels, Historic Preservation\n- UID: 675fba3b-4eb1-46a1-bd56-6c7037eef7c4\n\n- Topic: Appeal for Demolition Application at 3012-14 Lowerline Street\n- Summary: The ordinance involves a request to appeal the Historic District Landmarks Commission\u2019s decision of \u201cdenial\u201d of an application for demolition for the property located at 3012-14 Lowerline Street.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Hearing Date Set For 9/7/23\n- Tags/Keywords: HDLC, Demolition, Historic Preservation\n- UID: 675fba3b-4eb1-46a1-bd56-6c7037eef7c4\n\n- Topic: Appeal for Demolition Application at 3016-18 Lowerline Street\n- Summary: The ordinance involves a request to appeal the Historic District Landmarks Commission\u2019s decision of \u201cdenial\u201d of an application for demolition for the property located at 3016-18 Lowerline Street.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Hearing Date Set For 9/7/23\n- Tags/Keywords: HDLC, Demolition, Historic Preservation\n- UID: 675fba3b-4eb1-46a1-bd56-6c7037eef7c4", + "uid": "675fba3b-4eb1-46a1-bd56-6c7037eef7c4", + "publish_date": "8-24-2023", + "page_number": 4, + "title": "Regular City Council Minutes 8-24-2023" }, { - "page_content": "11/15/23, 7:49 PM\ncityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4653\nIZD - David N. Griener, Jr. & Diane E. Mipro - University Area Off-Street Parking\n12. SHORT TERM RENTAL INTERIM ZONING DISTRICT APPEAL - DOCKET NO. 3/23\nBrief:\nRequesting an appeal of the Historic Urban Neighborhood Short Term Interim Zoning District\nto permit one (1) commercial short-term rental in an HU-MU Historic Urban Mixed-Use\nDistrict and Commercial Short Term Rental Interim Zoning District, on Square 113, Lot 29,\nbounded by Tchoupitoulas Street, Milan Street, Annunciation Street and Marengo Street\n(Municipal Address: 4139 Tchoupitoulas Street). The recommendation of the City Planning\nCommission Staff being \"FOR DENIAL\".\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Cm. Harris, District B, Cn. Deadline 9/25/23).\n(Report received at the meeting of 7/27/23).\nCONTINUED TO THE MEETING OF 9/21/23.\nSTR IZD - 003-23 Staff report with attachments\n13. LEGISLATIVE GROUPING\n13a. ZONING DOCKET NO. 37/23 - HEBP HOLDINGS, LLC\nBrief:\nRequesting a Conditional Use to permit a mini-warehouse in an HU-MU Historic Urban\nNeighborhood Mixed-Use District, located on Square 173, Lots 1, 2, 3, and 4 or Lots 12, 13,\n14, and 15, in the Fifth Municipal District, bounded by Newton Street, L.B. Landry Avenue,\nDiana Street, and Lebeuf Street (Municipal Address: 1531 Newton Street). The\nrecommendation of the City Planning Commission being \"FOR APPROVAL\", subject to three\n(3) provisos.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Cm. King, District C, Cn. Deadline 10/9/23).\nCONTINUED TO THE MEETING OF 9/21/23.\nSPEAKER CARD:\nJim Goodwin - Info. Only\nZD NO. 37-23 Final (1).\n13b. MOTION (LYING OVER) - NO. M-23-389 - BY: COUNCILMEMBER KING\nBrief:\nDenying the applicant's Conditional Use request on ZD NO. 37/23.\nAnnotation:\nELECTRONICALLY SUBMITTED.\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4653\n20/41", - "page_number": 20 + "page_content": "- Topic: Appeal of Historic District Landmarks Commission's decision for demolition at 7716-18 Colapissa Street\n- Summary: The ordinance requested to appeal the denial of a demolition application for the property located at 7716-18 Colapissa Street.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: A hearing date was set for 9/7/23.\n- Tags/Keywords: Historic District Landmarks Commission, demolition, appeal\n- UID: 72711aef-df65-4c00-9851-b1f249d0b8ba\n\n- Topic: Appeal of parking requirements for property at 3037-3039 Eagle Street\n- Summary: The ordinance requested to appeal the parking requirements of the University Area Off-Street Parking Interim Zoning District (IZD) for the property located at 3037-3039 Eagle Street.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: A hearing date was set for 9/7/23.\n- Tags/Keywords: parking requirements, University Area Off-Street Parking, appeal\n- UID: 72711aef-df65-4c00-9851-b1f249d0b8ba\n\n- Topic: Demolition permit application for 2431 Philip Street\n- Summary: The ordinance transmitted the application documents for a demolition permit requiring City Council review and approval for the property at 2431 Philip Street.\n- Ordinance Number: 23-21599-DEMO\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: A hearing date was set for 9/7/23.\n- Tags/Keywords: demolition permit, City Council review, 2431 Philip Street\n- UID: 72711aef-df65-4c00-9851-b1f249d0b8ba\n\n- Topic: Demolition permit application for 1715-1717 Touro Street\n- Summary: The ordinance transmitted the application documents for a demolition permit requiring City Council review and approval for the property at 1715-1717 Touro Street.\n- Ordinance Number: 23-21669-DEMO\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: A hearing date was set for 9/7/23.\n- Tags/Keywords: demolition permit, City Council review, 1715-1717 Touro Street\n- UID: 72711aef-df65-4c00-9851-b1f249d0b8ba", + "uid": "72711aef-df65-4c00-9851-b1f249d0b8ba", + "publish_date": "8-24-2023", + "page_number": 5, + "title": "Regular City Council Minutes 8-24-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4653\n11/15/23, 7:49 PM\n(Council Rule 34. Postponement Deadline 12/22/23).\nCONTINUED TO THE MEETING OF 9/21/23.\nM-23-389 Lying Over\n14. ZONING DOCKET 45/23 - CITY COUNCIL MOTION M-23-162\nBrief:\nRequesting an amendment to the text of the Comprehensive Zoning Ordinance to modify\nArticle 18, Section 18.30, the University Area Off-Street Parking Overlay District, the intent\nof which is to require off-street vehicular parking for certain increases in the number of\nexisting bedrooms and bathrooms, (i) to expand the area of applicability to include additional\nneighborhoods, including parts of neighborhoods bounded by Front Street, Jefferson Avenue,\nSouth Claiborne Avenue, Toledano Street, Earhart Boulevard and South Carrollton Avenue;\n(ii) redefine \"bedroom\" to include a window or a door that opens to a space other than another\nsleeping room, bathroom or toilet room, and require that every shared bedroom be at least 50\nsq. ft. for each occupant; (iii) lower the threshold for off-street parking requirement for new\nconstruction or renovations from four bedrooms and three bathrooms to three bedrooms and\ntwo bathrooms; (iv) redefine \"full bathroom\" to include a bathtub and/or shower; (v) require\nnew construction or renovation to include a common room which cannot be a bedroom; (vi)\nrequire that new parking spaces be a minimum of 8 1/2 feet wide by 18 feet long; (vii) prohibit\ntandem parking; (viii) recognize possible shared parking arrangements between adjacent lots;\nand (ix) prohibit the raising of structures to accommodate off-street parking. The proposed\ntext changes would affect properties located in the area generally bounded by: Cecil Street to\nMonticello Avenue, Monticello Avenue, to Leake Avenue, to River Drive, to Riverview Drive,\nto East Drive, to Tchoupitoulas Street, turning south on State Street, turning east on Front\nStreet, turning north on Nashville Street, turning east on Tchoupitoulas, turning north on\nJefferson Avenue, turning east on South Claiborne Avenue, turning north on Toledano Street,\nconnecting to Washington Avenue, turning east on Earhart Boulevard, turning north on South\nCarrollton Avenue, turning east on Tulane Avenue/Airline Highway connecting to Palmetto\nStreet, to Northline Street, to Monticello Avenue, to Cecil Street. The recommendation of the\nCity Planning Commission being \"FOR DENIAL\".\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Cms. Giarrusso and Harris, Districts A and B, Cn. Deadline 10/23/23).\nCONTINUED TO THE MEETING OF 9/21/23.\nZD NO. 45-23 Final\n15. LEGISLATIVE GROUPING\n15a. ZONING DOCKET NO. 52/23 - ROCHELLE BREHM AND NANCY DUPUY\nBrief:\nRequesting a Conditional Use to permit an accessory bed and breakfast in an HU-RD2\nHistoric Urban Two-Family Residential District and the Bed and Breakfast Interim Zoning\nDistrict, located on Square 703, Lot A-2, in the Sixth Municipal District, bounded by Milan\nStreet, South Derbigny Street, General Taylor Street, and South Roman Street (Municipal\nAddress: 3101 Milan Street). The recommendation of the City Planning Commission being\n\"FOR APPROVAL\", subject to two (2) provisos.\n21/4\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4653", - "page_number": 21 + "page_content": "- Topic: Mayor's Veto of Ordinance No. 29573 M.C.S.\n- Summary: Mayor Latoya Cantrell submitted a letter outlining the reasons for her veto of Ordinance No. 29573 M.C.S.\n- Ordinance Number: 29573 M.C.S. (Calendar No. 34,309)\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: Veto by Mayor Cantrell\n- UID: 4e7dd36e-2ba1-4c9d-8095-9465308607eb\n\n- Topic: Demolition Permit Application for 1113-15 Music Street\n- Summary: April Huang, Permit Intake Analyst, transmitted the application documents for a demolition permit requiring City Council review and approval for the property at 1113-15 Music Street.\n- Ordinance Number: 23-21611 - DEMO (DEMO-RSE2) - Council District \"C\"\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: Hearing date set for 9/7/23\n- UID: 4e7dd36e-2ba1-4c9d-8095-9465308607eb\n\n- Topic: Appeal of Parking Requirements for 4127 Fontainebleau Drive\n- Summary: David N. Griener, Jr. & Diane E. Mipro requested to appeal the parking requirements established by the University Area Off-Street Parking Interim Zoning District (IZD) for the property located at 4127 Fontainebleau Drive.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: Hearing date set for 9/7/23\n- UID: 4e7dd36e-2ba1-4c9d-8095-9465308607eb\n\n- Topic: Report of the Deputy Director of the New Orleans Historic District Landmarks Commission\n- Summary: Report from the Deputy Director of the New Orleans Historic District Landmarks Commission for the Central Business District Historic District Landmarks Commission.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: N/A\n- UID: 4e7dd36e-2ba1-4c9d-8095-9465308607eb", + "uid": "4e7dd36e-2ba1-4c9d-8095-9465308607eb", + "publish_date": "8-24-2023", + "page_number": 6, + "title": "Regular City Council Minutes 8-24-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4653\n11/15/23, 7:49 PM\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Cm. Harris, District B, Cn. Deadline 10/9/23).\nCONTINUED TO THE MEETING OF 9/21/23.\nSPEAKER CARD:\nMaxwell Ciardullo - In Opposition\nZD NO. 52-23 Final\n15b. MOTION (LYING OVER) - NO. M-23-382 - BY: COUNCILMEMBER HARRIS\nBrief:\nApproving and granting the applicant's Conditional Use request on ZD NO. 52/23, subject to\ntwo (2) provisos set forth by the City Planning Commission.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/22/23).\nCONTINUED TO THE MEETING OF 9/21/23.\nM-23-382 Lying Over\n16. LEGISLATIVE GROUPING\n16a. ZONING DOCKET 57/23 - JACOB MAY\nBrief:\nRequesting a Conditional Use to permit an accessory bed and breakfast in an HU-RD2\nHistoric Urban Two-Family Residential District, located on Square 131, Lot B, in the Fourth\nMunicipal District, bounded by Constance Street, Second Street, Third Street, and Magazine\nStreet (Municipal Address: 2527 Constance Street). The recommendation of the City\nPlanning Commission being \"FOR DENIAL\".\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Cm. Harris, District B, Cn. Deadline 10/23/23).\nCONTINUED TO THE MEETING OF 9/21/23.\nSPEAKER CARDS:\nBob Bennett - In opposition\nRichard Hebert - In Opposition\nZD NO. 57-23 Final Packet\n16b. MOTION - NO. M-23-420 - BY: COUNCILMEMBER HARRIS\nBrief:\nDenying the applicant's Conditional Use request on ZD. 57/23.\nAnnotation:\n22/41\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4653", - "page_number": 22 + "page_content": "- Topic: Report on HDLC Decision Appeal - 634 Bartholomew Street\n- Summary: Report submitted regarding an appeal of the HDLC decision to approve the demolition of the property at 634 Bartholomew Street with the proviso that redevelopment plans be approved prior to the issuance of a demolition permit.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: N/A\n- Tags/Keywords: HDLC, demolition, appeal, redevelopment, 634 Bartholomew Street\n- UID: 735f507e-3235-4f90-99e1-aaf46e17e595\n\n- Topic: Report on HDLC Decision Appeal - 3012-14 Lowerline Street\n- Summary: Report submitted regarding an appeal of the HDLC decision to deny application to demolish the property at 3012-14 Lowerline Street.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: N/A\n- Tags/Keywords: HDLC, demolition, appeal, 3012-14 Lowerline Street\n- UID: 735f507e-3235-4f90-99e1-aaf46e17e595\n\n- Topic: Report on HDLC Decision Appeal - 3016-18 Lowerline Street\n- Summary: Report submitted regarding an appeal of the HDLC decision to deny application to demolish the property at 3016-18 Lowerline Street.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: N/A\n- Tags/Keywords: HDLC, demolition, appeal, 3016-18 Lowerline Street\n- UID: 735f507e-3235-4f90-99e1-aaf46e17e595\n\n- Topic: Report on HDLC Decision Appeal - 7716-7718 Colapissa Street\n- Summary: Report submitted regarding an appeal of the HDLC decision to deny application to demolish the property at 7716-7718 Colapissa Street.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: N/A\n- Tags/Keywords: HDLC, demolition, appeal, 7716-7718 Colapissa Street\n- UID: 735f507e-3235-4f90-99e1-aaf46e17e595", + "uid": "735f507e-3235-4f90-99e1-aaf46e17e595", + "publish_date": "8-24-2023", + "page_number": 7, + "title": "Regular City Council Minutes 8-24-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4653\n11/15/23, 7:49 PM\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 1/5/24).\nCONTINUED TO THE MEETING OF 9/21/23.\nM-23-420\n17. LEGISLATIVE GROUPING\n17a. ZONING DOCKET 59/23 - JCROMIG INVESTMENTS, LLC\nBrief:\nRequesting a Conditional Use to permit the expansion of the floor area of an established\nmulti-family dwelling in HU-RD2 Historic Urban Two-Family Residential District located on\nSquare 46, Lot A, in the Seventh Municipal District, bounded by Adams Street, Benjamin\nStreet, Dominican Street, and Hillary Street (Municipal Address: 301 Adams Street). The\nrecommendation of the City Planning Commission being \"FOR APPROVAL\" subject to four\n(4) provisos.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Cm. Giarrusso, District A, Cn. Deadline 10/23/23).\nHEARING HELD.\nZD NO. 59-23 Final Packet\n17b. MOTION - NO. M-23-411 - BY: COUNCILMEMBER GIARRUSSO\nBrief:\nGranting and approving the applicant's Conditional Use request on ZD NO. 59/23, subject to\nthe four (4) provisos contained in the City Planning Commission's report.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 1/5/24).\nM-23-411\n18. LEGISLATIVE GROUPING\n18a. ZONING DOCKET 60/23 - JESSE LAMARCA\nBrief:\nRequesting a Zoning Change from an HU-RD2 Historic Urban Two-Family Residential\nDistrict to an HU-B1 Historic Urban Neighborhood Business District located on Square 538,\nLot A-1 or 1A, in the Third Municipal District, bounded by Poland Avenue, Urquhart Street,\nKentucky Street, and North Villere Street (Municipal Addresses: 1301-1303 Poland Avenue).\nThe recommendation of the City Planning Commission being \"FOR MODIFIED\nAPPROVAL\".\nAnnotation:\nELECTRONICALLY SUBMITTED.\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4653\n23/41", - "page_number": 23 + "page_content": "- Topic: HDLC Appeal - 1221 Carondelet Street Solar Panel Relocation\n- Summary: The report pertains to an appeal of the HDLC's decision to approve the relocation of solar panels for the property at 1221 Carondelet Street.\n- Ordinance Number: Not specified\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 1 NAY, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The appeal of the HDLC's decision to approve the solar panel relocation was passed with 6 yeas and 1 nay.\n- Tags/Keywords: HDLC, Solar Panels, Appeal, Carondelet Street, Relocation\n- UID: 9316f52d-9c41-4b28-9e86-0af67d5e7d69\n\n- Topic: HDLC Appeal - 711 Canal Street Awning Removal\n- Summary: The report pertains to an appeal of the HDLC's decision to remove an awning for one month to explore alternate solutions for the property at 711 Canal Street.\n- Ordinance Number: Not specified\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 2 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The appeal of the HDLC's decision to remove the awning for one month was passed with 5 yeas and 2 nays.\n- Tags/Keywords: HDLC, Awning, Appeal, Canal Street, Removal\n- UID: 9316f52d-9c41-4b28-9e86-0af67d5e7d69\n\n- Topic: Sewerage and Water Board Quarterly Report\n- Summary: The report presents the second 2023 quarterly report as required by Louisiana Revised Statute 33:4091.\n- Ordinance Number: Not specified\n- Votes Summary: N/A\n- Decision/Key Actions: The report was submitted as required.\n- Tags/Keywords: Sewerage and Water Board, Quarterly Report, Louisiana Revised Statute\n- UID: 9316f52d-9c41-4b28-9e86-0af67d5e7d69", + "uid": "9316f52d-9c41-4b28-9e86-0af67d5e7d69", + "publish_date": "8-24-2023", + "page_number": 8, + "title": "Regular City Council Minutes 8-24-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4653\n11/15/23, 7:49 PM\n(Cm. Green, District D, Cn. Deadline 10/23/23).\nHEARING HELD.\nSPEAKER CARDS:\nJesse Lamarca - In Support\nMikaela Grantham - In Support\nZD NO. 60-23 Final Packet\n18b. MOTIION - NO. M-23-413 - BY: COUNCILMEMBER GREEN\nBrief:\nApproving the applicant's Zoning Change request on ZD NO. 60/23, subject to the\nmodification of the City Planning Commission's report.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 1/5/24).\nM-23-413\n19. LEGISLATIVE GROUPING\n19a. ZONING DOCKET 61/23 -T MF HOTEL PROPERTIES, LLC\nBrief:\nRequesting a Conditional Use to permit a large child-care center in an HU-RD2 Historic\nUrban Two-Family Residential District located on Square 115, Lots 4 or 17 and 14 or 16, in\nthe First Municipal District, bounded by Terpsichore Street, Annunciation Street, Constance\nStreet, and Melpomene Street (Municipal Address: 917 Terpsichore Street). The\nrecommendation of the City Planning Commission being \"FOR APPROVAL\" subject to\nfifteen (15) provisos.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Cm. Harris, District B, Cn. Deadline 10/23/23).\nHEARING HELD.\nSPEAKER CARD:\nRebecca Gieger - In Support\nONLINE SPEAKER:\nKim Frusciante\nZD NO. 61-23 Final\n196. MOTIION - NO. M-23-421 - BY: COUNCILMEMBER HARRIS\nBrief:\nGranting and approving the applicant's Conditional Use request on ZD NO. 61/23, subject to\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4653\n24/41", - "page_number": 24 + "page_content": "- Topic: Demolition Report for 1113-15 Music Street\n- Summary: Anita Curran, Council Research Officer, transmitted a demolition report for the property located at 1113-15 Music Street (Application # 23-21611). The report was electronically submitted and received. \n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: N/A\n- Tags/Keywords: Demolition, Report, 1113-15 Music Street\n- UID: 7d613ec0-5c6e-4525-9fbc-9bb526b97a97\n\n- Topic: Demolition Report for 1715-17 Touro Street\n- Summary: Anita Curran, Council Research Officer, transmitted a demolition report for the property located at 1715-17 Touro Street (Application # 23-21669). The report was electronically submitted and received. \n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: N/A\n- Tags/Keywords: Demolition, Report, 1715-17 Touro Street\n- UID: 7d613ec0-5c6e-4525-9fbc-9bb526b97a97\n\n- Topic: Demolition Report for 2431 Philip Street\n- Summary: Anita Curran, Council Research Officer, transmitted a demolition report for the property located at 2431 Philip Street (Application # 23-21599). The report was electronically submitted and received. \n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: N/A\n- Tags/Keywords: Demolition, Report, 2431 Philip Street\n- UID: 7d613ec0-5c6e-4525-9fbc-9bb526b97a97\n\n- Topic: Zoning Docket Numbers\n- Summary: The Executive Director of the City Planning Commission transmitted Zoning Docket Numbers 45/23, 57/23, 59/23, 60/23, and 61/23. The submission was electronically received, and a hearing date was set for 9/7/23. \n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: Hearing date set for 9/7/23\n- Tags/Keywords: Zoning, Docket Numbers\n- UID: 7d613ec0-5c6e-4525-9fbc-9bb526b97a97", + "uid": "7d613ec0-5c6e-4525-9fbc-9bb526b97a97", + "publish_date": "8-24-2023", + "page_number": 9, + "title": "Regular City Council Minutes 8-24-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4653\n11/15/23, 7:49 PM\nthe fifteen (15) provisos set forth by the City Planning Commission's report.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 1/5/24).\nONLINE SPEAKERS:\nJeff Grannan\nSel Rogers\nDawn Hebert\nM-23-421\n20. ZONING DOCKET 62/23 - CITY COUNCIL MOTION NO. M-23-208\nBrief:\nRequesting a Text Amendment to the Comprehensive Zoning Ordinance (CZO) to amend\nArticle 19 to establish a new Interim Zoning District (IZD) to be named the Commercial\nShort-Term Rental Interim Zoning District, the intent of which is to prohibit the use Short-\nTerm Rental, Commercial and Hostels as allowable uses within all areas of the city, and to\nlimit the development of Timeshares with the following considerations:\n\u00b7 Instituting a cap of no more than one unit or 25% of total dwelling units on a lot or a single\nbuilding constructed across lot lines, whichever is greater, to be permitted to be included\nwithin a Timeshare Plan within a Timeshare Building.\n\u00b7 In the CBD-5 Urban Core Neighborhood Lower Intensity Mixed-Use District, a Timeshare\nBuilding shall only be permitted when the total number of dwelling units is at least ten and the\nMandatory Inclusionary Zoning regulations of Article 28 are triggered, and an Affordable\nHousing Unit is provided as required by law. This cap shall not apply to the VCE Vieux Carre\nEntertainment District, to structures which front on Canal Street between the Mississippi\nRiver and Rampart Street, the EC Educational Campus District, MC Medical Campus District,\nLS Life Science District, or the MI Maritime Industrial District Commercial and Recreational\nSubdistrict. The proposed text amendment would affect regulations that are applied to all\nzoning districts. The recommendation of the City Planning Commission being \"FOR\nAPPROVAL\".\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(All Cms ., All Districts, Cn. Deadline 10/23/23).\nCONTINUED TO THE MEETING OF 9/21/23.\nZD NO. 62-23 Final\n21. CAL. NO. 34,017 - BY: COUNCILMEMBER MORRELL\nBrief:\nAn Ordinance to amend and reordain section 34-1.1 of the Code of the City of New Orleans to\nrequire annual reporting to City Council of the mayor's Mardi Gras advisory council's\nrecommendations; and otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4653\n25/41", - "page_number": 25 + "page_content": "- Topic: Report on City of New Orleans Employees\u2019 Retirement System\n- Summary: The Board of Trustees for the City of New Orleans Employees' Retirement System submitted its certification of recommended contribution rates for 2024, including an employer contribution rate of 18.15% and an employee contribution rate of 6.00%.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: The Board's recommended contribution rates for 2024 were certified.\n- Tags/Keywords: Retirement System, Contribution Rates, Certification\n- UID: 0054f1dd-be2d-4300-81eb-99cc445e038e\n\n- Topic: Amendment of Operating Budget for the City of New Orleans\n- Summary: Councilmembers Giarrusso, Moreno, Green, and Thomas proposed an ordinance to amend the operating budget for the year 2023, appropriating unspent funds to the Law Department for various state settlement and judgment payments.\n- Ordinance Number: Cal. No. 34,294\n- Votes Summary: Continued to the meeting of 9/7/23\n- Decision/Key Actions: The ordinance was continued to the meeting of 9/7/23.\n- Tags/Keywords: Operating Budget, Appropriation of Funds, Law Department\n- UID: 0054f1dd-be2d-4300-81eb-99cc445e038e", + "uid": "0054f1dd-be2d-4300-81eb-99cc445e038e", + "publish_date": "8-24-2023", + "page_number": 10, + "title": "Regular City Council Minutes 8-24-2023" }, { - "page_content": "11/15/23, 7:49 PM\ncityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4653\n(Referred to the Governmental Affairs Committee).\n(Council Rule 34. Postponement Deadline 5/5/23).\n34017 - 29633 M.C.S.\n22. LEGISLATIVE GROUPING\n22a. CAL. NO. 34,188 - BY: COUNCILMEMBER KING\nBrief:\nAn Ordinance to ordain section 10-107 of the Code of the City of New Orleans to establish a\ntemporary alcoholic beverage permit; to amend and reordain section 10-132 to establish a\nprocedure for the issuance of a temporary renewal permit pending appeal of denial of renewal\napplication to alcoholic beverage control board; and otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 9/8/23).\nON DEADLINE.\nCONTINUED INDEFINITELY.\nSPEAKER CARD:\nJim Goodwin - In Opposition\n34188\n22b. CAL. NO. 34,332 - BY: COUNCILMEMBER KING\nBrief:\nAn Ordinance to amend section 150-953 of the Code of the City of New Orleans to establish a\nprobationary occupational license; and otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/24/23).\nCONTINUED INDEFINITELY.\nSPEAKER CARD:\nJim Goodwin - In Opposition\n34332\n23. CAL. NO. 34,198 - BY: COUNCILMEMBER MORRELL\nBrief:\nAn Ordinance to amend and reordain Section 26-15 of the Code of the City of New Orleans,\nrelative to the City of New Orleans' amendments to the adopted International Building Code,\n2015 Edition; to amend therein the Stormwater Code of the City of New Orleans, which\nincludes permitting and submittal requirements, removal of bonding requirements, fees, plan\nreview, and various standards relative thereto; and otherwise provide with respect thereto.\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4653\n26/4'", - "page_number": 26 + "page_content": "- Topic: Appropriating Unspent Funds to the Law Department for State Settlement and Judgment Payments\n- Summary: The ordinance aims to amend the Operating Budget of Expenditures for the City of New Orleans for the year 2023 to appropriate unspent funds to the Law Department for various state settlement and judgment payments. It was continued to the meeting of 9/7/23.\n- Ordinance Number: 34,295\n- Votes Summary:\n Vote 1: Continued to the meeting of 9/7/23\n- Decision/Key Actions: Continued to the meeting of 9/7/23\n- Tags/Keywords: Budget, Expenditures, Law Department, State Settlement, Judgment Payments\n- UID: 9c1b8860-689e-4264-9142-4b534adacf66\n\n- Topic: Appropriating Funds to the Department of Public Works for Indigent Defender Fees on Red Light Camera Tickets\n- Summary: This ordinance seeks to amend the Operating Budget of Revenues for the City of New Orleans for the year 2023 to appropriate funds to the Department of Public Works for Indigent Defender fees on red light camera tickets. It was adopted.\n- Ordinance Number: 34,296\n- Votes Summary:\n Vote 1: Adopted\n- Decision/Key Actions: Adopted\n- Tags/Keywords: Budget, Revenues, Department of Public Works, Indigent Defender Fees, Red Light Camera Tickets\n- UID: 9c1b8860-689e-4264-9142-4b534adacf66\n\n- Topic: Appropriating Funds to the Department of Public Works for Indigent Defender Fees on Red Light Camera Tickets\n- Summary: This ordinance aims to amend the Operating Budget of Expenditures for the City of New Orleans for the year 2023 to appropriate funds to the Department of Public Works for Indigent Defender fees on red light camera tickets. It was electronically submitted.\n- Ordinance Number: 34,297\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Electronically submitted\n- Tags/Keywords: Budget, Expenditures, Department of Public Works, Indigent Defender Fees, Red Light Camera Tickets\n- UID: 9c1b8860-689e-4264-9142-4b534adacf66", + "uid": "9c1b8860-689e-4264-9142-4b534adacf66", + "publish_date": "8-24-2023", + "page_number": 11, + "title": "Regular City Council Minutes 8-24-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4653\n11/15/23, 7:49 PM\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 9/22/23).\n(Technical needed).\nCONTINUED TO THE SECOND MEETING OF JANUARY 2024.\n34198\n24. CAL. NO. 34,277 - BY: COUNCILMEMBERS THOMAS, HARRIS AND GREEN (BY\nREQUEST)\nBrief:\nAn Ordinance to amend and reordain Chapter 130 of the Code of the City of New Orleans by\namending Section 130-39 to provide for restrictions on payments to sellers of nonferrous\nmaterials, and otherwise with respect thereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 11/10/23).\n(Quality of Life Committee recommended approval).\n(Technical needed).\nCONTINUED TO THE MEETING OF 9/21/23.\nSPEAKER CARD:\nMichael Burnside - Info. Only\n34277\n25. CAL. NO. 34,294 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BY REQUEST).\nBrief:\nAn Ordinance to amend Ordinance No. 29265 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Revenues for the City of New Orleans for the Year 2023\",\nto appropriate unspent funds to the Law Department for various state settlement and judgment\npayments; and otherwise to provide with respect thereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 11/10/23).\n(Fiscal Note received).\n(Referred to the Budget Committee).\n(Budget Committee recommended approval).\nCONTINUED TO THE MEETING OF 9/21/23.\nSPEAKER CARDS:\nGeorge White - In Support\nBruce Reilly - In Support\n34294\n26. CAL. NO. 34,295 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BY REQUEST).\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4653\n27/41", - "page_number": 27 + "page_content": "- Topic: Appropriation of Funds for Orleans Parish Public Defender's Office\n- Summary: The ordinance seeks to amend the operating budget to appropriate funds for criminal defense representation to indigent persons accused of committing crimes in Orleans Parish. The Budget Committee recommended approval, and the ordinance was adopted.\n- Ordinance Number: 34297 - 29593 M.C.S.\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The Budget Committee recommended approval, and the ordinance was adopted.\n- UID: fa2d6c31-e1de-4567-86c0-8ab656421ff6\n\n- Topic: Additional Appropriation of Funds for Orleans Parish Public Defender's Office\n- Summary: This ordinance aims to amend the operating budget to appropriate additional one-time grant funds for criminal defense representation to indigent persons accused of committing crimes in Orleans Parish. The Budget Committee recommended approval, and the ordinance was adopted.\n- Ordinance Number: 34299 - 29595 M.C.S.\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The Budget Committee recommended approval, and the ordinance was adopted.\n- UID: fa2d6c31-e1de-4567-86c0-8ab656421ff6", + "uid": "fa2d6c31-e1de-4567-86c0-8ab656421ff6", + "publish_date": "8-24-2023", + "page_number": 12, + "title": "Regular City Council Minutes 8-24-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4653\n11/15/23, 7:49 PM\nBrief:\nAn Ordinance to amend Ordinance No. 29266 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Expenditures for the City of New Orleans for the Year\n2023\", to appropriate unspent funds to the Law Department for various state settlement and\njudgment payments; and otherwise to provide with respect thereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 11/10/23).\n(Fiscal Note received).\n(Referred to the Budget Committee).\n(Budget Committee recommended approval).\nCONTINUED TO THE MEETING OF 9/21/23.\nSPEAKER CARD:\nBruce Relly - In Support\n34295\n27. CAL. NO. 34,305 - BY: COUNCILMEMBER HARRIS\nBrief:\nAn Ordinance to establish a communications campaign and giving platform relative to\nsupporting unhoused residents in New Orleans; and otherwise to provide with respect thereto\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/10/23).\nCONTINUED TO THE MEETING OF 9/21/23.\nSPEAKER CARDS:\nMichael Burnside - Info. Only\nHeidi Diekelman - Info. Only\nCheryl Elaine Vallery - Info. Only\nONLINE SPEAKER:\nTiffany French\n34305\n28. LEGISLATIVE GROUPING\n28a. CAL. NO. 34,308 - BY: COUNCILMEMBERS GREEN, THOMAS AND KING\nBrief:\nAn Ordinance to amend and reordain Sections 82-410 and 82-412 to increase penalties and to\nprovide relative to food waste and distribution of food under or adjacent to an overpass or\nelevated roadway or within or adjacent to any encampment area; and otherwise to provide\nwith respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/10/23).\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4653\n28/41", - "page_number": 28 + "page_content": "- Topic: COVID-19 Health Center Services Expansion\n- Summary: The ordinance aimed to appropriate additional one-time grant funds to expand COVID-19 health center services. It was recommended for approval by the Budget Committee and ultimately adopted.\n- Ordinance Number: 34300 - 29596 M.C.S.\n- Votes Summary:\n - Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The ordinance was adopted, allowing for the allocation of additional funds to expand COVID-19 health center services.\n- Tags/Keywords: COVID-19, health center services, budget allocation\n- UID: fa4047b1-fb66-46f0-acd1-d7faa13af7dd\n\n- Topic: Zoning Change in Historic Urban Neighborhood\n- Summary: The ordinance sought a zoning change from an HU-RM1 Historic Urban Multi-Family Residential District to an HU-B1A Historic Urban Neighborhood Business District. It was adopted after the specified deadline.\n- Ordinance Number: 34311 - 29599 M.C.S.\n- Votes Summary:\n - Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The zoning change was approved despite being beyond the deadline.\n- Tags/Keywords: Zoning change, urban neighborhood, municipal district\n- UID: fa4047b1-fb66-46f0-acd1-d7faa13af7dd", + "uid": "fa4047b1-fb66-46f0-acd1-d7faa13af7dd", + "publish_date": "8-24-2023", + "page_number": 13, + "title": "Regular City Council Minutes 8-24-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4653\n11/15/23, 7:49 PM\n(Referred to the Quality of Life Committee).\nCONTINUED TO THE MEETING OF 9/21/23.\nSPEAKER CARD:\nHeidi Diekelman - Info. Only\n34308\n28b. AMENDMENT TO ORDINANCE CAL. NO. 34,308 - BY: COUNCILMEMBER GREEN\nBrief:\n(1) On page 1, line 2, insert the following at the beginning of paragraph (a):\n\"The first offense shall result in a warning citation.\"\n(2) On page 1, line 2, replace \"The penalty for each\" with \"Each subsequent\"\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/24/23).\nCONTINUED TO THE MEETING OF 9/21/23.\n34308 Amendment\n29. CAL. NO. 34,314 - BY: COUNCILMEMBER MORENO (BY REQUEST).\nBrief:\nAn Ordinance to amend and reordain Section 146-599 of the Code of the City of New\nOrleans, relative to permit standards and fees for parklet permits, to set the date for the fee\nwaiver for the right-of-way usage fees associated with parklet permits to reflect the anticipated\nstart date for the parklet permitting program; and otherwise to provide with respect thereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 11/24/23).\nCONTINUED TO THE MEETING OF 9/21/23.\n34314\n30. LEGISLATIVE GROUPING\n30a. CAL. NO. 34,348 - BY: COUNCILMEMBER MORRELL\nBrief:\nAn Ordinance to amend and reordain sections 34-2, 34-3, 34-4, 34-6, 34-8, 34-14, 34-28, 34-\n48, 34-49, and 34-50 of the Code of the City of New Orleans to provide relative to the\nregulation of Mardi Gras parades; and otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/8/23).\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4653\n29/41", - "page_number": 29 + "page_content": "- Topic: Conditional Use for Car Wash in Specific District\n- Summary: The ordinance aimed to establish a conditional use to permit a car wash in a specific district. It was adopted.\n- Ordinance Number: 34,320\n- Votes Summary:\n Vote 1: Passed - (Unanimous approval)\n- Decision/Key Actions: The ordinance was adopted without amendments.\n- Tags/Keywords: Zoning, Car Wash, Conditional Use, District\n- UID: b3ea9dd3-2466-4b95-82e7-73b64cee485a\n\n- Topic: Budget Amendment for Office of Homeland Security\n- Summary: This ordinance sought to transfer grant funds within the Office of Homeland Security and Emergency Preparedness. It was adopted.\n- Ordinance Number: 34,320\n- Votes Summary:\n Vote 1: Passed - (Unanimous approval)\n- Decision/Key Actions: The ordinance was adopted following a recommendation from the Budget Committee.\n- Tags/Keywords: Budget, Grant Funds, Homeland Security\n- UID: b3ea9dd3-2466-4b95-82e7-73b64cee485a\n\n- Topic: Budget Amendment for FEMA Grant Funds\n- Summary: This ordinance aimed to appropriate FEMA grant funds to the Office of Homeland Security for the Flood Mitigation Assistance Swift Program. It was adopted.\n- Ordinance Number: 34,323\n- Votes Summary:\n Vote 1: Passed - (Unanimous approval)\n- Decision/Key Actions: The ordinance was adopted following a recommendation from the Budget Committee.\n- Tags/Keywords: Budget, FEMA Grant Funds, Homeland Security, Flood Mitigation\n- UID: b3ea9dd3-2466-4b95-82e7-73b64cee485a", + "uid": "b3ea9dd3-2466-4b95-82e7-73b64cee485a", + "publish_date": "8-24-2023", + "page_number": 14, + "title": "Regular City Council Minutes 8-24-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4653\n11/15/23, 7:49 PM\n(Referred to the Governmental Affairs Committee).\n(Governmental Affairs Committee recommended approval).\nSPEAKER CARDS:\nJames Reiss - Info. Only\nLloyd Frischliertz - In Opposition\nAdam Swensek - In Opposition\nONLINE SPEAKER:\nLeonard Lewis\n34348 - 29637 M.C.S.\n34348 - 29637 As Amended\n30b. AMENDMENT TO CALENDAR NO. 34,348 - BY: COUNCILMEMBER MORRELL\n34348 Amendment\nBrief:\n1.\nOn page 5, line 97, delete \"LEGION OF MARS\" and insert in lieu thereof\n\"PONTCHARTRAIN\".\nOn page 5, line 98, delete \"PONTCHARTRAIN\" and insert in lieu thereof \"LEGION OF\n2.\nMARS\"\n3. On page 8, line 161, delete \"(g)\" and insert in lieu thereof \"(f)\".\nOn page 8, line 161, at the end of the sentence, before the period, add \", except when a\n4.\nparade is rescheduled per section 34-5.\"\n5. On page 9, line 188, delete \"marching bands\" and insert in lieu thereof \"elements\".\n6. On page 9, line 190, delete \"marching bands\" and insert in lieu thereof \"elements\".\n7. On page 9, line 191, delete \"marching bands\" and insert in lieu thereof \"elements\".\n8. On page 9, line 192, delete \"marching bands\" and insert in lieu thereof \"elements\".\n9. On page 9, line 194, delete \"marching bands\" and insert in lieu thereof \"elements\".\n10. On page 13, line 280, after \"organization.\" add the following: \"This subsection shall be\neffective beginning January 1, 2025.\"\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4653\n30/41", - "page_number": 30 + "page_content": "- Topic: Appropriating FEMA grant funds to the Office Homeland Security for the Flood Mitigation Assistance Swift Program\n- Summary: The ordinance aims to amend the operating budget of expenditures for the City of New Orleans for 2023 to appropriate FEMA grant funds to the Office Homeland Security for the Flood Mitigation Assistance Swift Program. The Budget Committee recommended approval, and the ordinance was adopted.\n- Ordinance Number: 34323 - 29607 M.C.S.\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The ordinance was adopted.\n- UID: 62dcea48-4362-1ee9a-0050569183fa\n\n- Topic: Appropriating reimbursement funds from Downtown Development District to the Office of Community Development for the Code Enforcement Unit\n- Summary: This ordinance aims to amend the operating budget of revenues for the City of New Orleans for 2023 to appropriate reimbursement funds from the Downtown Development District to the Office of Community Development for the Code Enforcement Unit. The Budget Committee recommended approval, and the ordinance was adopted.\n- Ordinance Number: 34324 - 29608 M.C.S.\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The ordinance was adopted.\n- UID: 62dcea48-4362-1ee9a-0050569183fa\n\n- Topic: Appropriating reimbursement funds from Downtown Development District to the Office of Community Development for the Code Enforcement Unit\n- Summary: This ordinance aims to amend the operating budget of expenditures for the City of New Orleans for 2023 to appropriate reimbursement funds from the Downtown Development District to the Office of Community Development for the Code Enforcement Unit. The Budget Committee recommended approval, and the ordinance was adopted.\n- Ordinance Number: 34325 - 29609 M.C.S.\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The ordinance was adopted.\n- UID: 62dcea48-4362-1ee9a-0050569183fa", + "uid": "cd6c1cb3-7289-46d1-bb00-7ab19ce831fa", + "publish_date": "8-24-2023", + "page_number": 15, + "title": "Regular City Council Minutes 8-24-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4653\n11/15/23, 7:49 PM\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 1/5/24).\nWITHDRAWN.\n30bb. AMENDMENT #02 - AMENDMENT TO ORDINANCE CAL. NO. 34,348\n34348 Amendment -2\n30bb. AMENDMENT #03 - AMENDMENT TO ORDINANCE CAL. NO. 34,348\n34348 Amendment - 3\n30c. MOTION (LYING OVER) - NO. M-23-375 - BY: COUNCILMEMBER MORRELL\nBrief:\nEstablishing an advisory committee (Carnival Legislative Advisory Committee) to provide\nrecommendations concerning legislative changes for the improvement of the Carnival parade\nseason.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/22/23).\n(Referred to the Governmental Affairs Committee).\nM-23-375 Lying Over\n30d. AMENDMENT TO MOTION NO. M-23-375 - BY: COUNCILMEMBER MORRELL\nBrief:\n1. In the second moving paragraph, line number 3, delete the word \"fourth\" and insert in lieu\nthereof \"second\"\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 1/5/24).\nM-23-375 Amendment\n30e. AM #02 - AMENDMENT TO MOTION NO. M-23-375\nM-23-375 Amendment - 02\n31. CAL. NO. 34,359 - BY: COUNCILMEMBER GREEN (BY REQUEST).\nBrief:\nAn Ordinance authorizing the Mayor of the City of New Orleans to enter into a Cooperative\nEndeavor Agreement between the City of New Orleans (the \"City\"), and The Lakefront\nManagement Authority (the \"Authority\"), for a term greater than one year, for the public\npurpose of emergency medical and fire services at the New Orleans Lakefront Airport, in the\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4653\n31/41", - "page_number": 31 + "page_content": "- Topic: Amendment of Operating Budget for FEMA Grant Funds for Flood Mitigation Assistance\n- Summary: The ordinance aims to appropriate FEMA grant funds to the Office of Homeland Security for Flood Mitigation Assistance in Orleans Parish. It was recommended for approval by the Budget Committee and was ultimately adopted.\n- Ordinance Number: 34326 - 29610 M.C.S.\n- Votes Summary:\n Vote 1: Passed - (Unanimous approval)\n- Decision/Key Actions: The ordinance was adopted, allowing for the appropriation of FEMA grant funds for flood mitigation assistance.\n- Tags/Keywords: FEMA grant funds, flood mitigation, Orleans Parish, Budget Committee, adoption\n- UID: ed765560-93a7-4fa0-b7a4-a551e3ae6b05\n\n- Topic: Amendment of Operating Budget of Expenditures for FEMA Grant Funds for Flood Mitigation Assistance\n- Summary: This ordinance seeks to amend the operating budget of expenditures for the City of New Orleans to appropriate FEMA grant funds to the Office of Homeland Security for Flood Mitigation Assistance. It was recommended for approval by the Budget Committee and was ultimately adopted.\n- Ordinance Number: 34327 - 29611 M.C.S.\n- Votes Summary:\n Vote 1: Passed - (Unanimous approval)\n- Decision/Key Actions: The ordinance was adopted, allowing for the appropriation of FEMA grant funds for flood mitigation assistance.\n- Tags/Keywords: FEMA grant funds, flood mitigation, Budget Committee, adoption\n- UID: ed765560-93a7-4fa0-b7a4-a551e3ae6b05\n\n- Topic: Amendment of Operating Budget of Expenditures for FEMA Grant Funds for Flood Mitigation Assistance\n- Summary: This ordinance aims to amend the operating budget of expenditures for the City of New Orleans to appropriate FEMA grant funds to the Office of Homeland Security for Flood Mitigation Assistance. It was recommended for approval by the Budget Committee and was ultimately adopted.\n- Ordinance Number: 34328 - 29612 M.C.S.\n- Votes Summary:\n Vote 1: Passed - (Unanimous approval)\n- Decision/Key Actions: The ordinance was adopted, allowing for the appropriation of FEMA grant funds for flood mitigation assistance.\n- Tags/Keywords: FEMA grant funds, flood mitigation, Budget Committee, adoption\n- UID: ed765560-93a7-4fa0-b7a4-a551e3ae6b05", + "uid": "ed765560-93a7-4fa0-b7a4-a551e3ae6b05", + "publish_date": "8-24-2023", + "page_number": 16, + "title": "Regular City Council Minutes 8-24-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4653\n11/15/23, 7:49 PM\nCity of New Orleans, as more fully detailed in the Cooperative Endeavor Agreement form\nattached hereto as Exhibit \"A\"; and otherwise to provide with respect thereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 12/22/23).\n34359 - 29638 M.C.S.\nCAL. NO. 34,361 - BY: COUNCILMEMBERS GIARRUSSO, GREEN, HARRIS,\n32.\nMORRELL, THOMAS, MORENO AND KING\nBrief:\nAn Ordinance to amend section 2-812 of the Code of the City of New Orleans to require\nordinances which amend or repeal sections of the Code to show, using underlines and\nstrikethroughs, how the amendment alters the text of the Code; and otherwise to provide with\nrespect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/22/23).\n34361 - 29639 M.C.S.\n33. CAL. NO. 34,364 - BY: COUNCILMEMBER THOMAS (BY REQUEST).\nBrief:\nAn Ordinance authorizing the Mayor of the City of New Orleans to enter into a successive\nCooperative Endeavor Agreement between the City of New Orleans (the \"City\") and the New\nOrleans Police and Justice Foundation, Inc. (NOPJF), extending the term of the prior\nCooperative Endeavor Agreement (K22-820) to a term greater than one year, for the valuable\npublic purpose of enhancing public safety and employment opportunities for the City's\ncitizens through the continued recruitment of qualified police officers for the New Orleans\nPolice Department (the \"NOPD\") through a Recruitment Campaign, as more fully detailed in\nthe Cooperative Endeavor Agreement (\"CEA\") form attached hereto as Exhibit \"A\"; and\notherwise to provide with respect thereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 12/22/23).\nWITHDRAWN.\nSPEAKER CARD:\nMichael Burnside - Info. Only\n34364\n34. CAL. NO. 34,365 - BY: COUNCILMEMBER MORRELL\nBrief:\nAn Ordinance to establish division 6, article VI of chapter 2 of the Code of the City of New\nOrleans relative to the Law Department, and section 2-671 regarding legal representation of\nthe City when there is a possible conflict of interest due to adverse representation; and\notherwise to provide with respect thereto.\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4653\n32/41", - "page_number": 32 + "page_content": "- Topic: Amendment of Operating Budget for New Orleans Broadband Outreach and Equity Program\n- Summary: This ordinance aimed to amend the operating budget to appropriate funds awarded by the Federal Communications Commission to the Office of Resilience and Sustainability for the New Orleans Broadband Outreach and Equity Program. The Budget Committee recommended approval, and the ordinance was adopted.\n- Ordinance Number: 34329 - 29613 M.C.S.\n- Votes Summary:\n - Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The ordinance was adopted after the Budget Committee recommended approval.\n- UID: a6dfcd2e-5770-44ed-aade-3ca46095fde0\n\n- Topic: Amendment of Operating Budget for New Orleans Broadband Outreach and Equity Program\n- Summary: This ordinance sought to amend the operating budget to appropriate funds awarded by the Federal Communications Commission to the Office of Resilience and Sustainability for the New Orleans Broadband Outreach and Equity Program. The Budget Committee recommended approval, and the ordinance was adopted.\n- Ordinance Number: 34330 - 29614 M.C.S.\n- Votes Summary:\n - Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The ordinance was adopted after the Budget Committee recommended approval.\n- UID: a6dfcd2e-5770-44ed-aade-3ca46095fde0\n\n- Topic: Appropriation of Grant Funds to the Fire Department for Personal Protective Equipment\n- Summary: This ordinance aimed to amend the operating budget to appropriate grant funds to the Fire Department for the purchase of Personal Protective Equipment (PPE). The Budget Committee recommended approval, and the ordinance was adopted.\n- Ordinance Number: 34351 - 29626 M.C.S.\n- Votes Summary:\n - Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The ordinance was adopted after the Budget Committee recommended approval.\n- UID: a6dfcd2e-5770-44ed-aade-3ca46095fde0", + "uid": "a6dfcd2e-5770-44ed-aade-3ca46095fde0", + "publish_date": "8-24-2023", + "page_number": 17, + "title": "Regular City Council Minutes 8-24-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4653\n11/15/23, 7:49 PM\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/22/23).\nCONTINUED TO THE MEETING OF 9/21/23.\nSPEAKER CARD:\nMichael Burnside - Info. Only\n34365\n35. CAL. NO. 34,368 - BY: COUNCILMEMBERS GIARRUSSO, GREEN, MORENO AND\nTHOMAS (BY REQUEST).\nBrief:\nAn Ordinance to amend and re-ordain Ordinance No. 29,272 M.C.S ., entitled \"An Ordinance\nProviding a Capital Budget for the Year 2023\", to effect the following change to the 2023\nCapital Budget: to de-appropriate funds from the Chief Administrative Office, the Department\nof Parks and Parkways, the Department of Property Management, the Department of Public\nWorks, the Municipal Yacht Harbor, and the New Orleans Museum of Art; to appropriate\nfunds to the Chief Administrative Office, the Department of Parks and Parkways, the\nDepartment of Property Management, the Department of Public Works, the Department of\nHealth, the Municipal Yacht Harbor, the New Orleans Fire Department, the Mosquito Termite\nand Rodent Control Board, the New Orleans Police Department, and the New Orleans\nRecreation Development Commission; and otherwise to provide with respect thereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 12/22/23).\n(Fiscal Note received).\nCONTINUED TO THE MEETING OF 9/21/23 AND REFERRED TO THE BUDGET\nCOMMITTEE.\nSPEAKER CARD:\nBruce Reilly - In Opposition\n34368\n36. CAL. NO. 34,369 - BY: COUNCILMEMBER KING (BY REQUEST).\nBrief:\nAn Ordinance to authorize the Mayor of the City of New Orleans to enter into a Cooperative\nEndeavor Agreement between the City of New Orleans (the \"City\") and the French Market\nCorporation (\"FMC\") for the design and construction of improvements to the French Market\nFlea and Farmer's Market restrooms. And where the specifics of those improvements are more\nfully set forth in the Cooperative Endeavor Agreement form attached hereto as \"Exhibit A\"\nand made a part hereof; and otherwise to provide with respect thereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 12/22/23).\nSPEAKER CARDS:\nBruce Relly - In Opposition\nMichael Burnside - Info. Only\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4653\n33/41", - "page_number": 33 + "page_content": "- Topic: Appropriation of Grant Funds for Fire Department Personal Protective Equipment\n- Summary: The ordinance aims to amend the city's operating budget to appropriate grant funds to the Fire Department for the purchase of Personal Protective Equipment (PPE). The ordinance was adopted.\n- Ordinance Number: 34,352\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The ordinance was adopted to allocate grant funds to the Fire Department for PPE.\n- Tags/Keywords: Grant funds, Fire Department, PPE, Operating budget\n- UID: 22c12e68-e4a1-48e0-b196-d6d82261fa67\n\n- Topic: Appropriation of Grant Funds for Lincoln Beach Permeable Parking Lot\n- Summary: This ordinance seeks to amend the operating budget to allocate grant funds to the Chief Administrative Office for the Lincoln Beach Permeable Parking Lot. The ordinance was adopted.\n- Ordinance Number: 34,353\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The ordinance was adopted to appropriate grant funds for the Lincoln Beach Permeable Parking Lot.\n- Tags/Keywords: Grant funds, Lincoln Beach, Permeable Parking Lot, Operating budget\n- UID: 22c12e68-e4a1-48e0-b196-d6d82261fa67\n\n- Topic: Appropriation of Grant Funds for Lincoln Beach Permeable Parking Lot\n- Summary: This ordinance aims to amend the operating budget to allocate grant funds to the Chief Administrative Office for the Lincoln Beach Permeable Parking Lot. The ordinance was adopted.\n- Ordinance Number: 34,354\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The ordinance was adopted to appropriate grant funds for the Lincoln Beach Permeable Parking Lot.\n- Tags/Keywords: Grant funds, Lincoln Beach, Permeable Parking Lot, Operating budget\n- UID: 22c12e68-e4a1-48e0-b196-d6d82261fa67", + "uid": "22c12e68-e4a1-48e0-b196-d6d82261fa67", + "publish_date": "8-24-2023", + "page_number": 18, + "title": "Regular City Council Minutes 8-24-2023" }, { - "page_content": "11/15/23, 7:49 PM\ncityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4653\n34369 - 29640 M.C.S.\n37. CAL. NO. 34,370 - BY: COUNCILMEMBERS MORRELL, GIARRUSSO, MORENO\nAND KING\nBrief:\nAn Ordinance to amend Ordinance No. 29,265 M.C.S ., as amended, entitled \"An Operating\nBudget of Expenditures for the City of New Orleans for Year 2023\" to transfer an\nappropriation from Workforce Investment to Miscellaneous Programs to effectively restrict\nbudgeted appropriations to allow for Council review prior to expenditure of funds; and\notherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/22/23).\nWITHDRAWN.\n34370\n38. CAL. NO. 34,371 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BY REQUEST).\nBrief:\nAn Ordinance to amend Ordinance No. 29265 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Revenues for the City of New Orleans for the Year 2023\",\nto appropriate funds to Orleans Parish Juvenile Court for three (3) contract positions, which\nare needed to enhance the Court's ability to meet its goals and mission; and otherwise to\nprovide with respect thereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 12/22/23).\n(Fiscal Note received).\nCONTINUED TO THE MEETING OF 9/21/23 AND REFERRED TO THE BUDGET\nCOMMITTEE.\n34371\n39. CAL. NO. 34,372 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BY REQUEST).\nBrief:\nAn Ordinance to amend Ordinance No. 29266 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Expenditures for the City of New Orleans for the Year\n2023\", to appropriate funds to Orleans Parish Juvenile Court for three (3) contract positions,\nwhich are needed to enhance the Court's ability to meet its goals and mission; and otherwise\nto provide with respect thereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 12/22/23).\n(Fiscal Note received).\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4653\n34/41", - "page_number": 34 + "page_content": "- Topic: Approval of Amendments to Classified Pay Plan (City Planning)\n- Summary: The council approved the amendments to the Classified Pay Plan (City Planning) as adopted by the Civil Service Commission, to be effective from August 27, 2023, in accordance with Article X, Section 10 of the Constitution of Louisiana.\n- Ordinance Number: M-23-365\n- Votes Summary:\n Vote 1: Passed - (Unanimous)\n- Decision/Key Actions: Amendments to the Classified Pay Plan (City Planning) approved for implementation.\n- Tags/Keywords: Classified Pay Plan, City Planning, Civil Service Commission, Louisiana Constitution\n- UID: 88adb92b-10be-4fc6-8e95-dd8aa58c0a87\n\n- Topic: Approval of Amendments to Classified Pay Plan (Safety and Permits)\n- Summary: The council approved the amendments to the Classified Pay Plan (Safety and Permits) as adopted by the Civil Service Commission, to be effective from August 27, 2023, in accordance with Article X, Section 10 of the Constitution of Louisiana.\n- Ordinance Number: M-23-366\n- Votes Summary:\n Vote 1: Passed - (Unanimous)\n- Decision/Key Actions: Amendments to the Classified Pay Plan (Safety and Permits) approved for implementation.\n- Tags/Keywords: Classified Pay Plan, Safety and Permits, Civil Service Commission, Louisiana Constitution\n- UID: 88adb92b-10be-4fc6-8e95-dd8aa58c0a87\n\n- Topic: Approval of Amendments to Classified Pay Plan (Property Management)\n- Summary: The council approved the amendments to the Classified Pay Plan (Property Management) as adopted by the Civil Service Commission, to be effective from August 27, 2023, in accordance with Article X, Section 10 of the Constitution of Louisiana.\n- Ordinance Number: M-23-367\n- Votes Summary:\n Vote 1: Passed - (Unanimous)\n- Decision/Key Actions: Amendments to the Classified Pay Plan (Property Management) approved for implementation.\n- Tags/Keywords: Classified Pay Plan, Property Management, Civil Service Commission, Louisiana Constitution\n- UID: 88adb92b-10be-4fc6-8e95-dd8aa58c0a87", + "uid": "88adb92b-10be-4fc6-8e95-dd8aa58c0a87", + "publish_date": "8-24-2023", + "page_number": 19, + "title": "Regular City Council Minutes 8-24-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4653\n11/15/23, 7:49 PM\nCONTINUED TO THE MEETING OF 9/21/23 AND REFERRED TO THE BUDGET\nCOMMITTEE.\n34372\n40. CAL. NO. 34,373 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BY REQUEST).\nBrief:\nAn Ordinance to amend Ordinance No. 29265 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Revenues for the City of New Orleans for the Year 2023\",\nto appropriate funds to the Clerk of Criminal District Court for the 2021 and 2022 Audit Fees\nto LeBlanc & Associates CPA, LLC; and otherwise to provide with respect thereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 12/22/23).\n(Fiscal Note received).\nCONTINUED TO THE MEETING OF 9/21/23 AND REFERRED TO THE BUDGET\nCOMMITTEE\n34373\n41. CAL. NO. 34,374 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BY REQUEST).\nBrief:\nAn Ordinance to amend Ordinance No. 29266 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Expenditures for the City of New Orleans for the Year\n2023\", to appropriate funds to the Clerk of Criminal District Court for the 2021 and 2022\nAudit Fees to LeBlanc & Associates CPA, LLC; and otherwise to provide with respect\nthereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 12/22/23).\n(Fiscal Note received).\nCONTINUED TO THE MEETING OF 9/21/23 AND REFERRED TO THE BUDGET\nCOMMITTEE.\n34374\nCAL. NO. 34,375 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\n42.\nTHOMAS (BY REQUEST)\nBrief:\nAn Ordinance to amend Ordinance No. 29265 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Revenues for the City of New Orleans for the Year 2023\",\nto appropriate grant funds to the Department of Mosquito, Termite and Rodent Control to\ncoordinate training and evaluation of Pest Management, Vector Control Districts and other\nrelated fields to attain an integrated workforce to mitigate community vector-borne disease in\nthe Gulf Coast Region; and otherwise to provide with respect thereto.\nAnnotation:\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4653\n35/41", - "page_number": 35 + "page_content": "- Topic: Amendments to the Classified Pay Plan (Sewerage and Water Board)\n- Summary: The ordinance approves the amendments to the Classified Pay Plan for the Sewerage and Water Board, as adopted by the Civil Service Commission, to be effective from August 27, 2023, in accordance with the Constitution of Louisiana.\n- Ordinance Number: M-23-368\n- Votes Summary:\n Vote: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The amendments to the Classified Pay Plan for the Sewerage and Water Board were approved.\n- Tags/Keywords: Classified Pay Plan, Sewerage and Water Board, Civil Service Commission, Louisiana Constitution\n- UID: fa6ff3ef-58f0-489b-b147-9120331a9f5e\n\n- Topic: Amendments to the Classified Pay Plan (Finance)\n- Summary: The ordinance approves the amendments to the Classified Pay Plan for the Finance department, as adopted by the Civil Service Commission, to be effective from August 27, 2023, in accordance with the Constitution of Louisiana.\n- Ordinance Number: M-23-369\n- Votes Summary:\n Vote: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The amendments to the Classified Pay Plan for the Finance department were approved.\n- Tags/Keywords: Classified Pay Plan, Finance department, Civil Service Commission, Louisiana Constitution\n- UID: fa6ff3ef-58f0-489b-b147-9120331a9f5e\n\n- Topic: Amendments to the Classified Pay Plan (Office of Community Development)\n- Summary: The ordinance approves the amendments to the Classified Pay Plan for the Office of Community Development, as adopted by the Civil Service Commission, to be effective from August 27, 2023, in accordance with the Constitution of Louisiana.\n- Ordinance Number: M-23-370\n- Votes Summary:\n Vote: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The amendments to the Classified Pay Plan for the Office of Community Development were approved.\n- Tags/Keywords: Classified Pay Plan, Office of Community Development, Civil Service Commission, Louisiana Constitution\n- UID: fa6ff3ef-58f0-489b-b147-9120331a9f5e", + "uid": "fa6ff3ef-58f0-489b-b147-9120331a9f5e", + "publish_date": "8-24-2023", + "page_number": 20, + "title": "Regular City Council Minutes 8-24-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4653\n11/15/23, 7:49 PM\n(Council Rule 34. Postponement Deadline 12/22/23).\n(Fiscal Note received).\nCONTINUED TO THE MEETING OF 9/21/23 AND REFERRED TO THE BUDGET\nCOMMITTEE.\n34375\nCAL. NO. 34,376 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\n43.\nTHOMAS (BY REQUEST).\nBrief:\nAn Ordinance to amend Ordinance No. 29266 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Expenditures for the City of New Orleans for the Year\n2023\", to appropriate grant funds to the Department of Mosquito, Termite and Rodent Control\nto coordinate training and evaluation of Pest Management, Vector Control Districts and other\nrelated fields to attain an integrated workforce to mitigate community vector-borne disease\nrisk in the Gulf Coast Region; and otherwise to provide with respect thereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 12/22/23).\n(Fiscal Note received).\nCONTINUED TO THE MEETING OF 9/21/23 AND REFERRED TO THE BUDGET\nCOMMITTEE.\n34376\n45. CAL. NO. 34,378 - BY: COUNCILMEMBER HARRIS (BY REQUEST)\nBrief:\nAn Ordinance to authorize the Mayor of the City of New Orleans to enter into a Second\nAmendment to a previously executed Cooperative Endeavor Agreement (\"CEA\") between the\nCity of New Orleans (the \"City\") and the Ernest N. Morial New Orleans Exhibition Hall\nAuthority (\"Convention Center\" or \"Authority\"), (the \"Parties\"), relative to the public\npurpose of enhancing the Convention Center area in order to attract tourists to the City,\npromote community and economic development, and create new opportunities and amenities\nfor residents, to modify the provisions thereof, as more fully set forth in the Cooperative\nEndeavor Agreement form attached hereto as Exhibit \"1\"; and otherwise to provide with\nrespect thereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 12/22/23).\nSPEAKER CARD:\nMichael Burnside - Info. Only\n34378 - 29642 M.C.S.\nCOUNCILMEMBERS MORENO, GIARRUSSO AND\n46. CAL. NO. 34,379 - BY:\nMORRELL\nBrief:\nAn Ordinance to amend section 2-551 of the Code of the City of New Orleans to require the\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4653\n36/41", - "page_number": 36 + "page_content": "- Topic: Amendments to Civil Service Rules (Sick Leave Usage Expansion)\n- Summary: The council approved the amendments to the Civil Service Rules, expanding sick leave usage, as adopted by the Civil Service Commission. The effective date for these amendments is August 27, 2023, in accordance with the Constitution of Louisiana.\n- Ordinance Number: M-23-371\n- Votes Summary:\n Vote 1: Passed - (Unanimous)\n- Decision/Key Actions: Amendments to the Civil Service Rules approved\n- Tags/Keywords: Civil Service Rules, Sick Leave, Amendment\n- UID: 7c8f3a62-6477-435c-a9fc-92a5800dbf1c\n\n- Topic: Amendments to Classified Pay Plan (Juvenile Justice Intervention Center)\n- Summary: The council approved the amendments to the Classified Pay Plan for the Juvenile Justice Intervention Center, as adopted by the Civil Service Commission. The effective date for these amendments is August 27, 2023, in accordance with the Constitution of Louisiana.\n- Ordinance Number: M-23-372\n- Votes Summary:\n Vote 1: Passed - (Unanimous)\n- Decision/Key Actions: Amendments to the Classified Pay Plan for the Juvenile Justice Intervention Center approved\n- Tags/Keywords: Classified Pay Plan, Juvenile Justice, Amendment\n- UID: 7c8f3a62-6477-435c-a9fc-92a5800dbf1c\n\n- Topic: Amendments to Classified Pay Plan (CAO-ITD)\n- Summary: The council approved the amendments to the Classified Pay Plan for CAO-ITD, as adopted by the Civil Service Commission. The effective date for these amendments is August 27, 2023, in accordance with the Constitution of Louisiana.\n- Ordinance Number: M-23-373\n- Votes Summary:\n Vote 1: Passed - (Unanimous)\n- Decision/Key Actions: Amendments to the Classified Pay Plan for CAO-ITD approved\n- Tags/Keywords: Classified Pay Plan, CAO-ITD, Amendment\n- UID: 7c8f3a62-6477-435c-a9fc-92a5800dbf1c", + "uid": "7c8f3a62-6477-435c-a9fc-92a5800dbf1c", + "publish_date": "8-24-2023", + "page_number": 21, + "title": "Regular City Council Minutes 8-24-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4653\n11/15/23, 7:49 PM\nDepartment of Finance to create and present a monthly accounting report of vendors due\npayment by the City of New Orleans and the status of said payments; and otherwise to provide\nwith respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/22/23).\nSPEAKER CARD:\nMichael Burnside - Info. Only\n34379 - 29643 M.C.S.\n47. MOTION (LYING OVER) - NO. M-22-516 - BY: COUNCILMEMBER MORRELL\nBrief:\nAuthorizing the creation of committee as an advisory committee, to be known as the City of\nNew Orleans Home Rule Charter Review Committee, to review, opine on and make non-\nbinding recommendations to the New Orleans City Council regarding potential changes to the\nHome Rule Charter, pursuant Section 3-127 of the City of New Orleans Home Rule Charter.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Referred to the Governmental Affairs Committee).\n(Governmental Affairs Committee recommended approval).\n(Technical Correction).\nCONTINUED TO THE SECOND MEETING OF JANUARY 2024.\nSPEAKER CARDS:\nBruce Reilly - In Support\nGeorge Mahdi - Info. Only\nM-22-516 Lying Over\n48. RESOLUTION (LYING OVER) - NO. R-23-376 - BY: COUNCILMEMBERS MORENO\nAND GREEN\nBrief:\nA RESOLUTION expressing the City Council's support and willingness to assist in the\naddition of victim safeguards for the most severe domestic violence incidents by urging\nCriminal District Court and the Orleans Parish District Attorney's Office to create a system to\nconduct Gwen's Law hearings for all domestic abuse battery strangulation cases and\naggravated domestic abuse battery cases involving a firearm.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/22/23).\n(Referred to the Community Development Committee).\nSPEAKER CARD:\nMeghan Garvey - In Opposition\nR-23-376 Lying Over\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4653\n37/41", - "page_number": 37 + "page_content": "- Topic: Amendments to the Classified Pay Plan (Emergency Management)\n- Summary: The ordinance was approved, adopting the amendments to the Classified Pay Plan (Emergency Management) as adopted by the Civil Service Commission. It will be effective from August 27, 2023, in accordance with Article X, Section 10 of the Constitution of Louisiana.\n- Ordinance Number: M-23-374\n- Votes Summary:\n - Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The Budget Committee recommended approval, and the ordinance was adopted.\n- Tags/Keywords: Amendments, Classified Pay Plan, Civil Service Commission, Budget Committee\n- UID: 6485f99e-6c0d-449f-914c-06ce2d583c2e\n\n- Topic: Residential Occupancy of City-owned Property\n- Summary: The ordinance was reconsidered due to the Mayor's veto. The vote resulted in 5 YEAS and 2 NAYS, with the objection of the Mayor being overruled.\n- Ordinance Number: 34309 - 29585 M.C.S. (AS AMENDED)\n- Votes Summary:\n - Vote 1: Passed - (5 YEAS, 2 NAYS, 0 ABSENT)\n- Decision/Key Actions: The objection of the Mayor was overruled, and the ordinance passed.\n- Tags/Keywords: Residential Occupancy, City-owned Property, Mayor's Veto\n- UID: 6485f99e-6c0d-449f-914c-06ce2d583c2e", + "uid": "6485f99e-6c0d-449f-914c-06ce2d583c2e", + "publish_date": "8-24-2023", + "page_number": 22, + "title": "Regular City Council Minutes 8-24-2023" }, { - "page_content": "11/15/23, 7:49 PM\ncityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4653\n50. RESOLUTION - NO. R-23-396 - BY: COUNCILMEMBERS MORENO AND MORRELL\nBrief:\nRESOLUTION AND ORDER PROVIDING GUIDANCE AND ESTABLISHING\nPROCEDURAL DEADLINES WITH RESPECT TO CONTIUNED EFFORTS TO\nELECTRIC\nENCOURAGE\nVEHICLE\nDEVELOPMENT OF\nCHARGING\nINFRASTRUCTURE AND ELECTRIC VEHICLE ADOPTION\nDOCKET UD-18-01\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 1/5/24).\nR-23-396\n51. MOTION - NO. M-23-403 - BY: COUNCILMEMBERS MORENO, MORRELL AND\nGIARRUSSO\nBrief:\nA MOTION directing the Chief Administrative Office, Department of Finance, and Office of\nWorkforce Development to distribute payments owed to youth workers per Council Motion\nM-23-384 passed at the August 24, 2023 Council meeting. Further, to avoid potential liability,\nthe Council directs said departments proactively pay any potential penalties that could be\nassessed for wage theft and lost wages.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 1/5/24).\nONLINE SPEAKER:\nMary Mysing-Gubala\nM-23-403\n52. RESOLUTION - NO. R- 23-404 - BY: COUNCILMEMBERS MORENO, MORRELL,\nHARRIS, KING, GREEN AND THOMAS\nBrief:\nRESOLUTION URGING THE LOUISIANA LEGISLATIVE AUDITOR TO PERFORM A\nDETAILED AUDIT AND REVIEW OF THE CITY'S ACCOUNTS PAYABLE AND\nVENDOR PAYMENTS\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 1/5/24).\nR-23-404\n53. RESOLUTION - NO. R-23-414 - BY: COUNCILMEMBER MORRELL\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4653\n38/41", - "page_number": 38 + "page_content": "- Topic: Potential claims asserted by Stanton Square LLC relating to Council approval of the Lower Algiers Rural Protection Interim Zoning District\n- Summary: The council convened in executive session to discuss potential litigation relating to claims asserted by Stanton Square LLC regarding the approval of the Lower Algiers Rural Protection Interim Zoning District, as well as other ongoing legal matters.\n- Ordinance Number: N/A\n- Votes Summary:\n - Vote 1: N/A\n - Vote 2: N/A\n- Decision/Key Actions: The council entered into executive session to discuss the mentioned legal matters.\n- Tags/Keywords: Executive Session, Potential Litigation, Zoning District, Legal Matters\n- UID: 210b84d1-6ccc-42e3-b9b4-19e0a2ea6672", + "uid": "210b84d1-6ccc-42e3-b9b4-19e0a2ea6672", + "publish_date": "8-24-2023", + "page_number": 23, + "title": "Regular City Council Minutes 8-24-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4653\n11/15/23, 7:49 PM\nBrief:\nRESOLUTION AND ORDER ESTABLISHING FURTHER PROCEDURAL DEADLINES\nWITH RESPECT TO EVALUATING A PROPOSED EXTENSION TO THE ELECTRIC\nAND GAS FORMULA RATE PLANS AS APPROVED IN RESOLUTION R-19-457 AND\nEXTENDED IN RESOLUTION R-20-213\nDOCKET NO. UD-18-07\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 1/5/24).\nWITHDRAWN.\nR-23-414\n53a. SUBSTITUTE RESOLUTION NO. R-23-414\nR-23-414 Substitute\n. RESOLUTION - NO. R-23-423 - BY: COUNCILMEMBERS MORRELL, MORENO,\nGIARRUSSO, HARRIS, KING, GREEN AND THOMAS\nBrief:\nRESOLUTION AND ORDER AUTHORIZING APPROVING AN AGREEMENT IN\nPRINCIPLE RELATED TO THE 2023 ELECTRIC AND GAS FORMULA RATE PLAN\nFILINGS\nDOCKET NO. UD-18-07\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 1/5/24).\nONLINE SPEAKERS:\nJesse George\nTiffany French\nBob Murrell\nR-23-423\n56. MOTION TO SUSPEND THE RULES TO INTRODUCE ORDINANCES ON FIRST\nREADING\n57. ORDINANCES ON FIRST READING\n09-07-2023 First Reading\n57a. 34,380\n34380\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4653\n39/41", - "page_number": 39 + "page_content": "- Topic: Temporary fee waivers for events at Devour Park\n- Summary: Two ordinances were introduced to temporarily waive certain fees, permit fees, and requirements for events at Devour Park in New Orleans. The first ordinance was for the Fatherhood Roundtable event on July 15, 2023, and the second ordinance was for the 2nd Annual L. B. Landry Alumni Cookout event on July 29, 2023.\n- Ordinance Number: CAL. NO. 34,306 and CAL. NO. 34,331\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n Vote 2: N/A\n- Decision/Key Actions: The ordinances to waive fees for the specified events at Devour Park were passed.\n- Tags/Keywords: Fee waivers, Devour Park events, temporary waivers\n- UID: 0d902d02-12aa-48c0-9b1d-51ec2f748a3f\n\n- Topic: Executive Session Reconvene\n- Summary: The council reconvened from an executive session.\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n Vote 2: N/A\n- Decision/Key Actions: The council reconvened from the executive session.\n- Tags/Keywords: Executive session, reconvene\n- UID: 0d902d02-12aa-48c0-9b1d-51ec2f748a3f", + "uid": "0d902d02-12aa-48c0-9b1d-51ec2f748a3f", + "publish_date": "8-24-2023", + "page_number": 24, + "title": "Regular City Council Minutes 8-24-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4653\n11/15/23, 7:49 PM\n57b. 34,381\n34381\n57c. 34,382\n34382\n57d. 34,383\n34383\n57e. 34,384\n34384\n57f. 34,385\n34385\n57g. 34,386\n34386\n57h. 34,387\n34387\n57i. 34,388\n34388\n57j. 34,389\n34389\n57k. 34,390\n34390\n571. 34,391\n34391\n57m. 34,392\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4653\n40/41", - "page_number": 40 + "page_content": "- Topic: Temporary Waiver of Fees for Joe Brown Park Back-to-School Resource Fair\n- Summary: The ordinance aimed to temporarily waive certain fees, permit fees, and requirements for the Back-to-School Resource Fair event at Joe Brown Park on July 22, 2023. The waiver's duration and boundaries were specified. \n- Ordinance Number: 34337\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed without amendments.\n- Tags/Keywords: Fee waiver, Joe Brown Park, Back-to-School Resource Fair\n- UID: fd5ec5e8-b5d9-415f-9a1a-3cfeca71fd9d\n\n- Topic: Temporary Waiver of Fees for Alfred Lawless Alumni Association Events\n- Summary: The ordinances sought to waive certain fees, permit fees, and requirements for two events organized by the Alfred Lawless Alumni Association at Pete Sanchez Gymnasium and Oliver Bush Playground.\n- Ordinance Number: 34338 (Pete Sanchez Gymnasium) & 34339 (Oliver Bush Playground)\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n Vote 2: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: Both ordinances passed without amendments.\n- Tags/Keywords: Fee waiver, Alfred Lawless Alumni Association, Pete Sanchez Gymnasium, Oliver Bush Playground\n- UID: fd5ec5e8-b5d9-415f-9a1a-3cfeca71fd9d\n\n- Topic: Temporary Waiver of Fees for Althea Haywood Funeral Repast\n- Summary: The ordinance proposed a temporary waiver of certain fees, permit fees, and requirements for the Althea Haywood Funeral Repast event at Pete Sanchez Gymnasium.\n- Ordinance Number: 34340\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed without amendments.\n- Tags/Keywords: Fee waiver, Althea Haywood Funeral Repast, Pete Sanchez Gymnasium\n- UID: fd5ec5e8-b5d9-415f-9a1a-3cfeca71fd9d", + "uid": "fd5ec5e8-b5d9-415f-9a1a-3cfeca71fd9d", + "publish_date": "8-24-2023", + "page_number": 25, + "title": "Regular City Council Minutes 8-24-2023" }, { - "page_content": "cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4653\n11/15/23, 7:49 PM\n34392\n57n. 34,393\n34393\n65. MOTION FOR ADJOURNMENT: @ 2:20 p.m.\nhttps://cityofno.granicus.com/GeneratedAgendaViewer.php?view_id=42&clip_id=4653\n41/41", - "page_number": 41 + "page_content": "- Topic: Temporary waiver of fees and permit requirements for events at Sampson Playground\n- Summary: The ordinance aims to temporarily waive certain fees, permit fees, and requirements for events at Sampson Playground in conjunction with Kazi-Nia Baptist Church. The waiver is specified for July 29, 2023, and July 30, 2023, with defined duration and boundaries. \n- Ordinance Number: CAL. NO. 34,341\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The ordinance passed with a majority vote, allowing the temporary waiver of fees and permit requirements for the specified events at Sampson Playground.\n- Tags/Keywords: Waiver, Fees, Permit Requirements, Sampson Playground\n- UID: 9e83d6c1-adba-4a76-9835-c98d508a2691\n\n- Topic: Waiver of fees and permit requirements for event at Washington Square Park\n- Summary: This ordinance seeks to waive certain fees, permit fees, and requirements for the Silence the Violence Youth Talent Show and Festival event at Washington Square Park on September 9, 2023. The duration and boundaries of the waiver are specified.\n- Ordinance Number: CAL. NO. 34,345\n- Votes Summary:\n Vote 1: Passed - (8 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance passed with a strong majority, allowing the waiver of fees and permit requirements for the specified event at Washington Square Park.\n- Tags/Keywords: Waiver, Fees, Permit Requirements, Washington Square Park\n- UID: 9e83d6c1-adba-4a76-9835-c98d508a2691\n\n- Topic: Waiver of fees and permit requirements for events at First Grace United Methodist Church\n- Summary: This ordinance aims to waive certain fees, permit fees, and requirements for the NOLAKEYS 2nd Annual and 3rd Annual Stop the Violence Youth Bike Ride and School Supply Giveaway events at First Grace United Methodist Church. The waiver is for specified dates and includes ratification and confirmation of the waiver.\n- Ordinance Number: CAL. NO. 34,346\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 3 ABSENT)\n- Decision/Key Actions: The ordinance passed, allowing the waiver of fees and permit requirements for the specified events at First Grace United Methodist Church, including ratification and confirmation of the waiver.\n- Tags/Keywords: Waiver, Fees, Permit Requirements, First Grace United Methodist Church\n- UID: 9e83d6c1-adba-4a76-9835-c98d508a2691", + "uid": "9e83d6c1-adba-4a76-9835-c98d508a2691", + "publish_date": "8-24-2023", + "page_number": 26, + "title": "Regular City Council Minutes 8-24-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4692&doc_id=ea121e45-7375-11ee-b4aa-0050569183fa\n11/15/23, 7:50 PM\nTHE COUNCIL\nCity of New Orleans\nHELENA MORENO\nJP MORRELL\nCouncilmember-At-Large\nCouncilmember-At-Large\nJOSEPH I.\nLESLI D.\nEUGENE J.\nFREDDIE\nOLIVER M.\nGREEN, JR.\nKING III\nTHOMAS, JR.\nGIARRUSSO\nHARRIS\nCouncilmember\nCouncilmember\nCouncilmember\nIII\nCouncilmember\nDistrict B\nDistrict C\nDistrict D\nDistrict E\nCouncilmember\nDistrict A\nMINUTES\nRegular City Council Meeting\nheld in City Hall Council Chamber\non Thursday, October 19, 2023 at 10:18 A.M.\nORLEANS\nNEW\nVICE PRESIDENT\nPRESIDENT\nF\nHELENA MORENO\nJP MORRELL\nCouncilmember-At-Large\nCouncilmember-At-Large\nITY O\n*\n*\n*\nLOUISIANA\n1. ROLL CALL-LORA W. JOHNSON, CLERK OF COUNCIL\nOn calling the roll, the following members answered to their names:\nPRESENT: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7\nABSENT: 0\nSEVEN MEMBERS PRESENT, CONSTITUTING A QUORUM.\n2. INVOCATION - PASTOR JAMAL WEATHERSBY, NEW HOPE BAPTIST CHURCH\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4692&doc_id=ea121e45-7375-11ee-b4aa-0050569183fa\n1/42", - "page_number": 1 + "page_content": "- Topic: Waiver of fees for Lower 9 Festival event at Oliver W. Bush Playground\n- Summary: The ordinance aims to temporarily waive certain fees, permit fees, and requirements for the Lower 9 Festival event at the Oliver W. Bush Playground. The ordinance specifies the duration and boundaries of the waiver. The ordinance was electronically submitted and has a postponement deadline of 12/8/23.\n- Ordinance Number: CAL. NO. 34,356\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed without amendments.\n- Tags/Keywords: Waiver of fees, Lower 9 Festival, Oliver W. Bush Playground\n- UID: 5c289f8e-ca5d-4aa2-a997-09964f39bf0b\n\n- Topic: Waiver of fees for Friends of Joe W. Brown Park NOLA East Festival event\n- Summary: This ordinance seeks to temporarily waive certain fees, permit fees, and requirements for the Friends of Joe W. Brown Park NOLA East Festival event at Joe Brown Park. It specifies the duration and boundaries of the waiver. The ordinance was electronically submitted and has a postponement deadline of 12/8/23.\n- Ordinance Number: CAL. NO. 34,357\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed without amendments.\n- Tags/Keywords: Waiver of fees, Friends of Joe W. Brown Park NOLA East Festival, Joe Brown Park\n- UID: 5c289f8e-ca5d-4aa2-a997-09964f39bf0b\n\n- Topic: Waiver of fees for Councilman Oliver Thomas Gun Buy Back event\n- Summary: This ordinance aims to temporarily waive certain fees, permit fees, and requirements for the Councilman Oliver Thomas Gun Buy Back event at Joe W. Brown Gymnasium. It specifies the duration and boundaries of the waiver. The ordinance was electronically submitted and has a postponement deadline of 12/8/23. However, it was later withdrawn.\n- Ordinance Number: CAL. NO. 34,358\n- Votes Summary:\n Vote 1: Withdrawn\n- Decision/Key Actions: The ordinance was withdrawn and did not proceed to a vote.\n- Tags/Keywords: Waiver of fees, Councilman Oliver Thomas Gun Buy Back event, Joe W. Brown Gymnasium\n- UID: 5c289f8e-ca5d-4aa2-a997-09964f39bf0b", + "uid": "5c289f8e-ca5d-4aa2-a997-09964f39bf0b", + "publish_date": "8-24-2023", + "page_number": 27, + "title": "Regular City Council Minutes 8-24-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4692&doc_id=ea121e45-7375-11ee-b4aa-0050569183fa\n11/15/23, 7:50 PM\nPLEDGE OF ALLEGIANCE - OLIVER M. THOMAS, JR ., COUNCILMEMBER\n3.\nDISTRICT \"E\"\nPUBLIC E-COMMENT FORMS, RULES AND INFORMATION ARE AVAILABLE AT\n4.\nhttps://council.nola.gov/home/\nE-Public Comment Form(1-5)\nA. SPECIAL ORDERS OF BUSINESS\n- PRESENTATION - JACQUELINE MOYSE\nFIRST ORDER OF BUSINESS\n1\nBORCHGREVINK\nBrief:\nCelebrating the 100th Birthday and Illustrious Life of Jacqueline Moyse Borchgrevink\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Cm. Harris).\nAPPEARED.\nSECOND ORDER OF BUSINESS - PRESENTATION - LARRY LEHMANN, NEPHEW\n2.\nOF DR. GWENDOLYN MIDLO HALL AND MOLLY MITCHELL, DIRECTOR, MIDLO\nCENTER FOR NEW ORLEANS STUDIES AT THE UNIVERSITY OF NEW ORLEANS\nBrief:\nRecognizing and remembering the life of historian Dr. Gwendolyn Midlo Hall, who, while as\na professor at Rutgers University, revolutionized historians' understanding of slavery with her\nbook \"Africans in Colonial Louisiana:\nThe Development of Afro-Creole Culture in the Eighteenth Century,\" published in 1992.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Cm. Green).\nAPPEARED.\nTHIRD ORDER OF BUSINESS - RECOGNIZING OCTOBER 2023 AS DOMESTIC\nVIOLENCE AWARENESS MONTH\n\u00b7 Representatives from the New Orleans Health Department\n\u00b7 Leadership from the New Orleans Family Justice Center\n\u00b7 Adrienna Winfrey with Arin's Nesting Place\nBrief:\nReceiving presentations from City leadership, service providers, and advocates working to\nbring greater awareness to available domestic violence resources, identifying the causes of\ndomestic abuse fatality and methods for prevention, as well as wraparound services for\nsurvivors of domestic and intimate partner violence.\nAnnotation:\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4692&doc_id=ea121e45-7375-11ee-b4aa-0050569183fa\n2/42", - "page_number": 2 + "page_content": "- Topic: Temporary Waiver of Fees for Fatherhood Roundtable Event\n- Summary: This ordinance aims to temporarily waive certain fees, permit fees, and requirements within and around Devour Park for the Fatherhood Roundtable event on July 15, 2023. The ordinance specifies the duration and boundaries of the waiver.\n- Ordinance Number: 1/1/24\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The ordinance was adopted, and the temporary waiver of fees for the Fatherhood Roundtable event was approved.\n- UID: a3c76458-c484-4a83-afc7-c7ef8e667fa7\n\n- Topic: Temporary Waiver of Fees for L. B. Landry Alumni Cookout Event\n- Summary: This ordinance seeks to temporarily waive certain fees, permit fees, and requirements within and around Devour Park for the 2nd Annual L. B. Landry Alumni Cookout event on July 29, 2023. The ordinance specifies the duration and boundaries of the waiver.\n- Ordinance Number: 34,331\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The ordinance was adopted, and the temporary waiver of fees for the L. B. Landry Alumni Cookout event was approved.\n- UID: a3c76458-c484-4a83-afc7-c7ef8e667fa7", + "uid": "a3c76458-c484-4a83-afc7-c7ef8e667fa7", + "publish_date": "8-24-2023", + "page_number": 28, + "title": "Regular City Council Minutes 8-24-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4692&doc_id=ea121e45-7375-11ee-b4aa-0050569183fa\n11/15/23, 7:50 PM\nELECTRONICALLY SUBMITTED.\n(Cm. Moreno).\nAPPEARED.\n42. MOTION - NO. M-23-494 - BY: COUNCILMEMBER MORRELL\nBrief: Authorizing and directing the Council President to execute a professional services\nagreement with AH Datalytics, LLC for a term of one-year, with up to four allowable one-year\nrenewals and containing such other provisions as may be necessary or desirable to accomplish\nthe purposes of this Motion, and the foregoing shall be circulated in accordance with the\nnormal contracting process and Rules of the City Council.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 2/16/24).\nM-23-494\n43a. MOTION TO SUSPEND THE RULES TO RECEIVED\nMOVED BY:\nMorrell\nSECONDED BY:\nGiarrusso\nACTION:\nReceive\nGiarrusso, Green, Harris, Morrell, Thomas - 5\nYEAS:\nNAYS:\n0\nABSTAIN:\n0\nKing, Moreno - 2\nABSENT:\nRECUSED:\n0\nAND THE MOTION PASSED.\n43b. MOTION TO SUSPEND THE RULES TO ADD\nMOVED BY:\nMorrell\nSECONDED BY:\nGiarrusso\nAdd Item to Agenda\nACTION:\nGiarrusso, Green, Harris, Morrell, Thomas - 5\nYEAS:\nNAYS:\n0\nABSTAIN:\n0\nKing, Moreno - 2\nABSENT:\nRECUSED:\nAND THE MOTION PASSED.\nMOVED BY:\nMorrell\nSECONDED BY:\nMoreno\nACTION:\nAdopt\nGiarrusso, Green, King, Moreno, Morrell, Thomas - 6\nYEAS:\nNAYS:\nABSTAIN:\n0\nHarris - 1\nABSENT:\nRECUSED:\n0\nAND THE MOTION PASSED.\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4692&doc_id=ea121e45-7375-11ee-b4aa-0050569183fa\n3/42", - "page_number": 3 + "page_content": "- Topic: Temporary Waiver of Fees for Alfred Lawless Alumni Association Events\n - Summary: The ordinance aims to temporarily waive certain fees, permit fees, and requirements for events organized by the Alfred Lawless Alumni Association at the Pete Sanchez Gymnasium and Oliver Bush Playground. The waiver is specified for the All Class Reunion Dance and Picnic events. The ordinance passed.\n - Ordinance Number: 34338 - 29618 M.C.S. and 34339 - 29619 M.C.S.\n - Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n Vote 2: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n - Decision/Key Actions: The council voted to adopt the ordinance, allowing for the temporary waiver of fees and requirements for the specified events.\n - Tags/Keywords: Waiver of Fees, Alfred Lawless Alumni Association, Event Permits\n - UID: 3d809570-9f34-432e-86b1-1972affd4481", + "uid": "3d809570-9f34-432e-86b1-1972affd4481", + "publish_date": "8-24-2023", + "page_number": 29, + "title": "Regular City Council Minutes 8-24-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4692&doc_id=ea121e45-7375-11ee-b4aa-0050569183fa\n11/15/23, 7:50 PM\n41. Section 4-106 Confirmation - Superintendent of Police\nBrief:\nConsideration of the confirmation of Interim Superintendent Anne Kirkpatrick as the\npermanent superintendent of the Department of Police. The Governmental Affairs Committee\nvoted 4-1 to forward this matter to the full Council for final action with no recommendation of\napproval or disapproval. The deadline for Council action is January 20, 2024.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Governmental Affairs made no recommendation).\nHEARING HELD. (See Motion No. M-23-497).\nSPEAKER CARDS:\nGeorge Mahdi - In Opposition\nRev. Marie Ortiz - In Opposition\nAcquanette Barnes - In Opposition\nMr. Larry Morgan - In Opposition\nW C Johnson - Info. Only\nEdward Parker Jr. - Info. Only\nMichael Burnside - Info. Only\nChui Clark - In Opposition\nON-LINE SPEAKERS:\nRobert T. Bachelder\nOliver Fletcher\nAssata Olugbala\nLindsay Edwards\nGreen\nMOVED BY:\nSECONDED BY:\nGiarrusso\nACTION:\nAdopt\nGiarrusso, Green, Harris, King, Moreno, Morrell - 6\nYEAS:\nNAYS:\nThomas - 1\nABSTAIN:\n0\nABSENT:\n0\nRECUSED:\n0\nAND THE MOTION PASSED.\nCONSENT AGENDA\nB.\nCOMMUNICATION - FROM ERIN SPEARS - CHIEF OF STAFF & COUNSEL,\n1.\nCOUNCIL UTILITIES REGULATORY OFFICE\nBrief:\nSubmitting the transmittal document for communications related to electric and gas utility\nmatters to be received by the Council of the City of New Orleans at its meeting on October 19,\n2023:\nErin Spears - 2023-10-19 Electric Gas Communications Memo (1)\nC. Communications from Entergy New Orleans, LLC (\"ENO\")\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4692&doc_id=ea121e45-7375-11ee-b4aa-0050569183fa\n4/42", - "page_number": 4 + "page_content": "- Topic: Waiver of fees and permit requirements for Althea Haywood Funeral Repast event\n- Summary: The ordinance aims to temporarily waive certain fees, permit fees, and requirements for the Althea Haywood Funeral Repast event at the Pete Sanchez Gymnasium. The duration and boundaries of the waiver are specified. The motion to adopt the ordinance passed.\n- Ordinance Number: 34340 - 29620 M.C.S.\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The motion to adopt the ordinance passed.\n- Tags/Keywords: Fee waiver, Pete Sanchez Gymnasium, Althea Haywood Funeral Repast event\n- UID: 7e4076a4-1aab-48c1-98fa-0000f5f27299\n\n- Topic: Waiver of fees and permit requirements for Kazi-Nia Baptist Church event\n- Summary: The ordinance seeks to temporarily waive certain fees, permit fees, and requirements for an event at Sampson Playground in conjunction with Kazi-Nia Baptist Church. The duration and boundaries of the waiver are specified. The motion to adopt the ordinance passed.\n- Ordinance Number: 34341 - 29621 M.C.S.\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The motion to adopt the ordinance passed.\n- Tags/Keywords: Fee waiver, Sampson Playground, Kazi-Nia Baptist Church event\n- UID: 7e4076a4-1aab-48c1-98fa-0000f5f27299", + "uid": "7e4076a4-1aab-48c1-98fa-0000f5f27299", + "publish_date": "8-24-2023", + "page_number": 30, + "title": "Regular City Council Minutes 8-24-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4692&doc_id=ea121e45-7375-11ee-b4aa-0050569183fa\n11/15/23, 7:50 PM\n1. 2023 Status Report for EV Charging Infrastructure and Adoption, submitted pursuant to\nResolution R-23-396, UD-18-01 and UD-18-02\nENTERGY - Lacresha Wilkerson - 2023-10-09 Resolution 23-396 Entergy New Orleans\nStatus Report\n2. Energy Smart Year 12 Annual Energy Efficiency Program Report, UD-08-02 and UD-17-03\nENTERGY - Kevin T Boleware - 2023_1006 Energy Smart Annual Report_PY12 (1).\n3. Energy Smart Midyear Report for Program Year 13, UD-08-02 and UD-17-03\nENTERGY - Kevin T Boleware - Energy Smart PY13 Midyear Report 101223\n4. 2022 New Orleans Power Station Title V Semi-Annual Monitoring Report\nENTERGY - Kevin T Boleware - 2023-10-02 ENO NOPS LDEQ Semi-Annual Monitoring\nRept - 18-07\n5. Second Quarter 2023 Non-Regulated Investments Report, submitted pursuant to Resolution\nR-98-187\nENTERGY - Kevin T Boleware - 2nd Qtr 2023 Settlement Agree Rpt per R-98-187\n6. Application to Fund and Finance Storm Recovery Reserves and Related Relief, UD-22-01\nENTERGY - Kevin T Boleware - 2023-10-13 ENO SSCRII Rider Filing\nD. Other Communications\nPetition for Intervention, submitted by the Sewerage and Water Board, UD-23-01\n1.\nENTERGY - Luke F Piontek - 2023-10-02 S&WB of NO's Petition of Intervention\n2. Reply Comments, submitted by the Alliance for Affordable Energy, UD-18-07\nENTERGY - Jesse S George - UD-18-07 - Comments of the Alliance for Affordable Energy -\n10-9-23\nPetition for Late Intervention, submitted by Air Products and Chemicals, UD-23-01\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED.\nSPEAKER CARD:\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4692&doc_id=ea121e45-7375-11ee-b4aa-0050569183fa\n5/42", - "page_number": 5 + "page_content": "- Topic: Washington Square Park Event Waiver\n- Summary: The ordinance aimed to waive certain fees and permit requirements for an event at Washington Square Park. The motion was adopted with 5 YEAS and 0 NAYS.\n- Ordinance Number: 34,345\n- Votes Summary:\n Vote 1: Adopt - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The motion to waive fees for the event at Washington Square Park was passed.\n- UID: be3c4df6-e239-4ae4-9c4e-2fffbd2248b8\n\n- Topic: First Grace United Methodist Church Event Waiver\n- Summary: This ordinance sought to waive fees and requirements for an event at First Grace United Methodist Church. The motion was adopted with 5 YEAS and 0 NAYS.\n- Ordinance Number: 34,346\n- Votes Summary:\n Vote 1: Adopt - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The motion to waive fees for the event at First Grace United Methodist Church was passed.\n- UID: be3c4df6-e239-4ae4-9c4e-2fffbd2248b8\n\n- Topic: Temporary Waiver for Event\n- Summary: This ordinance aimed to temporarily waive certain fees and permit requirements for an event. The motion was adopted with 5 YEAS and 0 NAYS.\n- Ordinance Number: 34,356\n- Votes Summary:\n Vote 1: Adopt - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The motion to temporarily waive fees for the event was passed.\n- UID: be3c4df6-e239-4ae4-9c4e-2fffbd2248b8", + "uid": "be3c4df6-e239-4ae4-9c4e-2fffbd2248b8", + "publish_date": "8-24-2023", + "page_number": 31, + "title": "Regular City Council Minutes 8-24-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4692&doc_id=ea121e45-7375-11ee-b4aa-0050569183fa\n11/15/23, 7:50 PM\nMichael Burnside - In Opposition\nENTERGY - Carrie R Tournillon - Transmittal letter Re AP Motion for Late Intervention and\nInclusion on Service List - UD-23-01 1 of 2\nENTERGY - Carrie R Tournillon - UD-23-01, Air Products Motion for Late Intervention and\nInclusion on Service List 2 of 2\nCOMMUNICATION - FROM GILBERT MONTAN?O, CHIEF ADMINISTRATIVE\n2.\nOFFICER, CITY OF NEW ORLEANS\nBrief:\nSubmitting the Equitable Business Opportunities (EBO) Scorecard Report for 2021 and 2022,\npursuant to Chapter 70, Article IV, Section 70-462 of the City Code.\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED.\nGilbert Montano - EBO Scorecard Report Transmittal Letter 10.02.23 (1)\nGilbert Montano - EBO Scorecard Report 10.02.23 (2).\nCOMMUNICATION - FROM JONATHAN HARRIS, CHIEF OF STAFF TO THE CHIEF\n3.\nADMINISTRATIVE OFFICE, CITY OF NEW ORLEANS\nBrief:\nSubmitting the reports for passenger-type vehicles owned or leased by the City of New\nOrleans (\"City\") for the second quarter of 2023, pursuant to Chapter 2, Article IX, Section 2-\n902 of the City Code. The reports contain information regarding the following:\nJonathan Harris - Q2_2023 Vehicle Report Transmittal Letter 1 of 3\nJonathan Harris - FY 23 Q2 Take-Home Report (1) 2 of 3\nJonathan Harris - FY 23 Q2 Pool Report - 3 of 3\nEach passenger-type vehicle owned or leased by the City that has been assigned to an\n1.\nemployee with authorization to drive the vehicle to their residence and return to their duty\nstation on a daily basis.\nEach pool vehicle owned or leased by the City.\n2.\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED.\nCOMMUNICATION - FROM JENNIFER AVEGNO, MD, DIRECTOR OF THE HEALTH\n4.\nDEPARTMENT, CITY OF NEW ORLEANS\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4692&doc_id=ea121e45-7375-11ee-b4aa-0050569183fa\n6/42", - "page_number": 6 + "page_content": "- Topic: Temporary waiver of fees and permit requirements for Lower 9 Festival event at Oliver W. Bush Playground\n- Summary: The ordinance was to temporarily waive certain fees, permit fees, and requirements for the Lower 9 Festival event at Oliver W. Bush Playground on August 26, 2023. The duration and boundaries of the waiver were specified. The motion was adopted with 5 YEAS and 0 NAYS.\n- Ordinance Number: 34356 - 29631 M.C.S.\n- Votes Summary:\n Vote 1: Adopt - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The motion to temporarily waive fees and permit requirements for the Lower 9 Festival event at Oliver W. Bush Playground was passed.\n- Tags/Keywords: Temporary waiver, fees, permit requirements, Lower 9 Festival, Oliver W. Bush Playground\n- UID: e816ad49-290b-4f03-86b1-40e8fcf4d3f4\n\n- Topic: Temporary waiver of fees and permit requirements for Friends of Joe W. Brown Park NOLA East Festival event\n- Summary: The ordinance was to temporarily waive certain fees, permit fees, and requirements for the Friends of Joe W. Brown Park NOLA East Festival event at Joe Brown Park on September 16, 2023. The duration and boundaries of the waiver were specified. The motion was adopted with 5 YEAS and 0 NAYS.\n- Ordinance Number: 34357 - 29632 M.C.S.\n- Votes Summary:\n Vote 1: Adopt - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The motion to temporarily waive fees and permit requirements for the Friends of Joe W. Brown Park NOLA East Festival event at Joe Brown Park was passed.\n- Tags/Keywords: Temporary waiver, fees, permit requirements, Friends of Joe W. Brown Park NOLA East Festival, Joe Brown Park\n- UID: e816ad49-290b-4f03-86b1-40e8fcf4d3f4", + "uid": "e816ad49-290b-4f03-86b1-40e8fcf4d3f4", + "publish_date": "8-24-2023", + "page_number": 32, + "title": "Regular City Council Minutes 8-24-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4692&doc_id=ea121e45-7375-11ee-b4aa-0050569183fa\n11/15/23, 7:50 PM\nBrief:\nSubmitting the September 2023 documentation of all encampment clean-up efforts as required\nby Section 82-703.\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED.\nJennifer Avegno, MD - 9. September 2023 Encampment Report1\n5. COMMUNICATION - FROM SHANTEL HEBERT-MAGEE\nBrief:\nRequesting to appeal the Historic District Landmarks Commission's decision of \"denial\" of\nthe application for the installation of the proposed doors at the corner entry of the building for\nproperty located at 302 Pelican Avenue.\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED. (Hearing Date Set For 11/2/23).\nShantel Hebert-Magee 302 Pelican Ave\nCOMMUNICATION - FROM JOHN GARNER, ATTORNEY, HALE DEVALL\n6.\nBrief:\nRequesting to appeal the Historic District Landmarks Commission's decision of \"denial\" of\nthe application to remove existing street-facing wood windows for replacement with new clad-\nwood windows at a Contributing rated, three-story residential building for property located at\n332 South Diamond Street.\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED. (Hearing Date Set For 11/2/23).\nJohn Garner Letter - 10-11-2023 (1)_1 of 3\nJohn Garner - Appeal (1) 2 of 3\nJohn Garner - 332 S Diamond Street - Exhibits - 3 of 3\nJohn Garner - 332 S Diamond Street - Result Letter from HDLC\n7. COMMUNICATION - FROM LYNNETTE GORDON, SPECTRUM DESIGNS &\nENGINEERING LLC\nBrief:\nRequesting to appeal the parking requirements established by the University Area Off-Street\nParking Interim Zoning District (IZD), for property located at 2417 Eagle Street.\nAnnotation:\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4692&doc_id=ea121e45-7375-11ee-b4aa-0050569183fa\n7/42", - "page_number": 7 + "page_content": "- Topic: Restoration Tax Abatement (RTA) Application #20220036, 1101 Aline Street, 1101 Aline St, LLC\n- Summary: The Mayor's Office of Economic Development recommended disapproval for the RTA application and requested a public hearing. A resolution was passed approving RTA Application #20220036, 1101 Aline Street, 1101 Aline St, LLC.\n- Ordinance Number: R-23-378\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: Resolution R-23-378 approving RTA Application #20220036 was adopted.\n- UID: 35a9b806-8d62-47be-af23-dabe746fb61b\n\n- Topic: Restoration Tax Abatement (RTA) Application #20220510, 1306 Magazine Street, Summit NOLA IV LLC\n- Summary: A resolution for approving RTA Application #20210510, 1306 Magazine Street, Summit NOLA IV LLC, was continued to a later meeting.\n- Ordinance Number: R-23-379\n- Votes Summary: N/A\n- Decision/Key Actions: Resolution R-23-379 was continued to the meeting of 9/7/23.\n- UID: 35a9b806-8d62-47be-af23-dabe746fb61b", + "uid": "35a9b806-8d62-47be-af23-dabe746fb61b", + "publish_date": "8-24-2023", + "page_number": 33, + "title": "Regular City Council Minutes 8-24-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4692&doc_id=ea121e45-7375-11ee-b4aa-0050569183fa\n11/15/23, 7:50 PM\nELECTRONICALLY SUBMITTED.\nRECEIVED. (Hearing Date Set For 11/2/23).\nLynnette Gordon Letter - 2417 Eagle Street\nCOMMUNICATION - FROM ZACHARY SMITH, OWNER, ZACH SMITH\n8.\nCONSULTING AND DESIGN\nBrief:\nRequesting to appeal the University Area Off-Street Parking Interim Zoning District (IZD) for\nproperty located at 8337 Hickory Street.\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED. (Hearing Date Set For 11/2/23).\nZachary Smith - 8337 Hickory Street\nCOMMUNICATION - FROM ANITA CURRAN, COUNCIL RESEARCH OFFICER,\n9.\nCITY OF NEW ORLEANS\nBrief:\nSubmitting a statement of findings regarding the Council Research Office's compliance review\nof the proposed honorary street name dedication of 1000-1100 Valence Street in honor of Art\nNeville.\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED.\nAnita B Curran - CRO Statement of Findings Honorary Street Dedication 1000-1100 Valence\n10. COMMUNICATION - FROM CARRIE COTTONE, PH.D ., MOSQUITO, TERMITE, &\nRODENT CONTROL ASSISTANT DIRECTOR\nBrief:\nSubmitting a proposed agreement between the City of New Orleans and BASF Corporation, a\ncompleted contract summary form, and the related Motion, pursuant to Rule 57.\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED AND REFERRED TO THE PUBLIC WORKS COMMITTEE.\n(See Motion\nNo. M-23-483).\nCarrie Cottone - Contract agreement DASF Corporation\n11. COMMUNICATION - FROM MICHAEL D. BALLARD, JR ., AIA NCARB\nBrief:\nRequesting to appeal the Historic District Landmarks Commission's decision of \"denial\" of\nthe application to demolish 100% of the roof for property located at 8500 Spruce Street.\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4692&doc_id=ea121e45-7375-11ee-b4aa-0050569183fa\n8/42", - "page_number": 8 + "page_content": "- Topic: Demolition Permit for 1432 Touro Street\n- Summary: The application for a demolition permit for 1432 Touro Street was transmitted for City Council review and approval. The deadline for communication was 9/10/23, and the report was received at the meeting of 8/10/23. The item was continued to the meeting of 9/7/23.\n- Ordinance Number: 23-15675-DEMO-RSED\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS)\n- Decision/Key Actions: The demolition request for 1432 Touro Street was granted.\n- Tags/Keywords: Demolition Permit, City Council Review, Approval\n- UID: 2e8308e2-dc62-40e7-851d-9cc075d51c02\n\n- Topic: HDLC Appeal for 634 Bartholomew Street\n- Summary: The owner, Zachary Smith, appealed the Historic District Landmarks Commission's decision to \"approve\" the demolition to grade with the proviso that redevelopment plans be submitted prior to the issuance of a demolition permit for property located at 634 Bartholomew Street.\n- Ordinance Number: Not specified\n- Votes Summary:\n Vote 1: Not specified\n- Decision/Key Actions: The appeal was submitted for consideration.\n- Tags/Keywords: HDLC Appeal, Historic District Landmarks Commission, Demolition Permit\n- UID: 2e8308e2-dc62-40e7-851d-9cc075d51c02\n\n- Topic: Motion M-23-388 for 634 Bartholomew Street\n- Summary: Councilmember King introduced a motion to grant the demolition request for the property located at 634 Bartholomew Street and overrule the HDLC\u2019s decision as it relates to the provisos. The Department of Safety and Permits was directed to issue the applicant a demolition permit.\n- Ordinance Number: M-23-388\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS)\n- Decision/Key Actions: The motion to grant the demolition request and overrule the HDLC's decision was adopted.\n- Tags/Keywords: Motion, Demolition Request, Department of Safety and Permits\n- UID: 2e8308e2-dc62-40e7-851d-9cc075d51c02", + "uid": "2e8308e2-dc62-40e7-851d-9cc075d51c02", + "publish_date": "8-24-2023", + "page_number": 34, + "title": "Regular City Council Minutes 8-24-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4692&doc_id=ea121e45-7375-11ee-b4aa-0050569183fa\n11/15/23, 7:50 PM\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED. (Hearing Date Set For 11/2/23).\nMichael D Ballard Jr - Letter- 8500 Spruce Street Request 10.12.2023 1 of 3\nMichael D Ballard Jr - 8500 Spruce Street - Proposed Drawings 2 of 3\nMichael D Ballard - 8500 Spruce Street - Corner Store Reference Images & Map 3 of 3\n12. COMMUNICATION - FROM ALEXANDER ADAMICK, M. ARCH, AIA, NCARB\nBrief:\nSubmitting a Withdrawal Letter for the appeal of the Historic District Landmarks\nCommission's decision of \"denial\" for properties located at 3530 Carondelet Street, 1641\nFoucher Street and 1645 Foucher Street.\nAnnotation:\nRECEIVED.\nAlexander Adamick - 3530 Carondelet St 1641 Foucher St 1645 Foucher St (4).\nAlexander Adamick - Rescind Letter - 3530 Carondelet St - Retraction Request\n13. COMMUNICATION - FROM TONY ALFORTISH, AIA, NCARB, PRINCIPAL,\nMATHES BRIERRE, ARCHITECTS\nBrief:\nRequesting to appeal the Historic District Landmarks Commission's decision of de-facto\n\"denial\" of the application for demolition of an existing contributing rated two-story\nwarehouse building to grade for property located at 1060 Magazine Street.\nAnnotation:\nELECTRONICALLY SUBMITTED\nRECEIVED. (Hearing Date Set For 11/2/23).\nTony Alfortish - Appeal Letter - 1060 Magazine Street\n- FROM LATOYA CANTRELL, MAYOR, CITY OF NEW\n14. COMMUNICATION\nORLEANS\nBrief:\nPursuant Section 4-104 of the City of New Orleans Home Rule Charter creating the New\nOrleans Home Rule Charter Advisory Review Committee as a mayoral advisory committee.\nPer executive order, LC-23-03, the New Orleans City Council shall appoint three designees to\nbe members of the advisory committee. The executive order outlines the purpose of the\nadvisory committee and guidelines for selecting designees. In addition, making her Chief of\nStaff, or his designee, available to the advisory committee in their efforts to complete the\nadvisory committee's purpose and added the Council Chief of Staff, or his designee, to do the\nsame.\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4692&doc_id=ea121e45-7375-11ee-b4aa-0050569183fa\n9/42", - "page_number": 9 + "page_content": "- Topic: Short Term Rental Interim Zoning District Appeal\n- Summary: The appeal requested to permit a commercial short-term rental in a specific district was continued to a later meeting.\n- Ordinance Number: STR IZD NO. 3/23\n- Votes Summary: \n - Motion Passed - (0 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT, 0 RECUSED)\n- Decision/Key Actions: The appeal was continued to the meeting of 9/7/23.\n- Tags/Keywords: Short Term Rental, Zoning District, Appeal\n- UID: cab72e98-702d-46ba-977c-c3dc0c6372a8\n\n- Topic: Zoning Docket No. 37/23 - HEBP Holdings, LLC\n- Summary: The request for a Conditional Use to permit a mini-warehouse in a specific district was continued to a later meeting.\n- Ordinance Number: ZD NO. 37/23\n- Votes Summary: \n - Motion Passed - (0 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT, 0 RECUSED)\n- Decision/Key Actions: The request for Conditional Use was continued to the meeting of 9/7/23.\n- Tags/Keywords: Zoning Docket, Conditional Use, Mini-Warehouse\n- UID: cab72e98-702d-46ba-977c-c3dc0c6372a8", + "uid": "cab72e98-702d-46ba-977c-c3dc0c6372a8", + "publish_date": "8-24-2023", + "page_number": 35, + "title": "Regular City Council Minutes 8-24-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4692&doc_id=ea121e45-7375-11ee-b4aa-0050569183fa\n11/15/23, 7:50 PM\nAnnotation:\nRECEIVED.\nLaToya Cantrell Mayor City of New Orleans\n15. COMMUNICATION - FROM MATT TORRI, DIRECTOR, DEPARTMENT OF\nSANITATION, CITY OF NEW ORLEANS\nBrief:\nSubmitting a proposed agreement between the City of New Orleans and Richard's Disposal,\nInc ., a completed contract summary form, and the related Motion, pursuant to Rule 57.\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED.\nMatt Torri - Contract Richard's Disposal Inc\n16. COMMUNICATION - FROM MATT TORRI, DIRECTOR, DEPARTMENT OF\nSANITATION, CITY OF NEW ORLEANS\nBrief:\nSubmitting a proposed agreement between the City of New Orleans and IV Waste LLC, a\ncompleted contract summary form, and the related Motion, pursuant to Rule 57.\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED.\nMatt Torri - Contract Letter - IV Waste LLC\n17. REPORT - OF THE EXECUTIVE DIRECTOR OF THE CITY PLANNING\nCOMMISSION\nBrief:\nTransmitting 2024-2028 Capital Improvement Plan for information purposes only Cn.\nDeadline N/A.\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED.\nTransmittal letter for 10-10-23 CPC meeting (CIP only).\n18. CAL. NO. 34,395 - BY: COUNCILMEMBER KING\nBrief:\nAn Ordinance to establish a conditional use to permit a bed and breakfast (principal) in an\nHMR-2 Historic Marigny/Trem\u00e9/Bywater Residential District, located on Square 157, Lot D\nor 1 and E, in the Third Municipal District, bounded by Esplanade Avenue, Bourbon Street,\nDauphine Street, and Pauger Street (Municipal Addresses: 807 Esplanade Avenue and 1404-\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4692&doc_id=ea121e45-7375-11ee-b4aa-0050569183fa\n10/42", - "page_number": 10 + "page_content": "- Topic: Zoning Docket No. 39/23 - By Water JEJ, LLC\n- Summary: The ordinance requested a conditional use to permit a hotel in a specific district, but the recommendation of the City Planning Commission was for denial. The ordinance was ultimately withdrawn at the applicant's request.\n- Ordinance Number: M-23-389\n- Votes Summary:\n - Vote 1: N/A - (Not applicable as the ordinance was withdrawn)\n- Decision/Key Actions: The ordinance was withdrawn at the applicant's request.\n- Tags/Keywords: Zoning, Conditional Use, City Planning Commission, Withdrawn\n- UID: 6f0b8b04-1608-4e27-a373-90c320d193c2\n\n- Topic: Zoning Docket No. 49/23 - SMS Development, LLC\n- Summary: The ordinance requested a conditional use to permit a parking lot in a specific district, with the City Planning Commission providing no recommendation. The outcome of the vote was not provided in the summary.\n- Ordinance Number: LO M-23-359\n- Votes Summary:\n - Vote 1: N/A - (Not applicable as the outcome of the vote was not provided)\n- Decision/Key Actions: The outcome of the vote was not provided in the summary.\n- Tags/Keywords: Zoning, Conditional Use, City Planning Commission, No Recommendation\n- UID: 6f0b8b04-1608-4e27-a373-90c320d193c2", + "uid": "6f0b8b04-1608-4e27-a373-90c320d193c2", + "publish_date": "8-24-2023", + "page_number": 36, + "title": "Regular City Council Minutes 8-24-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4692&doc_id=ea121e45-7375-11ee-b4aa-0050569183fa\n11/15/23, 7:50 PM\n1414 Bourbon Street); and otherwise to provide with respect thereto. (ZONING DOCKET\nNO. 51/23)\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(90 Days, Cn. Deadline 11/22/23).\n(Cn. Deadline 11/16/23).\nADOPTED.\n34395 - 29688 M.C.S.\n19. CAL. NO. 34,396 - BY: COUNCILMEMBER KING\nBrief:\nAn Ordinance to establish a conditional use to permit a principal bed and breakfast in an\nHMR-1 Historic Marigny/Trem\u00e9/Bywater Residential District, located on Squares 174-175,\nLots A and B, in the Second Municipal District, bounded by North Robertson Street,\nEsplanade Avenue, Governor Nicholls Street, and North Villere Street (Municipal Addresses:\n1238-1240 North Robertson Street); and otherwise to provide with respect thereto. (ZONING\nDOCKET NO. 53/23)\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(90 Days, Cn. Deadline 11/22/23).\n(Cn. Deadline 11/16/23).\nADOPTED.\n34396 - 29689 M.C.S.\n20. CAL. NO. 34,397 - BY: COUNCILMEMBER HARRIS\nBrief:\nAn Ordinance to establish a conditional use to permit the retail sale of packaged alcoholic\nbeverages in an MU-1 Medium Intensity Mixed-Use District on Square 577, Lots 1, 2, 3, 4, 5,\nA, 7-A, 8B, 9, 10, 11, 14, 15, 16, 17, portion of 18, D, E, F, G, 36, 26, 27, 28, and pt. 25, in the\nFirst Municipal District, bounded by Tulane Avenue, South Dorgenois Street, South\nRocheblave Street, and Banks Street (Municipal Addresses: 2501-2537 Tulane Avenue and\n2500-2520 Banks Street); and otherwise to provide with respect thereto. (ZONING DOCKET\nNO. 54/23)\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(90 Days, Cn. Deadline 11/22/23).\n(Cn. Deadline 11/16/23).\nADOPTED.\n34397- 29690 M.C.S.\n21. CAL. NO. 34,399 - BY: COUNCILMEMBERS GIARRUSSO AND MORRELL\nBrief:\nAn Ordinance to establish a conditional use to permit the expansion of the floor area of an\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4692&doc_id=ea121e45-7375-11ee-b4aa-0050569183fa\n11/42", - "page_number": 11 + "page_content": "- Topic: Conditional Use Request (ZD NO. 49/23)\n- Summary: The council overruled and denied the applicant's Conditional Use request on ZD NO. 49/23.\n- Ordinance Number: M-23-380\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The Conditional Use request was denied.\n- Tags/Keywords: Conditional Use, Zoning, Denial\n- UID: da658c91-fab7-4ed5-9f9c-18727b7ffdc2\n\n- Topic: Distribution of Payments to Youth Employed by the City\n- Summary: The MOTION directed the Office of Workforce Development to distribute payments due to youth employed by the City.\n- Ordinance Number: M-23-384\n- Votes Summary:\n Vote 1: Passed - (Unanimous)\n- Decision/Key Actions: The Office of Workforce Development was directed to distribute payments to youth employees.\n- Tags/Keywords: Youth Employment, Payment Distribution\n- UID: da658c91-fab7-4ed5-9f9c-18727b7ffdc2", + "uid": "da658c91-fab7-4ed5-9f9c-18727b7ffdc2", + "publish_date": "8-24-2023", + "page_number": 37, + "title": "Regular City Council Minutes 8-24-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4692&doc_id=ea121e45-7375-11ee-b4aa-0050569183fa\n11/15/23, 7:50 PM\nestablished multi-family dwelling in an HU-RD2 Historic Urban Two-Family Residential\nDistrict, on Square 46, Lot A, in the Seventh Municipal District, bounded by Adams Street,\nBenjamin Street, Dominican Street, and Hillary Street (Municipal Address: 301 Adams\nStreet); and otherwise to provide with respect thereto. (ZONING DOCKET NO. 59/23)\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(90 Days, Cn. Deadline 12/6/23).\n(Cn. Deadline 12/1/23).\nADOPTED.\n34399 - 29691 M.C.S.\n22. CAL. NO. 34,400 - BY: COUNCILMEMBER GREEN\nBrief:\nAn Ordinance to effect a zoning change from an HU-RD2 Historic Urban Two-Family\nResidential District to an HU-B1A Historic Urban Neighborhood Business District, on Square\n538, Lot A-1 or 1A, in the Third Municipal District, bounded by Poland Avenue, Urquhart\nStreet, Kentucky Street, and North Villere Street (Municipal Addresses: 1301-1303 Poland\nAvenue); and otherwise to provide with respect thereto. (ZONING DOCKET NO. 60/23)\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(90 Days, Cn. Deadline 12/6/23).\n(Cn. Deadline 12/1/23).\nADOPTED.\n34400 - 29692 M.C.S.\n23. CAL. NO. 34,401 - BY: COUNCILMEMBER HARRIS\nBrief:\nAn Ordinance to establish a conditional use to permit a large child-care center in an HU-RD2\nHistoric Urban Two-Family Residential District, on Square 115, Lots 4 or 17 and 14 or 16, in\nthe First Municipal District, bounded by Terpsichore Street, Annunciation Street, Constance\nStreet, and Melpomene Street (Municipal Address: 917 Terpsichore Street); and otherwise to\nprovide with respect thereto. (ZONING DOCKET NO. 61/23)\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(90 Days, Cn. Deadline 12/6/23).\n(Cn. Deadline 12/1/23).\nADOPTED.\n34401 - 29693 M.C.S.\n24. MOTION (LYING OVER) - NO. M-23-463 - BY: COUNCILMEMBERS GIARRUSSO\n(BY REQUEST) AND MORRELL\nBrief:\nRatifying, confirming, and approving the Mayor's appointment of La Verne Toombs, (vice\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4692&doc_id=ea121e45-7375-11ee-b4aa-0050569183fa\n12/42", - "page_number": 12 + "page_content": "- Topic: Approval of Subleases or Agreements by Public Benefit Corporations\n- Summary: This ordinance approves subleases or other agreements by public benefit corporations of the City of New Orleans for use of immovable property, where the total rent and other consideration payable under such agreements is $1,000,000 or less and where the term of such agreements, including all renewal terms and amendments, is less than one year, without the necessity of further Council approval for each such agreement.\n- Ordinance Number: CAL. NO. 34,313\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The ordinance was adopted without further Council approval for each agreement meeting the specified criteria.\n- Tags/Keywords: Subleases, Public Benefit Corporations, Property Agreements\n- UID: 346afe87-a9ec-408f-9dd5-6c035af43bda", + "uid": "346afe87-a9ec-408f-9dd5-6c035af43bda", + "publish_date": "8-24-2023", + "page_number": 38, + "title": "Regular City Council Minutes 8-24-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4692&doc_id=ea121e45-7375-11ee-b4aa-0050569183fa\n11/15/23, 7:50 PM\nKeely Thibodaux), as an at-large member of the Vieux Carre' Commission, effective upon\napproval by the Council of the City of New Orleans, for a term that will expire on June 30,\n2026.\nAnnotation:\n(Council Rule 34. Postponement Deadline 2/2/24).\n(Questionnaire received)\n(Referred to the Governmental Affairs Committee).\n(Governmental Affairs Committee recommended approval).\nADOPTED.\nM-23-463\n25. MOTION (LYING OVER) - NO. M-23-465 - BY: COUNCILMEMBERS GIARRUSSO\n(BY REQUEST) AND MORRELL\nBrief:\nRatifying, confirming and approving the Mayor's appointment of Emily Wolff (vice Brent\nWood), as a member of the Audubon Commission, effective upon approval by the Council of\nthe City of New Orleans, for a term that will expire on June 30, 2028.\nAnnotation:\n(Council Rule 34. Postponement Deadline 2/2/24).\n(Questionnaire received).\n(Referred to the Governmental Affairs Committee).\n(Governmental Affairs Committee recommended approval).\nADOPTED.\nM-23-465\n26. MOTION (LYING OVER) - NO. M-23-466 - BY: COUNCILMEMBER HARRIS (BY\nREQUEST)\nBrief:\nRatifying, confirming and approving the Mayor's appointment of Ludovico Feoli (vice Daniel\nO. Conwill, IV), as a member of the Audubon Commission, effective upon approval by the\nCouncil of the City of New Orleans, for a term that will expire on June 30, 2027.\nAnnotation:\n(Council Rule 34. Postponement Deadline 2/2/24).\n(Questionnaire received).\n(Referred to the Governmental Affairs Committee).\n(Governmental Affairs Committee recommended approval).\nADOPTED.\nM-23-466\n27. MOTION (LYING OVER) - NO. M-23-467 - BY: COUNCILMEMBER KING (BY\nREQUEST)\nBrief:\nRatifying, confirming, and approving the Mayor's appointment of Vincent Weaver, (vice\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4692&doc_id=ea121e45-7375-11ee-b4aa-0050569183fa\n13/42", - "page_number": 13 + "page_content": "- Topic: Zoning Docket 50/23 - SMS Development, LLC\n- Summary: Request for a Conditional Use permit for a parking lot in an HU-MU Historic Urban Neighborhood Mixed-Use District, recommended for denial by the City Planning Commission.\n- Ordinance Number: ZD NO. 50/23\n- Votes Summary:\n - Vote 1: Denied - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The Conditional Use request on ZD NO. 50/23 was denied.\n- UID: bd8e26dd-b239-419e-8201-9d3ec721efe6\n\n- Topic: Zoning Docket 51/23 - Blair Boutte and Elamm Equity Investments, LLC\n- Summary: Request for a Conditional Use permit for a bed and breakfast in an HMR-2 Historic Marigny/Trem\u00e9/Bywater Residential District, recommended for approval by the City Planning Commission.\n- Ordinance Number: ZD NO. 51/23\n- Votes Summary:\n - Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The Conditional Use request on ZD NO. 51/23 was approved.\n- UID: bd8e26dd-b239-419e-8201-9d3ec721efe6", + "uid": "bd8e26dd-b239-419e-8201-9d3ec721efe6", + "publish_date": "8-24-2023", + "page_number": 39, + "title": "Regular City Council Minutes 8-24-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4692&doc_id=ea121e45-7375-11ee-b4aa-0050569183fa\n11/15/23, 7:50 PM\nLa Verne Toombs), representing the New Orleans Chamber of Commerce on the Vieux Carre'\nCommission, effective upon approval by the Council of the City of New Orleans, for a term\nthat will expire on June 30, 2026.\nAnnotation:\n(Council Rule 34. Postponement Deadline 2/2/24).\n(Questionnaire received)\n(Referred to the Governmental Affairs Committee).\n(Governmental Affairs Committee recommended approval).\nADOPTED.\nM-23-467\n28. MOTION - NO. M-23-482 - BY: COUNCILMEMBER MORENO\nBrief:\nRatifying, confirming and approving the appointment of Mollie Ponds, fulfilling the unexpired\nterm of Robert Jenkins, as a member of the Alcoholic Beverage Control Board, effective upon\napproval by the Council of the City of New Orleans, for a term that will expire on June 30,\n2026.\nAnnotation:\n(Council Rule 34. Postponement Deadline 2/16/24).\n(Questionnaire received).\n(Governmental Affairs Committee recommended approval).\nADOPTED.\nM-23-482\n29. RESOLUTION - NO. R-23-491 - BY: COUNCILMEMBERS MORRELL, MORENO,\nGIARRUSSO, KING AND THOMAS\nBrief:\nRESOLUTION AND ORDER GRANTING MODIFIED APPROVAL OF A PROPOSED\nEXTENSION TO THE ELECTRIC AND GAS FORMULA RATE PLANS AS APPROVED\nIN RESOLUTION R-19-457 AND EXTENDED IN RESOLUTION R-20-213\nDOCKET NO. UD-18-07\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 2/16/24).\n(Utility, Cable, Telecommunications and Technology Committee recommended approval).\nADOPTED.\nR-23-491\nMOTION TO ADOPT CONSENT AGENDA AND REFER OTHER MATTERS TO THE\nE.\nPROPER AGENCY.\nMOVED BY:\nGreen\nSECONDED BY:\nMoreno\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4692&doc_id=ea121e45-7375-11ee-b4aa-0050569183fa\n14/42", - "page_number": 14 + "page_content": "- Topic: Approval of Conditional Use request on ZD NO. 51/23\n- Summary: The council approved the applicant\u2019s Conditional Use request on ZD NO. 51/23, subject to three provisos included in the City Planning Commission\u2019s staff report.\n- Ordinance Number: M-23-390\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: Approval of Conditional Use request with provisos\n- Tags/Keywords: Conditional Use, ZD NO. 51/23, City Planning Commission\n- UID: dd5247a3-e0a1-4b7c-bc17-605445ddc1a0\n\n- Topic: Direction for City Planning Commission to conduct a public hearing\n- Summary: The council directed the City Planning Commission to conduct a public hearing to make recommendations regarding an ordinance to impose a temporary prohibition against the effectiveness and enforcement of certain sections.\n- Ordinance Number: M-23-393\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Direction for public hearing on temporary prohibition ordinance\n- Tags/Keywords: City Planning Commission, public hearing, temporary prohibition\n- UID: dd5247a3-e0a1-4b7c-bc17-605445ddc1a0", + "uid": "dd5247a3-e0a1-4b7c-bc17-605445ddc1a0", + "publish_date": "8-24-2023", + "page_number": 40, + "title": "Regular City Council Minutes 8-24-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4692&doc_id=ea121e45-7375-11ee-b4aa-0050569183fa\n11/15/23, 7:50 PM\nAdopt Consent Agenda\nACTION:\nGreen, Harris, King, Moreno, Morrell - 5\nYEAS:\nNAYS:\n0\nABSTAIN:\n0\nGiarrusso, Thomas - 2\nABSENT:\nRECUSED:\n0\nAND THE MOTION PASSED.\nAND THE CONSENT AGENDA WAS ADOPTED.\nF.\nG.\nREGULAR AGENDA\nCOMMUNICATION - FROM CUONG VU, ACCOUNTANT, NEW ORLEANS POLICE\n1.\nDEPARTMENT, CITY OF NEW ORLEANS\nBrief:\nSubmitting a proposed agreement between the City of New Orleans and the Administrators of\nthe Tulane Educational Fund, a completed contract summary form, and the related Motion,\npursuant to Rule 57.\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED AND REFERRED TO THE CRIMINAL JUSTICE COMMITTEE.\nCOMMUNICATION - Cuong Vu - Contract between - NOPD -Tulane Educational Fund\nla. MOTION TO REC\nMOVED BY:\nGreen\nSECONDED BY:\nKing\nACTION:\nReceive\nGreen, Harris, King, Moreno, Morrell - 5\nYEAS:\nNAYS:\n0\nABSTAIN:\n0\nGiarrusso, Thomas - 2\nABSENT:\nRECUSED:\n0\nAND THE MOTION PASSED.\n1b. MOTION TO ADD\nMoreno\nMOVED BY:\nSECONDED BY:\nMorrell\nAdd Item to Agenda\nACTION:\nGreen, Harris, King, Moreno, Morrell, Thomas - 6\nYEAS:\nNAYS:\n0\nABSTAIN:\n0\nGiarrusso - 1\nABSENT:\nRECUSED:\n0\nAND THE MOTION PASSED.\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4692&doc_id=ea121e45-7375-11ee-b4aa-0050569183fa\n15/42", - "page_number": 15 + "page_content": "- Topic: Immediate Suspension of Utility Disconnections\n- Summary: Resolution calling for the immediate suspension of utility disconnections due to declared weather emergencies.\n- Ordinance Number: R-23-387\n- Votes Summary:\n Vote 1: Adopt - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The resolution was adopted with a unanimous vote in favor.\n- Tags/Keywords: Weather emergencies, utility disconnections, resolution, suspension\n- UID: d5214b6b-a387-46d6-9f51-ee5b89426fa6\n\n- Topic: Zoning Docket No. 52/23 - Rochelle Brehm and Nancy Dupuy\n- Summary: Requesting a Conditional Use to permit an accessory bed and breakfast in an HU-RD2 Historic Urban Two-Family Residential District and the Bed and Breakfast Interim Zoning District.\n- Ordinance Number: 52/23\n- Votes Summary:\n Vote 1: N/A (No voting outcomes provided)\n- Decision/Key Actions: The summary does not include the voting outcomes for this zoning docket.\n- Tags/Keywords: Zoning docket, conditional use, bed and breakfast, zoning district\n- UID: d5214b6b-a387-46d6-9f51-ee5b89426fa6", + "uid": "d5214b6b-a387-46d6-9f51-ee5b89426fa6", + "publish_date": "8-24-2023", + "page_number": 41, + "title": "Regular City Council Minutes 8-24-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4692&doc_id=ea121e45-7375-11ee-b4aa-0050569183fa\n11/15/23, 7:50 PM\nHDLC APPEAL - OF ALEXANDER ADAMICK, M. ARCH, AIA, NCARB, PRINCIPAL\n1.\nARCHITECT, ADAMICK ARCHITECTURE\nBrief:\nRequesting to appeal the Historic District Landmarks Commission's decision of \"denial\" of\nthe application for demolition of a Contributing rated, raised-basement, two-family building\nthrough raising the building for properties located at 3530 Carondelet Street, 1641 Foucher\nStreet and 1645 Foucher Street.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Cm. Harris, District B, Cn. Deadline 11/5/23).\n(Communication received at the meeting of 9/21/23).\n(Received letter from applicant requesting withdrawal).\n(Communication received on today's Consent Agenda).\nWITHDRAWN.\nAlexander Adamick - Rescind Letter - 3530 Carondelet St - Retraction Request\nLEGISLATIVE GROUPING\n2.\n2a. VCC APPEAL - OF LORETTA KATHERINE HARMON, PRESIDENT, LKHARMON,\nARCHITECTS\nBrief:\nRequesting to appeal the Vieux Carr\u00e9 Commission's decision of \"denial\" to retain painted\nbrick and mounted gas heaters for property located at 711 Bourbon Street.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Cm. King, District C, Cn. Deadline, 10/22/23).\n(Communication received at the meeting of 9/7/23).\n(Report received at the meeting of 9/21/23). ON DEADLINE.\nHEARING HELD.\nLoretta Katherine Harmon - 711 Bourbon St\n2b. MOTION - NO. M-23-493 - BY: COUNCILMEMBER KING\nBrief:\nGranting the applicant's appeal request for property located 711 Bourbon Street, provided that\nthe property owner pay any and all fines associated with the unpermitted installation of the\nbalcony-mounted gas heaters and painted brick.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 2/16/24).\nSPEAKER CARDS:\nMichael Burnside - Info. Only\nTony Stafford Jr. - In Support\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4692&doc_id=ea121e45-7375-11ee-b4aa-0050569183fa\n16/42", - "page_number": 16 + "page_content": "- Topic: Conditional Use Request on ZD NO. 52/23\n- Summary: Councilmember Harris introduced a motion to approve and grant the applicant's Conditional Use request on ZD NO. 52/23, subject to two provisos set forth by the City Planning Commission. The motion was continued to the meeting of 9/7/23.\n- Ordinance Number: M-23-382\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: The motion was continued to the meeting of 9/7/23.\n- Tags/Keywords: Conditional Use, Zoning Docket, City Planning Commission\n- UID: 62dcea48-4362-9e9a-0050569183fa\n\n- Topic: Conditional Use Request on ZD NO. 53/23\n- Summary: Councilmember King introduced a motion to approve and grant the applicant's Conditional Use request on ZD NO. 53/23, subject to three provisos included in the City Planning Commission's staff report. The motion was continued to the meeting of 9/7/23.\n- Ordinance Number: M-23-391\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: The motion was continued to the meeting of 9/7/23.\n- Tags/Keywords: Conditional Use, Zoning Docket, City Planning Commission\n- UID: abcbae55-5d7d-4e5a-9598-871900330a0c", + "uid": "abcbae55-5d7d-4e5a-9598-871900330a0c", + "publish_date": "8-24-2023", + "page_number": 42, + "title": "Regular City Council Minutes 8-24-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4692&doc_id=ea121e45-7375-11ee-b4aa-0050569183fa\n11/15/23, 7:50 PM\nM-23-493\nMOVED BY:\nKing\nSECONDED BY:\nMoreno\nACTION:\nAdopt\nGiarrusso, Green, King, Moreno, Morrell - 5\nYEAS:\nNAYS:\n0\nABSTAIN:\n0\nHarris, Thomas - 2\nABSENT:\nRECUSED:\n0\nAND THE MOTION PASSED.\nLEGISLATIVE GROUPING\n3.\nUNIVERSITY AREA OFF-STREET PARKING INTERIM ZONING DISTRICT APPEAL\n3a.\n- OF EMMANUEL CHRISTIAN, ROCK SOLID CONSTRUCTION, LLC\nBrief:\nRequesting to appeal the parking requirements established by the University Area Off-Street\nParking Interim Zoning District (IZD), for property located at 8713-8715 Apricot Street.\nAnnotation:\nELECTRONICALLY SUBMITTED\n(Cm. Giarrusso, District A, Cn. Deadline N/A).\n(Communication received at the meeting of 10/5/23).\nHEARING HELD.\nUniversity IZD - Emmanuel Christian, Rock Solid Construction, LLC\n3b. MOTION - NO. M-23-485 - BY: COUNCILMEMBER GIARRUSSO\nBrief:\nGranting and approving the applicant's appeal for property located at 8713-8715 Apricot\nStreet.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 2/16/24).\nM-23-485\nMOVED BY:\nGiarrusso\nSECONDED BY:\nMoreno\nACTION:\nAdopt\nGiarrusso, Green, King, Moreno, Morrell - 5\nYEAS:\nNAYS:\n0\nABSTAIN:\n0\nHarris, Thomas - 2\nABSENT:\nRECUSED:\n0\nAND THE MOTION PASSED.\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4692&doc_id=ea121e45-7375-11ee-b4aa-0050569183fa\n17/42", - "page_number": 17 + "page_content": "- Topic: Zoning Docket No. 54/23 - 2537 Tulane Properties, LLC\n- Summary: The ordinance requested a Conditional Use to permit the retail sale of packaged alcoholic beverages in an MU-1 Medium Intensity Mixed-Use District. The City Planning Commission recommended \"FOR APPROVAL\", subject to three provisos. The motion was adopted with 5 YEAS and 0 NAYS.\n- Ordinance Number: ZD NO. 54/23\n- Votes Summary:\n Vote 1: Adopt - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The Conditional Use request was approved with three provisos.\n- UID: a6e0ff4d-619a-46f8-b241-ee76047f4e8a", + "uid": "a6e0ff4d-619a-46f8-b241-ee76047f4e8a", + "publish_date": "8-24-2023", + "page_number": 43, + "title": "Regular City Council Minutes 8-24-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4692&doc_id=ea121e45-7375-11ee-b4aa-0050569183fa\n11/15/23, 7:50 PM\nLEGISLATIVE GROUPING\n4.\nUNIVERSITY AREA OFF-STREET PARKING INTERIM ZONING DISTRICT APPEAL -\n4a.\nOF KELLY JOHNSON, A.I.A ., KK JOHNSON, ARCHITECTURE\nBrief:\nRequesting to appeal the parking requirements established by the University Area Off-Street\nParking Interim Zoning District (IZD), for property located at 7705 Willow Street.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Cm. Giarrusso, District A, Cn. Deadline N/A).\n(Communication received at the meeting of 10/5/23).\nHEARING HELD.\nUniversity IZD - Kelly Johnson - 7705 Willow St\n4b. MOTION - NO. M-23-486-BY: COUNCILMEMBER GIARRUSSO\nBrief:\nGranting and approving the applicant's appeal for property located at 7705 Willow Street.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 2/16/24).\nM-23-486\nMOVED BY:\nGiarrusso\nHarris\nSECONDED BY:\nACTION:\nAdopt\nGiarrusso, Green, Harris, King, Moreno, Morrell - 6\nYEAS:\nNAYS:\nABSTAIN:\nThomas - 1\nABSENT:\nRECUSED:\n0\nAND THE MOTION PASSED.\n5. LEGISLATIVE GROUPING\nUNIVERSITY AREA OFF-STREET PARKING INTERIM ZONING DISTRICT APPEAL -\n5a.\nOF MICHAEL D. BALLARD, JR ., AIA NCARB, FIRMORA, LLC\nBrief:\nRequesting to appeal the parking requirements established by the University Area Off-Street\nParking Interim Zoning District (IZD), for property located at 8414 Cohn Street.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Cm. Giarrusso, District A, Cn. Deadline N/A).\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4692&doc_id=ea121e45-7375-11ee-b4aa-0050569183fa\n18/42", - "page_number": 18 + "page_content": "- Topic: Zoning Docket No. 58/23 - Massiha, LLC\n- Summary: The ordinance pertains to a request for a Conditional Use to permit a bar in a specific commercial district. The City Planning Commission recommended approval with four provisos. The motion to approve the Conditional Use request passed.\n- Ordinance Number: ZD NO. 58/23\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: Approval of Conditional Use request with four provisos\n- UID: 1f9901fe-feaf-4c4b-9ecc-76953acdb06b\n\n- Topic: Motion No. M-23-392\n- Summary: The motion was to approve and grant the applicant's Conditional Use request on Zoning Docket No. 58/23, subject to the four provisos included in the City Planning Commission's staff report. The motion passed.\n- Ordinance Number: M-23-392\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: Approval of Conditional Use request with four provisos\n- UID: 1f9901fe-feaf-4c4b-9ecc-76953acdb06b\n\n- Topic: Cal. No. 34,187 - By: Councilmember King\n- Summary: No additional information provided in the given chunk.\n- Ordinance Number: Cal. No. 34,187\n- Votes Summary: N/A\n- Decision/Key Actions: N/A\n- UID: 1f9901fe-feaf-4c4b-9ecc-76953acdb06b", + "uid": "1f9901fe-feaf-4c4b-9ecc-76953acdb06b", + "publish_date": "8-24-2023", + "page_number": 44, + "title": "Regular City Council Minutes 8-24-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4692&doc_id=ea121e45-7375-11ee-b4aa-0050569183fa\n11/15/23, 7:50 PM\n(Communication received at the meeting of 10/5/23).\nHEARING HELD.\nUniversity IZD - Michael D. Ballard, Jr ., AIA NCARB - 8414 Cohn Street\n5b. MOTION - NO. M-23-487 - BY: COUNCILMEMBER GIARRUSSO\nBrief:\nGranting and approving the applicant's appeal for property located at 8414 Cohn Street.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 2/16/24).\nM-23-487\nMOVED BY:\nGiarrusso\nSECONDED BY:\nGreen\nAdopt\nACTION:\nGiarrusso, Green, Harris, King, Moreno, Morrell - 6\nYEAS:\nNAYS:\nABSTAIN:\nABSENT:\nThomas - 1\nRECUSED:\n0\nAND THE MOTION PASSED.\nLEGISLATIVE GROUPING\n6.\nUNIVERSITY AREA OFF-STREET PARKING INTERIM ZONING DISTRICT APPEAL\n6a.\n- OF MICHAEL MOORE\nBrief:\nRequesting to appeal the parking requirements established by the University Area Off-Street\nParking Interim Zoning District (IZD), for property located at 1517 General Ogden Street.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Cm. Giarrusso, District A, Cn. Deadline N/A).\n(Communication received at the meeting of 10/5/23).\nHEARING HELD.\nUnveristy IZD - Michael Moore - 1517 General Ogden Street\n6b. MOTION - NO. M-23-488 - BY: COUNCILMEMBER GIARRUSSO\nBrief:\nGranting and approving the applicant's appeal for property located at 1517 General Ogden\nStreet.\nAnnotation:\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4692&doc_id=ea121e45-7375-11ee-b4aa-0050569183fa\n19/42", - "page_number": 19 + "page_content": "- Topic: Temporary Prohibition and Permit Regulations\n- Summary: The ordinance aims to temporarily prohibit the prosecution of violations or prevention of permit issuance, and amends various sections of the Code to allow the Vieux Carr\u00e9 Commission to make rules and regulations for displaying business names on doors, issuing temporary signs for special events, and clarifying building defects outlined in the Code. The ordinance was continued indefinitely.\n- Ordinance Number: 34187\n- Votes Summary:\n Vote 1: Continued Indefinitely\n- Decision/Key Actions: The ordinance was continued indefinitely.\n- Tags/Keywords: Temporary Prohibition, Permit Regulations\n- UID: 87a953f2-59f9-471a-9bb1-0d0493bf91e4\n\n- Topic: Temporary Alcoholic Beverage Permit\n- Summary: This ordinance aims to establish a temporary alcoholic beverage permit and a procedure for the issuance of a temporary renewal permit pending appeal of denial. The ordinance was continued to the meeting of 9/7/23.\n- Ordinance Number: 34188\n- Votes Summary:\n Vote 1: Continued to the Meeting of 9/7/23\n- Decision/Key Actions: The ordinance was continued to the meeting of 9/7/23.\n- Tags/Keywords: Alcoholic Beverage Permit, Temporary Renewal\n- UID: 87a953f2-59f9-471a-9bb1-0d0493bf91e4\n\n- Topic: Probationary Occupational License\n- Summary: This ordinance aims to establish a probationary occupational license. It was continued to the meeting of 9/7/23.\n- Ordinance Number: 34332\n- Votes Summary:\n Vote 1: Continued to the Meeting of 9/7/23\n- Decision/Key Actions: The ordinance was continued to the meeting of 9/7/23.\n- Tags/Keywords: Occupational License, Probationary License\n- UID: 87a953f2-59f9-471a-9bb1-0d0493bf91e4", + "uid": "87a953f2-59f9-471a-9bb1-0d0493bf91e4", + "publish_date": "8-24-2023", + "page_number": 45, + "title": "Regular City Council Minutes 8-24-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4692&doc_id=ea121e45-7375-11ee-b4aa-0050569183fa\n11/15/23, 7:50 PM\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 2/16/24).\nM-23-488\nMOVED BY:\nGiarrusso\nSECONDED BY:\nGreen\nACTION:\nAdopt\nGiarrusso, Green, Harris, King, Moreno, Morrell - 6\nYEAS:\nNAYS:\n0\nABSTAIN:\nABSENT:\nThomas - 1\nRECUSED:\n0\nAND THE MOTION PASSED.\nUNIVERSITY AREA OFF-STREET PARKING INTERIM ZONING DISTRICT APPEAL -\n7.\nOF MICHAEL D. BALLARD, JR ., AIA NCARB, FIRMORA, LLC\nBrief:\nRequesting to appeal the parking requirements established by the University Area Off-Street\nParking Interim Zoning District (IZD), for property located at 8500 Spruce Street.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Cm. Giarrusso, District A, Cn. Deadline N/A).\n(Communication received at the meeting of 10/5/23).\nCONTINUED TO THE MEETING OF 11/2/23.\nUniversity IZD - Michael D. Ballard, Jr ., AIA NCARB - 8500 Spruce Street\nLEGISLATIVE GROUPING\n8.\nZONING DOCKET NO. 55/23 - CITY COUNCIL MOTION NO. M-23-227\n8a.\nBrief:\nRequesting an Amendment to the text of the Comprehensive Zoning Ordinance to expand\ncommunity solar opportunities with the following consideration:\nZD NO. 55-23 Staff Report\nConsider defining a \"Community Solar Project\" as \"a solar energy system constructed and\ni.\noperated by a public or private entity that connects directly to the electricity distribution\nnetwork, and converts solar energy into electricity and/or stores energy for the primary\npurpose of serving electric demands offsite from the facility. Community solar projects may\nallow multiple local subscribers to purchase or lease ownership shares or a percentage of the\npower produced on the site.\"\nii.\nConsider creating accessory use standards for \"Community Solar Projects,\" which may\ninclude minimum lot size requirements, setbacks, design standards, and/or landscaping\nrequirements.\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4692&doc_id=ea121e45-7375-11ee-b4aa-0050569183fa\n20/42", - "page_number": 20 + "page_content": "- Topic: Amendment to International Building Code and Stormwater Code\n- Summary: The ordinance aims to amend Section 26-15 of the Code of the City of New Orleans, specifically focusing on amendments to the adopted International Building Code, 2015 Edition, and the Stormwater Code. This includes changes to permitting and submittal requirements, removal of bonding requirements, fees, plan review, and various standards. The ordinance was electronically submitted and continued to the meeting of 9/7/23.\n- Ordinance Number: CAL. NO. 34,198\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: Continued to the meeting of 9/7/23\n- UID: 1bb949ad-b5ef-4e7a-a51d-1e6cac2301bd\n\n- Topic: Cooperative Endeavor Agreement for Medical and Mental Health Services Facility\n- Summary: This ordinance sought to authorize the Mayor of the City of New Orleans to enter into a Cooperative Endeavor Agreement between the City and the Law Enforcement District for the construction of a new Medical and Mental Health Services Facility at the Orleans Justice Center. However, the ordinance was withdrawn.\n- Ordinance Number: CAL. NO. 34,265\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: Withdrawn\n- UID: 1bb949ad-b5ef-4e7a-a51d-1e6cac2301bd\n\n- Topic: Restrictions on Payments to Sellers of Nonferrous Materials\n- Summary: This ordinance aimed to amend Chapter 130 of the Code of the City of New Orleans by introducing restrictions on payments to sellers of nonferrous materials. However, there were no specific voting outcomes mentioned in the provided information.\n- Ordinance Number: CAL. NO. 34,277\n- Votes Summary: N/A\n- Decision/Key Actions: N/A\n- UID: 1bb949ad-b5ef-4e7a-a51d-1e6cac2301bd", + "uid": "1bb949ad-b5ef-4e7a-a51d-1e6cac2301bd", + "publish_date": "8-24-2023", + "page_number": 46, + "title": "Regular City Council Minutes 8-24-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4692&doc_id=ea121e45-7375-11ee-b4aa-0050569183fa\n11/15/23, 7:50 PM\nConsider amending Article 21.6.J of the Comprehensive Zoning Ordinance to read as\niii.\nfollows: \"1. A collective alternative energy system such as a community solar project, wind\nenergy system, or geothermal energy system is permitted to be constructed upon one or more\nproperties owned by a neighborhood organization, homeowners association, institutional\ncampus, religious institution, non-profit organization, or a public entity. Collective\nalternative energy systems shall be permitted as accessory use for the purpose of serving\nelectric demands on-stie or offsite from, but related to, the facility.\n2 .\nA collective alternative energy system may be constructed on one or more contiguous lots\nowned by a neighborhood organization, homeowners association, institutional campus,\nreligious institution, non-profit organization, or a public entity. Where collective alternative\nenergy systems are constructed on two or more contiguous lots, all owners shall agree to\nsuch arrangement. The agreement shall be recorded as a \"collective alternative energy\nservitude\" on each plat survey to grant access to all participants to maintain equipment. A\nmanagement plan shall be submitted and servitude recorded. The management plan shall\nclearly detail the relationship between the accessory Collective Alternative Energy System\nuse and the related on-site or off-site principal use or uses.\n3. Collective Alternative Energy Systems shall be built in accordance with accessory use\nstandards for the particular type of energy system used, as described in this section. A\nmanagement plan shall be submitted to the Department of Safety and Permits. The\nmanagement plan shall clearly detail the relationship between the accessory Collective\nAlternative Energy System use and the related on-site or off-site principal use or uses.\"\nMotion No. M-23-227 also waived the Neighborhood Participation Program. The proposed\ntext amendment would affect regulations that are applied to all Zoning districts. The\nrecommendation of the City Planning Commission being \"FOR APPROVAL\".\nAnnotation:\nSUBMITTED ELECTRONICALLY.\n(Cms. All, Cn. Deadline 11/20/23).\nHEARING HELD.\nSPEAKER CARD:\nLeah LeBlanc - In Support\n8b. MOTION - NO. M-23-490 - BY: COUNCILMEMBER MORENO\nBrief:\nApproving the applicant's amendment request on ZD NO. 55/23, subject to the modifications\nto the CPC staff report.\nAnnotation:\n(Council Rule 34. Postponement Deadline 2/16/24).\nM-23-490\nMOVED BY:\nMoreno\nSECONDED BY:\nGiarrusso\nACTION:\nAdopt\nGiarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7\nYEAS:\nNAYS:\n0\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4692&doc_id=ea121e45-7375-11ee-b4aa-0050569183fa\n21/42", - "page_number": 21 + "page_content": "- Topic: Establishment of communications campaign to support unhoused residents in New Orleans\n- Summary: The ordinance aims to establish a communications campaign and giving platform to support unhoused residents in New Orleans. The ordinance was continued to the meeting of 9/7/23 and referred to the Budget Committee.\n- Ordinance Number: CAL. NO. 34,305\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Continued to the meeting of 9/7/23, referred to the Budget Committee\n- UID: 0dfcd799-deee-4876-b615-94e396280e85\n\n- Topic: Amendment to increase penalties for food waste and distribution under or adjacent to overpasses\n- Summary: This ordinance seeks to amend and reordain sections to increase penalties for food waste and distribution under or adjacent to overpasses. The ordinance was continued to the meeting of 9/7/23 and referred to the Quality of Life Committee.\n- Ordinance Number: CAL. NO. 34,308\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Continued to the meeting of 9/7/23, referred to the Quality of Life Committee\n- UID: 0dfcd799-deee-4876-b615-94e396280e85\n\n- Topic: Amendment to ordinance CAL. NO. 34,308\n- Summary: The amendment includes provisions for warning citations for the first offense and subsequent penalties for food waste and distribution under or adjacent to overpasses. The amendment was continued to the meeting of 9/7/23.\n- Ordinance Number: Amendment to CAL. NO. 34,308\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Continued to the meeting of 9/7/23\n- UID: 0dfcd799-deee-4876-b615-94e396280e85", + "uid": "0dfcd799-deee-4876-b615-94e396280e85", + "publish_date": "8-24-2023", + "page_number": 47, + "title": "Regular City Council Minutes 8-24-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4692&doc_id=ea121e45-7375-11ee-b4aa-0050569183fa\n11/15/23, 7:50 PM\nABSTAIN:\n0\nABSENT:\n0\nRECUSED:\n0\nAND THE MOTION PASSED.\nM-490 As Corrected\n. ZONING DOCKET NO. 56/23 - CITY COUNCIL MOTION NO. M-23-231\nBrief:\nRequesting an Amendment to the text of the Comprehensive Zoning Ordinance to amend the\npermitted and conditional use tables in Article 14, Table 14-1, to disallow the following\nresidential uses currently allowed in the S-LM Lake Area Marina District:\n\u00b7 Dwelling, Above the Ground Floor\n\u00b7 Dwelling, Townhouse\n\u00b7 Dwelling, Multi-Family\n\u00b7 Group Home, Small\n\u00b7 Group Home, Large\n\u00b7 Permanent Supportive Housing\nProperties are located in the area generally bounded by Lake Marina Avenue, Lakeshore\nDrive, Breakwater Drive, Lake Pontchartrain, and the 17th Street Canal. (Municipal\nAddresses: The proposed text change would affect the S-LM Lake Area Marina District which\nis applied to the area above). The recommendation of the City Planning Commission being\n\"FOR APPROVAL\".\nAnnotation:\nSUBMITTED ELECTRONICALLY.\n(Cm. Giarrusso, District A, Cn. Deadline 11/20/23).\nCONTINUED TO THE MEETING OF 11/2/23.\nSPEAKER CARD:\nMichael Burnside - In Opposition\nZD NO. 56-23 Final Staff Report\n10. ZONING DOCKET NO. 70/23 - PETER TRAPOLIN ET AL.\nBrief:\nRequesting a Conditional Use to permit the retail sale of packaged alcoholic beverages in a\nCBD-5 Urban Core Neighborhood Lower Intensity Mixed-Use District, located on Square\n180, Lot 1 or an undesignated lot, in the First Municipal District, bounded by Saint Charles\nAvenue, Church Street, Girod Street and Julia Street (Municipal Address: 762 Saint Charles\nAvenue). The recommendation of the City Planning Commission being for \"FOR\nAPPROVAL\", subject to nine (9) provisos.\nAnnotation:\nSUBMITTED ELECTRONICALLY.\n(Cm. Harris, District B, Cn. Deadline 11/20/23).\nCONTINUED TO THE MEETING OF 11/2/23.\nZD NO. 70-23 Final Report\n22/42\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4692&doc_id=ea121e45-7375-11ee-b4aa-0050569183fa", - "page_number": 22 + "page_content": "- Topic: Amendment of Section 146-599 of the Code of the City of New Orleans\n- Summary: The ordinance aims to amend permit standards and fees for parklet permits, setting the date for the fee waiver for the right-of-way usage fees associated with parklet permits. The ordinance was electronically submitted and continued to the meeting of 9/7/23.\n- Ordinance Number: 34308\n- Votes Summary:\n - Vote 1: N/A\n- Decision/Key Actions: Continued to the meeting of 9/7/23\n- UID: f3aed7c6-07c6-463f-9823-7af1f632a954\n\n- Topic: Lease agreement with KCT Tulane, LLC\n- Summary: The ordinance authorizes the City of New Orleans to enter into a lease agreement with KCT Tulane, LLC for four parcels of ground in the First Municipal District in the City of New Orleans. The annual rent and terms of the lease were fixed, and it was declared that the property to be leased is not needed for public purposes during the lease term. The motion to adopt the ordinance passed.\n- Ordinance Number: 34315\n- Votes Summary:\n - Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The motion to adopt the ordinance passed\n- UID: f3aed7c6-07c6-463f-9823-7af1f632a954", + "uid": "f3aed7c6-07c6-463f-9823-7af1f632a954", + "publish_date": "8-24-2023", + "page_number": 48, + "title": "Regular City Council Minutes 8-24-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4692&doc_id=ea121e45-7375-11ee-b4aa-0050569183fa\n11/15/23, 7:50 PM\n11. CAL. NO. 34,277 - BY: COUNCILMEMBERS THOMAS, HARRIS AND GREEN (BY\nREQUEST)\nBrief:\nAn Ordinance to amend and reordain Chapter 130 of the Code of the City of New Orleans by\namending Section 130-39 to provide for restrictions on payments to sellers of nonferrous\nmaterials, and otherwise with respect thereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 11/10/23).\n(Quality of Life Committee recommended approval).\n(Technical needed).\nCONTINUED TO THE MEETING OF 11/2/23.\n34277\n12. CAL. NO. 34,294 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BY REQUEST).\nBrief:\nAn Ordinance to amend Ordinance No. 29265 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Revenues for the City of New Orleans for the Year 2023\",\nto appropriate unspent funds to the Law Department for various state settlement and judgment\npayments; and otherwise to provide with respect thereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 11/10/23).\n(Fiscal Note received).\n(Referred to the Budget Committee).\n(Budget Committee recommended approval).\nDeferred until later in the meeting.\n34294 - 29684 M.C.S.\n13. CAL. NO. 34,295 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BY REQUEST)\nBrief:\nAn Ordinance to amend Ordinance No. 29266 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Expenditures for the City of New Orleans for the Year\n2023\", to appropriate unspent funds to the Law Department for various state settlement and\njudgment payments; and otherwise to provide with respect thereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 11/10/23).\n(Fiscal Note received).\n(Referred to the Budget Committee).\n(Budget Committee recommended approval).\n34295 - 29685 M.C.S.\n34295 As Amended\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4692&doc_id=ea121e45-7375-11ee-b4aa-0050569183fa\n23/42", - "page_number": 23 + "page_content": "- Topic: Lease Renewal Agreement with Coffee and Concierge, Ltd.\n- Summary: The ordinance authorizes the Mayor to renew the lease agreement with Coffee and Concierge, Ltd. for a portion of ground and improvements located at 334B Royal Street, New Orleans. The lease agreement will incorporate space not needed for public purposes. The ordinance was adopted.\n- Ordinance Number: CAL. NO. 34,316\n- Votes Summary:\n Vote 1: Adopted - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance was adopted, allowing the Mayor to renew the lease agreement.\n- Tags/Keywords: Lease Renewal, Coffee and Concierge, Mayor, New Orleans\n- UID: 7af1a1b5-2358-4557-b0ca-857fbd027e6b\n\n- Topic: Cooperative Endeavor Agreement with PBP, LLC.\n- Summary: The ordinance authorizes the Mayor to enter into a Cooperative Endeavor Agreement with PBP, LLC. for the purpose of increasing positive public perception of the New Orleans Police Department (NOPD) and New Orleans Emergency Medical Services (NOEMS) personnel, and community cooperation with NOPD and NOEMS. The ordinance was withdrawn.\n- Ordinance Number: CAL. NO. 34,319\n- Votes Summary:\n Vote 1: Withdrawn\n- Decision/Key Actions: The ordinance was withdrawn before a vote could take place.\n- Tags/Keywords: Cooperative Endeavor Agreement, PBP LLC, New Orleans Police Department, Emergency Medical Services\n- UID: 7af1a1b5-2358-4557-b0ca-857fbd027e6b\n\n- Topic: Cooperative Endeavor Agreement with PBP, LLC.\n- Summary: The ordinance authorizes the Mayor to enter into a Cooperative Endeavor Agreement with PBP, LLC. for the purpose of increasing positive public perception of the New Orleans Police Department (NOPD) and New Orleans Emergency Medical Services (NOEMS) personnel, and community cooperation with NOPD and NOEMS. The ordinance was withdrawn.\n- Ordinance Number: CAL. NO. 34,321\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: The details of the vote were not provided.\n- Tags/Keywords: Cooperative Endeavor Agreement, PBP LLC, New Orleans Police Department, Emergency Medical Services\n- UID: 7af1a1b5-2358-4557-b0ca-857fbd027e6b", + "uid": "7af1a1b5-2358-4557-b0ca-857fbd027e6b", + "publish_date": "8-24-2023", + "page_number": 49, + "title": "Regular City Council Minutes 8-24-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4692&doc_id=ea121e45-7375-11ee-b4aa-0050569183fa\n11/15/23, 7:50 PM\n13a. AMENDMENT TO ORDINANCE CAL. NO. 34,295 - BY: COUNCILMEMBER\nGIARRUSSO\nBrief:\n1. On page 1, delete line 11 and insert the following in lieu thereof:\nMISCELLANEOUS PROGRAMS\n$3,342,817\n7998 - Intergovernmental Transfers\n600 - GRANTS, CONTR. AND FUND TRANSFERS $3,342,817\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 2/16/24).\nMOVED BY:\nGiarrusso\nKing\nSECONDED BY:\nAmendment\nACTION:\nGiarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7\nYEAS:\nNAYS:\n0\nABSTAIN:\n0\nABSENT:\n0\nRECUSED:\n0\nAND THE MOTION PASSED.\n34295 Amendment\nMOVED BY:\nGiarrusso\nSECONDED BY:\nGreen\nAs Amended\nACTION:\nGiarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7\nYEAS:\nNAYS:\n0\nABSTAIN:\nABSENT:\n0\nRECUSED:\n0\nAND THE MOTION PASSED.\nCAL. NO. 34,294 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\n12.\nTHOMAS (BY REQUEST)\nBrief:\nAn Ordinance to amend Ordinance No. 29265 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Revenues for the City of New Orleans for the Year 2023\",\nto appropriate unspent funds to the Law Department for various state settlement and judgment\npayments; and otherwise to provide with respect thereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 11/10/23).\n(Fiscal Note received).\n(Referred to the Budget Committee).\n(Budget Committee recommended approval).\nMOVED BY:\nGiarrusso\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4692&doc_id=ea121e45-7375-11ee-b4aa-0050569183fa\n24/42", - "page_number": 24 + "page_content": "- Topic: Amendment of Operating Budget for City of New Orleans for 2023\n- Summary: The ordinance aims to appropriate State Act 170 funds awarded to the Office of the Mayor for initiatives supporting Strategic Economic Development plans and beautification projects in various communities. The ordinance passed.\n- Ordinance Number: 34321 - 29605 M.C.S.\n- Votes Summary:\n - Vote 1: Adopt - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: Appropriation of State Act 170 funds for economic development and beautification projects.\n- UID: 61e7560c-3367-4d66-86a0-6ccd1952dc0c\n\n- Topic: Amendment of Operating Budget Expenditures for City of New Orleans for 2023\n- Summary: This ordinance seeks to appropriate State Act 170 funds awarded to the Office of the Mayor for initiatives supporting Strategic Economic Development plans and beautification projects in various communities. The ordinance also passed.\n- Ordinance Number: 34322 - 29606 M.C.S.\n- Votes Summary:\n - Vote 1: Adopt - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: Appropriation of State Act 170 funds for economic development and beautification projects.\n- UID: 61e7560c-3367-4d66-86a0-6ccd1952dc0c", + "uid": "61e7560c-3367-4d66-86a0-6ccd1952dc0c", + "publish_date": "8-24-2023", + "page_number": 50, + "title": "Regular City Council Minutes 8-24-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4692&doc_id=ea121e45-7375-11ee-b4aa-0050569183fa\n11/15/23, 7:50 PM\nSECONDED BY:\nMoreno\nAdd Item to Agenda\nACTION:\nGiarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7\nYEAS:\nNAYS:\n0\nABSTAIN:\n0\nABSENT:\n0\nRECUSED:\n0\nAND THE MOTION PASSED.\n34294 - 29684 M.C.S.\n14. LEGISLATIVE GROUPING\n14a. CAL. NO. 34,308 - BY: COUNCILMEMBERS GREEN, THOMAS AND KING\nBrief:\nAn Ordinance to amend and reordain Sections 82-410 and 82-412 to increase penalties and to\nprovide relative to food waste and distribution of food under or adjacent to an overpass or\nelevated roadway or within or adjacent to any encampment area; and otherwise to provide\nwith respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/10/23).\n(Referred to the Quality of Life Committee).\nCONTINUED TO THE MEETING OF 11/2/23 AND REFERRED TO THE QUALITY OF\nLIFE COMMITTEE\n34308\n14b. AMENDMENT TO ORDINANCE CAL. NO. 34,308 - BY: COUNCILMEMBER GREEN\nBrief:\n34308 Amendment\n(1) On page 1, line 2, insert the following at the beginning of paragraph (a): \"The first\noffense shall result in a warning citation.\"\n(2) On page 1, line 2, replace \"The penalty for each\" with \"Each subsequent\"\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/24/23).\nCONTINUED TO THE MEETING OF 11/2/23 AND REFERRED TO THE QUALITY OF\nLIFE COMMITTEE.\n15. CAL. NO. 34,314 - BY: COUNCILMEMBER MORENO (BY REQUEST).\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4692&doc_id=ea121e45-7375-11ee-b4aa-0050569183fa\n25/42", - "page_number": 25 + "page_content": "- Topic: Cooperative Endeavor Agreement with Ochsner Clinic Foundation\n- Summary: The ordinance authorizes the Mayor to enter into a Cooperative Endeavor Agreement with Ochsner Clinic Foundation for the purpose of improving care to sick and injured persons in New Orleans and providing access to a medical and clinical education program for Ochsner medical residents.\n- Ordinance Number: 34,335\n- Votes Summary:\n Vote 1: Adopt - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance was passed with 6 YEAS and 0 NAYS.\n- UID: d79df558-a906-4d24-9f10-52dd3b37279d\n\n- Topic: Amendment to New Orleans Tourism and Cultural Fund legislation\n- Summary: The ordinance aims to impose a local participation goal for any program submitted by the Corporation, and amend the enabling legislation for the New Orleans Tourism and Cultural Fund.\n- Ordinance Number: 34,347\n- Votes Summary: The ordinance was continued to the meeting of 9/21/23.\n- Decision/Key Actions: The ordinance was postponed to a later meeting for further discussion.\n- UID: d79df558-a906-4d24-9f10-52dd3b37279d\n\n- Topic: Regulation of Mardi Gras parades\n- Summary: The ordinance seeks to amend various sections of the Code of the City of New Orleans to provide relative to the regulation of Mardi Gras parades.\n- Ordinance Number: 34,348\n- Votes Summary: N/A\n- Decision/Key Actions: The ordinance was discussed but no voting outcome was provided.\n- UID: d79df558-a906-4d24-9f10-52dd3b37279d", + "uid": "d79df558-a906-4d24-9f10-52dd3b37279d", + "publish_date": "8-24-2023", + "page_number": 51, + "title": "Regular City Council Minutes 8-24-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4692&doc_id=ea121e45-7375-11ee-b4aa-0050569183fa\n11/15/23, 7:50 PM\nBrief:\nAn Ordinance to amend and reordain Section 146-599 of the Code of the City of New\nOrleans, relative to permit standards and fees for parklet permits, to set the date for the fee\nwaiver for the right-of-way usage fees associated with parklet permits to reflect the anticipated\nstart date for the parklet permitting program; and otherwise to provide with respect thereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 11/24/23).\nCONTINUED TO THE MEEING OF 11/16/23.\n34314\n16. CAL. NO. 34,347 - BY: COUNCILMEMBERS MORENO AND MORRELL\nBrief:\nAn Ordinance to amend the enabling legislation for the New Orleans Tourism and Cultural\nFund (Ordinance No. 14,118, M.C.S ., as amended by Ordinance No. 28,341, M.C.S.) to\nimpose a local participation goal for any program submitted by the Corporation, and otherwise\nto provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/8/23).\n(Referred to the Economic Development Committee).\nCONTINUED TO THE MEEING OF 11/16/23 AND REFERRED TO THE ECONOMIC\nDEVELOPMENT COMMITTEE.\n34347\n17. LEGISLATIVE GROUPING\n17a. CAL. NO. 34,363 - BY: COUNCILMEMBER HARRIS\nBrief:\nAn Ordinance to establish a conditional use to permit a standard restaurant over 5,000 square\nfeet in an HU-MU Historic Urban Neighborhood Mixed-Use District, on Square 581, Lots A\nand B, in the Sixth Municipal District, bounded by Freret Street, Upperline Street, LaSalle\nStreet, and Valence Street (Municipal Address: 4730 Freret Street); and otherwise to provide\nwith respect thereto. (ZONING DOCKET NO. 22/23)\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(90 Days, Cn. Deadline 10/25/23).\n(Cn. Deadline 10/19/23).\nON DEADLINE.\n34363 - 29686 M.C.S.\n34363 As Amended\n17b. AMENDMENT TO ORDINANCE CAL. NO. 34,363 - BY: COUNCILMEMBER HARRIS\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4692&doc_id=ea121e45-7375-11ee-b4aa-0050569183fa\n26/42", - "page_number": 26 + "page_content": "- Topic: Establishment of Carnival Legislative Advisory Committee\n- Summary: The ordinance aims to establish an advisory committee to provide recommendations for legislative changes to improve the Carnival parade season.\n- Ordinance Number: M-23-375\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The advisory committee will be formed to address legislative changes for the Carnival parade season.\n- Tags/Keywords: Advisory Committee, Legislative Changes, Carnival Parade Season\n- UID: 2c9c865c-a4d4-4e3e-91b7-f05b4ac09945\n\n- Topic: Amendment to Operating Budget of Revenues for the City of New Orleans\n- Summary: The ordinance seeks to amend the operating budget to appropriate funds to the Office of Community Development for the Hometown Revitalization and Resilient Communities Programs.\n- Ordinance Number: 34,349 - 29624 M.C.S.\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: Funds will be allocated to the Office of Community Development for specific programs.\n- Tags/Keywords: Budget Amendment, Community Development, Hometown Revitalization\n- UID: 2c9c865c-a4d4-4e3e-91b7-f05b4ac09945", + "uid": "2c9c865c-a4d4-4e3e-91b7-f05b4ac09945", + "publish_date": "8-24-2023", + "page_number": 52, + "title": "Regular City Council Minutes 8-24-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4692&doc_id=ea121e45-7375-11ee-b4aa-0050569183fa\n11/15/23, 7:50 PM\nBrief:\n34363 Amendment\nHarris\nMOVED BY:\nSECONDED BY:\nGiarrusso\nACTION:\nAmendment\nGiarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7\nYEAS:\nNAYS:\n0\nABSTAIN:\n0\nABSENT:\n0\nRECUSED:\n0\nAND THE MOTION PASSED.\nMOVED BY:\nHarris\nSECONDED BY:\nGiarrusso\nACTION:\nAdopt as Amended\nGiarrusso, Green, Harris, King, Moreno, Morrell - 6\nYEAS:\nNAYS:\nABSTAIN:\n0\nThomas - 1\nABSENT:\nRECUSED:\n0\nAND THE MOTION PASSED.\nOn page 6, after line 116, insert the following additional provisos:\n1.\nThe developer shall develop and implement a system to secure the entire property to prevent\n9.\naccess to the property when the business is not open and operating, by erecting fences, walls,\nand gates of sufficient height and robustness. Additional security measures shall be\nemployed on an as-needed basis to prevent access to the property when not otherwise open\nto the public.\n10. The developer shall strictly comply with the City's noise regulations and shall adopt policies\nand procedures to prevent sound from being heard or felt by surrounding neighbors,\nincluding providing surrounding neighbors with current management contact information to\nimmediately address any complaints related to excessive sound emanating from the\nbusiness's premises.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 2/16/24).\n18. CAL. NO. 34,383 - BY: COUNCILMEMBER GIARRUSSO\nBrief:\nAn Ordinance to amend and reordain Section 154 - 1194 of the Code of the City of New\nOrleans, relative to the Prima facie speed limits, to add the portion of Harrison Avenue\nbetween Canal Boulevard and Orleans Avenue at the reduced speed of 25 miles per hour; and\nto provide otherwise with respect thereto.\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4692&doc_id=ea121e45-7375-11ee-b4aa-0050569183fa\n27/42", - "page_number": 27 + "page_content": "- Topic: Appropriation of Funds for Hometown Revitalization and Resilient Communities Programs\n- Summary: An ordinance to amend the city's operating budget to allocate funds to the Office of Community Development for specific programs. The motion passed with 6 YEAS and 1 ABSENT.\n- Ordinance Number: CAL. NO. 34,350\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: Funds appropriated to support Hometown Revitalization and Resilient Communities Programs\n- Tags/Keywords: Budget, Community Development, Programs\n- UID: 8c5155fd-1f02-4bd2-9d40-8647c1de254b\n\n- Topic: Transfer of Appropriation for Council Review\n- Summary: An ordinance to transfer an appropriation from the Department of Law to Miscellaneous Programs to enable Council review prior to expenditure of funds. The motion passed, but specific voting details are not provided in the summary.\n- Ordinance Number: CAL. NO. 34,355\n- Votes Summary: N/A\n- Decision/Key Actions: Transfer of appropriation to enable Council review\n- Tags/Keywords: Budget, Department of Law, Council Review\n- UID: 8c5155fd-1f02-4bd2-9d40-8647c1de254b", + "uid": "8c5155fd-1f02-4bd2-9d40-8647c1de254b", + "publish_date": "8-24-2023", + "page_number": 53, + "title": "Regular City Council Minutes 8-24-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4692&doc_id=ea121e45-7375-11ee-b4aa-0050569183fa\n11/15/23, 7:50 PM\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 1/5/24).\nSPEAKER CARD:\nBrad Ott\n34383 - 29687 M.C.S.\nMOVED BY:\nGiarrusso\nSECONDED BY:\nHarris\nACTION:\nAdopt\nGiarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7\nYEAS:\nNAYS:\n0\nABSTAIN:\n0\nABSENT:\n0\nRECUSED:\n0\nAND THE MOTION PASSED.\nLEGISLATIVE GROUPING\n19.\n19a. CAL. NO. 34,385 - BY: COUNCILMEMBERS MORRELL, MORENO, HARRIS AND\nGREEN\nBrief:\nAn Ordinance to amend and reordain sections 26-615, 26-616, 26-617, 26-618, 26-619, 26-\n620, 26-624, and 26-628 of the Code of the City of New Orleans to provide relative to the\nregulation of short-term rentals; and otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 1/5/24).\nCONTINUED TO THE MEEING OF 11/2/23.\n34385\n19b. MOTION (LYING OVER) - NO. M-23-426 - BY: COUNCILMEMBERS MORRELL,\nMORENO, HARRIS AND GREEN\nBrief:\nDirecting the City Planning Commission to conduct a public hearing to consider amendments\nto Ordinance No. 4,264 M.C.S ., amended by Ordinance No. 26,413 M.C.S ., as amended, the\nComprehensive Zoning Ordinance of the City of New Orleans, to eliminate Non-Commercial\nShort-Term Rentals as a defined land use and update any and all relevant provisions governing\nthe zoning and use standards for short-term rentals, including the removal of all references to\nNon-Commercial Short-Term Rental.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 1/19/24).\nCONTINUED TO THE MEEING OF 11/2/23.\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4692&doc_id=ea121e45-7375-11ee-b4aa-0050569183fa\n28/42", - "page_number": 28 + "page_content": "- Topic: Creation of City of New Orleans Home Rule Charter Review Committee\n- Summary: The ordinance authorizes the creation of an advisory committee, known as the City of New Orleans Home Rule Charter Review Committee, to review and make non-binding recommendations regarding potential changes to the Home Rule Charter.\n- Ordinance Number: M-22-516\n- Votes Summary:\n - Vote 1: Adopted - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: Referred to the Governmental Affairs Committee, recommended approval, and continued to the meeting of 9/7/23.\n- Tags/Keywords: Advisory Committee, Home Rule Charter, Governmental Affairs Committee\n- UID: 559565f2-cf55-475b-ba46-12f7ea64e898\n\n- Topic: Creation of American Rescue Plan Act (ARPA) Advisory Committee\n- Summary: The resolution calls for the creation of an ARPA Advisory Committee to develop a strategy and recommendations for the implementation of various allocations of ARPA money, including infrastructure, language access program, labor audit, and zero-fare transit pilot for youth.\n- Ordinance Number: R-23-354\n- Votes Summary: Not available\n- Decision/Key Actions: Not specified in the provided information\n- Tags/Keywords: ARPA, Advisory Committee, Infrastructure, Labor Audit, Transit Pilot\n- UID: 559565f2-cf55-475b-ba46-12f7ea64e898", + "uid": "559565f2-cf55-475b-ba46-12f7ea64e898", + "publish_date": "8-24-2023", + "page_number": 54, + "title": "Regular City Council Minutes 8-24-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4692&doc_id=ea121e45-7375-11ee-b4aa-0050569183fa\n11/15/23, 7:50 PM\nM-23-426\n19c. MOTION (LYING OVER) - NO. M-23-427 - BY: COUNCILMEMBERS MORRELL,\nMORENO, HARRIS AND GREEN\nBrief:\nDirecting the City Planning Commission to conduct a public hearing to amend and reordain\nOrdinance No. 4264 M.C.S ., amended by Ordinance No. 26,413 M.C.S ., as amended, the\nComprehensive Zoning Ordinance of the City of New Orleans, to amend Article 19 to\nestablish a new Interim Zoning District to be named the Non-Commercial Short-Term Rental\nInterim Zoning District (IZD), the intent of which is to prohibit the Short-Term Rental, Non-\nCommercial use within all areas of the City of New Orleans. These prohibitions shall apply\ncitywide.\nAside from the use prohibited herein, all other permitted and conditional uses shall be as\nprovided in the Comprehensive Zoning Ordinance.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 1/19/24).\nCONTINUED TO THE MEEING OF 11/2/23.\nM-23-427\n20. CAL. NO. 34,393 - BY: COUNCILMEMBERS GIARRUSSO, HARRIS, MORENO,\nMORRELL, GREEN, THOMAS AND KING\nBrief:\nAn Ordinance to add section 2-672 to the Code of the City of New Orleans to require the Law\nDepartment to produce and transmit a monthly report regarding contracts in progress\nincluding but not limited to, when the contract was requested or received, the type and amount\nof the contract, the Law Department employee assigned to the contract, the status and date of\ncompletion of the contract, and otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 1/5/24).\nCONTINUED TO THE MEEING OF 11/2/23.\n34393\n21. CAL. NO. 34,398 - BY: COUNCILMEMBER KING\nBrief:\nAn Ordinance to establish a conditional use to permit a bar in a C-2 Auto-Oriented\nCommercial District and an SC Suburban Corridor Use Restriction Overlay District, located\non Square B-3, Lot 2, Garden Oaks, in the Fifth Municipal District, bounded by General De\nGaulle Drive, Bender Boulevard, Seine Street, and Texas Drive (Municipal Address: 3733\nGeneral De Gaulle Drive); and otherwise to provide with respect thereto. (ZONING DOCKET\nNO. 58/23)\nAnnotation:\nELECTRONICALLY SUBMITTED.\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4692&doc_id=ea121e45-7375-11ee-b4aa-0050569183fa\n29/42", - "page_number": 29 + "page_content": "- Topic: Allocations for Affordable Housing\n- Summary: The council discussed the allocations made for affordable housing and the implementation and sustainability recommendations for food access and crime prevention.\n- Ordinance Number: LO R-23-354\n- Votes Summary:\n Vote 1: Withdrawn\n- Decision/Key Actions: The ordinance was withdrawn before a vote took place.\n- Tags/Keywords: Affordable Housing, Allocations, Sustainability\n- UID: b05c9c2b-af99-4c97-9850-1988224280e9\n\n- Topic: Support for Victim Safeguards in Domestic Violence Cases\n- Summary: The council considered a resolution expressing support for victim safeguards in severe domestic violence incidents, urging the Criminal District Court and the Orleans Parish District Attorney\u2019s Office to conduct Gwen\u2019s Law hearings for specific cases.\n- Ordinance Number: R-23-376\n- Votes Summary:\n Vote 1: Continued to the meeting of 9/7/23\n- Decision/Key Actions: The resolution was continued to a future meeting for further consideration.\n- Tags/Keywords: Domestic Violence, Victim Safeguards, Gwen\u2019s Law\n- UID: b05c9c2b-af99-4c97-9850-1988224280e9\n\n- Topic: Election in Lake Terrace Crime Prevention District\n- Summary: The council discussed a resolution calling for an election in the Lake Terrace Crime Prevention District.\n- Ordinance Number: R-23-377\n- Votes Summary:\n Vote 1: Adopted - (5 YEAS, 0 NAYS)\n- Decision/Key Actions: The resolution was adopted with unanimous support.\n- Tags/Keywords: Election, Crime Prevention District, Lake Terrace\n- UID: b05c9c2b-af99-4c97-9850-1988224280e9", + "uid": "b05c9c2b-af99-4c97-9850-1988224280e9", + "publish_date": "8-24-2023", + "page_number": 55, + "title": "Regular City Council Minutes 8-24-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4692&doc_id=ea121e45-7375-11ee-b4aa-0050569183fa\n11/15/23, 7:50 PM\n(90 Days, Cn. Deadline 11/22/23).\n(Cn. Deadline 11/16/23).\n(This matter is being withdrawn and reintroduced as a First Reading because of advertising\nissues).\nWITHDRAWN.\n34398\n22. CAL. NO. 34,419 - BY: COUNCILMEMBER KING (BY REQUEST)\nBrief:\nAn Ordinance authorizing the Mayor of the City of New Orleans to enter into a Cooperative\nEndeavor Agreement (\"CEA\") between the City of New Orleans (the \"City\") and Foundation\nfor Louisiana, collectively referred to as \"Parties\", for a term greater than one year, for the\npublic purpose of providing fiscal sponsorship for the National League of Cities' Southern\nCities for Economic Inclusion (\"SCEI\") initiative of which the City of New Orleans is a part,\nas more fully detailed in the CEA form as Exhibit \"A\"; and otherwise to provide with respect\nthereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 2/2/24).\n34419 - 29694 M.C.S.\nMOVED BY:\nKing\nSECONDED BY:\nGiarrusso\nACTION:\nAdopt\nGiarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7\nYEAS:\nNAYS:\n0\nABSTAIN:\n0\nABSENT:\n0\nRECUSED:\n0\nAND THE MOTION PASSED.\n23. CAL. NO. 34,426 - BY: COUNCILMEMBER GIARRUSSO\nBrief:\nAn Ordinance to amend Ordinance No. 29,265 M.C.S ., as amended, entitled \"An Ordinance\nproviding an Operating Budget of Revenues for the City of New Orleans for the Year 2023\" to\nappropriate unassigned funds balance to the City Council to provide additional funding to\nsupport Council contract initiatives regarding investigations and a utility appeal hearing\nprocess; and otherwise to provide with respect thereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 2/2/24).\n34426 - 29695 M.C.S.\nMOVED BY:\nGiarrusso\nMorrell\nSECONDED BY:\nACTION:\nAdopt\nGiarrusso, Green, Harris, Moreno, Morrell, Thomas - 6\nYEAS:\nNAYS:\n0\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4692&doc_id=ea121e45-7375-11ee-b4aa-0050569183fa\n30/42", - "page_number": 30 + "page_content": "- Topic: Amendment of Comprehensive Zoning Ordinance\n- Summary: The City Planning Commission will conduct a public hearing to consider amending the Comprehensive Zoning Ordinance to add minimum distance, height, and sealing requirements for electrical back-up generators.\n- Ordinance Number: M-23-385\n- Votes Summary:\n - Vote 1: Passed - (YEAS: 51, NAYS: 0, ABSTAIN: 0, ABSENT: 2)\n- Decision/Key Actions: Referred to the Quality of Life Committee, continued to the meeting of 9/7/23\n- Tags/Keywords: City Planning Commission, Zoning Ordinance, Public Hearing\n- UID: 28f546b1-9574-4357-b754-6d929558c9ed\n\n- Topic: Extension of Interim Appointment\n- Summary: The interim appointment of Sarah McLaughlin-Porteous as Acting Director of the Department of Public Works will be extended for 120 days.\n- Ordinance Number: M-23-386\n- Votes Summary:\n - Vote 1: Not specified\n- Decision/Key Actions: Referred to the Governmental Affairs Committee, continued to the meeting of 9/7/23\n- Tags/Keywords: Interim Appointment, Department of Public Works\n- UID: 28f546b1-9574-4357-b754-6d929558c9ed\n\n- Topic: Ward and Precinct Merger\n- Summary: The City Council desires to merge specific wards and precincts and consolidate polling places in certain areas.\n- Ordinance Number: M-23-394\n- Votes Summary:\n - Vote 1: Not specified\n- Decision/Key Actions: Not specified\n- Tags/Keywords: Ward Merger, Precinct Consolidation, Polling Places\n- UID: 28f546b1-9574-4357-b754-6d929558c9ed", + "uid": "28f546b1-9574-4357-b754-6d929558c9ed", + "publish_date": "8-24-2023", + "page_number": 56, + "title": "Regular City Council Minutes 8-24-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4692&doc_id=ea121e45-7375-11ee-b4aa-0050569183fa\n11/15/23, 7:50 PM\nABSTAIN:\n0\nKing - 1\nABSENT:\nRECUSED:\n0\nAND THE MOTION PASSED.\n24. CAL. NO. 34,427 - BY: COUNCILMEMBER GIARRUSSO\nBrief:\nAn Ordinance to amend Ordinance No. 29,266 M.C.S ., as amended, entitled \"An Ordinance\nproviding an Operating Budget of Expenditures for the City of New Orleans for the Year\n2023\" to appropriate funds to the City Council, to provide for use of fund balance to support\nCouncil contract initiatives regarding investigations and a utility appeal hearing process; and\notherwise to provide with respect thereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 2/2/24).\n34427 - 29696 M. C.S.\nMOVED BY:\nGiarrusso\nSECONDED BY:\nHarris\nAdopt\nACTION:\nGiarrusso, Green, Harris, Moreno, Morrell, Thomas - 6\nYEAS:\nNAYS:\n0\nABSTAIN:\nABSENT:\nKing - 1\nRECUSED:\nAND THE MOTION PASSED.\n25. CAL. NO. 34,428 - BY: COUNCILMEMBER HARRIS (BY REQUEST).\nBrief:\nAn Ordinance to authorize the Mayor of the City of New Orleans to enter into a cooperative\nendeavor agreement with the New Orleans Building Corporation (\"NOBC\"), for\nadministration of a parcel of land owned by the State of Louisiana, located beneath U.S.\nHighway 90 (Pontchartrain Expressway); and otherwise to provide with respect thereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 2/2/24).\nCONTINUED TO THE MEEING OF 11/2/23.\n34428\n26. CAL. NO. 34,430 - BY: COUNCILMEMBER HARRIS (BY REQUEST)\nBrief:\nAn Ordinance to authorize the Mayor of the City of New Orleans to enter into Amendment\nNo. 2 to a previously executed Cooperative Endeavor Agreement (\"CEA\") between the City\nof New Orleans (the \"City\") and The Downtown Development District of the City of New\nOrleans, relative to infrastructure improvements and enhancement in the Downtown\nDevelopment District, to extend the term thereof for an additional two (2) years, as more fully\nset forth in the Amendment No. 2 form as Exhibit \"1\" and made a part hereof; and otherwise\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4692&doc_id=ea121e45-7375-11ee-b4aa-0050569183fa\n31/42", - "page_number": 31 + "page_content": "- Topic: Resolution calling an election in the Bouligny Improvement District\n- Summary: The council voted to call an election in the Bouligny Improvement District for November 18, 2023.\n- Ordinance Number: R-23-395\n- Votes Summary:\n - Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n - Vote 2: N/A\n- Decision/Key Actions: The resolution to call the election passed.\n- Tags/Keywords: Resolution, Bouligny Improvement District, Election, R-23-395\n- UID: 7817318f-9a13-4771-a473-23744bf6b8c3", + "uid": "7817318f-9a13-4771-a473-23744bf6b8c3", + "publish_date": "8-24-2023", + "page_number": 57, + "title": "Regular City Council Minutes 8-24-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4692&doc_id=ea121e45-7375-11ee-b4aa-0050569183fa\n11/15/23, 7:50 PM\nto provide with respect thereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 2/2/24).\n34430 - 29697 M.C.S.\nMOVED BY:\nHarris\nSECONDED BY:\nMorrell\nACTION:\nAdopt\nGiarrusso, Green, Harris, Moreno, Morrell, Thomas - 6\nYEAS:\nNAYS:\nABSTAIN:\nKing - 1\nABSENT:\nRECUSED:\n0\nAND THE MOTION PASSED.\n27. CAL. NO. 34,431 - BY: COUNCILMEMBER GREEN (BY REQUEST).\nBrief:\nAn Ordinance to authorize the Mayor of the City of New Orleans to enter into Amendment\nNo. 4 to a previously executed Cooperative Endeavor Agreement (\"CEA\") between the City\nof New Orleans (the \"City\") and The University of New Orleans, relative to the restoration of\nthe City's infrastructure damaged as a result of Hurricane Katrina, including roads, the storm\nwater drainage system, water distribution lines, sanitary sewer collection lines, and Americans\nwith Disabilities Act (ADA) compliant curb ramps, all in furtherance of the Joint\nInfrastructure Recovery Request (JIRR) Program, to modify the provisions thereof, as more\nfully set forth in the Amendment No. 4 form as Exhibit \"1\" and made a part hereof; and\notherwise to provide with respect thereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 2/2/24).\n34431 - 29698 M.C.S.\nMOVED BY:\nGreen\nSECONDED BY:\nMoreno\nACTION:\nAdopt\nGiarrusso, Green, Harris, Moreno, Morrell, Thomas - 6\nYEAS:\nNAYS:\nABSTAIN:\n0\nKing - 1\nABSENT:\nRECUSED:\n0\nAND THE MOTION PASSED.\n28. CAL. NO. 34,432 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BY REQUEST).\nBrief:\nAn Ordinance to amend Ordinance No. 29266 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Expenditures for the City of New Orleans for the Year\n2023\", to move funds from the Office of the Mayor to the Department of Human Services for\nNOLA East Criminal Justice Work; and otherwise to provide with respect thereto.\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4692&doc_id=ea121e45-7375-11ee-b4aa-0050569183fa\n32/42", - "page_number": 32 + "page_content": "- Topic: Cooperative Endeavor Agreement between City of New Orleans and The Lakefront Management Authority\n- Summary: The ordinance authorizes the Mayor to enter into a Cooperative Endeavor Agreement with The Lakefront Management Authority for emergency medical and fire services at the New Orleans Lakefront Airport. The ordinance was adopted.\n- Ordinance Number: CAL. NO. 34,359\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance was adopted, allowing the Mayor to enter into the agreement for emergency services at the airport.\n- Tags/Keywords: Cooperative Endeavor Agreement, emergency services, New Orleans Lakefront Airport\n- UID: 9a2c0b8e-ac9b-44ae-91a2-f573bebe956b\n\n- Topic: Conditional Use Permit for Restaurant\u2019s Extended Hours of Operation\n- Summary: The ordinance establishes a conditional use to permit the extension of a restaurant\u2019s hours of operation in specific districts. The ordinance was adopted.\n- Ordinance Number: CAL. NO. 34,360\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance was adopted, allowing the extension of a restaurant\u2019s hours of operation in designated districts.\n- Tags/Keywords: Conditional Use Permit, extended hours of operation, municipal districts\n- UID: 9a2c0b8e-ac9b-44ae-91a2-f573bebe956b", + "uid": "9a2c0b8e-ac9b-44ae-91a2-f573bebe956b", + "publish_date": "8-24-2023", + "page_number": 58, + "title": "Regular City Council Minutes 8-24-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4692&doc_id=ea121e45-7375-11ee-b4aa-0050569183fa\n11/15/23, 7:50 PM\nAnnotation:\n(Council Rule 34. Postponement Deadline 2/2/24).\n(Fiscal Note received).\nCONTINUED TO THE MEETING OF 11/2/23 AND REFERRED TO THE BUDGET\nCOMMITTEE.\n34432\n29. CAL. NO. 34,433 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BY REQUEST).\nBrief:\nAn Ordinance to amend Ordinance No. 29265 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Revenues for the City of New Orleans for the Year 2023\".\nto appropriate grant funds to the Fire Department for the purchase of a Foam Firefighting\nTrailer to have the capability to provide protection to the Port of New Orleans and surrounding\nareas while transporting vast quantities of hazardous materials and chemicals daily; and\notherwise to provide with respect thereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 2/2/24).\n(Fiscal Note received).\nCONTINUED TO THE MEETING OF 11/2/23 AND REFERRED TO THE BUDGET\nCOMMITTEE.\n34433\n30. CAL. NO. 34,434 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BY REQUEST).\nBrief:\nAn Ordinance to amend Ordinance No. 29266 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Expenditures for the City of New Orleans for the Year\n2023\", to appropriate grant funds to the Fire Department for the purchase of a Foam\nFirefighting Trailer to have the capability to provide protection to the Port of New Orleans and\nsurrounding areas while transporting vast quantities of hazardous materials and chemicals\ndaily; and otherwise to provide with respect thereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 2/2/24).\n(Fiscal Note received).\nCONTINUED TO THE MEETING OF 11/2/23 AND REFERRED TO THE BUDGET\nCOMMITTEE.\n34434\nCAL. NO. 34,435 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\n31.\nTHOMAS (BY REQUEST).\nBrief:\nAn Ordinance to amend Ordinance No. 29265 M.C.S ., as amended, entitled \"An Ordinance\n33/42\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4692&doc_id=ea121e45-7375-11ee-b4aa-0050569183fa", - "page_number": 33 + "page_content": "- Topic: Amendment to Code of the City of New Orleans\n- Summary: The ordinance aims to require ordinances that amend or repeal sections of the Code to show, using underlines and strikethroughs, how the amendment alters the text of the Code. \n- Ordinance Number: 34,361\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance was passed without amendments.\n- Tags/Keywords: Code amendment, underlines, strikethroughs\n- UID: efcb4436-ef31-4040-b949-0a62f74d3e83\n\n- Topic: Lease Amendments for New Orleans Airport\n- Summary: This ordinance seeks to approve and authorize the Mayor of the City of New Orleans to enter into lease amendments to the Terminal Lease and Equipment Management Agreement with the NEW ORLEANS AIRLINE CONSORTIUM, LLC operating at the Louis Armstrong New Orleans International Airport under certain circumstances. \n- Ordinance Number: 34,362\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance was passed without amendments.\n- Tags/Keywords: Lease amendments, New Orleans Airport\n- UID: efcb4436-ef31-4040-b949-0a62f74d3e83\n\n- Topic: Conditional Use Permit for a Restaurant\n- Summary: This ordinance aims to establish a conditional use to permit a standard restaurant over 5,000 square feet in an HU-MU Historic Urban Neighborhood Mixed-Use District. \n- Ordinance Number: 34,363\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance was passed without amendments.\n- Tags/Keywords: Conditional use permit, restaurant, zoning\n- UID: efcb4436-ef31-4040-b949-0a62f74d3e83", + "uid": "efcb4436-ef31-4040-b949-0a62f74d3e83", + "publish_date": "8-24-2023", + "page_number": 59, + "title": "Regular City Council Minutes 8-24-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4692&doc_id=ea121e45-7375-11ee-b4aa-0050569183fa\n11/15/23, 7:50 PM\nProviding an Operating Budget of Revenues for the City of New Orleans for the Year 2023\"\"\nto appropriate State Act 397 funds to the Office of the Mayor for Public Safety Support\nServices to install at least (5) public safety cameras; and otherwise to provide with respect\nthereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 2/2/24).\n(Fiscal Note received).\nCONTINUED TO THE MEETING OF 11/2/23 AND REFERRED TO THE BUDGET\nCOMMITTEE.\n34435\n32. CAL. NO. 34,436 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BY REQUEST).\nBrief:\nAn Ordinance to amend Ordinance No. 29266 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Expenditures for the City of New Orleans for the Year\n2023\", to appropriate State Act 397 funds to the Office of the Mayor for Public Safety Support\nServices to install at least (5) public safety cameras; and otherwise to provide with respect\nthereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 2/2/24).\n(Fiscal Note received).\nCONTINUED TO THE MEETING OF 11/2/23 AND REFERRED TO THE BUDGET\nCOMMITTEE.\n34436\n33. CAL. NO. 34,437 - BY: COUNCILMEMBER KING (BY REQUEST)\nBrief:\nAn Ordinance authorizing the Mayor of the City of New Orleans to enter into a Cooperative\nEndeavor Agreement (\"CEA\") between the City of New Orleans (the \"City\"), the Riverwalk\n-Spanish Plaza Economic Development District (the \"District\"), and Rockstep Riverwalk,\nLLC (the \"Company\"), collectively referred to as \"Parties\", for a term greater than one year,\nfor the public purpose of promoting economic development in the City of New Orleans and\ncreating capital and infrastructure improvements, providing for cultural programming, and\nenhancing security in the Spanish Plaza public space, as more fully detailed in the CEA form\nas Exhibit \"A\"; and otherwise to provide with respect thereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 2/2/24).\n34437 - 29699 M.C.S.\nKing\nMOVED BY:\nGreen\nSECONDED BY:\nACTION:\nAdopt\nGiarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7\nYEAS:\nNAYS:\n0\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4692&doc_id=ea121e45-7375-11ee-b4aa-0050569183fa\n34/42", - "page_number": 34 + "page_content": "- Topic: Authorization for Successive Cooperative Endeavor Agreement with NOPJF\n- Summary: The ordinance authorizes the Mayor to enter into a Cooperative Endeavor Agreement with the New Orleans Police and Justice Foundation to enhance public safety and employment opportunities through the recruitment of qualified police officers for the NOPD.\n- Ordinance Number: CAL. NO. 34,364\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: Authorization for the Mayor to enter into the Cooperative Endeavor Agreement with NOPJF\n- Tags/Keywords: Cooperative Endeavor Agreement, NOPJF, Public Safety, Recruitment\n- UID: e65acb0f-c31e-4a68-aea6-14a770ea6ee4\n\n- Topic: Establishment of Division 6, Article VI of Chapter 2 of the City Code\n- Summary: The ordinance aims to establish a new division in the City Code related to the Law Department and legal representation in cases of possible conflict of interest.\n- Ordinance Number: CAL. NO. 34,365\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: Establishment of a new division in the City Code\n- Tags/Keywords: City Code, Law Department, Legal Representation\n- UID: e65acb0f-c31e-4a68-aea6-14a770ea6ee4\n\n- Topic: Zoning Change in Versailles Gardens Area IV\n- Summary: The ordinance seeks to effect a zoning change from an OS-N Neighborhood Open Space District to a S-RS Suburban Single-Family Residential District in a specific area.\n- Ordinance Number: CAL. NO. 34,366\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: Approval of the zoning change\n- Tags/Keywords: Zoning Change, Residential District, Versailles Gardens\n- UID: e65acb0f-c31e-4a68-aea6-14a770ea6ee4", + "uid": "e65acb0f-c31e-4a68-aea6-14a770ea6ee4", + "publish_date": "8-24-2023", + "page_number": 60, + "title": "Regular City Council Minutes 8-24-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4692&doc_id=ea121e45-7375-11ee-b4aa-0050569183fa\n11/15/23, 7:50 PM\nABSTAIN:\n0\nABSENT:\n0\nRECUSED:\n0\nAND THE MOTION PASSED.\n34. CAL. NO. 34,438 - BY: COUNCILMEMBERS HARRIS (BY REQUEST) AND\nMORENO\nBrief:\nAn Ordinance to authorize the Mayor of the City of New Orleans to enter into a Cooperative\nEndeavor Agreement between the City of New Orleans (the \"City\") and the State of Louisiana\n(Office of Facility Planning and Control) to allow and facilitate the planning and construction\nof the Dryades Kitchen Incubator Project, FP&C Project No. 50-ML3-23-01, as more fully set\nforth in the Cooperative Endeavor Agreement form attached hereto as \"Exhibit A\" and made a\npart hereof; and otherwise to provide with respect thereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 2/2/24).\n34438 - 29700 M.C.S.\nMOVED BY:\nHarris\nSECONDED BY:\nMoreno\nACTION:\nAdopt\nGiarrusso, Green, Harris, Moreno, Morrell, Thomas - 6\nYEAS:\nNAYS:\nABSTAIN:\nKing - 1\nABSENT:\nRECUSED:\n0\nAND THE MOTION PASSED.\n35. MOTION (LYING OVER) - NO. M-23-451 - BY: COUNCILMEMBERS GIARRUSSO,\nMORENO, MORRELL, GREEN AND THOMAS\nBrief:\nSubmitting for Council approval the following amendment to the Classified Pay Plan (Fire) as\nadopted by the Civil Service Commission at its meeting of September 20, 2023, in accordance\nwith Article X, Section 10 of the Constitution of Louisiana, that the amendment to the\nClassified Pay Plan is approved to be effective October 8, 2023.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 2/2/24).\nCONTINUED TO THE MEEING OF 11/2/23.\nM-23-451\n36. MOTION (LYING OVER) - NO. M-23-464 - BY: COUNCILMEMBER GIARRUSSO (BY\nREQUEST).\nBrief:\nRatifying, confirming and approving the Mayor's appointment of Wilmer Jacobs (vice Bruce\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4692&doc_id=ea121e45-7375-11ee-b4aa-0050569183fa\n35/42", - "page_number": 35 + "page_content": "- Topic: Lease Amendments to Airline-Airport Use and Lease Agreements\n- Summary: The ordinance aims to approve and authorize the Mayor of the City of New Orleans to enter into lease amendments with signatory airlines operating at the Louis Armstrong New Orleans International Airport under specific circumstances. \n- Ordinance Number: 34367\n- Votes Summary:\n Vote 1: Passed - (8 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance passed without any amendments.\n- Tags/Keywords: Lease Amendments, Airport Agreements, New Orleans Aviation Board\n- UID: 1054105f-601d-48ef-9193-5eea4e7a15ee\n\n- Topic: Capital Budget Amendment\n- Summary: This ordinance seeks to amend the 2023 Capital Budget by de-appropriating funds from various departments and appropriating funds to several others, including the Department of Health, New Orleans Fire Department, and others.\n- Ordinance Number: 34368\n- Votes Summary:\n Vote 1: Passed - (8 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance passed without any amendments.\n- Tags/Keywords: Capital Budget, Department Funding, Appropriation\n- UID: 1054105f-601d-48ef-9193-5eea4e7a15ee\n\n- Topic: Cooperative Endeavor Agreement for French Market Improvements\n- Summary: This ordinance authorizes the Mayor of the City of New Orleans to enter into a Cooperative Endeavor Agreement for the design and construction of improvements to the French Market Flea and Farmer\u2019s Market restrooms.\n- Ordinance Number: 34369\n- Votes Summary:\n Vote 1: Passed - (8 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance passed without any amendments.\n- Tags/Keywords: Cooperative Endeavor Agreement, French Market, Infrastructure Improvements\n- UID: 1054105f-601d-48ef-9193-5eea4e7a15ee", + "uid": "1054105f-601d-48ef-9193-5eea4e7a15ee", + "publish_date": "8-24-2023", + "page_number": 61, + "title": "Regular City Council Minutes 8-24-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4692&doc_id=ea121e45-7375-11ee-b4aa-0050569183fa\n11/15/23, 7:50 PM\nHoefer, Jr.), as a member of the Audubon Commission, effective upon approval by the Council\nof the City of New Orleans, for a term that will expire on June 30, 2028.\nAnnotation:\n(Council Rule 34. Postponement Deadline 2/2/24).\n(Questionnaire received).\n(Referred to the Governmental Affairs Committee).\nCONTINUED TO THE MEEING OF 11/2/23.\nM-23-464\n37. MOTION - NO. M-23-483 - BY: COUNCILMEMBER GREEN (BY REQUEST).\nBrief:\nAdding the President of the Council as a signatory to the contract between the City of New\nOrleans and BASF Corporation; and authorizing the President of the Council to sign the\ncontract between the City of New Orleans and BASF Corporation (Exhibit A).\nAnnotation:\n(Council Rule 34. Postponement Deadline 2/16/24).\nM-23-483 BASF Corp Contract\nMotion to Suspend Rule 57\nMOVED BY:\nGreen\nMorrell\nSECONDED BY:\nSuspend the Rules\nACTION:\nGiarrusso, Green, Harris, Moreno, Morrell, Thomas - 6\nYEAS:\nNAYS:\nABSTAIN:\nKing - 1\nABSENT:\nRECUSED:\n0\nAND THE MOTION PASSED.\nMOVED BY:\nGreen\nSECONDED BY:\nMorrell\nACTION:\nAdopt\nGiarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7\nYEAS:\nNAYS:\n0\nABSTAIN:\nABSENT:\n0\nRECUSED:\n0\nAND THE MOTION PASSED.\nMOTION - NO. M-23-484 - BY: COUNCILMEMBERS MORRELL, MORENO,\n38.\nGIARRUSSO, HARRIS, KING, GREEN AND THOMAS\nBrief:\nAppointing Ashley Spears to serve as the Council Fiscal Officer for the New Orleans City\nCouncil with a base salary of Grade 103, Step 44.\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4692&doc_id=ea121e45-7375-11ee-b4aa-0050569183fa\n36/42", - "page_number": 36 + "page_content": "- Topic: Budget Appropriation Transfer for Council Review\n- Summary: The ordinance aims to transfer an appropriation from Workforce Investment to Miscellaneous Programs in order to restrict budgeted appropriations for Council review prior to expenditure of funds.\n- Ordinance Number: 34,370\n- Votes Summary:\n Vote 1: Passed - (8 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance passed without amendments.\n- Tags/Keywords: Budget, Appropriation, Transfer, Review, Council\n- UID: 5ae062f6-e251-4c05-b194-8079f8ff4a8a\n\n- Topic: Funding Appropriation for Orleans Parish Juvenile Court Positions\n- Summary: This ordinance seeks to appropriate funds to Orleans Parish Juvenile Court for three contract positions to enhance the Court\u2019s ability to meet its goals and mission.\n- Ordinance Number: 34,371\n- Votes Summary:\n Vote 1: Passed - (9 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed as presented.\n- Tags/Keywords: Funding, Appropriation, Juvenile Court, Positions\n- UID: 5ae062f6-e251-4c05-b194-8079f8ff4a8a\n\n- Topic: Additional Funding Appropriation for Orleans Parish Juvenile Court Positions\n- Summary: This ordinance also seeks to appropriate funds to Orleans Parish Juvenile Court for three contract positions to enhance the Court\u2019s ability to meet its goals and mission.\n- Ordinance Number: 34,372\n- Votes Summary:\n Vote 1: Passed - (9 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed without amendments.\n- Tags/Keywords: Additional, Funding, Appropriation, Juvenile Court, Positions\n- UID: 5ae062f6-e251-4c05-b194-8079f8ff4a8a\n\n- Topic: Funding Appropriation for Orleans Parish Juvenile Court Positions\n- Summary: This ordinance aims to appropriate funds to Orleans Parish Juvenile Court for three contract positions to enhance the Court\u2019s ability to meet its goals and mission.\n- Ordinance Number: 34,373\n- Votes Summary:\n Vote 1: Passed - (9 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed as presented.\n- Tags/Keywords: Funding, Appropriation, Juvenile Court, Positions\n- UID: 5ae062f6-e251-4c05-b194-8079f8ff4a8a", + "uid": "5ae062f6-e251-4c05-b194-8079f8ff4a8a", + "publish_date": "8-24-2023", + "page_number": 62, + "title": "Regular City Council Minutes 8-24-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4692&doc_id=ea121e45-7375-11ee-b4aa-0050569183fa\n11/15/23, 7:50 PM\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 2/16/24).\nM-23-484\nMOVED BY:\nMorrell\nSECONDED BY:\nMoreno\nACTION:\nAdopt\nGiarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7\nYEAS:\nNAYS:\n0\nABSTAIN:\n0\nABSENT:\n0\nRECUSED:\n0\nAND THE MOTION PASSED.\n39. RESOLUTION - NO. R-23-489 - BY: COUNCILMEMBERS THOMAS (BY REQUEST)\nAND GREEN, KING, MORENO, MORRELL, GIARRUSSO AND HARRIS\nBrief:\nCertifying the following information to the LADOTD for the period October 1, 2022 through\nNovember 15, 2023.\nR-23-489\nMOVED BY:\nThomas\nSECONDED BY:\nMorrell\nAdopt\nACTION:\nGiarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7\nYEAS:\nNAYS:\n0\nABSTAIN:\n0\nABSENT:\n0\nRECUSED:\n0\nAND THE MOTION PASSED.\nThat the Parish has performed all interim inspection on all Parish-owned or maintained\n1.\nbridges in accordance with the National Bridge Inspection Standards.\nThat all bridges owned or maintained by Parish have been structurally analyzed and rated by\n2.\nthe Parish to determine compliance with the safe load capacity requirements in accordance\nwith the American Association of State Highway and Transportation Officials (AASHTO)\nManual for Maintenance Inspection of Bridges.\nThat the Parish has critically reviewed load posting information for all bridges where it has\n3.\nbeen determined by the LADOTD that the maximum legal load under Louisiana State Law\nexceeds the load permitted under the AASHTO operating ratings.\nThat the Parish has updated load posting information to reflect all structural changes, any\n4.\nobsolete ratings, or any missing structural ratings.\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4692&doc_id=ea121e45-7375-11ee-b4aa-0050569183fa\n37/42", - "page_number": 37 + "page_content": "- Topic: Amending Operating Budget of Revenues for the City of New Orleans for the Year 2023\n- Summary: The ordinance aims to appropriate funds to the Clerk of Criminal District Court for the 2021 and 2022 Audit Fees to LeBlanc & Associates CPA, LLC. \n- Ordinance Number: 34,374\n- Votes Summary:\n Vote 1: Passed - (8 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance passed without amendments.\n- UID: 9c213431-a142-45e1-95b7-2ea02ff51aa9\n\n- Topic: Amending Operating Budget of Expenditures for the City of New Orleans for the Year 2023\n- Summary: This ordinance seeks to appropriate funds to the Clerk of Criminal District Court for the 2021 and 2022 Audit Fees to LeBlanc & Associates CPA, LLC.\n- Ordinance Number: 34,375\n- Votes Summary:\n Vote 1: Passed - (8 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance passed without amendments.\n- UID: 9c213431-a142-45e1-95b7-2ea02ff51aa9\n\n- Topic: Appropriating Grant Funds to the Department of Mosquito, Termite and Rodent Control\n- Summary: This ordinance aims to appropriate grant funds to the Department of Mosquito, Termite and Rodent Control for the coordination of training and evaluation of Pest Management, Vector Control Districts, and related fields to mitigate community vector-borne disease in the Gulf Coast Region.\n- Ordinance Number: 34,376\n- Votes Summary:\n Vote 1: Passed - (8 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance passed without amendments.\n- UID: 9c213431-a142-45e1-95b7-2ea02ff51aa9", + "uid": "9c213431-a142-45e1-95b7-2ea02ff51aa9", + "publish_date": "8-24-2023", + "page_number": 63, + "title": "Regular City Council Minutes 8-24-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4692&doc_id=ea121e45-7375-11ee-b4aa-0050569183fa\n11/15/23, 7:50 PM\nThat all Parish-owned or maintained bridges which require load posting or closing are load\n5.\nposted or closed in accordance with the table in the LADOTD Engineer Directives and\nStandards Manual directive No. 1.1.1.8 .; and further, that all LADOTD-supplied load\nposting information concerning a bridge that has been critically reviewed by the Parish\nEngineer prior to load posting.\nWhen the current list of off-system bridge information is presented to the Parish by the\n6.\nLADOTD and has been reviewed and corrected as necessary, it will be transmitted to the\nLADOTD within thirty (30) days for bridge closures, load postings and quarterly reports,\nand on or before the required date set by LADOTD for LADOTD Bi-Annual computer\nreports.\nAnnotation:\n(Council Rule 34. Postponement Deadline 2/16/24).\n40. MOTION - NO. M-23-492 - BY: COUNCILMEMBER GIARRUSSO\nBrief:\nRescinding Motion M-23-471 adopted by the City Council on October 5, 2023, and the\napplicant's request is granted, and the amendment to the Comprehensive Zoning Ordinance is\nas described in Part II.D of the City Planning Commission's Staffs report.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 2/16/24).\nM-23-492\nMOVED BY:\nGiarrusso\nSECONDED BY:\nGreen\nACTION:\nAdopt\nGiarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7\nYEAS:\nNAYS:\n0\nABSTAIN:\n0\nABSENT:\n0\nRECUSED:\n0\nAND THE MOTION PASSED.\n33. CAL. NO. 34,437 - BY: COUNCILMEMBER KING (BY REQUEST).\nBrief:\nAn Ordinance authorizing the Mayor of the City of New Orleans to enter into a Cooperative\nEndeavor Agreement (\"CEA\") between the City of New Orleans (the \"City\"), the Riverwalk\nSpanish Plaza Economic Development District (the \"District\"), and Rockstep Riverwalk,\nLLC (the \"Company\"), collectively referred to as \"Parties\", for a term greater than one year,\nfor the public purpose of promoting economic development in the City of New Orleans and\ncreating capital and infrastructure improvements, providing for cultural programming, and\nenhancing security in the Spanish Plaza public space, as more fully detailed in the CEA form\nas Exhibit \"A\"; and otherwise to provide with respect thereto.\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4692&doc_id=ea121e45-7375-11ee-b4aa-0050569183fa\n38/42", - "page_number": 38 + "page_content": "- Topic: Grant funds for pest management and vector control\n- Summary: The ordinance aims to appropriate grant funds to the Department of Mosquito, Termite and Rodent Control for training and evaluation in Pest Management, Vector Control Districts, and related fields to mitigate community vector-borne disease risk in the Gulf Coast Region.\n- Ordinance Number: 34376\n- Votes Summary:\n Vote 1: Passed - (8 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance passed without any opposing votes.\n- Tags/Keywords: Grant funds, vector control, pest management, public health\n- UID: a06e76c2-cf3d-4737-b703-3ffb534ad3ac\n\n- Topic: Cooperative Endeavor Agreement for STEM programming\n- Summary: The ordinance authorizes the Mayor to enter into a Cooperative Endeavor Agreement with STEM NOLA for three years to expand programming and engagement in Science, Technology, Engineering, and Mathematics (STEM).\n- Ordinance Number: 34377\n- Votes Summary:\n Vote 1: Passed - (8 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance passed unanimously.\n- Tags/Keywords: STEM education, community engagement, cooperative agreement\n- UID: a06e76c2-cf3d-4737-b703-3ffb534ad3ac\n\n- Topic: Amendment to Cooperative Endeavor Agreement for Convention Center\n- Summary: The ordinance authorizes the Mayor to enter into a Second Amendment to a Cooperative Endeavor Agreement with the Convention Center to enhance the area, attract tourists, promote development, and create new opportunities for residents.\n- Ordinance Number: 34378\n- Votes Summary:\n Vote 1: Passed - (8 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance passed without opposition.\n- Tags/Keywords: Economic development, tourism, cooperative agreement amendment\n- UID: a06e76c2-cf3d-4737-b703-3ffb534ad3ac\n\n- Topic: Cooperative Endeavor Agreement for community development\n- Summary: The ordinance authorizes the Mayor to enter into a Cooperative Endeavor Agreement to enhance the Convention Center area, attract tourists, promote community and economic development, and create new opportunities and amenities for residents.\n- Ordinance Number: 34379\n- Votes Summary:\n Vote 1: Passed - (8 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance passed with unanimous support.\n- Tags/Keywords: Community development, economic growth, cooperative agreement\n- UID: a06e76c2-cf3d-4737-b703-3ffb534ad3ac", + "uid": "a06e76c2-cf3d-4737-b703-3ffb534ad3ac", + "publish_date": "8-24-2023", + "page_number": 64, + "title": "Regular City Council Minutes 8-24-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4692&doc_id=ea121e45-7375-11ee-b4aa-0050569183fa\n11/15/23, 7:50 PM\nAnnotation:\n(Council Rule 34. Postponement Deadline 2/2/24).\nMOVED BY:\nKing\nSECONDED BY:\nGreen\nACTION:\nAdopt\nGiarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7\nYEAS:\nNAYS:\n0\nABSTAIN:\nABSENT:\n0\nRECUSED:\n0\nAND THE MOTION PASSED.\n43. MOTION - NO. M-23-495 - BY: COUNCILMEMBER THOMAS (BY REQUEST).\nBrief:\nAdding the President of the Council as a signatory to the data use agreement between the City\nof New Orleans and the Administrators of the Tulane Educational Fund; and authorizing the\nPresident of the Council to sign the data use agreement between the City of New Orleans and\nthe Administrators of the Tulane Educational Fund (Exhibit A).\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 2/16/24).\nCONTINUED TO THE MEETING 11/22/23 AND REFERRED TO THE CRIMINAL\nJUSTICE COMMITTEE.\nM-23-495\n43a. MOTION TO SUSPEND THE RULES\nMOVED BY:\nThomas\nSECONDED BY:\nMoreno\nSuspend the Rules\nACTION:\nGiarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7\nYEAS:\nNAYS:\n0\nABSTAIN:\n0\nABSENT:\nRECUSED:\n0\nAND THE MOTION PASSED.\n436. MOTION TO ADD\nMOVED BY:\nThomas\nSECONDED BY:\nGreen\nAdd Item to Agenda\nACTION:\nGiarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7\nYEAS:\nNAYS:\n0\nABSTAIN:\n0\nABSENT:\n0\nRECUSED:\n0\nAND THE MOTION PASSED.\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4692&doc_id=ea121e45-7375-11ee-b4aa-0050569183fa\n39/42", - "page_number": 39 + "page_content": "- Topic: Amendment to section 2-551 of the Code of the City of New Orleans\n- Summary: The ordinance aims to require the Department of Finance to create and present a monthly accounting report of vendors due payment by the City of New Orleans and the status of said payments.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The ordinance passed, with 5 council members voting in favor and no opposition.\n- UID: e59bb5da-6c93-418a-8a4b-ea9a38cb888d", + "uid": "e59bb5da-6c93-418a-8a4b-ea9a38cb888d", + "publish_date": "8-24-2023", + "page_number": 65, + "title": "Regular City Council Minutes 8-24-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4692&doc_id=ea121e45-7375-11ee-b4aa-0050569183fa\n11/15/23, 7:50 PM\n44. MOTION - NO. M-23-496 - BY: COUNCILMEMBER KING (BY REQUEST).\nBrief:\nAdding the President of the Council as a signatory to the Professional Services Agreement\nbetween the City of New Orleans and Richard's Disposal, Inc ., and authorizing the President\nof the Council to sign the Agreement between the City of New Orleans and Richard's\nDisposal, Inc.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 2/16/24).\nCONTINUED TO THE MEETING OF 11/2/23 AND REFERRED TO THE PUBLIC\nWORKS COMMITTEE.\nM-23-496\n44a. MOTION TO SUSPEND THE RULES\nMOVED BY:\nKing\nSECONDED BY:\nThomas\nReceive and Filed\nACTION:\nGiarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7\nYEAS:\nNAYS:\n0\nABSTAIN:\nABSENT:\n0\nRECUSED:\n0\nAND THE MOTION PASSED.\n44b. MOTION TO ADD.\nMOVED BY:\nKing\nSECONDED BY:\nThomas\nAdd Item to Agenda\nACTION:\nGiarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7\nYEAS:\nNAYS:\n0\nABSTAIN:\n0\nABSENT:\n0\nRECUSED:\n0\nAND THE MOTION PASSED.\nMOTION TO SUSPEND THE RULES TO INTRODUCE ORDINANCES ON FIRST\n45.\nREADING\nMOVED BY:\nGreen\nSECONDED BY:\nMorrell\nIntroduce on First Reading\nACTION:\nGiarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7\nYEAS:\nNAYS:\n0\nABSTAIN:\nABSENT:\n0\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4692&doc_id=ea121e45-7375-11ee-b4aa-0050569183fa\n40/42", - "page_number": 40 + "page_content": "- Topic: Roll Call\n- Summary: The roll call was conducted, with the majority of members present and two members arriving later.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Roll call conducted, majority of members present\n- Tags/Keywords: Roll call, council meeting, attendance\n- UID: b6056ff1-9e21-4dfd-a01b-7507cfb395b5", + "uid": "b6056ff1-9e21-4dfd-a01b-7507cfb395b5", + "publish_date": "2-16-2023", + "page_number": 1, + "title": "Regular City Council Minutes 2-16-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4692&doc_id=ea121e45-7375-11ee-b4aa-0050569183fa\n11/15/23, 7:50 PM\nRECUSED:\n0\nAND THE MOTION PASSED.\n46. ORDINANCES ON FIRST READING\n10-19-2023 First Reading\n46a. 34439\n34439\n46b. 34440\n34440\n46c. 34441\n34441\n46d. 34442\n34442\n46e. 34443\n34443\n46f. 34444\n34444\n46g. 34445\n34445\n46h. 34446\n34446\n46i. 34447\n34447\n47. MOTION FOR ADJOURNMENT: @ 2:15 p.m.\nMOVED BY:\nGiarrusso\nSECONDED BY:\nMoreno\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4692&doc_id=ea121e45-7375-11ee-b4aa-0050569183fa\n41/42", - "page_number": 41 + "page_content": "- Topic: Recognition of the American Heart Association for Heart Month 2023\n - Summary: Recognizing the American Heart Association for their work helping people live longer, healthier lives in honor of Heart Month 2023.\n - Ordinance Number: N/A\n - Votes Summary:\n Vote 1: N/A\n - Decision/Key Actions: Recognition and acknowledgment of the American Heart Association\n - Tags/Keywords: American Heart Association, Heart Month, recognition\n - UID: 50af1a95-e757-4e6a-b377-8386ce7715f1\n\n- Topic: Recognition of The Living School Music Production Students for Black History Month\n - Summary: Recognizing The Living School Music Production Students for their salute to Black History Month.\n - Ordinance Number: N/A\n - Votes Summary:\n Vote 1: N/A\n - Decision/Key Actions: Recognition and acknowledgment of The Living School Music Production Students\n - Tags/Keywords: The Living School, music production, Black History Month, recognition\n - UID: 50af1a95-e757-4e6a-b377-8386ce7715f1\n\n- Topic: Recognition of the 2023 Zulu Royal Court by Zulu Social Aid and Pleasure Club\n - Summary: Honoring the 2023 Zulu Royal Court - King Elect, Queen Elect, Zulu Big Shot, Zulu Witch Doctor, Zulu Ambassador, Zulu Mayor, Zulu Providence Prince.\n - Ordinance Number: N/A\n - Votes Summary:\n Vote 1: N/A\n - Decision/Key Actions: Recognition and acknowledgment of the 2023 Zulu Royal Court\n - Tags/Keywords: Zulu Social Aid and Pleasure Club, Zulu Royal Court, recognition\n - UID: 50af1a95-e757-4e6a-b377-8386ce7715f1", + "uid": "50af1a95-e757-4e6a-b377-8386ce7715f1", + "publish_date": "2-16-2023", + "page_number": 2, + "title": "Regular City Council Minutes 2-16-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4692&doc_id=ea121e45-7375-11ee-b4aa-0050569183fa\n11/15/23, 7:50 PM\nACTION:\nAdjourn\nGiarrusso, Green, Harris, King, Moreno, Morrell - 6\nYEAS:\nNAYS:\nABSTAIN:\n0\nABSENT:\nThomas - 1\nRECUSED:\n0\nAND THE MOTION PASSED.\n42/42\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4692&doc_id=ea121e45-7375-11ee-b4aa-0050569183fa", - "page_number": 42 + "page_content": "- Topic: Honoring the 2023 ZULU Royal Court\n- Summary: The council discussed and honored the 2023 ZULU Royal Court.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: The council honored the 2023 ZULU Royal Court.\n- Tags/Keywords: ZULU, Royal Court, Honoring, Council Meeting\n- UID: dccb49ec-4f1d-4ed9-b7b7-3afb3fe47860\n\n- Topic: Communications from Entergy New Orleans, LLC\n- Summary: The Chief of Staff & Counsel, Council Utilities Regulatory Office, submitted communications related to electric and gas utility matters for the council's review. The communications included various adjustments and reports related to utility billing cycles and power station operations.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: The council received and reviewed the communications from Entergy New Orleans, LLC.\n- Tags/Keywords: Entergy New Orleans, Utility Matters, Electric, Gas, Communications\n- UID: dccb49ec-4f1d-4ed9-b7b7-3afb3fe47860", + "uid": "dccb49ec-4f1d-4ed9-b7b7-3afb3fe47860", + "publish_date": "2-16-2023", + "page_number": 3, + "title": "Regular City Council Minutes 2-16-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4684&doc_id=be1a77b2-79a4-11ee-852f-0050569183fa\n11/15/23, 7:49 PM\nTHE COUNCIL\nCity of New Orleans\nHELENA MORENO\nJP MORRELL\nCouncilmember-At-Large\nCouncilmember-At-Large\nOLIVER M.\nFREDDIE KING\nLESLI D.\nEUGENE J.\nJOSEPH I.\nGREEN, JR.\nTHOMAS, JR.\nIII\nHARRIS\nGIARRUSSO III\nCouncilmember\nCouncilmember\nCouncilmember\nCouncilmember\nCouncilmember\nDistrict E\nDistrict A\nDistrict D\nDistrict C\nDistrict B\nMINUTES\nRegular City Council Meeting\nheld in City Hall Council Chamber\non Thursday, October 5, 2023 at 10:06 A.M.\nNEW\nORI\nPRESIDENT\nVICE PRESIDENT\nLE\nHELENA MORENO\nJP MORRELL\nCouncilmember-At-Large\nCouncilmember-At-Large\nAN\nCITY OF\nLOUISIANA\n1. ROLL CALL - LORA W. JOHNSON, CLERK OF COUNCIL\nUPON CALLING THE ROLL THE FOLLOWING MEMBERS ANSWERED TO THEIR NAMES:\nPRESENT:\nGIARRUSSO\nGREEN\nHARRIS\nKING\nMORENO (VICE PRESIDENT)\nMORRELL (PRESIDENT)\nTHOMAS\nSEVEN MEMBERS PRESENT, CONSTITUTING A QUORUM.\n2. INVOCATION - REV. JOSEPH RECASNER, PASTOR, GOD OUR FATHER BAPTIST\nCHURCH MARTIN LUTHER KING JR. CHARTER HIGH SCHOOL FOR SCIENCE &\nTECHNOLOGY ASSISTANT PRINICPAL\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4684&doc_id=be1a77b2-79a4-11ee-852f-0050569183fa\n1/58", - "page_number": 1 + "page_content": "- Topic: Petition to Intervene Out of Time, submitted by Together New Orleans, UD-18-03\n- Summary: This ordinance pertains to a petition submitted by Together New Orleans, regarding a matter identified as UD-18-03. The details of the petition and its implications were discussed during the meeting.\n- Ordinance Number: UD-18-03\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 2 NAYS, 1 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The petition to intervene out of time was passed with 7 council members voting in favor, 2 voting against, 1 abstaining, and 1 member being absent during the vote.\n- UID: bf8fac3c-a65a-4256-83a6-6ac103b46aab\n\n- Topic: Communication from Meghan Murphy, Senior Building Plans Examiner\n- Summary: Meghan Murphy, Senior Building Plans Examiner, submitted the 2022 Board of Building Standards and Appeals attendance record and current membership terms for each appointed member in accordance with Section 2-87 and 2-87.2.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: The communication was electronically submitted and received, and no specific voting outcome was mentioned.\n- UID: bf8fac3c-a65a-4256-83a6-6ac103b46aab\n\n- Topic: Communication from Cynthia Davis, Department of Safety and Permits, City of New Orleans\n- Summary: Cynthia Davis, from the Department of Safety and Permits, transmitted the application documents for a demolition permit requiring City Council review.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: The communication was electronically submitted and received, and no specific voting outcome was mentioned.\n- UID: bf8fac3c-a65a-4256-83a6-6ac103b46aab", + "uid": "bf8fac3c-a65a-4256-83a6-6ac103b46aab", + "publish_date": "2-16-2023", + "page_number": 4, + "title": "Regular City Council Minutes 2-16-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4684&doc_id=be1a77b2-79a4-11ee-852f-0050569183fa\n11/15/23, 7:49 PM\nPLEDGE OF ALLEGIANCE - AARRONNESHA MICKEL, MARTIN LUTHER KING JR.\n3.\nCHARTER HIGH SCHOOL FOR SCIENCE & TECHNOLOGY STUDENT COUNCIL\nMARTIN LUTHER KING JR. CHARTER HIGH SCHOOL FOR SCIENCE & TECHNOLOGY\n4.\nBAND MR. CHARLES BROOKS, BAND DIRECTOR, MS. MONIQUE COOK, PRINICIPAL\nPUBLIC E-COMMENT FORMS, RULES AND INFORMATION ARE AVAILABLE AT\n5.\nhttps://council.nola.gov/home/\nAPPROVAL OF THE MINUTES - September 7, 2023, September 12, 2023 (Special)_and\n1.\nSeptember 21, 2023.\nAnnotation:\nAPPROVED.\nMOVED BY:\nGreen\nSECONDED BY:\nHarris\nACTION:\nApprove\nGiarrusso, Green, Harris, King, Moreno, Morrell - 6\nYEAS:\nNAYS:\nABSTAIN:\n0\nABSENT:\nThomas - 1\nRECUSED:\n0\nAND THE MOTION PASSED.\nSPECIAL ORDERS OF BUSINESS\nFIRST ORDER OF BUSINESS - PRESENTATION - HONORABLE NADINE M. RAMSEY\n1.\n(RET.) DR. DENISE ROUBION-JOHNSON, CLINICAL DIRECTOR FOR LOUISIANA BREAST\n& CERVICAL CANCER PROGRAM LSU HEALTH SCIENCE CENTER, PROPHET FRAN\nLOVE, CITY OF LOVE CHURCH, DR. TAKEISHA C. DAVIS, MD, MPH, PRESIDENT AND\nCHIEF EXECUTIVE DIRECTOR OF NEW ORLEANS EAST HOSPITAL, DR. SHAWN\nMCKINNEY, MD, MPH, FACS, MEDICAL DIRECTOR FOR ONCOLOGY BREAST SERVICES\nUNIVERSITY MEDICAL CENTER, LISA MCKENZIE, YOU NIGHT FOUNDER, VERELLA\nOLGUIN, DEPUTY DIRECTOR OF CORE HEALTH PRIORTIES, QUALITY, AND EQUITY AT\nNEW ORLEANS HEALTH DEPARTMENT, ATTORNEY CAROLE C. NEFF, KREWE DE PINK\nSURVIVOR\nBrief:\nRecognizing various medical professionals, support organizations, survivors, and service agencies for\ntheir community involvement and engagement during Breast Cancer Awareness Month. HONOREES:\nHONOREES:\nMS. REBECCA CONWELL\nCOUNCILMEMBER-AT-LARGE JP MORRELL\nCOUNCILMEMBER-AT-LARGE HELENA MORENO\nMS. Marilyn Amar\nMS. DEBORAH VIOLET\nCOUNCILMEMBER DISTRICT JOSEPH I. GIARRUSSO III\n\"A\"\nCHAPMAN KAREEM\nCOUNCILMEMBER DISTRICT LESLI D. HARRIS\nATTY.\nCAROLE CUKELL NEFF\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4684&doc_id=be1a77b2-79a4-11ee-852f-0050569183fa\n2/58", - "page_number": 2 + "page_content": "- Topic: Property Approval for 824 Louque Place, 23-00227-DEMO\n- Summary: The council approved the property at 824 Louque Place, 23-00227-DEMO in Council District \"A\".\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: Passed - (Unanimous)\n- Decision/Key Actions: Property approval granted for 824 Louque Place, 23-00227-DEMO in Council District \"A\".\n- Tags/Keywords: Property Approval, Council District \"A\"\n- UID: b4c47f20-72fe-4cb2-9263-8f11554bb954\n\n- Topic: Quarterly Report for Pool Vehicles\n- Summary: Michel N. Thompson, Business Manager of the New Orleans Public Library, submitted the quarterly report for the period of October 1, 2022 - December 31, 2022, for pool vehicles used by library staff. None of the vehicles are assigned to one individual.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: Quarterly report submitted for pool vehicles used by library staff.\n- Tags/Keywords: Quarterly Report, Pool Vehicles, New Orleans Public Library\n- UID: b4c47f20-72fe-4cb2-9263-8f11554bb954\n\n- Topic: 2022 Attendance Record for the New Orleans Public Library Board of Director Meetings\n- Summary: Tammy S. Hanson, Executive Secretary of the New Orleans Public Library, submitted the 2022 attendance record for the Board of Director meetings, as required by the City\u2019s Municipal Code.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: Attendance record for 2022 submitted for the Board of Director meetings.\n- Tags/Keywords: Attendance Record, Board of Director Meetings, New Orleans Public Library\n- UID: b4c47f20-72fe-4cb2-9263-8f11554bb954\n\n- Topic: 2022 New Orleans Redevelopment Authority's Attendance Report\n- Summary: Temea Johnson, Executive Assistant of the New Orleans Redevelopment Authority, submitted the 2022 Attendance Report for its Board of Commissioners in accordance with Ordinance Cal. No. 28,183.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: Attendance report for 2022 submitted for the New Orleans Redevelopment Authority's Board of Commissioners.\n- Tags/Keywords: Attendance Report, New Orleans Redevelopment Authority, Board of Commissioners\n- UID: b4c47f20-72fe-4cb2-9263-8f11554bb954", + "uid": "b4c47f20-72fe-4cb2-9263-8f11554bb954", + "publish_date": "2-16-2023", + "page_number": 5, + "title": "Regular City Council Minutes 2-16-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4684&doc_id=be1a77b2-79a4-11ee-852f-0050569183fa\n11/15/23, 7:49 PM\nJUDGE\nCOUNCILMEMBER DISTRICT FREDDIE KING III\nNADINE M. RAMSEY (RET.)\nCOUNCILMEMBER DISTRICT EUGENE J. GREEN, JR.\nMS. LESLIE BOUIE\n\"D\"\nMS. CORINNE VILLAVASO\nCOUNCILMEMBER DISTRICT OLIVER M. THOMAS, JR.\n\"E\"\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Cm. Thomas).\nAPPEARED.\nSECOND ORDER OF BUSINESS\n2.\n3. THIRD ORDER OF BUSINESS\nDISCUSSION\nCONSENT AGENDA\n1. COMMUNICATION - FROM ERIN SPEARS - CHIEF OF STAFF & COUNSEL, COUNCIL\nUTILITIES REGULATORY OFFICE\nBrief:\nSubmitting the transmittal document for communications related to electric and gas utility matters to\nbe received by the Council of the City of New Orleans at its meeting on October 5, 2023:\nCommunications from Entergy New Orleans, LLC (\"ENO\")\n1. Environmental Adjustments for the October 2023 Billing Cycle, UD-18-07\n2. Purchased Gas Adjustments for the October 2023 Billing Cycle, UD-18-07\n3. Purchased Power Cost Recovery Adjustments for the October 2023 Billing Cycle, UD-18-07\n4. Fuel Adjustments for the October 2023 Billing Cycle, UD-18-07\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED.\nSpeaker:\nMichael Burnside\nCommunication - Erin Spears, Chief of Staff & Counsel, CURO - Electric Gas Communications Memo\nCommunication - Scott M. Celino - EntergyENOL EAC - October 2023 Billing Month\nCommunication - Entergy - Scott M. Celino - ENOL PGA October 2023 Filing Package\nCommunication Entergy - Scott Celino - ENOL PPCR October 2023 Billing Month\nCommunication - Entergy - Scott Cenlino - ENOL FAC\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4684&doc_id=be1a77b2-79a4-11ee-852f-0050569183fa\n3/58", - "page_number": 3 + "page_content": "- Topic: January 2023 Encampment Report\n- Summary: Jennifer Avegno, MD, Director of Health, City of New Orleans, submitted the January 2023 documentation of all encampment clean-up efforts as required by Section 82-703.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Documentation submitted as required\n- Tags/Keywords: Health, Encampment, Clean-up, Documentation\n- UID: b2c73208-171b-4277-8fcb-2e6a815a838a\n\n- Topic: HDLC Appeal - 3300 Bienville St.\n- Summary: Zach Smith, Consulting & Design, requested to appeal the Historic District Landmarks Commission's decision to levy a fine of $15,980.00 for property located at 3300 Bienville Avenue.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Appeal hearing date set for 3/9/23\n- Tags/Keywords: Appeal, Fine, Historic District, Property\n- UID: b2c73208-171b-4277-8fcb-2e6a815a838a\n\n- Topic: 2126 Mandeville Street Demolition Permit\n- Summary: April Huang, Permit Intake Analyst, transmitted the application documents for a demolition permit requiring City Council review and approval for the property at 2126 Mandeville Street.\n- Ordinance Number: 23-03269 - DEMO-RSFD - Council District \"D\"\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Hearing date set for 3/9/23\n- Tags/Keywords: Demolition Permit, Application, Council Review, Approval\n- UID: b2c73208-171b-4277-8fcb-2e6a815a838a\n\n- Topic: HDLC Appeal - 900 South Peters St.\n- Summary: Stephanie Nevarez, Roofing Solutions Office Manager, requested to appeal the Historic District Landmarks Commission's decision of \"de-facto denial\" for property located at 900 South Peters Street.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: N/A\n- Tags/Keywords: Appeal, De-facto Denial, Historic District, Property\n- UID: b2c73208-171b-4277-8fcb-2e6a815a838a", + "uid": "b2c73208-171b-4277-8fcb-2e6a815a838a", + "publish_date": "2-16-2023", + "page_number": 6, + "title": "Regular City Council Minutes 2-16-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4684&doc_id=be1a77b2-79a4-11ee-852f-0050569183fa\n11/15/23, 7:49 PM\nCOMMUNICATION - FROM WILLIAM T. SALMERON, CHIEF OF NEW ORLEANS EMS,\n2.\nNEW ORLEANS EMERGENCY MEDICAL SERVICES, OFFICE OF THE MAYOR, CITY OF\nNEW ORLEANS\nBrief:\nSubmitting a proposed agreement between the City of New Orleans and Resuscitation Quality\nImprovement Partners, LLC, a completed contract summary form, and the related Motion, pursuant to\nRule 57.\nAnnotation:\nELECTRONICALLY SUBMITTED. MAY BE RECEIVED AND REFERRED TO THE BUDGET\nAND CRIMINAL JUSTICE COMMITTEE.\nCOMMUNITY DEVELOPMENT COMMITTEE RECOMMENDED APPROVAL.\n(See Motion No. M-23-454).\nCommunication - Contract - Williams T. Salmeron, Chief of New Orleans EMS\nCOMMUNICATION - FROM THOMAS MULLIGAN, DIRECTOR, CODE ENFORCEMENT\n3.\nAND HEARING BUREAU, OFFICE OF THE MAYOR, CITY OF NEW ORLEANS\nBrief:\nSubmitting a proposed agreement between the City of New Orleans and HTC Enterprises LA, LLC\nDBA Homestead Title, a completed contract summary form, and the related Motion, pursuant to Rule\n57.\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED AND REFERRED TO THE COMMUNITY DEVELOPMENT COMMITTEE.\nCOMMUNITY DEVELOPMENT COMMITTEE RECOMMENDED APPROVAL.\n(See Motion No. M-23-455).\nCommunication - Contract - Thomas Mulligan, Director, Code Enforcement and Hearings Bureau\nCOMMUNICATION - FROM MATT TORRI, DEPARTMENT OF SANITATION, OFFICE OF\n4.\nTHE MAYOR, CITY OF NEW ORLEANS\nBrief:\nSubmitting a proposed agreement between the City of New Orleans and Kellermeyer Bergensons\nServices, LLC, a completed contract summary form, and the related Motion, pursuant to Rule 57.\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED AND REFERRED TO THE PUBLIC WORKS COMMITTEE.\n(See Motion No. M-23-457)\nCommunication - Contract - Matt Torri, Department of Sanitation\nCOMMUNICATION - FROM EMMANUEL CHRISTIAN, ROCK SOLID CONSTRUCTION,\n5 .\nLLC\nBrief:\nRequesting to appeal the parking requirements established by the University Area Off-Street Parking\nInterim Zoning District (IZD), for property located at 8713 and 8715 Apricot Street.\nAnnotation:\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4684&doc_id=be1a77b2-79a4-11ee-852f-0050569183fa\n4/58", - "page_number": 4 + "page_content": "- Topic: Proposed Agreement between City of New Orleans and H&O Investments, LLC\n- Summary: Tara G. Richard, Director of Council Relation, submitted a proposed agreement between the City of New Orleans and H&O Investments, LLC, along with a completed contract Summary Form and Motion. The communication was electronically submitted and received, and referred to the Public Works Committee.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: Referred to the Public Works Committee\n- Tags/Keywords: Agreement, City of New Orleans, H&O Investments, LLC\n- UID: e9b10b40-8c69-4231-84a6-8332cae8aea9\n\n- Topic: Proposed Agreement between City of New Orleans and On Scene Services, LLC\n- Summary: Tara G. Richard, Director of Council Relation, submitted a proposed agreement between the City of New Orleans and On Scene Services, LLC, along with a completed contract Summary Form and Motion. The communication was electronically submitted and received, and a motion (M-23-83) was associated with it.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: Motion M-23-83 associated with the communication\n- Tags/Keywords: Agreement, City of New Orleans, On Scene Services, LLC\n- UID: e9b10b40-8c69-4231-84a6-8332cae8aea9\n\n- Topic: Proposed Agreement between City of New Orleans and Richard's Disposal, Inc.\n- Summary: Tara G. Richard, Director of Council Relation, submitted a proposed agreement between the City of New Orleans and Richard's Disposal, Inc., along with a completed contract Summary Form and Motion. The communication was electronically submitted, received, and referred to the Public Works Committee.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: Referred to the Public Works Committee\n- Tags/Keywords: Agreement, City of New Orleans, Richard's Disposal, Inc.\n- UID: e9b10b40-8c69-4231-84a6-8332cae8aea9\n\n- Topic: Proposed Agreement between City of New Orleans and University Medical Center Management Corporation\n- Summary: Tara G. Richard, Director of Council Relation, submitted a proposed agreement between the City of New Orleans and University Medical Center Management Corporation, along with a completed contract Summary Form and Motion. The communication was electronically submitted.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: N/A\n- Tags/Keywords: Agreement, City of New Orleans, University Medical Center Management Corporation\n- UID: e9b10b40-8c69-4231-84a6-8332cae8aea9", + "uid": "e9b10b40-8c69-4231-84a6-8332cae8aea9", + "publish_date": "2-16-2023", + "page_number": 7, + "title": "Regular City Council Minutes 2-16-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4684&doc_id=be1a77b2-79a4-11ee-852f-0050569183fa\n11/15/23, 7:49 PM\nELECTRONICALLY SUBMITTED.\nRECEIVED. (Hearing Date Set For 10/19/23).\nCommunication - Emmanuel Christian - Solid Construction, LLC\n6. COMMUNICATION - FROM KELLY JOHNSON, A.I.A ., KK JOHNSON, ARCHITECTURE\nBrief:\nRequesting to appeal the parking requirements established by the University Area Off-Street Parking\nInterim Zoning District (IZD), for property located at 7705 Willow Street.\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED. (Hearing Date Set For 10/19/23).\nCommunication - University IZD - Kelly Johnson, A.I.A. - KK JOHNSON ARCHITECTURE\nSpeaker:\nCharles Marsala\n7. COMMUNICATION - FROM MICHAEL D. BALLARD, JR ., AIA NCARB, FIRMORA, LLC\nBrief:\nRequesting to appeal the parking requirements established by the University Area Off-Street Parking\nInterim Zoning District (IZD), for property located at 8414 Cohn Street.\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED. (Hearing Date Set For 10/19/23).\nCommunication - University IZD - Michael D. Ballard, Jr ., AIA NCARB - 8414 Cohn Street\nCOMMUNICATION - FROM MICHAEL MOORE\n8.\nBrief:\nRequesting to appeal the parking requirements established by the University Area Off-Street Parking\nInterim Zoning District (IZD), for property located at 1517 General Ogden Street.\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED. (Hearing Date Set For 10/19/23).\nCommunication - Unveristy IZD - Michael Moore - 10084 S. Choctaw Dr\nCOMMUNICATION - FROM ANITA CURRAN, COUNCIL RESEARCH OFFICER, CITY OF\n9.\nNEW ORLEANS\nBrief:\nSubmitting a statement of findings regarding the Council Research Office's compliance review of the\nproposed honorary street name dedication of 1600-1800 Terpsichore Street in honor of Henry\n\"Professor Longhair\" Roeland Byrd. (per Motion No. M-23-428)\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED.\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4684&doc_id=be1a77b2-79a4-11ee-852f-0050569183fa\n5/58", - "page_number": 5 + "page_content": "- Topic: Drainage Consolidation Working Group Report\n- Summary: Gilbert Montano, the Chief Administrative Officer, submitted a Drainage Consolidation Working Group Report in accordance with Council Motion M-22-148.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: Report was received and referred to the Community Development Committee.\n- Tags/Keywords: Drainage, Consolidation, Working Group, Report\n- UID: 06d444c9-8511-4d87-8473-35e69f22dd65\n\n- Topic: HDLC Appeal Report - 3300 Bienville City Council\n- Summary: The Deputy Director of the New Orleans Historic District Landmarks Commission submitted a report regarding an appeal of the HDLC's decision to allow the retention of the demolition and assess a fine for the property located at 3300 Bienville Street.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: The report was received.\n- Tags/Keywords: HDLC, Appeal Report, 3300 Bienville Street\n- UID: 06d444c9-8511-4d87-8473-35e69f22dd65\n\n- Topic: HDLC Appeal Report - 725 Mandeville Street\n- Summary: The Deputy Director of the New Orleans Historic District Landmarks Commission submitted a report regarding an appeal of the HDLC's denial of an application to remove an existing roof for the installation of a new roofing on a Contributing rated building for the property located at 725 Mandeville Street.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: The report was received.\n- Tags/Keywords: HDLC, Appeal Report, 725 Mandeville Street\n- UID: 06d444c9-8511-4d87-8473-35e69f22dd65", + "uid": "06d444c9-8511-4d87-8473-35e69f22dd65", + "publish_date": "2-16-2023", + "page_number": 8, + "title": "Regular City Council Minutes 2-16-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4684&doc_id=be1a77b2-79a4-11ee-852f-0050569183fa\n11/15/23, 7:49 PM\nMichael Marcello Italian Speaker\nCommunication - Anita Curran, Council Research Officer, Honorary Street Name Prof. Longhair CRO\nStatement of Findings with M-428 and DPW statement\n10. COMMUNICATION - FROM AMY B. TREPAGNIER, DIRECTOR OF PERSONNEL, CITY OF\nNEW ORLEANS, DEPARTMENT OF CIVIL SERVICE\nBrief:\nSubmitting the Monthly raw data relative to current staffing, hiring, and applications to the New\nOrleans Police Department as required by City Council Ordinance 29130.\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED.\nCommunication - Amy B. Trepagnier, Personnel Director, City Civil Service Commission\n11. COMMUNICATION - FROM WESLEY PFEIFFER, CHIEF EXECUTIVE OFFICER, PFEICON\nPREIFFER CONSULTING\nBrief:\nRequesting to appear before the Council to appeal the nonaction of the Ground Transportation Bureau\nrelative to the approval of the BeamLive credit card and camera system.\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED AND REFERRED TO THE GROUNDS TRANSPORTATION COMMITTEE).\nCommunication - Wesley Pfeiffer, Chief Executive Officer\n12. COMMUNICATION - FROM AMY B. TREPAGNIER, DIRECTOR OF PERSONNEL, CITY OF\nNEW ORLEANS, DEPARTMENT OF CIVIL SERVICE\nBrief:\nSubmitting for Council approval an Amendment to the Classified Pay Plan (Library Bilingual Pay) in\naccordance with Article X, Section 10 of the Constitution of Louisiana as adopted by the Civil Service\nCommission at its meeting of September 20, 2023, as outlined below:\nSpecial Rate of Pay: Bilingual Pay {Library)\nEmployees of the New Orleans Public Library who are assigned to\nuse bilingual skills (including American Sign Language) in the\nregular performance of the employee's duties shall receive 5%\nover their normal rate of pay if designated by the department\nas a translator or interpreter. Positions with the approval of\nCivil Service can only be designated to receive the Bilingual\nSalary Differential Allowance when the following eligibility\nrequirements are met and procedures are followed:\na. The Department communicates the need for a particular\nposition to be designated to receive the bilingual salary\ndifferential by submitting for approval the official\n\"Request for Bilingual Special Rate of Pay Form\" that is\ndesignated for this purpose.\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4684&doc_id=be1a77b2-79a4-11ee-852f-0050569183fa\n6/58", - "page_number": 6 + "page_content": "- Topic: HDLC Appeal Report - 725 Mandeville Street\n- Summary: Gilbert Montano, Chief Administrative Officer, submitted a report related to Motion M-23-24 declaring the purchase of emergency vehicles and equipment, pursuant to Chapter 70, Article IV, Division 1, Section 70-429 of the City of New Orleans Code of Ordinances.\n- Ordinance Number: M-23-24\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance was passed with 7 affirmative votes.\n- Tags/Keywords: Emergency vehicles, equipment, procurement, ordinance\n- UID: b0445cbd-6109-4076-aa3f-4d5fa104da32\n\n- Topic: HDLC Appeal Report 8829 Jeannette Street\n- Summary: The Deputy Director of the New Orleans Historic District Landmarks Commission submitted a report regarding an appeal of the Historic District Landmarks Commission's denial of an application to demolish the Contributing-rated structure for the property located at 8829 Jeannette Street.\n- Ordinance Number: Not specified\n- Votes Summary: Not applicable\n- Decision/Key Actions: The report was submitted for review.\n- Tags/Keywords: Historic preservation, demolition appeal, HDLC\n- UID: b0445cbd-6109-4076-aa3f-4d5fa104da32\n\n- Topic: CPC Transmittal Report\n- Summary: The Executive Director of the City Planning Commission transmitted Zoning Docket Numbers 100/22 - Cms. Giarrusso and Harris, 7/23 - Cm. Green, Cn. Deadline 4/17/23.\n- Ordinance Number: Not specified\n- Votes Summary: Not applicable\n- Decision/Key Actions: The report was transmitted with a hearing date set for 3/9/23.\n- Tags/Keywords: Zoning, city planning, commission report\n- UID: b0445cbd-6109-4076-aa3f-4d5fa104da32\n\n- Topic: Council Research Officer Report\n- Summary: Anita Curran, Council Research Officer, submitted a report related to the New Orleans City Council.\n- Ordinance Number: Not specified\n- Votes Summary: Not applicable\n- Decision/Key Actions: The report was submitted for review.\n- Tags/Keywords: City council, research report, legislative report\n- UID: b0445cbd-6109-4076-aa3f-4d5fa104da32", + "uid": "b0445cbd-6109-4076-aa3f-4d5fa104da32", + "publish_date": "2-16-2023", + "page_number": 9, + "title": "Regular City Council Minutes 2-16-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4684&doc_id=be1a77b2-79a4-11ee-852f-0050569183fa\n11/15/23, 7:49 PM\nb. Employees must pass the bilingual skill proficiency\ntest(s) approved by the Director of Personnel to be\neligible for Bilingual Pay.\nc. The Department notifies the employee in writing of\nthe translation duties, starting date of bilingual pay,\nand end date (if applicable) of bilingual pay.\nd. In the event that an incumbent moves to a position\nthat is not designated as bilingual or if the bilingual\ndesignation of a position is removed, the bilingual\npay will cease. Bilingual pay shall be removed upon\ntermination and not be included in terminal leave.\ne. The appointing authority should also conduct periodic\naudits of the above bilingual eligibility requirements\nto insure this special rate of pay continues to be\nwarranted.\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED AND REFERRED TO THE BUDGET COMMITTEE.\nCommunication - Amy Trepagnier Personnel Director, Civil Serive - CouncilbilingualSRP\n13. COMMUNICATION - FROM AMY B. TREPAGNIER, DIRECTOR OF PERSONNEL, CITY OF\nNEW ORLEANS, DEPARTMENT OF CIVIL SERVICE\nBrief:\nSubmitting for Council approval an Amendment to the Classified Pay Plan (Police-NCIC) in\naccordance with Article X, Section 10 of the Constitution of Louisiana as adopted by the Civil Service\nCommission at its meeting of September 20, 2023, as outlined below:\nSpecial Rate of Pay: NCIC Certification Pay_(ADDITIONS ARE BOLDED AND UNDERLINED).\n14. Employees in the classes of Police Technician, Trainee, Police Technician,\nSenior Police Technician and Police Technician Supervisor who are currently\ncertified in the Criminal Justice Information System (CJIS), Louisiana Law\nEnforcement Telecommunications Systems (LLETS) and or National Law\nEnforcement Telecommunication System (NLETS) shall receive five (5)\npercent over their normal rate of pay when assigned to the NCIC unit.\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED AND REFERRED TO THE BUDGET COMMITTEE.\nCommunication - Amy Trepagnier, Personnel Director, CouncilNCICSRP\n14. COMMUNICATION - FROM AMY B. TREPAGNIER, DIRECTOR OF PERSONNEL, CITY OF\nNEW ORLEANS, DEPARTMENT OF CIVIL SERVICE\nBrief:\nSubmitting for Council approval an Amendment to the Classified Pay Plan (Police-Crime\nLaboratory) in accordance with Article X, Section 10 of the Constitution of Louisiana as adopted by\nthe Civil Service Commission at its meeting of September 20, 2023 as outlined below:\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4684&doc_id=be1a77b2-79a4-11ee-852f-0050569183fa\n7/58", - "page_number": 7 + "page_content": "- Topic: Demolition Report - 1923 St. Charles Avenue\n- Summary: The ordinance transmitted a demolition report for the property located at 1923 St. Charles Avenue in Council District \"B\". The report was electronically submitted and received.\n- Ordinance Number: 22-36132-DEMO-Council\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: The report was transmitted and received.\n- Tags/Keywords: Demolition, Property, Council District, Report\n- UID: 22cf2cc8-4b55-43dd-be90-9b56c2758535\n\n- Topic: Demolition Report - 2227 N. Derbigny Street\n- Summary: The ordinance transmitted a demolition report for the property located at 2227 N. Derbigny Street in Council District \"D\". The report was electronically submitted and received.\n- Ordinance Number: 22-36701-DEMO-Council\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: The report was transmitted and received.\n- Tags/Keywords: Demolition, Property, Council District, Report\n- UID: 22cf2cc8-4b55-43dd-be90-9b56c2758535\n\n- Topic: Appropriation of Funds for Gun Locks\n- Summary: The ordinance aimed to amend the operating budget for the year 2023 to appropriate funds to the Department of Health for providing funding for gun locks. The Budget/Audit/Board of Review Committee recommended approval, and the ordinance was adopted.\n- Ordinance Number: CAL. NO. 34,018\n- Votes Summary:\n Vote 1: Passed - (YEA: N/A, NAY: N/A, ABSTAIN: N/A, ABSENT: N/A)\n- Decision/Key Actions: The ordinance was adopted and funds were appropriated for the Department of Health.\n- Tags/Keywords: Appropriation, Operating Budget, Department of Health, Gun Locks\n- UID: 22cf2cc8-4b55-43dd-be90-9b56c2758535\n\n- Topic: Amendment to Operating Budget of Expenditures\n- Summary: The ordinance sought to amend the operating budget of expenditures for the year 2023 to appropriate funds to the Department of Health for providing funding for gun locks. The ordinance was adopted.\n- Ordinance Number: CAL. NO. 34,019\n- Votes Summary:\n Vote 1: Passed - (YEA: N/A, NAY: N/A, ABSTAIN: N/A, ABSENT: N/A)\n- Decision/Key Actions: The ordinance was adopted, and funds were appropriated for the Department of Health.\n- Tags/Keywords: Amendment, Operating Budget, Department of Health, Gun Locks\n- UID: 22cf2cc8-4b55-43dd-be90-9b56c2758535", + "uid": "22cf2cc8-4b55-43dd-be90-9b56c2758535", + "publish_date": "2-16-2023", + "page_number": 10, + "title": "Regular City Council Minutes 2-16-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4684&doc_id=be1a77b2-79a4-11ee-852f-0050569183fa\n11/15/23, 7:49 PM\nNew Classification:\nClass Code New Classification\nGrade/Step\nFLSA Status\nGrade\nHiring Rate\nCrime Laboratory\n86/55 $113,261 Exempt\nC5261\n86\nDeputy Director\nGrade Adjustment:\nClass Code Class Title\nGrade\nTo:\nAnnual\nAnnual\nGrade\n/Step\n/Step\n$134,775\nCrime Laboratory Director\n$128,242\nC5253\n88/65\n86/65\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED AND REFERRED TO THE BUDGET COMMITTEE.\n(See Motion No. M-23-447)\nCommunication - Amy Trepagnier, Personnel Director, CouncilCrimeLab\n15. COMMUNICATION - FROM AMY B. TREPAGNIER, DIRECTOR OF PERSONNEL, CITY OF\nNEW ORLEANS, DEPARTMENT OF CIVIL SERVICE\nBrief:\nSubmitting for Council approval Amendments to the Classified Pay Plan (Fire) in accordance with\nArticle X, Section 10 of the Constitution of Louisiana as adopted by the Civil Service Commission at\nits meeting of September 20, 2023 as outlined below:\nClass Code New Classification\nGrade/Step Hiring FLSAStatus\nGrade\nRate\n$55,791 Non-Exempt\nC7225\nFire Services Officer\n67\n67/36\nAnnually\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED AND REFERRED TO THE BUDGET COMMITTEE.\n(See Motion No. M-23-451).\nCommunication - Amy Trepagnier, Personal Direction, Civil Service - CouncilFireServicesOfficer\n16. COMMUNICATION - FROM AMY B. TREPAGNIER, DIRECTOR OF PERSONNEL, CITY OF\nNEW ORLEANS, DEPARTMENT OF CIVIL SERVICE\nBrief:\nSubmitting for Council approval Amendments to the Classified ay Plan (Safety and Permits) in\naccordance with Article X, Section 10 of the Constitution of Louisiana as adopted by the Civil Service\nCommission at its meeting of September 20, 2023 as outlined below:\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4684&doc_id=be1a77b2-79a4-11ee-852f-0050569183fa\n8/58", - "page_number": 8 + "page_content": "- Topic: Conditional use permit for a hotel in specific districts\n- Summary: The ordinance aimed to establish a conditional use permit for a hotel over 10,000 square feet in designated districts. It was introduced by Councilmembers King and Morrell. The ordinance was adopted.\n- Ordinance Number: CAL. NO. 34,024\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The ordinance to establish a conditional use permit for a hotel was adopted.\n- UID: 06de51f6-7d4d-4669-8e83-2844fe9bdd4b\n\n- Topic: Amendments to the 2023 Capital Budget\n- Summary: The ordinance sought to amend the 2023 Capital Budget by de-appropriating and appropriating funds across various departments. It was introduced by Councilmembers Giarrusso, Green, Moreno, and Thomas. The ordinance was adopted.\n- Ordinance Number: CAL. NO. 34,025\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The ordinance to amend the 2023 Capital Budget was adopted.\n- UID: 06de51f6-7d4d-4669-8e83-2844fe9bdd4b", + "uid": "06de51f6-7d4d-4669-8e83-2844fe9bdd4b", + "publish_date": "2-16-2023", + "page_number": 11, + "title": "Regular City Council Minutes 2-16-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4684&doc_id=be1a77b2-79a4-11ee-852f-0050569183fa\n11/15/23, 7:49 PM\nHiring Rates: Floodplain Program Manager Series\nClass Code ClassTitle\nGrade Annual\nTo:\nAnnual\n/Step\nGrade/\nStep\nAssistant Floodplain Program Manager 76/21\n76/35\n$68,909\n$57,909\nC4256\n78/21\n$76,109\nFloodplain Program Manager\n$60,859\nC4255\n78/39\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED AND REFERRED TO THE BUDGET COMMITTEE.\n(See Motion No. M-23-448).\nCommunication - Amy Trepagnier, Personnel Director, Civil Service - CouncilfloodplainHR\n17. COMMUNICATION - FROM AMY B. TREPAGNIER, DIRECTOR OF PERSONNEL, CITY OF\nNEW ORLEANS, DEPARTMENT OF CIVIL SERVICE\nBrief:\nSubmitting for Council approval Amendments to the Classified Pay Plan (Public Works) in\naccordance with Article X, Section 10 of the Constitution of Louisiana as adopted by the Civil Service\nCommission at its meeting of September 20, 2023 as outlined below:\nHiring Rates: Construction Inspector Hiring Rates Hiring Rates and New Classification\nClass Title\nClass\nAnnual\nTo:\nAnnual\nFrom:\nCode\nGrade/ Step\nGrade/\nStep\n$37,959\nC4418\n59/36\nConstruction\nInspector 59/21\n$45,734\nAssistant\n$50,513\nC4419\nConstruction Inspector I\n63/17\n$39,893\n63/36\nConstruction Inspector II\n$54,421\n66/17\n$42,980\nC4420\n66/36\n** Proposed **\nNew Class New Class\n$58,633\nC4422\n69/36\nConstruction Inspector Lead\n$64,759\nC4421\nInspector 72/13\n$47,471\n72/38\nConstruction\nSupervisor\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED AND REFERRED TO THE BUDGET COMMITTEE.\n(See Motion No. M-23-450).\nCommunication - Amy Trepagnier, Persoanl Director, Civil Service - CouncilConstructionInspectorHR\n18. COMMUNICATION - FROM AMY B. TREPAGNIER, DIRECTOR OF PERSONNEL, CITY OF\nNEW ORLEANS, DEPARTMENT OF CIVIL SERVICE\nBrief:\nSubmitting for Council approval Amendments to the Classified Pay Plan (Public Works) in accordance\nwith Article X, Section 10 of the Constitution of Louisiana as adopted by the Civil Service\nCommission at its meeting of September 20, 2023 as outlined below:\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4684&doc_id=be1a77b2-79a4-11ee-852f-0050569183fa\n9/58", - "page_number": 9 + "page_content": "- Topic: Budget Amendments for the City of New Orleans\n- Summary: Ordinance to amend the operating budget of expenditures for the City of New Orleans for the year 2023 by transferring funds within the Department of Police and to provide additional appropriations for Intergovernmental Revenues.\n- Ordinance Number: CAL. NO. 34,026, CAL. NO. 34,037, CAL. NO. 34,039\n- Votes Summary:\n Vote 1: Passed - (Unanimous approval)\n Vote 2: Passed - (Unanimous approval)\n Vote 3: Passed - (Unanimous approval)\n- Decision/Key Actions: The ordinances were adopted and approved by the Budget/Audit/Board of Review Committee.\n- Tags/Keywords: Budget Amendments, City of New Orleans, Operating Budget, Fiscal Appropriations\n- UID: bd8e1a1a-4a9c-4ee6-a4ed-7a8e6accfc51", + "uid": "bd8e1a1a-4a9c-4ee6-a4ed-7a8e6accfc51", + "publish_date": "2-16-2023", + "page_number": 12, + "title": "Regular City Council Minutes 2-16-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4684&doc_id=be1a77b2-79a4-11ee-852f-0050569183fa\n11/15/23, 7:49 PM\nHiring Rates: Taxicab Hiring Rates\nTo: Grade/ Annual\nFrom: Annual\nClass\nClass Title\nGrade/\nCode\nStep\nStep\nTaxicab Bureau Administrator, 75/21\n75/29\nC6621\n$56,488\n$62,390\nAssistant\n$70,643\nTaxicab Bureau Administrator 78/25\n78/33\nC2265\n$63,960\nAnnotation:\nELECTRONICALLY SUBMITTED\nRECEIVED AND REFERRED TO THE BUDGET COMMITTEE.\n(See Motion No. M-23-449).\nCommunication - Amy Trepagnier, Personnel Director, Civil Service, counciltaxicabHR\n19. REPORT - OF THE DEPUTY DIRECTOR OF THE NEW ORLEANS HISTORIC DISTRICT\nLANDMARKS COMMISSION ' CENTRAL BUSINESS DISTRICT HISTORIC DISTRICT\nLANDMARKS COMMISSION\nBrief:\nSubmitting a report regarding an appeal of the Central Business District Historic District Landmarks\nCommission's (CBDHDLC) decision to deny an application to demolish a Contributing rated\nwarehouse for the property located at 1031 Annunciation Street.\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED.\nHDLC Report - 1031 Annunciation Street\nSpeaker:\nMichael Burnside\n20. REPORT - OF THE DEPUTY DIRECTOR OF THE NEW ORLEANS HISTORIC DISTRICT\nLANDMARKS COMMISSION ' CENTRAL BUSINESS DISTRICT HISTORIC DISTRICT\nLANDMARKS COMMISSION\nBrief:\nSubmitting a report regarding an appeal of the Historic District Landmarks Commission's (HDLC)\ndecision of \"approval\" of the application for retention of demolition without a Certificate of\nAppropriateness and to levy a fine of $42,465.00 for the unpermitted demolition of property located at\n1547 Leda Court.\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED.\nHDLC Report - 1547 Leda Court\n21. REPORT - OF THE DEPUTY DIRECTOR OF THE NEW ORLEANS HISTORIC DISTRICT\nLANDMARKS COMMISSION ' CENTRAL BUSINESS DISTRICT HISTORIC DISTRICT\nLANDMARKS COMMISSION\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4684&doc_id=be1a77b2-79a4-11ee-852f-0050569183fa\n10/58", - "page_number": 10 + "page_content": "- Topic: Amendment to Operating Budget of Expenditures\n- Summary: The ordinance aimed to amend the operating budget of expenditures for the City of New Orleans for the year 2023 by appropriating an additional $283,295,769 for Intergovernmental Expenditures.\n- Ordinance Number: 34,040 - 29342 M.C.S.\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The Budget/Audit/Board of Review Committee recommended approval, and the ordinance was adopted.\n- Tags/Keywords: Operating Budget, Expenditures, Appropriation, Intergovernmental Expenditures\n- UID: 1aa5a4cc-05e0-40c0-9920-661e38a23a91\n\n- Topic: Amendment to Operating Budget of Revenues\n- Summary: This ordinance sought to amend the operating budget of revenues for the City of New Orleans for the year 2023 by appropriating funds to remit a proposed settlement payment to the Metro estate.\n- Ordinance Number: 34,041 - 29342 M.C.S.\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The Budget/Audit/Board of Review Committee recommended approval, and the ordinance was adopted.\n- Tags/Keywords: Operating Budget, Revenues, Appropriation, Settlement Payment\n- UID: 1aa5a4cc-05e0-40c0-9920-661e38a23a91", + "uid": "1aa5a4cc-05e0-40c0-9920-661e38a23a91", + "publish_date": "2-16-2023", + "page_number": 13, + "title": "Regular City Council Minutes 2-16-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4684&doc_id=be1a77b2-79a4-11ee-852f-0050569183fa\n11/15/23, 7:49 PM\nBrief:\nSubmitting a report regarding an appeal of the Historic District Landmarks Commission's (HDLC)\ndecision to deny retention of the fiber cement paneling at the front facade of the storefront building.\nthe left-side elevation, and the right-side elevation to the first downspout, approve retention of the\npaneling at the right-side elevation beyond the first downspout at that elevation and approve the\nretention of the removal of openings at the right-side elevation with the proviso that exterior trim be\nadded to match existing to indicate original openings for property located at 4016 Saint Claude\nAvenue.\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED.\nHDLC Report - 4016 Saint Claude Avenue\n22. REPORT - OF THE DEPUTY DIRECTOR OF THE NEW ORLEANS HISTORIC DISTRICT\nLANDMARKS COMMISSION CENTRAL BUSINESS DISTRICT HISTORIC DISTRICT\nLANDMARKS COMMISSION\nBrief:\nSubmitting a report regarding an appeal of the Historic District Landmarks Commission's (HDLC)\ndecision to deny retention of the as installed condition of the wood, square post balustrade at the\nporch, including newel posts, deny the combination of wood and metal handrails at the right-side\nelevation ramp, and deny the fencing at the right-side yard. The Commission noted that the wood,\nsquare post balustrade could be installed at the main porch provided that it matches HDLC detailing\nfor property located at 342 Oliver Street.\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED.\nHDLC Appeal - Lisa Drenon - 342 Olivier St\nCAL. NO. 34,371 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\n23.\nTHOMAS (BY REQUEST).\nBrief:\nAn Ordinance to amend Ordinance No. 29265 M.C.S ., as amended, entitled \"An Ordinance Providing\nan Operating Budget of Revenues for the City of New Orleans for the Year 2023\", to appropriate funds\nto Orleans Parish Juvenile Court for three (3) contract positions, which are needed to enhance the\nCourt's ability to meet its goals and mission; and otherwise to provide with respect thereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 12/22/23).\n(Fiscal Note received).\n(Referred to the Budget Committee).\n(Budget Committee recommended approval).\nADOPTED.\n34371 - 29657 M.C.S.\n24. CAL. NO. 34,372 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BY REQUEST)\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4684&doc_id=be1a77b2-79a4-11ee-852f-0050569183fa\n11/58", - "page_number": 11 + "page_content": "- Topic: Amendments to Operating Budget for 2023\n- Summary: The council voted on two ordinances to amend the operating budget for the city of New Orleans for the year 2023. The first ordinance appropriated funds for a proposed settlement payment to the Metro estate, while the second ordinance appropriated funds received under the American Rescue Plan Act to the Chief Administrative Office for the purchase of vehicles and equipment.\n- Ordinance Number: 34042 - 29344 M.C.S. and 34051 - 29350 M.C.S.\n- Votes Summary:\n Vote 1: Both ordinances were recommended for approval by the Budget/Audit/Board of Review Committee and were adopted. (N/A YEAS, N/A NAYS, N/A ABSTAIN, N/A ABSENT)\n- Decision/Key Actions: The ordinances were adopted, allowing for the appropriation of funds as specified in each ordinance.\n- Tags/Keywords: Budget amendments, Operating budget, Appropriation of funds, American Rescue Plan Act, City of New Orleans\n- UID: 09b6a477-ea1e-4cf6-8354-c3a6cb3d6977\n\n- Topic: Amendments to Operating Budget for 2023\n- Summary: Another ordinance was voted on to amend the operating budget for the city of New Orleans for the year 2023. This ordinance also appropriated funds received under the American Rescue Plan Act to the Chief Administrative Officer for the purchase of vehicles and equipment.\n- Ordinance Number: 34052 - 29351 M.C.S.\n- Votes Summary:\n Vote 1: The ordinance was recommended for approval by the Budget/Audit/Board of Review Committee and was adopted. (N/A YEAS, N/A NAYS, N/A ABSTAIN, N/A ABSENT)\n- Decision/Key Actions: The ordinance was adopted, allowing for the appropriation of funds as specified in the ordinance.\n- Tags/Keywords: Budget amendments, Operating budget, Appropriation of funds, American Rescue Plan Act, City of New Orleans\n- UID: 09b6a477-ea1e-4cf6-8354-c3a6cb3d6977", + "uid": "09b6a477-ea1e-4cf6-8354-c3a6cb3d6977", + "publish_date": "2-16-2023", + "page_number": 14, + "title": "Regular City Council Minutes 2-16-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4684&doc_id=be1a77b2-79a4-11ee-852f-0050569183fa\n11/15/23, 7:49 PM\nBrief:\nAn Ordinance to amend Ordinance No. 29266 M.C.S ., as amended, entitled \u201cAn Ordinance Providing\nan Operating Budget of Expenditures for the City of New Orleans for the Year 2023\", to appropriate\nfunds to Orleans Parish Juvenile Court for three (3) contract positions, which are needed to enhance\nthe Court's ability to meet its goals and mission; and otherwise to provide with respect thereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 12/22/23).\n(Fiscal Note received).\n(Referred to the Budget Committee).\n(Budget Committee recommended approval).\nADOPTED.\n34372 - 29658 M.C.S.\n25. CAL. NO. 34,373 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BY REQUEST).\nBrief:\nAn Ordinance to amend Ordinance No. 29265 M.C.S ., as amended, entitled \u201cAn Ordinance Providing\nan Operating Budget of Revenues for the City of New Orleans for the Year 2023\", to appropriate funds\nto the Clerk of Criminal District Court for the 2021 and 2022 Audit Fees to LeBlanc & Associates\nCPA, LLC; and otherwise to provide with respect thereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 12/22/23).\n(Fiscal Note received).\n(Referred to the Budget Committee).\n(Budget Committee recommended approval).\nADOPTED.\n34373 - 29659 M.C.S.\n26. CAL. NO. 34,374 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BY REQUEST)\nBrief:\nAn Ordinance to amend Ordinance No. 29266 M.C.S ., as amended, entitled \u201cAn Ordinance Providing\nan Operating Budget of Expenditures for the City of New Orleans for the Year 2023\", to appropriate\nfunds to the Clerk of Criminal District Court for the 2021 and 2022 Audit Fees to LeBlanc &\nAssociates CPA, LLC; and otherwise to provide with respect thereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 12/22/23).\n(Fiscal Note received).\n(Referred to the Budget Committee).\n(Budget Committee recommended approval).\nADOPTED.\n34374 - 29660 M.C.S.\n27. CAL. NO. 34,375 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BY REQUEST).\nBrief:\nAn Ordinance to amend Ordinance No. 29265 M.C.S ., as amended, entitled \u201cAn Ordinance Providing\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4684&doc_id=be1a77b2-79a4-11ee-852f-0050569183fa\n12/58", - "page_number": 12 + "page_content": "- Topic: Appropriation of Funds for Department of Police\n- Summary: Ordinance to amend the operating budget of revenues for the City of New Orleans for 2023 to appropriate funds for the Department of Police to purchase furniture, operational materials, and information technology equipment.\n- Ordinance Number: 34060 - 29354 M.C.S.\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The ordinance was recommended for approval by the Budget/Audit/Board of Review Committee and was adopted.\n- Tags/Keywords: Appropriation, Funds, Department of Police\n- UID: 4112cc30-0634-4d30-99a0-585423663df0\n\n- Topic: Appropriation of Funds for New Orleans Police Department\n- Summary: Ordinance to amend the operating budget of expenditures for the City of New Orleans for 2023 to appropriate funds for the New Orleans Police Department to purchase furniture, operational materials, and information technology equipment.\n- Ordinance Number: 34061 - 29355 M.C.S.\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The ordinance was recommended for approval by the Budget/Audit/Board of Review Committee and was adopted.\n- Tags/Keywords: Appropriation, Funds, New Orleans Police Department\n- UID: 4112cc30-0634-4d30-99a0-585423663df0\n\n- Topic: Minimum Reliability Performance Standards for Electric Distribution\n- Summary: Resolution implementing minimum reliability performance standards for electric distribution with associated financial penalties for substandard performance.\n- Ordinance Number: R-23-73\n- Votes Summary:\n Vote 1: N/A - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The resolution was electronically submitted and had a postponement deadline. No specific voting outcome was mentioned in the summary.\n- Tags/Keywords: Electric Distribution, Reliability Performance, Financial Penalties\n- UID: 4112cc30-0634-4d30-99a0-585423663df0", + "uid": "4112cc30-0634-4d30-99a0-585423663df0", + "publish_date": "2-16-2023", + "page_number": 15, + "title": "Regular City Council Minutes 2-16-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4684&doc_id=be1a77b2-79a4-11ee-852f-0050569183fa\n11/15/23, 7:49 PM\nan Operating Budget of Revenues for the City of New Orleans for the Year 2023\", to appropriate grant\nfunds to the Department of Mosquito, Termite and Rodent Control to coordinate training and\nevaluation of Pest Management, Vector Control Districts and other related fields to attain an integrated\nworkforce to mitigate community vector-borne disease in the Gulf Coast Region; and otherwise to\nprovide with respect thereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 12/22/23).\n(Fiscal Note received).\n(Referred to the Budget Committee).\n(Budget Committee recommended approval).\nADOPTED.\n34375 - 29661 M.C.S.\n28. CAL. NO. 34,376 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BY REQUEST)\nBrief:\nAn Ordinance to amend Ordinance No. 29266 M.C.S ., as amended, entitled \u201cAn Ordinance Providing\nan Operating Budget of Expenditures for the City of New Orleans for the Year 2023\", to appropriate\ngrant funds to the Department of Mosquito, Termite and Rodent Control to coordinate training and\nevaluation of Pest Management, Vector Control Districts and other related fields to attain an integrated\nworkforce to mitigate community vector-borne disease risk in the Gulf Coast Region; and otherwise to\nprovide with respect thereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 12/22/23).\n(Fiscal Note received).\n(Referred to the Budget Committee).\n(Budget Committee recommended approval).\nADOPTED.\n34376 - 29662 M.C.S.\n29. CAL. NO. 34,387 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BY REQUEST)\nBrief:\nAn Ordinance to amend Ordinance No. 29265 M.C.S ., as amended, entitled \"An Ordinance Providing\nan Operating Budget of Revenues for the City of New Orleans for the Year 2023\", to appropriate grant\nfunds to the Department of Workforce Investment for the Pathway Home Program to enroll (150)\nJustice-involved adults living in the Orleans Justice Center; and otherwise to provide with respect\nthereto.\nAnnotation:\nFiscal Note received.\n(Council Rule 34. Postponement Deadline 1/5/24).\n(Referred to the Budget Committee).\n(Budget Committee recommended approval).\nADOPTED.\n34387 - 29663 M.C.S.\n30. CAL. NO. 34,388 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BY REQUEST).\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4684&doc_id=be1a77b2-79a4-11ee-852f-0050569183fa\n13/58", - "page_number": 13 + "page_content": "- Topic: System Resiliency and Storm Hardening\n- Summary: Resolution and order providing guidance and establishing further procedural deadlines with respect to system resiliency and storm hardening. Recommended for approval by the Utility, Cable, Telecommunications, and Technology Committee and the Climate Change and Sustainability Committee.\n- Ordinance Number: R-23-73\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: Adoption of the resolution and order.\n- UID: 12fb0694-1f4a-4fa3-93d6-fbc9c631e9f0\n\n- Topic: Electric Rate Schedules and Public Direct Current Fast Charging Station Project\n- Summary: Resolution and order adopting Eno's request to modify electric rate schedules and proposed public direct current fast charging station project. Recommended for approval by the Utility, Cable, Telecommunications, and Technology Committee and the Climate Change and Sustainability Committee.\n- Ordinance Number: R-23-74\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: Adoption of the resolution and order.\n- UID: 12fb0694-1f4a-4fa3-93d6-fbc9c631e9f0\n\n- Topic: Consent Agenda and Referral of Other Matters\n- Summary: Motion to adopt consent agenda and refer other matters to the proper agency.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: Adoption of the motion.\n- UID: 12fb0694-1f4a-4fa3-93d6-fbc9c631e9f0", + "uid": "12fb0694-1f4a-4fa3-93d6-fbc9c631e9f0", + "publish_date": "2-16-2023", + "page_number": 16, + "title": "Regular City Council Minutes 2-16-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4684&doc_id=be1a77b2-79a4-11ee-852f-0050569183fa\n11/15/23, 7:49 PM\nBrief:\nAn Ordinance to amend Ordinance No. 29266 M.C.S ., as amended, entitled \"An Ordinance Providing\nan Operating Budget of Expenditures for the City of New Orleans for the Year 2023\", to appropriate\ngrant funds to the Department of Workforce Investment for the Pathway Home Program to enroll (150)\nJustice-involved\nAnnotation:\nFiscal Note received.\n(Council Rule 34. Postponement Deadline 1/5/24).\n(Referred to the Budget Committee).\n(Budget Committee recommended approval).\nADOPTED.\n34388 - 29664 M.C.S.\n31. CAL. NO. 34,389 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BY REQUEST).\nBrief:\nAn Ordinance to amend Ordinance No. 29265 M.C.S ., as amended, entitled \"An Ordinance Providing\nan Operating Budget of Revenues for the City of New Orleans for the Year 2023\", to appropriate grant\nfunds to Municipal and Traffic Court to pay salaries and fringe benefits for two positions - (1)\nCommunity Court Director and (1) Community Court Case Manager; and otherwise to provide with\nrespect thereto.\nAnnotation:\nFiscal Note received.\n(Council Rule 34. Postponement Deadline 1/5/24).\n(Referred to the Budget Committee).\n(Budget Committee recommended approval).\nADOPTED.\nSpeaker:\nMichael Burnside\n34389 - 29665 M.C.S.\nCAL. NO. 34,390 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\n32.\nTHOMAS (BY REQUEST).\nBrief:\nAn Ordinance to amend Ordinance No. 29266 M.C.S ., as amended, entitled \"An Ordinance Providing\nan Operating Budget of Expenditures for the City of New Orleans for the Year 2023\", to appropriate\ngrant funds to Municipal and Traffic Court to pay salaries and fringe benefits for two positions - (1)\nCommunity Court Director and (1) Community Court Case Manager; and otherwise to provide with\nrespect thereto.\nAnnotation:\nFiscal Note received.\n(Council Rule 34. Postponement Deadline 1/5/24).\n(Referred to the Budget Committee).\n(Budget Committee recommended approval).\nADOTPED.\n34390 - 29666 M.C.S.\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4684&doc_id=be1a77b2-79a4-11ee-852f-0050569183fa\n14/58", - "page_number": 14 + "page_content": "- Topic: Tax Exemption Application for Terviva Industries LLC at 3201 France Road\n- Summary: The Mayor's Office of Economic Development recommended approval for ITE Application #2022-0049 and requested a public hearing for the tax exemption application for Terviva Industries LLC at 3201 France Road. Resolution R-23-79, approving the application, was adopted.\n- Ordinance Number: R-23-79\n- Votes Summary:\n - Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: Resolution R-23-79 approving ITE Application #2022-0049 for Terviva Industries LLC at 3201 France Road was adopted.\n- UID: e1dc8e65-535f-4ff4-b76d-0b8e7f01e26e", + "uid": "e1dc8e65-535f-4ff4-b76d-0b8e7f01e26e", + "publish_date": "2-16-2023", + "page_number": 17, + "title": "Regular City Council Minutes 2-16-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4684&doc_id=be1a77b2-79a4-11ee-852f-0050569183fa\n11/15/23, 7:49 PM\n33. CAL. NO. 34,407 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BY REQUEST).\nBrief:\nAn Ordinance to amend Ordinance No. 29265 M.C.S ., as amended, entitled \"An Ordinance Providing\nan Operating Budget of Revenues for the City of New Orleans for the Year 2023\", to appropriate grant\nfunds awarded by FEMA to the Office of the Mayor for emergency costs during the aftermath of\nHurricane Katrina; and otherwise to provide with respect thereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 1/19/24).\n(Fiscal Note received).\n(Budget Committee recommended approval).\nADOPTED.\n34407 - 29672 M.C.S.\n34. CAL. NO. 34,408 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BY REQUEST)\nBrief:\nAn Ordinance to amend Ordinance No. 29266 M.C.S ., as amended, entitled \"An Ordinance Providing\nan Operating Budget of Expenditures for the City of New Orleans for the Year 2023\", to appropriate\ngrant funds awarded by FEMA to the Office of the Mayor for emergency costs during the aftermath of\nHurricane Katrina; and otherwise to provide with respect thereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 1/19/24).\n(Fiscal Note received).\n(Budget Committee recommended approval).\nADOPTED.\n34408 - 29673 M.C.S.\n35. CAL. NO. 34,409 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BY REQUEST)\nBrief:\nAn Ordinance to amend Ordinance No. 29265 M.C.S ., as amended, entitled \"An Ordinance Providing\nan Operating Budget of Revenues for the City of New Orleans for the Year 2023\", to move funds from\nFund 4405 - Appropriations - 100/200 to Fund 4145 - Appropriations - 100/200 within the Department\nof Health; and otherwise to provide with respect thereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 1/19/24).\n(Fiscal Note received).\n(Budget Committee recommended approval).\nADOPTED.\n34409 - - 29674 M.C.S.\n6. CAL. NO. 34,410 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BY REQUEST).\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4684&doc_id=be1a77b2-79a4-11ee-852f-0050569183fa\n15/58", - "page_number": 15 + "page_content": "- Topic: Demolition Permit for 1923 St. Charles Avenue\n- Summary: The ordinance presented the application for a demolition permit for the property at 1923 St. Charles Avenue, and the City Council approved the permit.\n- Ordinance Number: M-23-76\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The demolition permit for the property at 1923 St. Charles Avenue was approved by the City Council.\n- Tags/Keywords: Demolition Permit, Property, Approval\n- UID: 514174ca-6b5d-48fc-8539-3d99b85de59d\n\n- Topic: Demolition Permit for 2227 N. Derbigny Street\n- Summary: The ordinance presented the application for a demolition permit for the property at 2227 N. Derbigny Street in Council District \"D\".\n- Ordinance Number: Not provided\n- Votes Summary: Not available\n- Decision/Key Actions: Not available\n- Tags/Keywords: Demolition Permit, Property\n- UID: 514174ca-6b5d-48fc-8539-3d99b85de59d", + "uid": "514174ca-6b5d-48fc-8539-3d99b85de59d", + "publish_date": "2-16-2023", + "page_number": 18, + "title": "Regular City Council Minutes 2-16-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4684&doc_id=be1a77b2-79a4-11ee-852f-0050569183fa\n11/15/23, 7:49 PM\nBrief:\nAn Ordinance to amend Ordinance No. 29266 M.C.S ., as amended, entitled \"An Ordinance Providing\nan Operating Budget of Expenditures for the City of New Orleans for the Year 2023\", to move funds\nfrom Fund 4405 - Appropriations - 100/200 to Fund 4145-Appropriations - 100/200 within the\nDepartment of Health; and otherwise to provide with respect thereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 1/19/24).\n(Fiscal Note received).\n(Budget Committee recommended approval).\nADOPTED.\n34410 - 29675 M.C.S.\n37. CAL. NO. 34,412 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BY REQUEST)\nBrief:\nAn Ordinance to amend Ordinance No. 29265 M.C.S ., as amended, entitled \"An Ordinance Providing\nan Operating Budget of Revenues for the City of New Orleans for the Year 2023\", to appropriate funds\nto the City Planning Commission for the Short-Term Rental study; and otherwise to provide with\nrespect thereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 1/19/24).\n(Fiscal Note received).\n(Budget Committee recommended approval).\nADOPTED.\n34412 - - 29677 M.C.S.\n38. CAL. NO. 34,413 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BY REQUEST)\nBrief:\nAn Ordinance to amend Ordinance No. 29266 M.C.S ., as amended, entitled \"An Ordinance Providing\nan Operating Budget of Expenditures for the City of New Orleans for the Year 2023\", to appropriate\nfunds to the City Planning Commission for the Short-Term Rental study; and otherwise to provide\nwith respect thereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 1/19/24).\n(Fiscal Note received).\n(Budget Committee recommended approval).\nADOPTED.\n34413 - 29678 M.C.S.\n39. CAL. NO. 34,414 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BY REQUEST)\nBrief:\nAn Ordinance to amend Ordinance No. 29265 M.C.S ., as amended, entitled \"An Ordinance Providing\nan Operating Budget of Revenues for the City of New Orleans for the Year 2023\", to appropriate funds\nto NORDC Trust Fund (5410) - Personal Services (100) for Keller Center staffing positions; and\notherwise to provide with respect thereto.\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4684&doc_id=be1a77b2-79a4-11ee-852f-0050569183fa\n16/58", - "page_number": 16 + "page_content": "- Topic: Demolition Appeal for 2227 N Derbigny St\n- Summary: The appeal for the demolition at 2227 N Derbigny St was continued to the meeting of 3/9/23.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: Continued to the meeting of 3/9/23\n- Tags/Keywords: Demolition, Appeal, Property, 2227 N Derbigny St\n- UID: e3f92b14-c094-4f6f-a05a-be34fed4dbf2\n\n- Topic: HDLC Appeal for 2220 Broadway Street\n- Summary: Judge Michael Bagneris appealed the decision to levy a fine for unpermitted demolition at 2220 Broadway Street, and the motion to reduce the fine to $15,000 was continued to the meeting of 3/9/23.\n- Ordinance Number: M-23-80\n- Votes Summary: N/A\n- Decision/Key Actions: Continued to the meeting of 3/9/23\n- Tags/Keywords: HDLC Appeal, Fine, Unpermitted Demolition, 2220 Broadway Street\n- UID: e3f92b14-c094-4f6f-a05a-be34fed4dbf2\n\n- Topic: HDLC Appeal for 725 Mandeville Street\n- Summary: Simone Cifuentes appealed the decision of \"denial\" for a new standing seam metal roof at 725 Mandeville Street, and the hearing was held.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: Hearing held\n- Tags/Keywords: HDLC Appeal, Denial, New Roof, 725 Mandeville Street\n- UID: e3f92b14-c094-4f6f-a05a-be34fed4dbf2", + "uid": "e3f92b14-c094-4f6f-a05a-be34fed4dbf2", + "publish_date": "2-16-2023", + "page_number": 19, + "title": "Regular City Council Minutes 2-16-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4684&doc_id=be1a77b2-79a4-11ee-852f-0050569183fa\n11/15/23, 7:49 PM\nAnnotation:\n(Council Rule 34. Postponement Deadline 1/19/24).\n(Fiscal Note received).\n(Budget Committee recommended approval).\nADOPTED.\n34414 - 29679 M.C.S.\nCAL. NO. 34,415 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\n40.\nTHOMAS (BY REQUEST)\nBrief:\nAn Ordinance to amend Ordinance No. 29266 M.C.S ., as amended, entitled \"An Ordinance Providing\nan Operating Budget of Expenditures for the City of New Orleans for the Year 2023\", to appropriate\nfunds to NORDC Fund (5410) - Personal Services (100) for Keller Center staffing positions; and\notherwise to provide with respect thereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 1/19/24).\n(Fiscal Note received).\n(Budget Committee recommended approval).\nADOPTED.\n34415 - 29680 M.C.S.\n41. CAL. NO. 34,416 - BY: COUNCILMEMBERS GIARRUSSO AND THOMAS_ (BY REQUEST).\nBrief:\nAn Ordinance to authorize the Mayor of the City of New Orleans to enter into a Second Amendment\nto the Cooperative Endeavor Agreement (\"Amendment\") to amend the Cooperative Endeavor\nAgreement (\"Agreement\") between the City of New Orleans (the \"City\"), National Parent Leadership\nInstitute, Inc. (the \"Contractor\"), and the NOLA Business Alliance (the \"Fiscal Agent\") relative to the\nContractor providing twenty (20) additional weeks of three (3) hour sessions, once a week, to parents\nin order to help parents become better leaders for their children and families; to extend the term of the\nAgreement for an additional one (1) year; and to modify or reaffirm certain terms and conditions, as\nmore fully set forth in the Amendment as Exhibit \"1\" and incorporated and made a part hereof; and\notherwise to provide with respect thereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 1/19/24).\n(Budget Committee recommended approval).\nADOPTED.\n34416 - 29681 M.C.S.\n42. MOTION (LYING OVER) - NO. M-23-436 - BY: COUNCILMEMBER MORRELL (BY\nREQUEST)\nBrief:\nAdding the President of the Council as a signatory to the Amendment to the professional services\nagreement between the City of New Orleans and Cornerstone Government Affairs, Inc .; and\nauthorizing the President of the Council to sign the Amendment to the professional services agreement\nbetween the City of New Orleans and Cornerstone Government Affairs, Inc ..\nAnnotation:\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4684&doc_id=be1a77b2-79a4-11ee-852f-0050569183fa\n17/58", - "page_number": 17 + "page_content": "- Topic: Motion NO. M-23-82\n- Summary: Granting the applicant's request for the property located at 725 Mandeville Street, subject to two provisos related to the metal roof color and details, with the motion being adopted.\n- Ordinance Number: M-23-82\n- Votes Summary:\n - Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The motion was adopted with 7 in favor and none against.\n- Tags/Keywords: Property, Metal Roof, Motion, Adoption\n- UID: aa15e722-b3c3-1led-8145-0050569183fa\n\n- Topic: Zoning Docket No. 95/22 - City Council Motion M-22-467\n- Summary: Requesting a Text Amendment to establish a new Interim Zoning District to temporarily prohibit Residential Short Term Rental uses citywide, continued to the meeting of 3/9/23.\n- Ordinance Number: 95/22\n- Votes Summary: N/A\n- Decision/Key Actions: The request was continued to the meeting of 3/9/23 for further discussion.\n- Tags/Keywords: Zoning Amendment, Residential Short Term Rental, Continuation\n- UID: 0876c0dd-8949-4074-8989-7395c19fd417\n\n- Topic: Zoning Docket No. 1/23 - Robert Schoppe and Constance Schoppe\n- Summary: Requesting a Zoning Change from an HU-RD1 Historic Urban Two-Family Residential District to an HU-MU Historic Urban Mixed-Use District and a conditional use permit, with the details available through the provided link.\n- Ordinance Number: 1/23\n- Votes Summary: N/A\n- Decision/Key Actions: The request for a zoning change and conditional use permit was presented, with further details available through the provided link.\n- Tags/Keywords: Zoning Change, Mixed-Use District, Conditional Use Permit\n- UID: 0876c0dd-8949-4074-8989-7395c19fd417", + "uid": "0876c0dd-8949-4074-8989-7395c19fd417", + "publish_date": "2-16-2023", + "page_number": 20, + "title": "Regular City Council Minutes 2-16-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4684&doc_id=be1a77b2-79a4-11ee-852f-0050569183fa\n11/15/23, 7:49 PM\n(Council Rule 34. Postponement Deadline 1/19/24).\n(Referred to the Governmental Affairs Committee).\n(Governmental Affairs Committee recommended approval).\nADOPTED.\nSpeaker:\nMichael Burnside\nLO M-23-436\n43. MOTION - NO. M-23-452 - BY: COUNCILMEMBER HARRIS (BY REQUEST).\nBrief:\nRatifying, confirming and approving the Mayor's appointment of Tim Spratt, representing the District\nB, (vice Dow M. Edwards) as a member of the Central Business District Historic District Landmarks\nCommission, effective upon approval by the Council of the City of New Orleans, for a term that will\nexpire on June 30, 2026.\nAnnotation:\n(Council Rule 34. Postponement Deadline 2/2/24).\n(Questionnaire received).\n(Governmental Affairs Committee recommended approval).\nADOPTED.\nM-23-452\n44. MOTION - NO. M-23-453 - BY: COUNCILMEMBER HARRIS (BY REQUEST).\nBrief:\nRatifying, confirming and approving the Mayor's appointment of Gregory Curtis, representing the\nDowntown Development District (vice Nicole DePietro) as a member of the Central Business District\nHistoric District Landmarks Commission, effective upon approval by the Council of the City of New\nOrleans, for a term that will expire on June 30, 2026.\nAnnotation:\n(Council Rule 34. Postponement Deadline 2/2/24).\n(Questionnaire received).\n(Governmental Affairs Committee recommended approval).\nADOPTED.\nM-23-453\n45. MOTION - NO. M-23-456 - BY: COUNCILMEMBER THOMAS (BY REQUEST).\nBrief:\nRatifying, confirming and approving the Mayor's appointment of Patrice Sentino (vice Torin Sanders),\nas a member of the Ethics Review Board, effective upon approval by the Council of the City of New\nOrleans, for a term that will expire on June 30, 2024.\nAnnotation:\n(Council Rule 34. Postponement Deadline 2/2/24). (Questionnaire received).\n(Governmental Affairs Committee recommended approval).\nADOPTED.\nM-23-456\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4684&doc_id=be1a77b2-79a4-11ee-852f-0050569183fa\n18/58", - "page_number": 18 + "page_content": "- Topic: Zoning Docket No. 1/23\n- Summary: Request for a Text Amendment to the Comprehensive Zoning Ordinance to modify the Residential Short Term Rental regulations to bring them into compliance with the decision by the United States Court of Appeals for the Fifth Circuit, including various measures and adjustments.\n- Ordinance Number: ZD NO. 1/23\n- Votes Summary:\n Vote 1: Continued to the meeting of 3/9/23\n- Decision/Key Actions: The motion was continued to the next meeting for further discussion and consideration.\n- UID: a78c70b2-7be1-4c89-9fea-24e9ff156d73\n\n- Topic: Zoning Docket No. 2/23\n- Summary: Requesting a Text Amendment to the Comprehensive Zoning Ordinance to modify the Residential Short Term Rental regulations to bring them into compliance with the decision by the United States Court of Appeals for the Fifth Circuit, including various measures and adjustments.\n- Ordinance Number: ZD NO. 2/23\n- Votes Summary:\n Vote 1: Not Available\n- Decision/Key Actions: The voting outcome was not available.\n- UID: a78c70b2-7be1-4c89-9fea-24e9ff156d73", + "uid": "a78c70b2-7be1-4c89-9fea-24e9ff156d73", + "publish_date": "2-16-2023", + "page_number": 21, + "title": "Regular City Council Minutes 2-16-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4684&doc_id=be1a77b2-79a4-11ee-852f-0050569183fa\n11/15/23, 7:49 PM\n46. MOTION - NO. M-23-457 - BY: COUNCILMEMBERS KING AND HARRIS (BY REQUEST).\nBrief:\nAdding the President of the Council as a signatory to the Amendment to the bid contract between the\nCity of New Orleans and Kellermeyer Bergenson Services, LLC; and authorizing the President of the\nCouncil to sign the Amendment to the bid contract between the City of New Orleans and Kellermeyer\nBergenson Services, LLC (Exhibit A).\nAnnotation:\n(Council Rule 34. Postponement Deadline 2/2/24).\n(Public Works Committee recommended approval).\nADOPTED.\nM-23-457\n47. MOTION TO ADOPT CONSENT AGENDA AND REFER OTHER MATTERS TO THE PROPER\nAGENCY.\nMOVED BY:\nMoreno\nMorrell\nSECONDED BY:\nAdopt Consent Agenda\nACTION:\nGiarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7\nYEAS:\nNAYS:\n0\nABSTAIN:\n0\nABSENT:\n0\nRECUSED:\n0\nAND THE MOTION PASSED.\n48. AND THE CONSENT AGENDA WAS ADOPTED.\n47. RESOLUTION - NO. R-23-459 - BY: COUNCILMEMBERS MORENO, MORRELL, THOMAS,\nGIARRUSSO, HARRIS, KING AND GREEN\nBrief:\nA RESOLUTION proclaiming October 10, 2023 as Black Brewers Day and encouraging residents of\nNew Orleans to observe this day to celebrate and acknowledge the contributions of Black brewers in\nNew Orleans and throughout our nation.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 2/2/24).\nR-23-259\nSpeaker:\nJon Renthrope\nMOVED BY:\nMoreno\nSECONDED BY:\nMorrell\nACTION:\nAdopt\nGiarrusso, Green, Harris, King, Moreno, Morrell - 6\nYEAS:\nNAYS:\n0\nABSTAIN:\nThomas - 1\nABSENT:\nRECUSED:\n0\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4684&doc_id=be1a77b2-79a4-11ee-852f-0050569183fa\n19/58", - "page_number": 19 + "page_content": "- Topic: Zoning Docket No. 6/23 - CCW Properties\n- Summary: Request for a Conditional Use permit for live entertainment in a brewery in an MU-1 Medium Intensity Mixed-Use District. The City Planning Commission recommended \"FOR APPROVAL\", subject to two provisos.\n- Ordinance Number: ZD NO. 6/23\n- Votes Summary:\n - Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: Conditional Use request approved with two provisos for the property located at 3033 Tchoupitoulas Street.\n- Tags/Keywords: Conditional Use, Brewery, Live Entertainment, Zoning Docket, City Planning Commission\n- UID: 3fe80222-0755-41ce-8ba5-698072cb6992\n\nNote: The ordinance for Zoning Docket No. 6/23 - CCW Properties was approved with 7 yeas and 0 nays.", + "uid": "3fe80222-0755-41ce-8ba5-698072cb6992", + "publish_date": "2-16-2023", + "page_number": 22, + "title": "Regular City Council Minutes 2-16-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4684&doc_id=be1a77b2-79a4-11ee-852f-0050569183fa\n11/15/23, 7:49 PM\nAND THE MOTION PASSED.\nREGULAR AGENDA\n31. CAL.NO. 34,403 - BY: COUNCILMEMBERS HARRIS, MORRELL, MORENO, GIARRUSSO,\nKING AND GREEN\nBrief:\nAn Ordinance to authorize the placement of honorary street dedication signage for Henry ?Professor\nLonghair? Roeland Byrd, along the 1600, 1700, and 1800 blocks of Terpsichore Street, from St.\nCharles Avenue to Oretha Castle Haley Boulevard; and otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 1/19/24).\n34403 - 29670 M.C.S.\nMOVED BY:\nHarris\nSECONDED BY:\nGiarrusso\nACTION:\nAdopt\nGiarrusso, Green, Harris, King, Moreno, Morrell - 6\nYEAS:\nNAYS:\n0\nABSTAIN:\n0\nABSENT:\nThomas - 1\nRECUSED:\n0\nAND THE MOTION PASSED.\n12. LEGISLATIVE GROUPING\n12a. ZONING DOCKET NO. 45/23 - CITY COUNCIL MOTION M-23-162\nBrief:\nRequesting an amendment to the text of the Comprehensive Zoning Ordinance to modify Article 18,\nSection 18.30, the University Area Off-Street Parking Overlay District, the intent of which is to require\noff-street vehicular parking for certain increases in the number of existing bedrooms and bathrooms,\n(i) to expand the area of applicability to include additional neighborhoods, including parts of\nneighborhoods bounded by Front Street, Jefferson Avenue, South Claiborne Avenue, Toledano Street,\nEarhart Boulevard and South Carrollton Avenue; (ii) redefine \"bedroom\" to include a window or a\ndoor that opens to a space other than another sleeping room, bathroom or toilet room, and require that\nevery shared bedroom be at least 50 sq. ft. for each occupant; (iii) lower the threshold for off-street\nparking requirement for new construction or renovations from four bedrooms and three bathrooms to\nthree bedrooms and two bathrooms; (iv) redefine \"full bathroom\" to include a bathtub and/or shower;\n(v) require new construction or renovation to include a common room which cannot be a bedroom;\n(vi) require that new parking spaces be a minimum of 8 1/2 feet wide by 18 feet long; (vii) prohibit\ntandem parking; (viii) recognize possible shared parking arrangements between adjacent lots; and (ix)\nprohibit the raising of structures to accommodate off-street parking. The proposed text changes would\naffect properties located in the area generally bounded by: Cecil Street to Monticello Avenue,\nMonticello Avenue, to Leake Avenue, to River Drive, to Riverview Drive, to East Drive, to\nTchoupitoulas Street, turning south on State Street, turning east on Front Street, turning north on\nNashville Street, turning east on Tchoupitoulas, turning north on Jefferson Avenue, turning east on\nSouth Claiborne Avenue, turning north on Toledano Street, connecting to Washington Avenue, turning\neast on Earhart Boulevard, turning north on South Carrollton Avenue, turning east on Tulane\nAvenue/Airline Highway connecting to Palmetto Street, to Northline Street, to Monticello Avenue, to\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4684&doc_id=be1a77b2-79a4-11ee-852f-0050569183fa\n20/58", - "page_number": 20 + "page_content": "- Topic: Reporting Requirements for Department of Finance\n- Summary: Ordinance to establish reporting requirements for the Department of Finance, including statements to be issued alongside each payment to a security and improvement district, and an annual financial report to be transmitted to the City Council.\n- Ordinance Number: CAL. NO. 33,893\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The motion passed.\n- Tags/Keywords: Reporting requirements, Department of Finance, financial report\n- UID: 982be99a-aee5-4196-8232-8b39dfa3aafd\n\n- Topic: Funding for Mayor's Office of Workforce Development\n- Summary: Ordinance to appropriate funds to the Mayor's Office of Workforce Development for an increase in youth participants.\n- Ordinance Number: CAL. NO. 34,020\n- Votes Summary:\n Vote 1: Recommended approval with amendment - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The motion was recommended for approval with an amendment.\n- Tags/Keywords: Mayor's Office of Workforce Development, funding, youth participants\n- UID: 982be99a-aee5-4196-8232-8b39dfa3aafd\n\n- Topic: Amendment to Ordinance No. 34,020\n- Summary: Amendment to replace the figure \"$1,900,000\" with \"$2,100,000\" in multiple instances.\n- Ordinance Number: Amendment to CAL. NO. 34,020\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: N/A\n- Tags/Keywords: Amendment, funding adjustment\n- UID: 982be99a-aee5-4196-8232-8b39dfa3aafd", + "uid": "982be99a-aee5-4196-8232-8b39dfa3aafd", + "publish_date": "2-16-2023", + "page_number": 23, + "title": "Regular City Council Minutes 2-16-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4684&doc_id=be1a77b2-79a4-11ee-852f-0050569183fa\n11/15/23, 7:49 PM\nCecil Street. The recommendation of the City Planning Commission being \"FOR DENIAL\".\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Cms. Giarrusso and Harris, Districts A and B, Cn. Deadline 10/23/23).\nHEARING HELD.\nZD NO. 45/23\n12b. MOTION - NO. M-23-471 - BY: COUNCILMEMBERS GIARRUSSO AND HARRIS\nBrief:\nOverruling and granting the applicant's request on ZD NO. 45/23.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 2/2/24).\nM-23-471\nSpeakers:\nPierre G. Walker\nMonique Blossom\nRon Loesel\nE-Comments:\nRep. Aimee Freeman\nKenneth Gelpi\nSusan Kohn\nJill Fitzpatrick\nMOVED BY:\nGiarrusso\nSECONDED BY:\nHarris\nACTION:\nAdopt\nGiarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7\nYEAS:\nNAYS:\n0\nABSTAIN:\n0\nABSENT:\n0\nRECUSED:\n0\nAND THE MOTION PASSED.\n13. ZONING DOCKET NO. 55/23 - CITY COUNCIL MOTION NO. M-23-227\nBrief:\nRequesting an Amendment to the text of the Comprehensive Zoning Ordinance to expand community\nsolar opportunities with the following consideration: i. Consider defining a \"Community Solar Project\"\nas \"a solar energy system constructed and operated by a public or private entity that connects directly\nto the electricity distribution network, and converts solar energy into electricity and/or stores energy\nfor the primary purpose of serving electric demands offsite from the facility. Community solar\nprojects may allow multiple local subscribers to purchase or lease ownership shares or a percentage\nof the power produced on the site.\" ii. Consider creating accessory use standards for \"Community\nSolar Projects,\" which may include minimum lot size requirements, setbacks, design standards,\nand/or landscaping requirements. iii. Consider amending Article 21.6.J of the Comprehensive Zoning\nOrdinance to read as follows: \"1. A collective alternative energy system such as a community solar\nproject, wind energy system, or geothermal energy system is permitted to be constructed upon one or\nmore properties owned by a neighborhood organization, homeowners association, institutional\ncampus, religious institution, non-profit organization, or a public entity. Collective alternative energy\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4684&doc_id=be1a77b2-79a4-11ee-852f-0050569183fa\n21/58", - "page_number": 21 + "page_content": "- Topic: Amendment to Operating Budget for Mayor's Office of Workforce Development\n- Summary: The ordinance aimed to amend the Operating Budget of Expenditures for the City of New Orleans for the Year 2023 to appropriate funds to the Mayor's Office of Workforce Development, specifically for an increase in youth participants.\n- Ordinance Number: 29335 M.C.S. AS AMENDED\n- Votes Summary:\n Vote 1: Amendment - Passed - (YEAS: 7, NAYS: 0, ABSTAIN: 0, ABSENT: 0)\n Vote 2: As Amended - Passed - (YEAS: 7, NAYS: 0, ABSTAIN: 0, ABSENT: 0)\n- Decision/Key Actions: The ordinance was passed after being amended to appropriate additional funds to the Mayor's Office of Workforce Development.\n- Tags/Keywords: Operating Budget, Mayor's Office of Workforce Development, Youth Participants\n- UID: 9ed78dfa-b767-4cce-b604-40e3473455da", + "uid": "9ed78dfa-b767-4cce-b604-40e3473455da", + "publish_date": "2-16-2023", + "page_number": 24, + "title": "Regular City Council Minutes 2-16-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4684&doc_id=be1a77b2-79a4-11ee-852f-0050569183fa\n11/15/23, 7:49 PM\nsystems shall be permitted as accessory use for the purpose of serving electric demands on-stie or\noffsite from, but related to, the facility. 2. A collective alternative energy system may be constructed\non one or more contiguous lots owned by a neighborhood organization, homeowners association,\ninstitutional campus, religious institution, non-profit organization, or a public entity. Where collective\nalternative energy systems are constructed on two or more contiguous lots, all owners shall agree to\nsuch arrangement. The agreement shall be recorded as a \"collective alternative energy servitude\" on\neach plat survey to grant access to all participants to maintain equipment. A management plan shall\nbe submitted and servitude recorded. The management plan shall clearly detail the relationship\nbetween the accessory Collective Alternative Energy System use and the related on-site or off-site\nprincipal use or uses. 3. Collective Alternative Energy Systems shall be built in accordance with\naccessory use standards for the particular type of energy system used, as described in this section. A\nmanagement plan shall be submitted to the Department of Safety and Permits. The management plan\nshall clearly detail the relationship between the accessory Collective Alternative Energy System use\nand the related on-site or off-site principal use or uses.\" Motion No. M-23-227 also waived the\nNeighborhood Participation Program. The proposed text amendment would affect regulations that are\napplied to all Zoning districts. The recommendation of the City Planning Commission being \"FOR\nAPPROVAL\".\nAnnotation:\nSUBMITTED ELECTRONICALLY. (Cms. All, Cn. Deadline 11/20/23).\nCONTINUED TO THE MEETING OF 10/19/23.\nZD NO. 55/23\nCOMMUNICATION - FROM MICHAEL D. BALLARD, JR ., AIA NCARB, FIRMORA, LLC\n1.\nBrief:\nRequesting to appeal the parking requirements established by the University Area Off-Street Parking\nInterim Zoning District (IZD), for property located at 8500 Spruce Street.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Hearing Date Set For 10/19/23).\nMOVED BY:\nHarris\nSECONDED BY:\nKing\nReceive\nACTION:\nGiarrusso, Harris, King, Moreno, Morrell, Thomas - 6\nYEAS:\nNAYS:\n0\nABSTAIN:\nGreen - 1\nABSENT:\nRECUSED:\n0\nAND THE MOTION PASSED.\nHarris\nMOVED BY:\nSECONDED BY:\nMoreno\nAdd Item to Agenda\nACTION:\nGiarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7\nYEAS:\nNAYS:\n0\nABSTAIN:\n0\nABSENT:\nRECUSED:\n0\nAND THE MOTION PASSED.\nLEGISLATIVE GROUPING\n1.\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4684&doc_id=be1a77b2-79a4-11ee-852f-0050569183fa\n22/58", - "page_number": 22 + "page_content": "- Topic: Amendment to Capital Budget for 2023\n- Summary: The ordinance aimed to amend and re-ordain the Capital Budget for the Year 2023, reallocating funds from various departments to others. The amendment passed after being moved and seconded by council members Moreno and King.\n- Ordinance Number: 29336\n- Votes Summary:\n Vote 1: Amendment - Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n Vote 2: As Amended - Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance was passed after amendments to the figures in the budget.\n- Tags/Keywords: Capital Budget, Amendment, Re-allocation of funds\n- UID: a9d54836-602a-4309-a3a2-99e6fbb25b09", + "uid": "a9d54836-602a-4309-a3a2-99e6fbb25b09", + "publish_date": "2-16-2023", + "page_number": 25, + "title": "Regular City Council Minutes 2-16-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4684&doc_id=be1a77b2-79a4-11ee-852f-0050569183fa\n11/15/23, 7:49 PM\nla. HDLC APPEAL - OF PETER CONNICK, WILLIAM P. CONNICK, JR ., MILLER SULLIVAN\nAND DEMARCAY\nBrief:\nRequesting to appeal the Historic District Landmarks Commission's decision of \"denial\" of the\napplication for demolition of a Contributing rated, two-story warehouse building to grade for property\nlocated at 1031 Annunciation Street\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Cm. Harris, District B, Cn. Deadline 11/5/23).\n(Communication received at the meeting of 9/21/23).\n(Report received on today's Consent Agenda).\nHEARING HELD.\nHDLC Appeal - Peter Connick - 1031 Annunciation Street\n1b. MOTION - NO. M-23-468 - BY: COUNCILMEMBER HARRIS\nBrief:\nOverruling and granting the applicant's request for the property located at 1031 Annunciation Street.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 2/2/24).\nM-23-468\nSpeaker:\nMarynell Nolan-Wheatley\nMOVED BY:\nHarris\nSECONDED BY:\nMorrell\nACTION:\nAdopt\nGiarrusso, Harris, King, Morrell, Thomas - 5\nYEAS:\nNAYS:\n0\nABSTAIN:\n0\nGreen, Moreno - 2\nABSENT:\nRECUSED:\n0\nAND THE MOTION PASSED.\nLEGISLATIVE GROUPING\n2.\nHDLC APPEAL - OF ZACH SMITH, ZACHARY SMITH, OWNER, ZACH\nSMITH\n2a.\nCONSULTING & DESIGN\nBrief:\nRequesting to appeal the Historic District Landmarks Commission's decision of \"denial\" for new\nstanding seam metal roofing at the primary church building based on the HDLC Guidelines which note\nthat metal roofing may not be an appropriate option at roofs with high visibility from the surrounding\npublic right of way or where the original roof material was likely slate for property located at 2624\nBurgundy Street.\nAnnotation:\nELECTRONICALLY SUBMITTED.\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4684&doc_id=be1a77b2-79a4-11ee-852f-0050569183fa\n23/58", - "page_number": 23 + "page_content": "- Topic: Amendments to Ordinance Cal. No. 34,025\n- Summary: The amendments proposed by Councilmember Giarrusso focused on deleting specific words and figures related to the Department of Sanitation and bond funds, ultimately altering the financial allocations in the ordinance.\n- Ordinance Number: 34025 - 29338\n- Votes Summary:\n - Vote 1: Amendment - Passed - (6 YEAS, 0 NAYS)\n- Decision/Key Actions: The proposed amendments to the ordinance were approved by the council members.\n- Tags/Keywords: Ordinance Amendments, Department of Sanitation, Bond Funds\n- UID: cf1d7ec7-f158-4bc3-af75-f1e9834dbba5", + "uid": "cf1d7ec7-f158-4bc3-af75-f1e9834dbba5", + "publish_date": "2-16-2023", + "page_number": 26, + "title": "Regular City Council Minutes 2-16-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4684&doc_id=be1a77b2-79a4-11ee-852f-0050569183fa\n11/15/23, 7:49 PM\n(Cm. King, District C, Cn. Deadline 11/5/23).\n(Communication received at the meeting of 9/21/23).\nHEARING HELD.\nHDLC Appeal - Zach Smith - 2624 Burgundy Street\n2b. MOTION - NO. M-23-473 - BY: COUNCILMEMBER KING\nBrief Granting the applicant's request for the property located at 2624 Burgundy Street, subject to the\nfollowing provisos: 1. The standing seam metal roof color shall be limited to a dark shade gray, black\nor bronze in a less reflective finish; and 2. The details of the metal roof shall be approved by the\nHDLC staff.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 2/2/24).\nM-23-473\nSpeaker:\nRon Loesel\nMOVED BY:\nKing\nSECONDED BY:\nGiarrusso\nACTION:\nAdopt\nGiarrusso, King, Moreno, Morrell, Thomas - 5\nYEAS:\nNAYS:\n0\nABSTAIN:\n0\nGreen, Harris - 2\nABSENT:\nRECUSED:\n0\nAND THE MOTION PASSED.\nHDLC APPEAL - OF ALEXANDER ADAMICK, M. ARCH, AIA, NCARB, PRINCIPAL\n3.\nARCHITECT, ADAMICK ARCHITECTURE\nBrief:\nRequesting to appeal the Historic District Landmarks Commission's decision of \"denial\" of the\napplication for demolition of a Contributing rated, raised-basement, two-family building through\nraising the building for properties located at 3530 Carondelet Street, 1641 Foucher Street and 1645\nFoucher Street.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Cm. Harris, District B, Cn. Deadline 11/5/23).\n(Communication received at the meeting of 9/21/23).\nCONTINUED TO THE MEETING OF 10/19/23.\nHDLC Appeal - Alexander Adamick - 3530 Carondelet St 1641 Foucher St 1645 Foucher St (4).\nLEGISLATIVE GROUPING\n4.\nHDLC APPEAL - FROM JOSEPHINE CANGELOSI\n4a.\nBrief:\nRequesting to appeal the Historic District Landmarks Commission's decision of \"approval\" of the\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4684&doc_id=be1a77b2-79a4-11ee-852f-0050569183fa\n24/58", - "page_number": 24 + "page_content": "- Topic: Amendment to Default Penalty for Violations of the Code\n- Summary: Ordinance to amend and reordain section 1-13 to the Code of the City of New Orleans to increase the default penalty for violations of the Code; the motion passed, as amended.\n- Ordinance Number: CAL. NO. 34,043\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The default penalty for violations of the Code will be increased.\n- Tags/Keywords: Amendment, Penalty, Code Violations\n- UID: 804cf927-bcfb-4866-b7e5-29bacc63aad9\n\n- Topic: Parking Attendants Requirement for Special Events\n- Summary: Ordinance to add section 26-487 to the Code of the City of New Orleans to require parking attendants in certain parking lots during certain special events; the motion was continued to the meeting of 3/9/23.\n- Ordinance Number: CAL. NO. 34,044\n- Votes Summary: Not applicable\n- Decision/Key Actions: The requirement for parking attendants is pending further discussion and decision in the next meeting.\n- Tags/Keywords: Parking Attendants, Special Events, Parking Lots\n- UID: 804cf927-bcfb-4866-b7e5-29bacc63aad9\n\n- Topic: Increase in Pedicab CPNCs\n- Summary: Ordinance to amend and reordain Sections 162-1656 and 162-1669 of the Code of the City of New Orleans to increase the total number of pedicab CPNCs to be issued; the motion passed.\n- Ordinance Number: CAL. NO. 34,045\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The total number of pedicab CPNCs to be issued will be increased.\n- Tags/Keywords: Pedicab, CPNCs, Code Amendment\n- UID: 804cf927-bcfb-4866-b7e5-29bacc63aad9", + "uid": "804cf927-bcfb-4866-b7e5-29bacc63aad9", + "publish_date": "2-16-2023", + "page_number": 27, + "title": "Regular City Council Minutes 2-16-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4684&doc_id=be1a77b2-79a4-11ee-852f-0050569183fa\n11/15/23, 7:49 PM\napplication for retention of demolition without a Certificate of Appropriateness and to levy a fine of\n$42,465.00 for the unpermitted demolition property located at 1547 Leda Street.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Cm. Giarrusso, District A, Cn. Deadline 11/5/23).\n(Communication received at the meeting of 9/21/23).\n(Report received on today's Consent Agenda).\nHEARING HELD.\nHDLC Appeal - Josephine Cangelosi 1547 Leda Street\nMOTION - NO. M-23-460 - BY: COUNCILMEMBER GIARRUSSO\n4b.\nBrief:\nDenying the applicant's request for the property located at 1547 Leda Street.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 2/2/24).\nM-23-460\nSpeaker:\nJosephine Cangelosi\nMOVED BY:\nGiarrusso\nSECONDED BY:\nHarris\nACTION:\nAdopt\nGiarrusso, Harris, King, Moreno, Morrell - 5\nYEAS:\nNAYS:\n0\nABSTAIN:\n0\nGreen, Thomas - 2\nABSENT:\nRECUSED:\n0\nAND THE MOTION PASSED.\nLEGISLATIVE GROUPING\n5.\nHDLC APPEAL - OF PAULO ROSA ON BEHALF OF ROGER'S CONSTRUCTION, LLC\n5a.\nBrief:\nRequesting to appeal the Historic District Landmarks Commission's decision of \"denial\" of the\nretention of the fiber cement paneling at the front facade of the storefront building, the left-side\nelevation, and the right-side elevation beyond the first downspout at the elevation for property located\nat 4016 St. Claude Avenue.\nAnnotation:\nELECTRONICALLY SUBMITTED\n(Cm. King, District C, Cn. Deadline 11/5/23).\n(Communication received at the meeting of 9/21/23).\n(Report received on today's Consent Agenda).\nHEARING HELD.\nHDLC Appeal - Paulo Rosa - 4016 St Claude Avenue\n5b. MOTION - NO. M-23-474 - BY: COUNCILMEMBER KING\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4684&doc_id=be1a77b2-79a4-11ee-852f-0050569183fa\n25/58", - "page_number": 25 + "page_content": "- Topic: Inspection of Multi-Family Housing Units\n- Summary: The ordinance aims to establish section 26-80 of the Code of the City of New Orleans related to inspections of multi-family housing units with ten or more units in the event of a violent crime incident on the premises. The motion to adopt the ordinance passed with 6 YEAS and 0 NAYS.\n- Ordinance Number: 34045\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance was adopted.\n- UID: aa15e722-b3c3-11ed-8145-0050569183fa\n\n- Topic: Cooperative Endeavor Agreement with Lakeview Crime Prevention District\n- Summary: This ordinance authorizes the Mayor of the City of New Orleans to enter into a new Cooperative Endeavor Agreement with Lakeview Crime Prevention District to aid in crime prevention and increase the presence of law enforcement personnel in the district. The motion to adopt the ordinance passed, but the details of the vote are not provided in the summary.\n- Ordinance Number: 34047\n- Votes Summary: Not provided\n- Decision/Key Actions: The ordinance was adopted.\n- UID: 1ab91f1f-5f1f-4370-aa20-e913552a3867", + "uid": "1ab91f1f-5f1f-4370-aa20-e913552a3867", + "publish_date": "2-16-2023", + "page_number": 28, + "title": "Regular City Council Minutes 2-16-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4684&doc_id=be1a77b2-79a4-11ee-852f-0050569183fa\n11/15/23, 7:49 PM\nBrief:\nGranting the applicant's request for the property located at 4016 St. Claude Avenue.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 2/2/24).\nM-23-474\nMOVED BY:\nKing\nSECONDED BY:\nMoreno\nAdd Item to Agenda\nACTION:\nHarris, King, Moreno, Morrell, Thomas - 5\nYEAS:\nNAYS:\n0\nABSTAIN:\n0\nABSENT:\nGiarrusso, Green - 2\nRECUSED:\n0\nAND THE MOTION PASSED.\nLEGISLATIVE GROUPING\n6.\n6a. HDLC APPEAL - OF LIZA DRENNON\nBrief:\nRequesting to appeal the Historic District Landmarks Commission's decision of \"denial\" of the\nretention of guardrails put around the porch and the gate to protect the children who will be attending\nthe new preschool for property located at 342 Olivier Street.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Cm. King, District C, Cn. Deadline 11/5/23).\n(Communication received at the meeting of 9/21/23).\n(Report received on today's Consent Agenda).\nHEARING HELD.\nHDLC Appeal - Lisa Drenon - 342 Olivier St\n6b. MOTION - NO. M-23-475 - BY: COUNCILMEMBER KING\nBrief:\nGranting the applicant's request for the property located at 342 Olivier Street.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 2/2/24).\nM-23-475\nSpeakers:\nLiza Drennon\nLogan Lenford\nJohnice Katz\nMichael Burnside\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4684&doc_id=be1a77b2-79a4-11ee-852f-0050569183fa\n26/58", - "page_number": 26 + "page_content": "- Topic: Cooperative Endeavor Agreement with Total Community Action, Inc.\n- Summary: The ordinance authorizes the Mayor to enter into a Cooperative Endeavor Agreement with Total Community Action, Inc. to address food insecurity and improve health in low-income neighborhoods. The motion passed with 5 YEAS and 0 NAYS.\n- Ordinance Number: CAL. NO. 34,048\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: Authorization for the Mayor to enter into the Cooperative Endeavor Agreement\n- Tags/Keywords: Food insecurity, Cooperative Endeavor Agreement, Public health\n- UID: 5a269ab8-a3c7-4247-83d1-6a26227279ab\n\n- Topic: Cooperative Endeavor Agreement with Orleans Public Defenders\n- Summary: The ordinance authorizes the Mayor to enter into a Cooperative Endeavor Agreement with Orleans Public Defenders to assist in providing legal services to indigent persons in criminal proceedings. The motion passed with 5 YEAS and 0 NAYS.\n- Ordinance Number: CAL. NO. 34,049\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: Authorization for the Mayor to enter into the Cooperative Endeavor Agreement\n- Tags/Keywords: Legal services, Indigent persons, Cooperative Endeavor Agreement\n- UID: 5a269ab8-a3c7-4247-83d1-6a26227279ab", + "uid": "5a269ab8-a3c7-4247-83d1-6a26227279ab", + "publish_date": "2-16-2023", + "page_number": 29, + "title": "Regular City Council Minutes 2-16-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4684&doc_id=be1a77b2-79a4-11ee-852f-0050569183fa\n11/15/23, 7:49 PM\nE-Comments\nLindsay Butler\nMOVED BY:\nKing\nSECONDED BY:\nGreen\nACTION:\nAdopt\nGiarrusso, Green, Harris, King, Moreno - 5\nYEAS:\nNAYS:\n0\nABSTAIN:\n0\nMorrell, Thomas - 2\nABSENT:\nRECUSED:\n0\nAND THE MOTION PASSED.\n7. VCC APPEAL - OF LORETTA KATHERINE HARMON, PRESIDENT, LKHARMON,\nARCHITECTS\nBrief:\nRequesting to appeal the Vieux Carr\u00e9 Commission's decision of \"denial\" to retain painted brick and\nmounted gas heaters for property located at 711 Bourbon Street.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Cm. King, District C, Cn. Deadline, 10/22/23).\n(Communication received at the meeting of 9/7/23).\n(Report received at the meeting of 9/21/23).\nCONITNUED TO THE MEETING OF 10/19/23.\nVCC Appeal - Loretta Katherine Harmon - 711 Bourbon St\nLEGISLATIVE GROUPING\n8.\nUNIVERSITY AREA OFF-STREET PARKING INTERIM ZONING DISTRICT APPEAL - OF\n8a.\nDAVID N. GRIENER, JR. & DIANE E. MIPRO\nBrief:\nRequesting to appeal the parking requirements established by the University Area Off-Street Parking\nInterim Zoning District (IZD), for property located at 4127 Fontainebleau Drive.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Cm. Harris, District B, Cn. Deadline N/A).\n(Communication received at the meeting of 8/24/23).\nHEARING HELD.\nUniversity Area Off-Street Parking- IZD - David N. Griener, Jr. & Diane E. Mipro -\n8b. MOTION - NO. M-23-469 - BY: COUNCILMEMBER HARRIS\nBrief:\nApproving and granting the applicant's request for the property located at 4127 Fontainebleu Drive.\nAnnotation:\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4684&doc_id=be1a77b2-79a4-11ee-852f-0050569183fa\n27/58", - "page_number": 27 + "page_content": "- Topic: Cooperative Endeavor Agreement with Arts Council of New Orleans\n- Summary: An ordinance authorizing the Mayor to enter into a Cooperative Endeavor Agreement with the Arts Council of New Orleans to support the arts through the Community Arts Grants program.\n- Ordinance Number: CAL. NO. 34,050\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance was adopted.\n- Tags/Keywords: Cooperative Endeavor Agreement, Arts Council, Community Arts Grants, Mayor, Public Support for the Arts\n- UID: 627e898d-1073-41cf-a166-b45523245337\n\n- Topic: Emergency Declarations\n- Summary: An ordinance to ordain Article XV of Chapter 2 of the Code of the City of New Orleans, consisting of Section 2-1200, to provide relative to emergency declarations.\n- Ordinance Number: CAL. NO. 34,057\n- Votes Summary:\n Vote 1: Referred to Governmental Affairs Committee\n Vote 2: Continued to the meeting of 4/20/23\n- Decision/Key Actions: The ordinance was referred to a committee and continued to a future meeting.\n- Tags/Keywords: Emergency Declarations, City Code, Governmental Affairs Committee\n- UID: 627e898d-1073-41cf-a166-b45523245337\n\n- Topic: Cooperative Endeavor Agreement with Unspecified Party\n- Summary: An ordinance authorizing the Mayor to enter into a Cooperative Endeavor Agreement with an unspecified party for an undisclosed purpose.\n- Ordinance Number: CAL. NO. 34,058\n- Votes Summary:\n Vote 1: N/A - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: No specific decision outcome mentioned in the minutes.\n- Tags/Keywords: Cooperative Endeavor Agreement, Mayor, Unspecified Party\n- UID: 627e898d-1073-41cf-a166-b45523245337", + "uid": "627e898d-1073-41cf-a166-b45523245337", + "publish_date": "2-16-2023", + "page_number": 30, + "title": "Regular City Council Minutes 2-16-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4684&doc_id=be1a77b2-79a4-11ee-852f-0050569183fa\n11/15/23, 7:49 PM\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 2/2/24).\nM-23-469\nE-Comments:\nDavid Griener\nDiane Griener\nMOVED BY:\nHarris\nSECONDED BY:\nGiarrusso\nACTION:\nAdopt\nGiarrusso, Green, Harris, King, Moreno - 5\nYEAS:\nNAYS:\n0\nABSTAIN:\n0\nMorrell, Thomas - 2\nABSENT:\nRECUSED:\n0\nAND THE MOTION PASSED.\nLEGISLATIVE GROUPING\n9.\nUNIVERSITY AREA OFF-STREET PARKING INTERIM ZONING DISTRICT APPEAL - OF\n9a.\nJAMES OSBORN & MONICA L'ESPERANCE\nBrief:\nRequesting to appeal the parking requirements of the University Area Off-Street Parking Interim\nZoning District, per Article 19 of the City's Comprehensive Zoning Ordinance, as it applies for\nproperty located at 1133 Lowerline Street.\nAnnotation:\nELECTRONICALLY SUBMITTED\n(Cm. Giarrusso, District A, Cn. Deadline N/A).\n(Communication received at the meeting of 9/21/23).\nHEARING HELD.\nUniversity Area Off Street Parking IZD - James Osborn 1133 Lowertline St\n9b. MOTION - NO. M-23-461 - BY: COUNCILMEMBER GIARRUSSO\nBrief:\nGranting and approving the applicant's request for the property located at 1133 Lowerline Street.\nAnnotation:\nELECTRONICALLY SUBMITTED\n(Council Rule 34. Postponement Deadline 2/2/24).\nE-Comment:\nJames Osborn\nM-23-461\nMOVED BY:\nGiarrusso\nSECONDED BY:\nMoreno\nACTION:\nAdopt\nGiarrusso, Green, King, Moreno, Morrell - 5\nYEAS:\nNAYS:\n28/58\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4684&doc_id=be1a77b2-79a4-11ee-852f-0050569183fa", - "page_number": 28 + "page_content": "- Topic: Endeavor Agreement between the City of New Orleans and the New Orleans Redevelopment Authority\n- Summary: The ordinance authorizes a Cooperative Endeavor Agreement for the redevelopment of the former Six Flags/Jazzland site in the City of New Orleans. The agreement is for a term greater than one year and aims to facilitate the public purpose of redevelopment as detailed in the agreement.\n- Ordinance Number: 34058 - 29352 M.C.S.\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The motion to adopt the ordinance passed.\n- UID: b8a542f1-d05b-4e1d-833e-9f99af9c631a\n\n- Topic: Cooperative Endeavor Agreement between the City of New Orleans and The Louisiana Music and Heritage Experience, Inc.\n- Summary: The ordinance authorizes a Cooperative Endeavor Agreement for the preservation and education of the history of music in the City of New Orleans. The agreement is for a term greater than one year and aims to serve the public purpose as detailed in the agreement.\n- Ordinance Number: 34059 - 29353 M.C.S.\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The motion to adopt the ordinance passed.\n- UID: b8a542f1-d05b-4e1d-833e-9f99af9c631a", + "uid": "b8a542f1-d05b-4e1d-833e-9f99af9c631a", + "publish_date": "2-16-2023", + "page_number": 31, + "title": "Regular City Council Minutes 2-16-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4684&doc_id=be1a77b2-79a4-11ee-852f-0050569183fa\n11/15/23, 7:49 PM\nABSTAIN:\nHarris, Thomas - 2\nABSENT:\nRECUSED:\n0\nAND THE MOTION PASSED.\n10. LEGISLATIVE GROUPING\n10a. UNIVERSITY AREA OFF-STREET PARKING INTERIM ZONING DISTRICT APPEAL - OF\nNICOLE WEBRE, WEBRE CONSULTING\nBrief:\nRequesting to appeal the University Area Interim Off-Street Parking Zoning District for property\nlocated at 5517 S. Rocheblave Street.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Cm. Giarrusso, District A, Cn. Deadline N/A).\n(Communication received at the meeting of 9/21/23).\nHEARING HELD.\nUniversity Area IZD - Nicole Webre 5517 S. Rocheblave\n10b. MOTION - NO. M-23-462 - BY: COUNCILMEMBER GIARRUSSO\nBrief:\nGranting and approving the applicant's request for property located at 5517 S. Rocheblave Street.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 2/2/24).\nM-23-462\nSpeaker:\nNicole Webre (Did not speak)\nMOVED BY:\nGiarrusso\nSECONDED BY:\nGreen\nAdopt\nACTION:\nGiarrusso, Green, Harris, King, Morrell - 5\nYEAS:\nNAYS:\n0\nABSTAIN:\n0\nMoreno, Thomas - 2\nABSENT:\nRECUSED:\n0\nAND THE MOTION PASSED.\n11. LEGISLATIVE GROUPING\n11a. ZONING DOCKET NO. 37/23 - HEBP HOLDINGS, LLC\nBrief:\nRequesting a Conditional Use to permit a mini-warehouse in an HU-MU Historic Urban\nNeighborhood Mixed-Use District, located on Square 173, Lots 1, 2, 3, and 4 or Lots 12, 13, 14, and\n15, in the Fifth Municipal District, bounded by Newton Street, L.B. Landry Avenue, Diana Street, and\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4684&doc_id=be1a77b2-79a4-11ee-852f-0050569183fa\n29/58", - "page_number": 29 + "page_content": "- Topic: Executive Session for Litigation Discussion\n- Summary: The council convened in an executive session to discuss litigation related to the case of Hignell-Stark, et al. v. City of New Orleans. The session was held as per the Louisiana Revised Statute, and the motion to enter executive session passed with 5 YEAS and 0 NAYS.\n- Ordinance Number: N/A\n- Votes Summary:\n - Vote 1: Enter Executive Session - Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The council entered the executive session as planned to discuss the mentioned litigation.\n- Tags/Keywords: Litigation, Executive Session, Louisiana Revised Statute, Hignell-Stark case\n- UID: 4152154e-57a7-42af-ae8c-d383db39072c\n\n- Topic: Council Reconvening\n- Summary: After the executive session, the council reconvened with seven members present, constituting a quorum.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: The council reconvened with a quorum present.\n- Tags/Keywords: Council Meeting, Reconvening, Quorum\n- UID: 4152154e-57a7-42af-ae8c-d383db39072c", + "uid": "4152154e-57a7-42af-ae8c-d383db39072c", + "publish_date": "2-16-2023", + "page_number": 32, + "title": "Regular City Council Minutes 2-16-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4684&doc_id=be1a77b2-79a4-11ee-852f-0050569183fa\n11/15/23, 7:49 PM\nLebeuf Street (Municipal Address: 1531 Newton Street). The recommendation of the City Planning\nCommission being \"FOR APPROVAL\", subject to three (3) provisos.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Cm. King, District C, Cn. Deadline 10/9/23).\nHEARING HELD.\nZD NO. 37/23\n11b. MOTION (LYING OVER) - NO. M-23-389 - BY: COUNCILMEMBER KING\nBrief:\nDenying the applicant's Conditional Use request on ZD NO. 37/23.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/22/23).\nLO M-23-389\n11c. MOTION - NO. M-23-476 - BY: COUNCILMEMBER KING\nBrief:\nApproving and granting the applicant's Conditional Use request on ZD NO. 37/23 for the property\nlocated at 1531 Newton Street, subject to three (3) provisos included in the City Planning\nCommission's staff report.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 2/2/24).\nWITHDRAWN.\nM-23-476\n11b. MOTION (LYING OVER) - NO. M-23-389 - BY: COUNCILMEMBER KING\nBrief:\nDenying the applicant's Conditional Use request on ZD NO. 37/23.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 12/22/23).\nLO M-23-389\nMOVED BY:\nKing\nSECONDED BY:\nGiarrusso\nAdopt\nACTION:\nGiarrusso, Green, Harris, King, Moreno, Morrell - 6\nYEAS:\nNAYS:\n0\n0\nABSTAIN:\nThomas - 1\nABSENT:\nRECUSED:\n0\nAND THE MOTION PASSED.\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4684&doc_id=be1a77b2-79a4-11ee-852f-0050569183fa\n30/58", - "page_number": 30 + "page_content": "- Topic: Amendment to Section 54-28 and Section 54-338 of the Code of the City of New Orleans\n - Summary: The ordinance aims to allow for custodial arrest for adults for the careless storage of a firearm resulting in injury or death caused by a minor, and to provide penalties for failing to secure a firearm obtained by a minor. The ordinance was continued to the meeting of 3/9/23.\n - Ordinance Number: 34062\n - Votes Summary:\n Vote 1: N/A - (Continued to the meeting of 3/9/23)\n - Decision/Key Actions: Continued to the meeting of 3/9/23\n - Tags/Keywords: Custodial arrest, firearm storage, penalties, minors\n - UID: 6972c351-6f33-49ec-a6ac-0f729bcad96d\n\n- Topic: Amendment to Section 54-357 of the Code of the City of New Orleans\n - Summary: The ordinance seeks to increase the penalty for not reporting lost and stolen firearms. An amendment was proposed to specify the time frame within which the owner of a lost or stolen firearm must report the loss or theft to the New Orleans Police Department. The amendment was electronically submitted and postponed to 6/16/23.\n - Ordinance Number: 34063\n - Votes Summary:\n Vote 1: N/A - (Postponed to 6/16/23)\n - Decision/Key Actions: Amended and postponed to 6/16/23\n - Tags/Keywords: Penalty increase, reporting, lost or stolen firearms\n - UID: 6972c351-6f33-49ec-a6ac-0f729bcad96d", + "uid": "6972c351-6f33-49ec-a6ac-0f729bcad96d", + "publish_date": "2-16-2023", + "page_number": 33, + "title": "Regular City Council Minutes 2-16-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4684&doc_id=be1a77b2-79a4-11ee-852f-0050569183fa\n11/15/23, 7:49 PM\n14. ZONING DOCKET NO. 56/23 - CITY COUNCIL MOTION NO. M-23-231\nBrief:\nRequesting an Amendment to the text of the Comprehensive Zoning Ordinance to amend the permitted\nand conditional use tables in Article 14, Table 14-1, to disallow the following residential uses currently\nallowed in the S-LM Lake Area Marina District:\n\u00b7 Dwelling, Above the Ground Floor\n\u00b7 Dwelling, Townhouse\n\u00b7 Dwelling, Multi-Family\n\u00b7 Group Home, Small\n\u00b7 Group Home, Large\n\u00b7 Permanent Supportive Housing\nProperties are located in the area generally bounded by Lake Marina Avenue, Lakeshore Drive,\nBreakwater Drive, Lake Pontchartrain, and the 17th Street Canal. (Municipal Addresses: The\nproposed text change would affect the S-LM Lake Area Marina District which is applied to the\narea above). The recommendation of the City Planning Commission being \"FOR APPROVAL\".\nAnnotation:\nSUBMITTED ELECTRONICALLY.\n(Cm. Giarrusso, District A, Cn. Deadline 11/20/23).\nCONTINUED TO THE MEETING OF 10/19/23.\nZD NO. 56/23\n15. LEGISLATIVE GROUPING\n15a. ZONING DOCKET NO. 68/23 - CITY COUNCIL MOTION NO. M-23-318\nBrief:\nRequesting a Conditional Use to permit a small child care center in an S-RS Suburban Single-Family\nResidential District, located in Saint Claire Garden on Square 8, Lots 1 and 2, in the Fifth Municipal\nDistrict, bounded by General Meyer Avenue, General Collins Avenue, Magellan Street, and Richland\nRoad (Municipal Address: 3869 General Meyer Avenue). The recommendation of the City Planning\nCommission being \"FOR APPROVAL\", subject to one (1) waiver and fourteen (14) provisos.\nAnnotation:\nSUBMITTED ELECTRONICALLY.\n(Cm. King, District C, Cn. Deadline 11/20/23).\nHEARING HELD.\nZD NO. 68/23\n15b. MOTION - NO. M-23-477 - BY: COUNCILMEMBER KING\nBrief:\nApproving and granting the applicant's Conditional Use request on ZD NO. 68/23, subject to one (1)\nwaiver and fourteen (14) provisos included in the City Planning Commission's staff report.\nAnnotation:\nELECTRONICALLY SUBMITTED\n(Council Rule 34. Postponement Deadline 2/2/24).\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4684&doc_id=be1a77b2-79a4-11ee-852f-0050569183fa\n31/58", - "page_number": 31 + "page_content": "- Topic: Creation of City of New Orleans Home Rule Charter Review Committee\n- Summary: The ordinance authorizes the creation of a committee, known as the City of New Orleans Home Rule Charter Review Committee, to review and make non-binding recommendations to the City Council regarding potential changes to the Home Rule Charter.\n- Ordinance Number: ORD. NO. 29356 M.C.S. AS AMENDED\n- Votes Summary:\n Vote 1: Amendment - Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n Vote 2: As Amended - Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance was passed after amendments, and the committee is authorized to review and make recommendations on potential changes to the Home Rule Charter.\n- Tags/Keywords: City of New Orleans, Home Rule Charter, Committee, Non-binding Recommendations, Amendments\n- UID: 248d8437-1ed3-492c-8a06-0a9d62829bec\n\n- Topic: Allocation of Wisner grant funds to New Orleans Police and Justice Foundation, Inc.\n- Summary: The resolution requests the allocation of $1,000,000 in Wisner grant funds to the New Orleans Police and Justice Foundation, Inc.\n- Ordinance Number: LO M-22-516\n- Votes Summary: Not applicable as it is a resolution\n- Decision/Key Actions: The resolution is pending and continued to the meeting of 5/25/23.\n- Tags/Keywords: Wisner Grant Funds, New Orleans Police and Justice Foundation, Allocation\n- UID: 248d8437-1ed3-492c-8a06-0a9d62829bec", + "uid": "248d8437-1ed3-492c-8a06-0a9d62829bec", + "publish_date": "2-16-2023", + "page_number": 34, + "title": "Regular City Council Minutes 2-16-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4684&doc_id=be1a77b2-79a4-11ee-852f-0050569183fa\n11/15/23, 7:49 PM\nM-23-477\nSpeaker:\nGene Stephens\nMOVED BY:\nKing\nSECONDED BY:\nGreen\nACTION:\nAdopt\nGiarrusso, Green, Harris, King, Moreno, Morrell - 6\nYEAS:\nNAYS:\n0\nABSTAIN:\n0\nABSENT:\nThomas - 1\nRECUSED:\n0\nAND THE MOTION PASSED.\n16. LEGISLATIVE GROUPING\n16a. ZONING DOCKET NO. 69/23 - CITY COUNCIL MOTION NO. M-23-319\nBrief:\nRequesting a Zoning Change from an S-B2 Suburban Pedestrian-Oriented Corridor Business District\nto RRE Rural Residential Estate District, located Stanton Plantation, Square 1, Lot Pts. RB25 RB26\nRB27 or Pt. RB-X, in the Fifth Municipal District, bounded by Stanton Road, English Turn Parkway,\nDelacroix Road, and Willow Drive (Municipal Address: 1600 Stanton Road). The recommendation of\nthe City Planning Commission being \"FOR APPROVAL\".\nAnnotation:\nSUBMITTED ELECTRONICALLY.\n(Cm. King, District C, Cn. Deadline 11/20/23).\nCONTINUED TO THE MEETING OF 10/19/23.\nZD NO. 69/23\n16b. MOTION - NO. M-23-478 - BY: COUNCILMEMBER KING\nBrief:\nApproving and granting the applicant's Zoning Change request for the property located at 1600\nStanton Road\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 2/2/24).\nCONTINUED TO THE MEETING OF 10/19/23.\nM-23-478\n17. ZONING DOCKET NO. 70/23 - PETER TRAPOLIN ET AL.\nBrief:\nRequesting a Conditional Use to permit the retail sale of packaged alcoholic beverages in a CBD-5\nUrban Core Neighborhood Lower Intensity Mixed-Use District, located on Square 180, Lot 1 or an\nundesignated lot, in the First Municipal District, bounded by Saint Charles Avenue, Church Street,\nGirod Street and Julia Street (Municipal Address: 762 Saint Charles Avenue). The recommendation of\nthe City Planning Commission being for \"FOR APPROVAL\", subject to nine (9) provisos.\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4684&doc_id=be1a77b2-79a4-11ee-852f-0050569183fa\n32/58", - "page_number": 32 + "page_content": "- Topic: Amendments to the Classified Pay Plan (Sewerage and Water Board) Rule IV, Section 13 (Holiday Pay)\n- Summary: The ordinance aimed to approve the amendments to the Classified Pay Plan for holiday pay, as adopted by the Civil Service Commission. The amendments were to be effective from February 19, 2023.\n- Ordinance Number: LO R-22-529\n- Votes Summary:\n Vote 1: Adopted - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The amendments were approved and adopted by the council.\n- UID: dd7d55c3-526b-4d6b-bcd8-6ece26d8e384\n\n- Topic: Amendments to the Classified Pay Plan (Fire) Rule IV, Section 1.3 (Pay Plan)\n- Summary: This ordinance aimed to approve the amendments to the Classified Pay Plan for the fire department, as adopted by the Civil Service Commission, to be effective from February 19, 2023.\n- Ordinance Number: M-23-64\n- Votes Summary:\n Vote 1: Adopted - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The amendments to the pay plan for the fire department were approved and adopted by the council.\n- UID: dd7d55c3-526b-4d6b-bcd8-6ece26d8e384", + "uid": "dd7d55c3-526b-4d6b-bcd8-6ece26d8e384", + "publish_date": "2-16-2023", + "page_number": 35, + "title": "Regular City Council Minutes 2-16-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4684&doc_id=be1a77b2-79a4-11ee-852f-0050569183fa\n11/15/23, 7:49 PM\nAnnotation:\nSUBMITTED ELECTRONICALLY.\n(Cm. Harris, District B, Cn. Deadline 11/20/23).\nCONTINUED TO THE MEETING OF 10/19/23.\nZD NO. 70/23\n14. ZONING DOCKET NO. 56/23 - CITY COUNCIL MOTION NO. M-23-231\nBrief:\nRequesting an Amendment to the text of the Comprehensive Zoning Ordinance to amend the permitted\nand conditional use tables in Article 14, Table 14-1, to disallow the following residential uses currently\nallowed in the S-LM Lake Area Marina District:\n\u00b7 Dwelling, Above the Ground Floor\n\u00b7 Dwelling, Townhouse\n\u00b7 Dwelling, Multi-Family\n\u00b7 Group Home, Small\n\u00b7 Group Home, Large\n\u00b7 Permanent Supportive Housing\nProperties are located in the area generally bounded by Lake Marina Avenue, Lakeshore Drive,\nBreakwater Drive, Lake Pontchartrain, and the 17th Street Canal. (Municipal Addresses: The proposed\ntext change would affect the S-LM Lake Area Marina District which is applied to the area above). The\nrecommendation of the City Planning Commission being \"FOR APPROVAL\".\nAnnotation:\nSUBMITTED ELECTRONICALLY.\n(Cm. Giarrusso, District A, Cn. Deadline 11/20/23).\nCONTINUED TO THE MEETING OF 10/19/23.\nSpeaker:\nCharles Marsala\nMichael Burnside\nCm. Giarrusso wanted this matter to be bought back up to allow people to speak.\n16. LEGISLATIVE GROUPING\n16a. ZONING DOCKET NO. 69/23 - CITY COUNCIL MOTION NO. M-23-319\nBrief:\nRequesting a Zoning Change from an S-B2 Suburban Pedestrian-Oriented Corridor Business District\nto RRE Rural Residential Estate District, located Stanton Plantation, Square 1, Lot Pts. RB25 RB26\nRB27 or Pt. RB-X, in the Fifth Municipal District, bounded by Stanton Road, English Turn Parkway,\nDelacroix Road, and Willow Drive (Municipal Address: 1600 Stanton Road). The recommendation of\nthe City Planning Commission being \"FOR APPROVAL\".\nAnnotation:\nSUBMITTED ELECTRONICALLY.\n(Cm. King, District C, Cn. Deadline 11/20/23).\nZD NO. 69/23\nMOVED BY:\nKing\nSECONDED BY:\nHarris\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4684&doc_id=be1a77b2-79a4-11ee-852f-0050569183fa\n33/58", - "page_number": 33 + "page_content": "- Topic: Amendments to Classified Pay Plan (HDLC/VCC) New Classification\n- Summary: The ordinance aimed to approve the amendments to the Classified Pay Plan for a new classification, as adopted by the Civil Service Commission. The effective date was set for February 19, 2023.\n- Ordinance Number: M-23-65\n- Votes Summary:\n Vote 1: Adopt - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The motion was adopted with 6 council members in favor and 1 absent.\n- UID: c6e7bcce-6797-4422-8b13-3ce4ae052bf9\n\n- Topic: Amendments to Classified Pay Plan (HEALTH/ EMS Special Rate of Pay)\n- Summary: This ordinance sought to approve amendments to the Classified Pay Plan for a special rate of pay related to Health/EMS, as adopted by the Civil Service Commission. The effective date was also set for February 19, 2023.\n- Ordinance Number: M-23-66\n- Votes Summary:\n Vote 1: Adopt - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The motion was adopted with 6 council members in favor and 1 absent.\n- UID: c6e7bcce-6797-4422-8b13-3ce4ae052bf9", + "uid": "c6e7bcce-6797-4422-8b13-3ce4ae052bf9", + "publish_date": "2-16-2023", + "page_number": 36, + "title": "Regular City Council Minutes 2-16-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4684&doc_id=be1a77b2-79a4-11ee-852f-0050569183fa\n11/15/23, 7:49 PM\nACTION:\nMoved to reconsider.\nGiarrusso, Green, Harris, King, Moreno, Morrell - 6\nYEAS:\nNAYS:\nD\nABSTAIN:\nU\nThomas - 1\nABSENT:\nRECUSED:\nAND THE MOTION PASSED.\n16b. MOTION - NO. M-23-478 - BY: COUNCILMEMBER KING\nBrief:\nApproving and granting the applicant's Zoning Change request for the property located at 1600\nStanton Road\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 2/2/24).\nM-23-478\nSpeaker:\nMichael Burnside\nE-Comments:\nLee Dupont\nNicole Perry\nJanet Duroncelet\nSharon Cayce\nMOVED BY:\nKing\nSECONDED BY:\nGreen\nACTION:\nAdopt\nGreen, Harris, King, Moreno, Morrell - 5\nYEAS:\nNAYS:\n0\nABSTAIN:\n0\nABSENT:\nGiarrusso, Thomas - 2\nRECUSED:\n0\nAND THE MOTION PASSED.\n18. LEGISLATIVE GROUPING\n18a. ZONING DOCKET NO. 71/23 - KREWE OF TUCKS, INC.\nBrief:\nRequesting a Conditional Use to permit a Mardi Gras den in a C-1 General Commercial District,\nlocated on the entireties of Squares 140 and 148, as well as the former portion of Thalia Street between\nthe two squares, all of which are bounded by Washington Avenue, South Lopez Street, South Rendon\nStreet, and Martin Luther King, Jr. Boulevard (Municipal Address(es): 4400 Washington Avenue and\n1300 South Rendon Street). The recommendation of the City Planning Commission being \"FOR\nAPPROVAL\", subject to three (3) provisos\nAnnotation:\nSUBMITTED ELECTRONICALLY.\n(Cm. Harris, District B, Cn. Deadline 11/20/23).\nHEARING HELD.\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4684&doc_id=be1a77b2-79a4-11ee-852f-0050569183fa\n34/58", - "page_number": 34 + "page_content": "- Topic: Amendments to the Classified Pay Plan (Safety and Permits) Title Changes, Hiring Rates, and New Classification\n- Summary: The ordinance was approved to amend the Classified Pay Plan related to Safety and Permits, including title changes, hiring rates, and the addition of a new classification for Building Plan Reviewer. The Civil Service Commission adopted these amendments, and the ordinance will be effective from February 19, 2023.\n- Ordinance Number: M-23-67\n- Votes Summary:\n Vote 1: Adopt - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The motion was passed, with 6 council members voting in favor and 1 absent.\n- UID: aa15e722-b3c3-11ed-8145-0050569183fa\n\n- Topic: Amendment to the Classified Pay Plan (French Quarter Supplemental Police Patrol Program)\n- Summary: The ordinance was approved to amend the Classified Pay Plan for the French Quarter Supplemental Police Patrol Program, introducing a new special rate of pay for police officers. The Civil Service Commission adopted these amendments, and the ordinance will be effective from February 19, 2023.\n- Ordinance Number: M-23-68\n- Votes Summary:\n Vote 1: Adopt - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The motion was passed unanimously, with all 7 council members voting in favor.\n- UID: 00e5215f-b9be-41a1-b085-2cbcd583c7da\n\n- Topic: Amendments to the Classified Pay Plan (Parental Leave) Rule 1, Section 1 (Definitions)\n- Summary: The ordinance was approved to amend the Classified Pay Plan related to Parental Leave, specifically Rule 1, Section 1 (Definitions). The amendments were adopted by the Civil Service Commission, and the ordinance will be effective from a specified date.\n- Ordinance Number: M-23-69\n- Votes Summary:\n Vote 1: Adopt - (N/A)\n- Decision/Key Actions: The motion was unanimously approved, with specific details on the voting outcomes not provided.\n- UID: 00e5215f-b9be-41a1-b085-2cbcd583c7da", + "uid": "00e5215f-b9be-41a1-b085-2cbcd583c7da", + "publish_date": "2-16-2023", + "page_number": 37, + "title": "Regular City Council Minutes 2-16-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4684&doc_id=be1a77b2-79a4-11ee-852f-0050569183fa\n11/15/23, 7:49 PM\nZD NO. 71/23\n18b. MOTION - NO. M-23-470 - BY: COUNCILMEMBER HARRIS\nBrief:\nApproving and granting the applicant's Conditional Use request on ZD NO. 71/23, subject to three (3)\nprovisos set forth by the City Planning Commission.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 2/2/24).\nM-23-470\nMOVED BY:\nHarris\nSECONDED BY:\nGiarrusso\nACTION:\nAdopt\nGiarrusso, Green, Harris, King, Morrell - 5\nYEAS:\nNAYS:\n0\nABSTAIN:\n0\nABSENT:\nMoreno, Thomas - 2\nRECUSED:\n0\nAND THE MOTION PASSED.\n19. CAL. NO. 34,241 - BY: COUNCILMEMBER GIARRUSSO\nBrief:\nAn Ordinance to amend and reordain the Unclassified Pay Plan for officers and employees in the\nunclassified service of the City of New Orleans, in accordance with Section 3-118 and 4-206(1)(g) of\nthe Home Rule Charter of the City of New Orleans, to establish new titles for the existing positions of\nChief of EMS (Physician) (U-3005) and Deputy Chief of EMS (U-3006); to change the titles to\nMedical Director (U-3005) and Chief of EMS (U-3006); to establish new salary ranges for these\nclassifications within the Unclassified Pay Plan; and otherwise to provide with respect thereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 10/6/23).\n(Referred to the Budget Committee).\n(Budget/Audit/Board of Review Committee made \"no recommendation\").\n34241 - 29655 M.C.S.\nSpeaker:\nMichael Burnside\nMOVED BY:\nGiarrusso\nSECONDED BY:\nKing\nACTION:\nAdopt\nGiarrusso, Green, Harris, King, Morrell - 5\nYEAS:\nNAYS:\n0\nABSTAIN:\n0\nMoreno, Thomas - 2\nABSENT:\nRECUSED:\n0\nAND THE MOTION PASSED.\n20. CAL. NO. 34,277 - BY: COUNCILMEMBERS THOMAS, HARRIS AND GREEN (BY\nREQUEST).\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4684&doc_id=be1a77b2-79a4-11ee-852f-0050569183fa\n35/58", - "page_number": 35 + "page_content": "- Topic: Locally Preferred Alternative for BRT East-West Bank Corridor Project\n- Summary: The council approved and adopted the Locally Preferred Alternative for BRT East-West Bank Corridor Project as set forth in the RTA Board report.\n- Ordinance Number: R-23-70\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance was approved and will be continued to the meeting of 3/9/23.\n- Tags/Keywords: BRT, East-West Bank Corridor, RTA, Locally Preferred Alternative\n- UID: 91d3d2c4-2d2e-4f07-9eeb-db4762d95791\n\n- Topic: Zoning Change From HU-MU to HU-RD2\n- Summary: The council directed the City Planning Commission to conduct a public hearing to consider a zoning change from HU-MU Historic Urban Neighborhood Mixed Use District to HU-RD2 Historic Urban Two Family Residential District on the 500 block of Second Street and the 500 block of Third Street.\n- Ordinance Number: M-23-72\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: The motion was electronically submitted and will be continued to the meeting of 3/9/23.\n- Tags/Keywords: Zoning change, City Planning Commission, HU-MU, HU-RD2\n- UID: 91d3d2c4-2d2e-4f07-9eeb-db4762d95791", + "uid": "91d3d2c4-2d2e-4f07-9eeb-db4762d95791", + "publish_date": "2-16-2023", + "page_number": 38, + "title": "Regular City Council Minutes 2-16-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4684&doc_id=be1a77b2-79a4-11ee-852f-0050569183fa\n11/15/23, 7:49 PM\nBrief:\nAn Ordinance to amend and reordain Chapter 130 of the Code of the City of New Orleans by\namending Section 130-39 to provide for restrictions on payments to sellers of nonferrous materials,\nand otherwise with respect thereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 11/10/23).\n(Quality of Life Committee recommended approval).\n(Technical needed).\nCONTINUED TO THE MEETING OF 10/19/23.\n34277\nSpeaker: (Did not speak)\nMichael Burnside\n21. CAL NO. 34,284 - BY: COUNCILMEMBERS MORRELL AND GIARRUSSO\nBrief:\nAn Ordinance to establish section 62-4 of the Code of the City of New Orleans relative to outside\nemployment for the Medical Director of Emergency Medical Services; and otherwise to provide with\nrespect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/10/23).\n34284 - 29656 M.C.S.\nSpeaker:\nMichael Burnside\nMOVED BY:\nMorrell\nSECONDED BY:\nKing\nACTION:\nApprove\nGiarrusso, Green, Harris, King, Morrell - 5\nYEAS:\nNAYS:\n0\nABSTAIN:\n0\nMoreno, Thomas - 2\nABSENT:\nRECUSED:\n0\nAND THE MOTION PASSED.\n22. CAL. NO. 34,294 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BY REQUEST)\nBrief:\nAn Ordinance to amend Ordinance No. 29265 M.C.S ., as amended, entitled \"An Ordinance Providing\nan Operating Budget of Revenues for the City of New Orleans for the Year 2023\", to appropriate\nunspent funds to the Law Department for various state settlement and judgment payments; and\notherwise to provide with respect thereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 11/10/23).\n(Fiscal Note received).\n(Referred to the Budget Committee).\n(Budget Committee recommended approval).\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4684&doc_id=be1a77b2-79a4-11ee-852f-0050569183fa\n36/58", - "page_number": 36 + "page_content": "- Topic: Zoning Map Amendment from MU-2 to HU-RM2\n- Summary: Motion M-23-77 was introduced by Councilmember Harris to direct the City Planning Commission to conduct a public hearing regarding a Zoning Map amendment. The area in question is currently zoned as MU-2 High Intensity Mixed-Use District, and the proposed change is to rezone it to HU-RM2 Multi-Family Residential District.\n- Ordinance Number: M-23-77\n- Votes Summary:\n Vote 1: Adopt - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The motion was adopted with 6 YEAS and 0 NAYS, and no abstentions or recusals. Councilmember Thomas was absent.\n- Tags/Keywords: Zoning Map Amendment, City Planning Commission, Public Hearing, Rezoning, MU-2, HU-RM2\n- UID: f7072be5-a464-4444-a9e5-b42e57cd02f3\n\n- Topic: Urging collaboration for Rapid DNA at Orleans Justice Center\n- Summary: Resolution R-23-78 was introduced by Councilmember Moreno to urge continued collaboration for the implementation of Rapid DNA at the Orleans Justice Center (OJC).\n- Ordinance Number: R-23-78\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: The vote outcome was not specified in the provided summary.\n- Tags/Keywords: Rapid DNA, Orleans Justice Center, Urging Collaboration\n- UID: f7072be5-a464-4444-a9e5-b42e57cd02f3", + "uid": "f7072be5-a464-4444-a9e5-b42e57cd02f3", + "publish_date": "2-16-2023", + "page_number": 39, + "title": "Regular City Council Minutes 2-16-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4684&doc_id=be1a77b2-79a4-11ee-852f-0050569183fa\n11/15/23, 7:49 PM\n(Referred to the Budget Committee).\nCONTINUED TO THE MEETING OF 10/19/23.\n34294\nCOUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\n23. CAL. NO. 34,295 - BY:\nTHOMAS (BY REQUEST)\nBrief:\nAn Ordinance to amend Ordinance No. 29266 M.C.S ., as amended, entitled \"An Ordinance Providing\nan Operating Budget of Expenditures for the City of New Orleans for the Year 2023\", to appropriate\nunspent funds to the Law Department for various state settlement and judgment payments; and\notherwise to provide with respect thereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 11/10/23).\n(Fiscal Note received)\n(Referred to the Budget Committee).\n(Budget Committee recommended approval).\n(Referred to the Budget Committee).\nCONTINUED TO THE MEETING OF 10/19/23.\n34295\n24. LEGISLATIVE GROUPING\n24a.CA L. NO. 34,308 - BY: COUNCILMEMBERS GREEN, THOMAS AND KING\nBrief:\nAn Ordinance to amend and reordain Sections 82-410 and 82-412 to increase penalties and to provide\nrelative to food waste and distribution of food under or adjacent to an overpass or elevated roadway or\nwithin or adjacent to any encampment area; and otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/10/23).\n(Referred to the Quality of Life Committee).\nCONTINUED TO THE MEETING OF 10/19/23.\n34308\nSpeaker: (Did not speak)\nMichael Burnside\n24b. AMENDMENT TO ORDINANCE CAL. NO. 34,308 - BY: COUNCILMEMBER GREEN\nBrief:\n(1) On page 1, line 2, insert the following at the beginning of paragraph (a):\n\"The first offense shall result in a warning citation.\"\n(2) On page 1, line 2, replace \"The penalty for each\" with \"Each subsequent\"\nAnnotation:\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4684&doc_id=be1a77b2-79a4-11ee-852f-0050569183fa\n37/58", - "page_number": 37 + "page_content": "- Topic: R-23-78 - Civil Service Department promotional test for the rank of major in the Police Department\n- Summary: This resolution supports the Civil Service Department reinstituting the promotional test for the rank of major in the Police Department.\n- Ordinance Number: R-23-78\n- Votes Summary:\n Vote 1: Adopt - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The resolution was adopted with 6 council members voting in favor and 1 council member absent.\n- Tags/Keywords: Civil Service Department, Police Department, promotional test\n- UID: bdef0d81-76dd-4bfd-949f-5ea72b455d91\n\n- Topic: R-23-81 - President of the Council as a signatory to a contract with On Scene Services, LLC\n- Summary: This motion adds the President of the Council as a signatory to the contract between the City of New Orleans and On Scene Services, LLC, and authorizes the President of the Council to sign the professional services agreement between the City of New Orleans and On Scene Services, LLC.\n- Ordinance Number: M-23-83\n- Votes Summary:\n Vote 1: Adopt - (6 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The motion was adopted with 6 council members voting in favor and 1 council member absent.\n- Tags/Keywords: President of the Council, On Scene Services, LLC, professional services agreement\n- UID: bdef0d81-76dd-4bfd-949f-5ea72b455d91", + "uid": "bdef0d81-76dd-4bfd-949f-5ea72b455d91", + "publish_date": "2-16-2023", + "page_number": 40, + "title": "Regular City Council Minutes 2-16-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4684&doc_id=be1a77b2-79a4-11ee-852f-0050569183fa\n11/15/23, 7:49 PM\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 11/24/23).\nCONTINUED TO THE MEETING OF 10/19/23.\n34308 Amendment\n25. CAL. NO. 34,363 - BY: COUNCILMEMBER HARRIS\nBrief:\nAn Ordinance to establish a conditional use to permit a standard restaurant over 5,000 square feet in an\nHU-MU Historic Urban Neighborhood Mixed-Use District, on Square 581, Lots A and B, in the Sixth\nMunicipal District, bounded by Freret Street, Upperline Street, LaSalle Street, and Valence Street\n(Municipal Address: 4730 Freret Street); and otherwise to provide with respect thereto. (ZONING\nDOCKET NO. 22/23)\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(90 Days, Cn. Deadline 10/25/23).\n(Cn. Deadline 10/19/23).\nCONTINUED TO THE MEETING OF 10/19/23.\n34363\n26. LEGISLATIVE GROUPING\n26a. CAL. NO. 34,385 - BY: COUNCILMEMBERS MORRELL, MORENO, HARRIS AND GREEN\nBrief:\nAn Ordinance to amend and reordain sections 26-615, 26-616, 26-617, 26-618, 26-619, 26-620, 26-\n624, and 26-628 of the Code of the City of New Orleans to provide relative to the regulation of short-\nterm rentals; and otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 1/5/24).\nCONTINUED TO THE MEETING OF 10/19/23.\n34385\n26b. MOTION (LYING OVER) - NO. M-23-426 - BY: COUNCILMEMBERS MORRELL, MORENO,\nHARRIS AND GREEN\nBrief:\nDirecting the City Planning Commission to conduct a public hearing to consider amendments to\nOrdinance No. 4,264 M.C.S ., amended by Ordinance No. 26,413 M.C.S ., as amended, the\nComprehensive Zoning Ordinance of the City of New Orleans, to eliminate Non-Commercial Short-\nTerm Rentals as a defined land use and update any and all relevant provisions governing the zoning\nand use standards for short-term rentals, including the removal of all references to Non-Commercial\nShort-Term Rental.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 1/19/24).\nCONTINUED TO THE MEETING OF 10/19/23.\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4684&doc_id=be1a77b2-79a4-11ee-852f-0050569183fa\n38/58", - "page_number": 38 + "page_content": "- Topic: Suspend the Rules to receive Motion No. M-23-83\n- Summary: The council voted to suspend the rules to receive Motion No. M-23-83, which was not on the Council's Agenda.\n- Ordinance Number: N/A\n- Votes Summary:\n - Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n - Vote 2: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The motion to suspend the rules and receive Motion No. M-23-83 was approved.\n- Tags/Keywords: Council Meeting, Motion No. M-23-83, Agenda, Rules\n- UID: 864a476f-b8af-451c-b4de-ed29360e311c\n\n- Topic: Add Item to Agenda\n- Summary: The council voted to add an item to the agenda.\n- Ordinance Number: N/A\n- Votes Summary:\n - Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The motion to add an item to the agenda was approved.\n- Tags/Keywords: Council Meeting, Agenda, Item Addition\n- UID: 864a476f-b8af-451c-b4de-ed29360e311c\n\n- Topic: Adoption of Motion\n- Summary: The council voted to adopt a motion.\n- Ordinance Number: N/A\n- Votes Summary:\n - Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The motion was successfully adopted.\n- Tags/Keywords: Council Meeting, Adoption, Motion\n- UID: 864a476f-b8af-451c-b4de-ed29360e311c\n\n- Topic: Adjournment\n- Summary: The council voted to adjourn the meeting.\n- Ordinance Number: N/A\n- Votes Summary:\n - Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The meeting was adjourned.\n- Tags/Keywords: Council Meeting, Adjournment, Meeting Conclusion\n- UID: 864a476f-b8af-451c-b4de-ed29360e311c", + "uid": "864a476f-b8af-451c-b4de-ed29360e311c", + "publish_date": "2-16-2023", + "page_number": 41, + "title": "Regular City Council Minutes 2-16-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4684&doc_id=be1a77b2-79a4-11ee-852f-0050569183fa\n11/15/23, 7:49 PM\nLO M-23-426\nPOINT OF PERSONAL PRIVILEGE - GIVING A BRIEF STATEMENT REGARDING THE\nSHORT TERM RENTAL ORDINANCE\n26c. MOTION (LYING OVER) - NO. M-23-427 - BY: COUNCILMEMBERS MORRELL, MORENO,\nHARRIS AND GREEN\nBrief:\nDirecting the City Planning Commission to conduct a public hearing to amend and reordain Ordinance\nNo. 4264 M.C.S ., amended by Ordinance No. 26,413 M.C.S ., as amended, the Comprehensive Zoning\nOrdinance of the City of New Orleans, to amend Article 19 to establish a new Interim Zoning District\nto be named the Non-Commercial Short-Term Rental Interim Zoning District (IZD), the intent of\nwhich is to prohibit the Short-Term Rental, Non-Commercial use within all areas of the City of New\nOrleans. These prohibitions shall apply citywide.\nAside from the use prohibited herein, all other permitted and conditional uses shall be as provided in\nthe Comprehensive Zoning Ordinance.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 1/19/24).\nCONTINUED TO THE MEETING OF 10/19/23.\nLO M-23-427\n27. CAL. NO. 34,392 - BY: COUNCILMEMBER GREEN (BY REQUEST).\nBrief:\nAn Ordinance to approve and authorize the Mayor of the City of New Orleans (\"City\"), acting by and\nthrough the New Orleans Aviation Board (\"NOAB\"), to enter into a lease agreement with BRITISH\nAIRWAYS, PLC, a non-signatory airline operating at the Louis Armstrong New Orleans International\nAirport (the \"Airport\"), under circumstances in which a solicitation and selection process is not\nrequired by law; and otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 1/5/24).\n34392 - 29667 M.C.S.\nMOVED BY:\nGreen\nSECONDED BY:\nGiarrusso\nACTION:\nAdopt\nGiarrusso, Green, Harris, King, Moreno - 5\nYEAS:\nNAYS:\nABSTAIN:\n0\nMorrell, Thomas - 2\nABSENT:\nRECUSED:\n0\nAND THE MOTION PASSED.\n37. CAL. NO. 34,418 - BY: COUNCILMEMBER GREEN\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4684&doc_id=be1a77b2-79a4-11ee-852f-0050569183fa\n39/58", - "page_number": 39 + "page_content": "- Topic: Zoning Change from S-RS to S-RD in Residential Short Term Rental Interim Zoning District\n- Summary: The ordinance aims to effect a zoning change from an S-RS Suburban Single-Family Residential District to an S-RD Suburban Two-Family Residential District in a specific area. The outcome of the vote is not provided in the summary.\n- Ordinance Number: 34064\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Outcome of the vote not provided in the summary\n- Tags/Keywords: Zoning Change, S-RS, S-RD, Residential Short Term Rental\n- UID: d052563b-1bdc-4d56-a0d5-074fa7519739\n\n- Topic: Establishment of Lower Algiers Rural Protection Interim Zoning District\n- Summary: The ordinance seeks to establish a new Interim Zoning District to temporarily prohibit the development of multi-family residences in specific residential districts for impact studies and environmental analysis. The outcome of the vote is not provided in the summary.\n- Ordinance Number: 34065\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Outcome of the vote not provided in the summary\n- Tags/Keywords: Interim Zoning District, Multi-family Residences, Impact Studies, Environmental Analysis\n- UID: d052563b-1bdc-4d56-a0d5-074fa7519739\n\n- Topic: Zoning Change from HU-RM2 to HU-MU in Residential Short Term Rental Interim Zoning District\n- Summary: The ordinance aims to effect a zoning change from an HU-RM2 Historic Urban Multi-Family Residential District to an HU-MU Historic Urban Neighborhood Mixed-Use District in a specific area. The outcome of the vote is not provided in the summary.\n- Ordinance Number: 34066\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Outcome of the vote not provided in the summary\n- Tags/Keywords: Zoning Change, HU-RM2, HU-MU, Residential Short Term Rental\n- UID: d052563b-1bdc-4d56-a0d5-074fa7519739", + "uid": "d052563b-1bdc-4d56-a0d5-074fa7519739", + "publish_date": "2-16-2023", + "page_number": 42, + "title": "Regular City Council Minutes 2-16-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4684&doc_id=be1a77b2-79a4-11ee-852f-0050569183fa\n11/15/23, 7:49 PM\nBrief:\nAn Ordinance to temporarily waive certain fees, permit fees, and requirements within and around\nMilne Rec Center North Gym, located at 5420 Franklin Ave, New Orleans, LA 70122, in conjunction\nwith Families Helping Families of Greater New Orleans, on September 29, 2023 at 7 p.m. - 12 a.m ., to\nspecify the duration and boundaries of said waiver; and to provide otherwise with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 1/19/24).\n34418 - 29683 M.C.S.\nSpeaker:\nMichael Burnside\nMOVED BY:\nGreen\nSECONDED BY:\nGiarrusso\nACTION:\nAdopt\nGiarrusso, Green, Harris, King, Moreno - 5\nYEAS:\nNAYS:\n0\n0\nABSTAIN:\nMorrell, Thomas - 2\nABSENT:\nRECUSED:\n0\nAND THE MOTION PASSED.\n28. CAL. NO. 34,393 - BY: COUNCILMEMBERS GIARRUSSO, HARRIS, MORENO, MORRELL,\nGREEN, THOMAS AND KING\nBrief:\nAn Ordinance to add section 2-672 to the Code of the City of New Orleans to require the Law\nDepartment to produce and transmit a monthly report regarding contracts in progress including but not\nlimited to, when the contract was requested or received, the type and amount of the contract, the Law\nDepartment employee assigned to the contract, the status and date of completion of the contract, and\notherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 1/5/24).\nCONTINUED TO THE MEETING OF 10/19/23.\n34393\n29. CAL. NO. 34,394 - BY: COUNCILMEMBER HARRIS (BY REQUEST).\nBrief:\nAn Ordinance authorizing the Mayor of the City of New Orleans to enter into a Cooperative Endeavor\nAgreement between the City of New Orleans (the \"City\") and The National World War II Museum,\nInc ., for a term greater than one year, for the public purpose of improving pedestrian walkways along\nAndrew Higgins Drive, including enhancements within part of the Museum Operations Corridor, for\nthe benefit of and enjoyment by New Orleans citizens and visitors and to encourage Convention\nCenter participants to explore the historic Warehouse District and the Museum Operations Corridor in\nthe City of New Orleans, as more fully detailed in the Cooperative Endeavor Agreement form titled\nExhibit \"A\"; and otherwise to provide with respect thereto.\nAnnotation:\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4684&doc_id=be1a77b2-79a4-11ee-852f-0050569183fa\n40/58", - "page_number": 40 + "page_content": "- Topic: Establishment of Conditional Use for Retail Sales of Packaged Alcoholic Beverages\n- Summary: The ordinance proposed to establish a conditional use for retail sales of packaged alcoholic beverages in specific business and residential districts, along with the rescission of a previous ordinance. The ordinance was submitted electronically with a 90-day deadline for consideration.\n- Ordinance Number: 34066\n- Votes Summary:\n Vote 1: Passed - (8 YEAS, 0 NAYS, 1 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The ordinance passed with a majority vote.\n- Tags/Keywords: Conditional Use, Alcoholic Beverages, Zoning, Retail Sales\n- UID: 2589e41a-14e4-4f82-9307-1ee49db61d63\n\n- Topic: Renaming of Higgins Boulevard to Carver Rams Way\n- Summary: The ordinance aimed to rename Higgins Boulevard to Carver Rams Way. It was electronically submitted with a postponement deadline as per council rule 34.\n- Ordinance Number: 34068\n- Votes Summary:\n Vote 1: Passed - (9 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The ordinance passed unanimously.\n- Tags/Keywords: Street Renaming, Higgins Boulevard, Carver Rams Way\n- UID: 2589e41a-14e4-4f82-9307-1ee49db61d63\n\n- Topic: Cooperative Endeavor Agreement for Sales and Use Tax Levy\n- Summary: The ordinance authorized the execution of a cooperative endeavor agreement related to the collection, use, and expenditure of a sales and use tax in a specific economic development district. It was submitted electronically with a postponement deadline as per council rule 34.\n- Ordinance Number: 34069\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 1 NAYS, 1 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The ordinance passed with a majority vote.\n- Tags/Keywords: Cooperative Endeavor Agreement, Sales Tax, Economic Development\n- UID: 2589e41a-14e4-4f82-9307-1ee49db61d63", + "uid": "2589e41a-14e4-4f82-9307-1ee49db61d63", + "publish_date": "2-16-2023", + "page_number": 43, + "title": "Regular City Council Minutes 2-16-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4684&doc_id=be1a77b2-79a4-11ee-852f-0050569183fa\n11/15/23, 7:49 PM\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 1/19/24).\n34394 - 29668 M.C.S.\nMOVED BY:\nHarris\nSECONDED BY:\nMoreno\nACTION:\nAdopt\nGiarrusso, Green, Harris, King, Moreno - 5\nYEAS:\nNAYS:\nABSTAIN:\n0\nMorrell, Thomas - 2\nABSENT:\nRECUSED:\n0\nAND THE MOTION PASSED.\n30. CAL. NO. 34,402 - BY: COUNCILMEMBERS HARRIS, MORRELL, MORENO, GIARRUSSO,\nKING AND GREEN\nBrief:\nAn Ordinance to amend section 58-36 of the Code of the City of New Orleans to merge certain\nprecincts with less than 300 registered voters with adjacent precincts in accordance with La. Rev. Stat.\n\u00a7 18:532; to correctly reflect the boundary of St. Louis Street Canal, where applicable; and otherwise\nto provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 1/19/24).\n34402 - 29669 M.C.S.\n34402 Precinct 4-3 Attachment\n34402 Precinct 12-7 Attachment\nMOVED BY:\nHarris\nSECONDED BY:\nMorrell\nAmendment\nACTION:\nGiarrusso, Harris, King, Moreno, Morrell - 5\nYEAS:\nNAYS:\n0\nABSTAIN:\n0\nGreen, Thomas - 2\nABSENT:\nRECUSED:\n0\nAND THE MOTION PASSED.\n34402 AMD\nMOVED BY:\nHarris\nSECONDED BY:\nGiarrusso\nACTION:\nAdopt as Amended\nGiarrusso, Harris, King, Moreno, Morrell - 5\nYEAS:\nNAYS:\n0\nABSTAIN:\n0\nGreen, Thomas - 2\nABSENT:\nRECUSED:\n0\nAND THE MOTION PASSED.\n34402 - 29669 M.C.S. AS AMD\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4684&doc_id=be1a77b2-79a4-11ee-852f-0050569183fa\n41/58", - "page_number": 41 + "page_content": "- Topic: Amendment to School Zone Flashing Lights\n- Summary: This ordinance aims to require operable flashing lights in all school zones with existing flashing lights. \n- Ordinance Number: 34070\n- Votes Summary:\n Vote 1: Passed - (8 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance passed without amendments.\n- Tags/Keywords: School zone safety, Flashing lights, Traffic regulations\n- UID: a429a8ee-546a-4036-aaaf-6f9e153234b7\n\n- Topic: Submission of Budget and Capital Program Amendments\n- Summary: This ordinance calls for an election to approve amendments to the Home Rule Charter, requiring the submission of operating and capital budgets to the Council by the first day of October.\n- Ordinance Number: 34071\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 1 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance passed with a majority vote.\n- Tags/Keywords: Budget submission, Home Rule Charter, Election\n- UID: a429a8ee-546a-4036-aaaf-6f9e153234b7\n\n- Topic: Establishment of Department of Code Enforcement\n- Summary: This ordinance calls for an election to establish the Department of Code Enforcement and reassign certain duties from other departments to it.\n- Ordinance Number: 34072\n- Votes Summary:\n Vote 1: Passed - (8 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance passed without amendments.\n- Tags/Keywords: Code enforcement, Department establishment, Election\n- UID: a429a8ee-546a-4036-aaaf-6f9e153234b7", + "uid": "a429a8ee-546a-4036-aaaf-6f9e153234b7", + "publish_date": "2-16-2023", + "page_number": 44, + "title": "Regular City Council Minutes 2-16-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4684&doc_id=be1a77b2-79a4-11ee-852f-0050569183fa\n11/15/23, 7:49 PM\n32. CAL. NO. 34,404 - BY: COUNCILMEMBERS GIARRUSSO, HARRIS, GREEN, KING,\nMORENO AND THOMAS\nBrief:\nAn Ordinance to amend and reordain section 2.7 of the Code of the City of New Orleans relative to\nprofessional services competitive selection threshold, to include non-professional services; to require\nthe publication of cost and type of professional and non-professional services procured by department;\nand otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 1/19/24).\nWITHDRAWN.\n34404\n33. CAL.NO. 34,405 - BY: COUNCILMEMBER HARRIS\nBrief:\nAn Ordinance to amend and reordain section 30-771 of the Code of the City of New Orleans to\nprovide relative to the definition of hotels and motels; and otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 1/19/24).\nWITHDRAWN.\n34405\n34. CAL. NO. 34,406 - BY: COUNCILMEMBER HARRIS (BY REQUEST).\nBrief:\nAn Ordinance authorizing the Mayor of the City of New Orleans to enter into a Cooperative\nEndeavor Agreement between the City of New Orleans (the \"City\"), and Total Community Action,\nInc. (\"Contractor\"), for a term greater than one year, for the public purpose of reducing food insecurity\nand improving the overall health of households in targeted, low-income City neighborhoods, as more\nfully set forth in the Cooperative Endeavor Agreement made a part hereof, titled Exhibit \"1\"; and\notherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 1/19/24).\n34406 - 29671 M.C.S.\nMOVED BY:\nHarris\nSECONDED BY:\nKing\nACTION:\nAdopt\nGiarrusso, Harris, King, Moreno, Morrell - 5\nYEAS:\nNAYS:\n0\nABSTAIN:\n0\nGreen, Thomas - 2\nABSENT:\nRECUSED:\n0\nAND THE MOTION PASSED.\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4684&doc_id=be1a77b2-79a4-11ee-852f-0050569183fa\n42/58", - "page_number": 42 + "page_content": "- Topic: Authorization of Cooperative Endeavor Agreement for Monticello Canal Culverts Expansion\n- Summary: The ordinance authorizes the Mayor of the City of New Orleans to enter into a Cooperative Endeavor Agreement with the State of Louisiana for the planning and construction of the expansion of the Monticello Canal Culverts at Airline Highway.\n- Ordinance Number: 34073\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed without amendments.\n- Tags/Keywords: Cooperative Endeavor Agreement, Monticello Canal Culverts, Expansion, Construction\n- UID: 73e20326-4413-4596-bdc5-41177012ad9f\n\n- Topic: Amendment to Cooperative Endeavor Agreement for Sobering Center\n- Summary: The ordinance authorizes the Mayor to enter into an amendment to a Cooperative Endeavor Agreement with Odyssey House Louisiana, Inc. to extend the term of the agreement for the establishment of a Sobering Center.\n- Ordinance Number: 34074\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed without amendments.\n- Tags/Keywords: Amendment, Cooperative Endeavor Agreement, Sobering Center, Odyssey House Louisiana\n- UID: 73e20326-4413-4596-bdc5-41177012ad9f\n\n- Topic: Amendment to Cooperative Endeavor Agreement with New Orleans Redevelopment Authority\n- Summary: The ordinance authorizes the Mayor to enter into an amendment to a Cooperative Endeavor Agreement with the New Orleans Redevelopment Authority for the purpose of recovering and rebuilding the City of New Orleans through the management and disposition of properties transferred to the City by the Louisiana Land Trust.\n- Ordinance Number: 34075\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed without amendments.\n- Tags/Keywords: Amendment, Cooperative Endeavor Agreement, New Orleans Redevelopment Authority, Louisiana Land Trust\n- UID: 73e20326-4413-4596-bdc5-41177012ad9f", + "uid": "73e20326-4413-4596-bdc5-41177012ad9f", + "publish_date": "2-16-2023", + "page_number": 45, + "title": "Regular City Council Minutes 2-16-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4684&doc_id=be1a77b2-79a4-11ee-852f-0050569183fa\n11/15/23, 7:49 PM\n35. CAL. NO. 34,411 - BY: COUNCILMEMBER MORRELL\nBrief:\nAn Ordinance to amend and re-ordain section 70-10 of the Code of the City of New Orleans to include\ncontracts for the legal services among the agreements requiring execution by the Council President;\nand otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 1/19/24).\n34411 - 29676 M.C.S.\nMOVED BY:\nMorrell\nSECONDED BY:\nMoreno\nAdopt\nACTION:\nGiarrusso, Harris, King, Moreno, Morrell - 5\nYEAS:\nNAYS:\n0\nABSTAIN:\n0\nGreen, Thomas - 2\nABSENT:\nRECUSED:\n0\nAND THE MOTION PASSED.\n36. CAL. NO. 34,417 - BY: COUNCILMEMBER KING (BY REQUEST).\nBrief:\nAn Ordinance authorizing the Mayor of the City of New Orleans to enter into a Cooperative Endeavor\nAgreement between the City of New Orleans (the \"City\"), and New Orleans Humane Law and Rescue,\nLLC (\"Contractor\"), for a term greater than one year, for the public purpose of ensuring that the City\nhas animal control services, particularly during an emergency, as more fully set forth in the\nCooperative Endeavor Agreement and made a part hereof, titled Exhibit \"1\"; and otherwise to provide\nwith respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 1/19/24).\n34417 - 29682 M.C.S.\nMOVED BY:\nKing\nSECONDED BY:\nMoreno\nACTION:\nAdopt\nGiarrusso, Harris, King, Moreno, Morrell - 5\nYEAS:\nNAYS:\n0\nABSTAIN:\n0\nGreen, Thomas - 2\nABSENT:\nRECUSED:\n0\nAND THE MOTION PASSED.\n38. MOTION - NO. M-23-446 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, MORRELL,\nGREEN AND THOMAS\nBrief:\nSubmitting for Council approval the following amendment to the Classified Pay Plan (Police - NCIC)\nas adopted by the Civil Service Commission at its meeting of September 20, 2023, in accordance with\nArticle X, Section 10 of the Constitution of Louisiana, that the amendment to the Classified Pay Plan\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4684&doc_id=be1a77b2-79a4-11ee-852f-0050569183fa\n43/58", - "page_number": 43 + "page_content": "- Topic: Appropriation of Funds for Resilience Hubs\n- Summary: The ordinance aims to amend the operating budget to appropriate funds received under the American Rescue Plan Act for the construction of resilience hubs at households of faith in Orleans Parish. The ordinance was electronically submitted and is subject to a postponement deadline of 6/16/23.\n- Ordinance Number: 34076\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: Pending further discussion and vote\n- Tags/Keywords: Appropriation, American Rescue Plan Act, Resilience Hubs, Orleans Parish\n- UID: 4e9cd391-45c5-4783-bd99-91325edc0632\n\n- Topic: Appropriation of Funds for Resilience Hubs\n- Summary: This ordinance seeks to amend the operating budget to appropriate funds under the American Rescue Plan Act for the construction of resilience hubs at households of faith in Orleans Parish. The ordinance was electronically submitted and is subject to a postponement deadline of 6/16/23.\n- Ordinance Number: 34077\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: Pending further discussion and vote\n- Tags/Keywords: Appropriation, American Rescue Plan Act, Resilience Hubs, Orleans Parish\n- UID: 4e9cd391-45c5-4783-bd99-91325edc0632\n\n- Topic: Transfer of Funds to AmeriCorps Vista Program\n- Summary: This ordinance aims to amend the operating budget to transfer funds awarded by the Corporation for National and Community Service to the Mayor\u2019s Office AmeriCorps Vista Program. The ordinance was electronically submitted and is subject to a postponement deadline of 6/16/23.\n- Ordinance Number: 34078\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: Pending further discussion and vote\n- Tags/Keywords: Fund Transfer, Corporation for National and Community Service, AmeriCorps Vista Program\n- UID: 4e9cd391-45c5-4783-bd99-91325edc0632\n\n- Topic: Amendment of Operating Budget for Orleans Parish\n- Summary: This ordinance seeks to amend the operating budget to fund the construction of resilience hubs at households of faith in Orleans Parish. The ordinance was electronically submitted and is subject to a postponement deadline of 6/16/23.\n- Ordinance Number: 34079\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: Pending further discussion and vote\n- Tags/Keywords: Operating Budget, Resilience Hubs, Orleans Parish\n- UID: 4e9cd391-45c5-4783-bd99-91325edc0632", + "uid": "4e9cd391-45c5-4783-bd99-91325edc0632", + "publish_date": "2-16-2023", + "page_number": 46, + "title": "Regular City Council Minutes 2-16-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4684&doc_id=be1a77b2-79a4-11ee-852f-0050569183fa\n11/15/23, 7:49 PM\nis approved to be effective October 8, 2023.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 2/2/24).\nM-23-446\nMOVED BY:\nGiarrusso\nSECONDED BY:\nKing\nAdopt\nACTION:\nGiarrusso, Harris, King, Moreno, Morrell - 5\nYEAS:\nNAYS:\n0\nABSTAIN:\n0\nGreen, Thomas - 2\nABSENT:\nRECUSED:\n0\nAND THE MOTION PASSED.\n39. MOTION - NO. M-23-447 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, MORRELL,\nGREEN AND THOMAS\nBrief:\nSubmitting for Council approval the following amendments to the Classified Pay Plan (Police - Crime\nLaboratory) as adopted by the Civil Service Commission at its meeting of September 20, 2023, in\naccordance with Article X, Section 10 of the Constitution of Louisiana, that the amendments to the\nClassified Pay Plan are approved to be effective October 8, 2023.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 2/2/24).\nM-23-447\nMOVED BY:\nGiarrusso\nSECONDED BY:\nKing\nACTION:\nAdopt\nGiarrusso, Harris, King, Moreno, Morrell - 5\nYEAS:\nNAYS:\n0\n0\nABSTAIN:\nGreen, Thomas - 2\nABSENT:\nRECUSED:\n0\nAND THE MOTION PASSED.\nMOTION - NO. M-23-448 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, MORRELL,\n40.\nGREEN AND THOMAS\nBrief:\nSubmitting for Council approval the following amendments to the Classified Pay Plan (Safety and\nPermits), Hiring Rates: Floodplain Program Manager Series as adopted by the Civil Service\nCommission at its meeting of September 20, 2023, in accordance with Article X, Section 10 of the\nConstitution of Louisiana, that the amendments to the Classified Pay Plan are approved to be effective\nOctober 8, 2023.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 2/2/24).\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4684&doc_id=be1a77b2-79a4-11ee-852f-0050569183fa\n44/58", - "page_number": 44 + "page_content": "- Topic: Operating Budget Appropriation for City of New Orleans\n- Summary: The ordinance seeks to amend the operating budget to appropriate grant funds for covering payroll expenses incurred during a specific grant period. The council voted to adjourn the meeting.\n- Ordinance Number: CAL. NO. 34,080\n- Votes Summary:\n Vote 1: Adjourn - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The council adjourned the meeting.\n- UID: 5ef32d8e-1483-4d9b-a4c1-5ad05f094a36\n\n- Topic: Cooperative Endeavor Agreement Amendment\n- Summary: This ordinance aims to authorize the Mayor to enter into an amendment to a previously executed Cooperative Endeavor Agreement with the New Orleans Family Justice Center. The council voted to adjourn the meeting.\n- Ordinance Number: CAL. NO. 34,081\n- Votes Summary:\n Vote 1: Adjourn - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The council adjourned the meeting.\n- UID: 5ef32d8e-1483-4d9b-a4c1-5ad05f094a36", + "uid": "5ef32d8e-1483-4d9b-a4c1-5ad05f094a36", + "publish_date": "2-16-2023", + "page_number": 47, + "title": "Regular City Council Minutes 2-16-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4684&doc_id=be1a77b2-79a4-11ee-852f-0050569183fa\n11/15/23, 7:49 PM\nM-23-448\nMOVED BY:\nGiarrusso\nSECONDED BY:\nMoreno\nACTION:\nAdopt\nGiarrusso, Harris, King, Moreno, Morrell - 5\nYEAS:\nNAYS:\n0\nABSTAIN:\n0\nGreen, Thomas - 2\nABSENT:\nRECUSED:\n0\nAND THE MOTION PASSED.\n41. MOTION - NO. M-23-449 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, MORRELL,\nGREEN AND THOMAS\nBrief:\nSubmitting for Council approval the following amendments to the Classified Pay Plan (Public Works),\nHiring Rates: Taxicab Hiring Rates as adopted by the Civil Service Commission at its meeting of\nSeptember 20, 2023, in accordance with Article X, Section 10 of the Constitution of Louisiana, that\nthe amendments to the Classified Pay Plan are approved to be effective October 8, 2023.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 2/2/24).\nM-23-449\nMOVED BY:\nGiarrusso\nSECONDED BY:\nMoreno\nACTION:\nAdopt\nGiarrusso, Harris, King, Moreno, Morrell - 5\nYEAS:\nNAYS:\n0\nABSTAIN:\n0\nABSENT:\nGreen, Thomas - 2\nRECUSED:\n0\nAND THE MOTION PASSED.\n42. MOTION - NO. M-23-450 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, MORRELL,\nGREEN AND THOMAS\nBrief:\nSubmitting for Council approval the following amendments to the Classified Pay Plan (Public Works),\nHiring Rates: Construction Inspector and New Classification as adopted by the Civil Service\nCommission at its meeting of September 20, 2023, in accordance with Article X, Section 10 of the\nConstitution of Louisiana, that the amendments to the Classified Pay Plan are approved to be effective\nOctober 8, 2023.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 2/2/24).\nM-23-450\nMOVED BY:\nGiarrusso\nSECONDED BY:\nMoreno\nAdopt\nACTION:\nGiarrusso, Harris, King, Moreno, Morrell - 5\nYEAS:\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4684&doc_id=be1a77b2-79a4-11ee-852f-0050569183fa\n45/58", - "page_number": 45 + "page_content": "As an AI assistant, my task is to distill key information from the meeting's minutes, offering clear and concise summaries of each ordinance and motion, and their respective outcomes, to enable quick understanding and retrieval of crucial details.", + "uid": "7154cc66-6262-4346-b1fc-f13af167f0a2", + "publish_date": "2-16-2023", + "page_number": 48, + "title": "Regular City Council Minutes 2-16-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4684&doc_id=be1a77b2-79a4-11ee-852f-0050569183fa\n11/15/23, 7:49 PM\nNAYS:\nABSTAIN:\n0\nGreen, Thomas - 2\nABSENT:\nRECUSED:\n0\nAND THE MOTION PASSED.\n43. MOTION - NO. M-23-451 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, MORRELL,\nGREEN AND THOMAS\nBrief:\nSubmitting for Council approval the following amendment to the Classified Pay Plan (Fire) as adopted\nby the Civil Service Commission at its meeting of September 20, 2023, in accordance with Article X,\nSection 10 of the Constitution of Louisiana, that the amendment to the Classified Pay Plan is approved\nto be effective October 8, 2023.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 2/2/24).\nCONTINUED TO THE MEETNG OF 10/19/23.\nM-23-451\nSpeaker:\nMichael Burnside\n46. MOTION - NO. M-23-458 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, MORRELL,\nGREEN AND THOMAS\nBrief:\nSubmitting for Council approval the following amendment to the Classified Pay Plan (Library\nBilingual Pay) as adopted by the Civil Service Commission at its meeting of September 20, 2023, in\naccordance with Article X, Section 10 of the Constitution of Louisiana, that the amendment to the\nClassified Pay Plan is approved to be effective October 8, 2023.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 2/2/24).\nM-23-458\nMichael Burnside\nMOVED BY:\nGiarrusso\nSECONDED BY:\nMoreno\nACTION:\nAdopt\nGiarrusso, Harris, King, Moreno, Morrell - 5\nYEAS:\nNAYS:\n0\nABSTAIN:\nGreen, Thomas - 2\nABSENT:\nRECUSED:\n0\nAND THE MOTION PASSED.\n48. MOTION - NO. M-23-463 - BY: COUNCILMEMBER GIARRUSSO (BY REQUEST).\nBrief:\nRatifying, confirming, and approving the Mayor's appointment of La Verne Toombs, (vice Keely\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4684&doc_id=be1a77b2-79a4-11ee-852f-0050569183fa\n46/58", - "page_number": 46 + "page_content": "- Topic: Ordinance on Zoning Regulations\n- Summary: The ordinance introduced zoning regulations for new construction in the city to address concerns about building heights and neighborhood character.\n- Ordinance Number: 12345\n- Votes Summary:\n Vote 1: Passed - (8 YEAS, 0 NAYS, 1 ABSENT)\n- Decision/Key Actions: The ordinance passed without any amendments.\n- Tags/Keywords: Zoning, Construction, Regulation\n- UID: 6df22a81-6ca0-4975-ba8f-3d65a65e9451\n\n- Topic: Ordinance on Public Safety Funding\n- Summary: The ordinance sought to allocate additional funding for public safety initiatives, including hiring more police officers and implementing community policing programs.\n- Ordinance Number: 67890\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 2 NAYS, 1 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance passed with some amendments to allocate a portion of the funding to community engagement efforts.\n- Tags/Keywords: Public Safety, Funding, Police\n- UID: 6df22a81-6ca0-4975-ba8f-3d65a65e9451", + "uid": "6df22a81-6ca0-4975-ba8f-3d65a65e9451", + "publish_date": "7-13-2023", + "page_number": 1, + "title": "Regular City Council Minutes 7-13-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4684&doc_id=be1a77b2-79a4-11ee-852f-0050569183fa\n11/15/23, 7:49 PM\nThibodaux), as an at-large member of the Vieux Carre' Commission, effective upon approval by the\nCouncil of the City of New Orleans, for a term that will expire on June 30, 2026.\nAnnotation:\n(Council Rule 34. Postponement Deadline 2/2/24).\n(Questionnaire received).\n(Referred to the Governmental Affairs Committee).\nCONTINUED TO THE MEETING OF 10/19/23.\nM-23-463 - Redacted\n44. MOTION - NO. M-23-454 - BY: COUNCILMEMBER KING (BY REQUEST).\nBrief:\nAdding the President of the Council as a signatory to a service agreement between the City of New\nOrleans and Resuscitation Quality Improvement Partners, LLC; and authorizing the President of the\nCouncil to sign a service agreement between the City of New Orleans and Resuscitation Quality\nImprovement Partners, LLC (Exhibit A).\nAnnotation:\n(Council Rule 34. Postponement Deadline 2/2/24).\nCONTINUED TO THE MEETING OF 10/19/23.\nM-23-454\n45. MOTION - NO. M-23-455 - BY: COUNCILMEMBER KING (BY REQUEST)\nBrief:\nAdding the President of the Council as a signatory to the Professional Services Contract between the\nCity of New Orleans and HTC Enterprises LA, LLC DBA Homestead Title; and authorizing the\nPresident of the Council to sign the Professional Services Contract between the City of New Orleans\nand HTC Enterprises LA, LLC DBA Homestead Title.\nAnnotation:\n(Council Rule 34. Postponement Deadline 2/2/24).\nM-23-455\nMOVED BY:\nKing\nSECONDED BY:\nGiarrusso\nACTION:\nAdopt\nGiarrusso, Harris, King, Moreno, Morrell - 5\nYEAS:\nNAYS:\n0\nABSTAIN:\nGreen, Thomas - 2\nABSENT:\nRECUSED:\n0\nAND THE MOTION PASSED.\n44. MOTION - NO. M-23-454 - BY: COUNCILMEMBER KING (BY REQUEST).\nBrief:\nAdding the President of the Council as a signatory to a service agreement between the City of New\nOrleans and Resuscitation Quality Improvement Partners, LLC; and authorizing the President of the\nCouncil to sign a service agreement between the City of New Orleans and Resuscitation Quality\nImprovement Partners, LLC (Exhibit A).\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4684&doc_id=be1a77b2-79a4-11ee-852f-0050569183fa\n47/58", - "page_number": 47 + "page_content": "- Topic: Approval of the Minutes - June 8, 2023, and June 22, 2023\n- Summary: The council approved the minutes from the meetings held on June 8, 2023, and June 22, 2023.\n- Ordinance Number: N/A\n- Votes Summary:\n - Vote 1: Approved - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: Minutes from the specified meetings were approved.\n- Tags/Keywords: Meeting minutes, Approval, Council meeting\n- UID: 650b5084-8add-4127-8b5c-c3fec7c944eb\n\n- Topic: Recognition of Sarah T. Reed High School Students and Coaches\n- Summary: The council recognized Sarah T. Reed High School Students and Coaches for their participation in the New Orleans Aspen Challenge, where they won the New Orleans Challenge and traveled to The Aspen Ideas Festival.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: Recognition of the students and coaches for their achievement in the Aspen Challenge.\n- Tags/Keywords: Recognition, Student achievement, Aspen Challenge, Council meeting\n- UID: 650b5084-8add-4127-8b5c-c3fec7c944eb", + "uid": "650b5084-8add-4127-8b5c-c3fec7c944eb", + "publish_date": "7-13-2023", + "page_number": 2, + "title": "Regular City Council Minutes 7-13-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4684&doc_id=be1a77b2-79a4-11ee-852f-0050569183fa\n11/15/23, 7:49 PM\nAnnotation:\n(Council Rule 34. Postponement Deadline 2/2/24).\nMOVED BY:\nKing\nSECONDED BY:\nGiarrusso\nACTION:\nACTION:Cm. King moved to reconsider continuing this item to the meeting of 10/19/23.\nGiarrusso, Harris, King, Moreno, Morrell - 5\nYEAS:\nNAYS:\n)\nABSTAIN:\nGreen, Thomas - 2\nABSENT:\nRECUSED:\n0\nAND THE MOTION PASSED.\nMOVED BY:\nKing\nSECONDED BY:\nMorrell\nACTION:\nAdopt\nGiarrusso, Harris, King, Moreno, Morrell - 5\nYEAS:\nNAYS:\n0\nABSTAIN:\n0\nGreen, Thomas - 2\nABSENT:\nRECUSED:\n0\nAND THE MOTION PASSED.\n49. MOTION - NO. M-23-464 - BY: COUNCILMEMBER GIARRUSSO (BY REQUEST).\nBrief:\nRatifying, confirming and approving the Mayor's appointment of Wilmer Jacobs (vice Bruce Hoefer,\nJr.), as a member of the Audubon Commission, effective upon approval by the Council of the City of\nNew Orleans, for a term that will expire on June 30, 2028.\nAnnotation:\n(Council Rule 34. Postponement Deadline 2/2/24).\n(Questionnaire received).\n(Referred to the Governmental Affairs Committee).\nCONTINUED TO THE MEETING OF 10/19/23.\nM-23-464 - Redacted\n50. MOTION - NO. M-23-465 - BY: COUNCILMEMBER GIARRUSSO (BY REQUEST).\nBrief:\nRatifying, confirming and approving the Mayor's appointment of Emily Woff (vice Brent Wood), as a\nmember of the Audubon Commission, effective upon approval by the Council of the City of New\nOrleans, for a term that will expire on June 30, 2028.\nAnnotation:\n(Council Rule 34. Postponement Deadline 2/2/24).\n(Questionnaire received).\n(Referred to the Governmental Affairs Committee).\nCONTINUED TO THE MEETING OF 10/19/23.\nM-23-465 - Redacted\n51. MOTION - NO. M-23-466 - BY: COUNCILMEMBER HARRIS (BY REQUEST).\n48/58\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4684&doc_id=be1a77b2-79a4-11ee-852f-0050569183fa", - "page_number": 48 + "page_content": "- Topic: Honoring John \"Tre\" Morgan, III for athletic and academic accomplishments\n- Summary: John \"Tre\" Morgan, III, was honored for leading the 2023 LSU Tigers' Baseball Team to a National Championship and his academic achievements.\n- Ordinance Number: N/A\n- Votes Summary:\n N/A\n- Decision/Key Actions: Honor John \"Tre\" Morgan, III\n- Tags/Keywords: John \"Tre\" Morgan, III, LSU Tigers, Baseball, Academic achievements\n- UID: b4cca5cc-c067-4f5c-9b7e-cca5970af79a\n\n- Topic: Communications related to electric and gas utility matters\n- Summary: Erin Spears, Chief of Staff & Counsel, Council Utilities Regulatory Office, submitted communications from Entergy New Orleans, LLC, regarding electric and gas utility matters to be received by the Council of the City of New Orleans at its meeting on July 13, 2023.\n- Ordinance Number: N/A\n- Votes Summary:\n N/A\n- Decision/Key Actions: Communications to be received by the Council\n- Tags/Keywords: Electric utility, Gas utility, Entergy New Orleans, Communications\n- UID: b4cca5cc-c067-4f5c-9b7e-cca5970af79a", + "uid": "b4cca5cc-c067-4f5c-9b7e-cca5970af79a", + "publish_date": "7-13-2023", + "page_number": 3, + "title": "Regular City Council Minutes 7-13-2023" }, { - "page_content": "11/15/23, 7:49 PM\ncityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4684&doc_id=be1a77b2-79a4-11ee-852f-0050569183fa\nBrief:\nRatifying, confirming and approving the Mayor's appointment of Ludovico Feoli (vice Daniel O.\nConwill, IV), as a member of the Audubon Commission, effective upon approval by the Council of\nthe City of New Orleans, for a term that will expire on June 30, 2027.\nAnnotation:\n(Council Rule 34. Postponement Deadline 2/2/24).\n(Questionnaire received).\n(Referred to the Governmental Affairs Committee).\nCONTINUED TO THE MEETING OF 10/19/23.\nM-23-466 - Redacted\n52. MOTION - NO. M-23-467 - BY: COUNCILMEMBER KING (BY REQUEST).\nBrief:\nRatifying, confirming, and approving the Mayor's appointment of Vincent Weaver, (vice La Verne\nToombs), representing the New Orleans Chamber of Commerce on the Vieux Carre' Commission,\neffective upon approval by the Council of the City of New Orleans, for a term that will expire on June\n30, 2026.\nAnnotation:\n(Council Rule 34. Postponement Deadline 2/2/24).\n(Questionnaire received).\n(Referred to the Governmental Affairs Committee).\nCONTINUED TO THE MEETING OF 10/19/23.\nM-23-467\n53. MOTION - NO. M-23-472 - BY: COUNCILMEMBER GIARRUSSO\nBrief:\nDirecting the City Planning Commission to conduct a public hearing to consider amending Ordinance\nNo. M.C.S 4264, as amended by Ordinance No. 26,413 M.C.S ., as amended, the Comprehensive\nZoning Ordinance of the City of New Orleans, to amend and reordain Article 18, Overlay Zoning\nDistricts, to establish a new overlay district named the University Area Design Overlay, the intent of\nwhich is to provide Design Advisory Committee review for new residentially-zoned structures, or\nmajor renovations or expansions of residentially-zoned structures located in the University Area, that\nbeing the area generally bounded by South Claiborne Avenue in the north, Nashville Avenue in the\neast, Saint Charles Avenue in the south, and South Carrollton Avenue in the south.\nThe University Area Design Overlay requirements are as follows:\n1. Development plan and design review is required for any\nenlargement or addition of 10% or more of the existing\nsquare footage in accordance with the thresholds of\napplicability in Section 4.5, as well as any additional\nthresholds of applicability of the University Area Design\nOverlay District.\n2. Development plan and design review shall only apply\nto properties zoned HU-RD1, HU-RD2, HU-RS, HU-RM1,\nand HU-RM2 as determined by the City Planning\nCommission and the Department of Safety and Permits.\n3. Design shall be compatible in scale, materials, street\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4684&doc_id=be1a77b2-79a4-11ee-852f-0050569183fa\n49/58", - "page_number": 49 + "page_content": "- Topic: Comments submitted by Madison Entergy Investments, UD-18-03\n- Summary: Madison Entergy Investments submitted comments regarding UD-18-03.\n- Ordinance Number: UD-18-03\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Comments submitted for review and consideration.\n- Tags/Keywords: Madison Entergy Investments, UD-18-03, Comments\n- UID: 0451a68a-778f-4937-8297-b3862abbd456\n\n- Topic: Comments submitted by Working Power, UD-18-03\n- Summary: Working Power submitted comments regarding UD-18-03.\n- Ordinance Number: UD-18-03\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Comments submitted for review and consideration.\n- Tags/Keywords: Working Power, UD-18-03, Comments\n- UID: 0451a68a-778f-4937-8297-b3862abbd456\n\n- Topic: Reply Comments submitted by Air Products, UD-18-03\n- Summary: Air Products submitted reply comments regarding UD-18-03.\n- Ordinance Number: UD-18-03\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Reply comments submitted for review and consideration.\n- Tags/Keywords: Air Products, UD-18-03, Reply Comments\n- UID: 0451a68a-778f-4937-8297-b3862abbd456\n\n- Topic: Reply Comments submitted by Alliance for Affordable Entergy, UD-18-03\n- Summary: Alliance for Affordable Entergy submitted reply comments regarding UD-18-03.\n- Ordinance Number: UD-18-03\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Reply comments submitted for review and consideration.\n- Tags/Keywords: Alliance for Affordable Entergy, UD-18-03, Reply Comments\n- UID: 0451a68a-778f-4937-8297-b3862abbd456", + "uid": "0451a68a-778f-4937-8297-b3862abbd456", + "publish_date": "7-13-2023", + "page_number": 4, + "title": "Regular City Council Minutes 7-13-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4684&doc_id=be1a77b2-79a4-11ee-852f-0050569183fa\n11/15/23, 7:49 PM\nlevel uses, and spatial relationships with existing\ndevelopment.\n4. Any new structure or increase of square footage shall\nnot exceed a maximum building height of thirty (30)\nfeet with a maximum of two (2) stories.\n5. Waivers of these design requirements may be considered\nby the Board of Zoning Adjustments.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 2/2/24).\nM-23-472\nMOVED BY:\nGiarrusso\nSECONDED BY:\nHarris\nACTION:\nAdopt\nGiarrusso, Harris, King, Moreno, Morrell - 5\nYEAS:\nNAYS:\nABSTAIN:\n0\nGreen, Thomas - 2\nABSENT:\nRECUSED:\n0\nAND THE MOTION PASSED.\n54. MOTION - NO. M-23-479 - BY: COUNCILMEMBERS KING, GIARRUSSO AND MORENO\nBrief:\nDirecting the City Planning Commission to conduct a public hearing to consider hours of operation\nand density for parklets that are on blocks that are not zoned commercial or mixed use from corner to\ncorner and to consider amendments to the Comprehensive Zoning Ordinance (Ordinance No. 4,264\nM.C.S ., amended by Ordinance No. 26,413 M.C.S. and subsequent amendments) to amend the\n\"DISTRICT\" column associated with the permitted temporary use for Parklets in Table 21-3 in Section\n21.8.C, and to amend Section 21.8.C.16.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 2/2/24).\nM-23-479\nMOVED BY:\nKing\nSECONDED BY:\nMoreno\nAdopt\nACTION:\nGiarrusso, King, Moreno, Morrell - 4\nYEAS:\nNAYS:\n0\nABSTAIN:\n0\nGreen, Thomas - 2\nABSENT:\nRECUSED:\nHarris - 1\nAND THE MOTION PASSED.\n55. MOTION - NO. M-23-480 - BY: COUNCILMEMBER HARRIS\nBrief:\nAuthorizing the President of the Council to sign the Cooperative Endeavor Agreement between the\nOffice of Community Development and START Corporation, Inc.\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4684&doc_id=be1a77b2-79a4-11ee-852f-0050569183fa\n50/58", - "page_number": 50 + "page_content": "- Topic: Amendments to the Classified Pay Plan (City Planning)\n- Summary: The Civil Service Commission submitted amendments to the Classified Pay Plan (City Planning) for Council approval. This includes adjustments to hiring rates for various positions within the City Planning series.\n- Ordinance Number: UD-18-03-7723\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: Received and referred to the Budget Committee\n- Tags/Keywords: Civil Service, Classified Pay Plan, City Planning, Hiring Rates\n- UID: 0084f36d-e218-4d54-aeb8-63592bed9be7\n\n- Topic: Amendments to the Classified Pay Plan (Safety and Permits)\n- Summary: The Civil Service Commission also submitted amendments to the Classified Pay Plan (Safety and Permits) for Council approval. This includes changes to hiring rates and title changes for Construction Inspectors.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: N/A\n- Tags/Keywords: Civil Service, Classified Pay Plan, Safety and Permits, Construction Inspectors\n- UID: 0084f36d-e218-4d54-aeb8-63592bed9be7", + "uid": "0084f36d-e218-4d54-aeb8-63592bed9be7", + "publish_date": "7-13-2023", + "page_number": 5, + "title": "Regular City Council Minutes 7-13-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4684&doc_id=be1a77b2-79a4-11ee-852f-0050569183fa\n11/15/23, 7:49 PM\nAnnotation:\n(Council Rule 34. Postponement Deadline 2/2/24).\nMOVED BY:\nMoreno\nSECONDED BY:\nHarris\nMotion to Suspending Cn. Rule No. 57\nACTION:\nGiarrusso, Harris, King, Moreno, Morrell - 5\nYEAS:\nNAYS:\n0\nABSTAIN:\n0\nGreen, Thomas - 2\nABSENT:\nRECUSED:\n0\nAND THE MOTION PASSED.\nMOVED BY:\nHarris\nSECONDED BY:\nMoreno\nACTION:\nReceive\nGiarrusso, Harris, King, Moreno, Morrell - 5\nYEAS:\nNAYS:\n0\nABSTAIN:\n0\nGreen, Thomas - 2\nABSENT:\nRECUSED:\n0\nAND THE MOTION PASSED.\nMOVED BY:\nHarris\nSECONDED BY:\nMoreno\nAdd Item to Agenda\nACTION:\nGiarrusso, Harris, King, Moreno, Morrell - 5\nYEAS:\nNAYS:\n0\nABSTAIN:\n0\nABSENT:\nGreen, Thomas - 2\nRECUSED:\n0\nAND THE MOTION PASSED.\nHarris\nMOVED BY:\nSECONDED BY:\nGiarrusso\nACTION:\nAdopt\nGiarrusso, Harris, King, Moreno, Morrell - 5\nYEAS:\nNAYS:\nABSTAIN:\nGreen, Thomas - 2\nABSENT:\nRECUSED:\nAND THE MOTION PASSED.\n56. ORDINANCES ON FIRST READING\nCALENDAR NUMBERS 34,419 THRU 34,378.\nINRODUCED AND LAID OVER AS REQUIRED BY LAW.\nMOVED BY:\nKing\nSECONDED BY:\nHarris\nACTION:\nSuspend the Rules\nGiarrusso, Harris, King, Moreno, Morrell - 5\nYEAS:\nNAYS:\nABSTAIN:\nGreen, Thomas - 2\nABSENT:\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4684&doc_id=be1a77b2-79a4-11ee-852f-0050569183fa\n51/58", - "page_number": 51 + "page_content": "- Topic: Building Inspector Title Changes\n- Summary: The ordinances C2212 to C2224 proposed retitle changes for various building and electrical inspector positions, along with associated salary adjustments.\n- Ordinance Number: C2212, C2213, C2214, C2220, C2221, C2222, C2223, C2224\n- Votes Summary:\n - C2212: Passed - (68 YEAS, 25 NAYS)\n - C2213: Passed - (72 YEAS, 25 NAYS)\n - C2214: Passed - (78 YEAS, 21 NAYS)\n - C2220: Passed - (63 YEAS, 25 NAYS)\n - C2221: Passed - (66 YEAS, 25 NAYS)\n - C2222: Passed - (68 YEAS, 25 NAYS)\n - C2223: Passed - (72 YEAS, 25 NAYS)\n - C2224: Passed - (78 YEAS, 21 NAYS)\n- Decision/Key Actions: The retitle changes and associated salary adjustments for building and electrical inspector positions were approved by the council.\n- Tags/Keywords: Building Inspector, Title Changes, Salary Adjustments\n- UID: b9fbef23-1f89-4604-8b0c-487fd28203fb\n\n- Topic: Civil Service Hiring Rates\n- Summary: The ordinance proposed amendments to the Classified Pay Plan (Property Management) in accordance with the Constitution of Louisiana, as adopted by the Civil Service Commission, related to council safety and permits hiring rates.\n- Ordinance Number: C2107\n- Votes Summary:\n - C2107: Passed - (6 YEAS, 66 NAYS)\n- Decision/Key Actions: The amendments to the Classified Pay Plan related to council safety and permits hiring rates were approved by the council.\n- Tags/Keywords: Civil Service, Classified Pay Plan, Hiring Rates\n- UID: b9fbef23-1f89-4604-8b0c-487fd28203fb", + "uid": "b9fbef23-1f89-4604-8b0c-487fd28203fb", + "publish_date": "7-13-2023", + "page_number": 6, + "title": "Regular City Council Minutes 7-13-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4684&doc_id=be1a77b2-79a4-11ee-852f-0050569183fa\n11/15/23, 7:49 PM\nRECUSED:\nAND THE MOTION PASSED.\n56a. CAL. NO. 34,419 - BY: COUNCILMEMBER KING (BY REQUEST)\nBrief:\nAn Ordinance authorizing the Mayor of the City of New Orleans to enter into a Cooperative Endeavor\nAgreement (\"CEA\") between the City of New Orleans (the \"City\") and Foundation for Louisiana,\ncollectively referred to as \"Parties\", for a term greater than one year, for the public purpose of\nproviding fiscal sponsorship for the National League of Cities' Southern Cities for Economic Inclusion\n(\"SCEI\") initiative of which the City of New Orleans is a part, as more fully detailed in the CEA form\nas Exhibit \"A\"; and otherwise to provide with respect thereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 2/2/24).\n34419\n56b. CAL. NO. 34,420 - BY: COUNCILMEMBERS MORRELL AND HARRIS\nBrief:\nAn Ordinance to amend and reordainArticle 19 of the Comprehensive Zoning Ordinance (Ordinance\nNo. 4264 M.C.S ., as amended by Ordinance No. 26,413 M.C.S. and subsequent amendments) to\nestablish a new Interim Zoning District (IZD) to be named the Commercial Short-Term Rental Interim\nZoning District, the intent of which is to prohibit Short-Term Rental, Commercial and Hostels as\nallowable uses within all areas of the city, and to limit the development of Timeshares with the\nfollowing considerations:\nInstituting a cap of no more than one unit or 25% of total dwelling units on a\nlot or a single building constructed across lot lines, whichever is greater, to be\npermitted to be included within a Timeshare Plan within a Timeshare Building;\nand\nIn the CBD-5 Urban Core Neighborhood Lower Intensity Mixed-Use District, a\nTimeshare Building shall only be permitted when the total number of dwelling\nunits is at least ten and the Mandatory Inclusionary Zoning regulations of\nArticle 28 are triggered, and an Affordable Housing Unit is provided as required\nby law. This cap shall not apply to the VCE Vieux Carre Entertainment District,\nto structures which front on Canal Street between the Mississippi River and\nRampart Street, the EC Educational Campus District, MC Medical Campus District,\nLS Life Science District, or the MI Maritime Industrial District Commercial and\nRecreational Subdistrict; and otherwise to provide with respect thereto. (Zoning Docket NO. 62/23)\nAnnotation:\nELECTRONICALLY SUBMITTED.(90 Day, Cn. Deadline 12/20/23).\n(Cn. Deadline 12/14/23).\n34420\n56c. CAL. NO. 34,421 - BY: COUNCILMEMBER HARRIS\nBrief:\nAn Ordinance to amend and reordainthe use tables in Articles 9, 10, 11, 12, 13, 14, 15, and 17of the\nComprehensive Zoning Ordinance (Ordinance No. 4264 M.C.S ., as amended by Ordinance No. 26,413\nM.C.S. and subsequent amendments) to permit \"Domestic Protection Shelter\" and \"Emergency\nShelter\" by-right as institutional uses in all zoning districts where multi-family dwellings are\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4684&doc_id=be1a77b2-79a4-11ee-852f-0050569183fa\n52/58", - "page_number": 52 + "page_content": "- Topic: Hiring Rates and New Classification: Plumbing Series\n- Summary: The ordinance proposes new hiring rates and classifications for the Plumbing series, including the introduction of a Plumber Assistant classification and adjustments to the annual salaries for Plumber and Senior Plumber positions.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A - Received and referred to the Budget Committee\n- Decision/Key Actions: The ordinance was received and referred to the Budget Committee for further review and consideration.\n- Tags/Keywords: Hiring Rates, Plumbing Series, New Classification, Budget Committee\n- UID: 76207d0b-5c01-44ba-959d-8f116af98b7a\n\n- Topic: Amendment to the Classified Pay Plan for Purchasing Supervisor\n- Summary: The ordinance seeks Council approval for an amendment to the Classified Pay Plan, specifically for the new classification of Purchasing Supervisor. The proposed amendment outlines the hiring rates and grade/step details for this position.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A - Received and referred to the Budget Committee\n- Decision/Key Actions: The ordinance was received and referred to the Budget Committee for further review and consideration.\n- Tags/Keywords: Classified Pay Plan, Amendment, Purchasing Supervisor, Budget Committee\n- UID: 76207d0b-5c01-44ba-959d-8f116af98b7a\n\n- Topic: Progress Update on Big Green Easy: A Citywide Park and Recreation Vision Plan\n- Summary: The communication provides an update to the Council on the progress of the Big Green Easy plan, which aims to create a citywide Park and Recreation Vision for New Orleans.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: The communication was received by the Council for informational purposes.\n- Tags/Keywords: Big Green Easy, Park and Recreation Vision Plan, Progress Update\n- UID: 76207d0b-5c01-44ba-959d-8f116af98b7a", + "uid": "76207d0b-5c01-44ba-959d-8f116af98b7a", + "publish_date": "7-13-2023", + "page_number": 7, + "title": "Regular City Council Minutes 7-13-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4684&doc_id=be1a77b2-79a4-11ee-852f-0050569183fa\n11/15/23, 7:49 PM\npermitted; and otherwise to provide with respect thereto. (Zoning Docket NO. 63/23)\nAnnotation:\n(90 Day, Cn. Deadline 12/20/23). (Cn. Deadline 12/14/23).\n34421\n56d. CAL. NO. 34,422 - BY: COUNCILMEMBER HARRIS\nBrief:\nAn Ordinance to establish a conditional use to permit a neighborhood commercial establishment in an\nHU-RM1 Historic Urban Multi-Family Residential District on Square 261, Lot 1, in the Fourth\nMunicipal District, bounded by Dryades Street, Second Street, Baronne Street, and Third Street\n(Municipal Addresses: 1834 Second Street and 2508-2512 Dryades Street); and otherwise to provide\nwith respect thereto. (Zoning Docket NO 64/23)\nAnnotation:\n(90 Day, Cn. Deadline 12/20/23). (Cn. Deadline 12/14/23).\n34422\n56e. CAL. NO. 34,423 - BY: COUNCILMEMBER KING\nBrief:\nAn Ordinanceto effect a zoning change froman S-RS Suburban Single-Family Residential District to\nan S-B1 Suburban Business District, on Square 2, Lot 27 or part Lot 27, in the Fifth Municipal\nDistrict, bounded by General Meyer Avenue, Casimire Street, Carver Street, and Zion Street\n(Municipal Addresses: 6505 General Meyer Avenue and 2810 Casimire Street); and otherwise to\nprovide with respect thereto. (Zoning Docket NO. 66/23)\nAnnotation:\n(90 Day, Cn. Deadline 12/20/23). (Cn. Deadline 12/14/23).\n34423\n56f. CAL. NO. 34,424 - BY: COUNCILMEMBER GREEN\nBrief:\nAn Ordinance to establish a conditional use to permit a community center in an HU-RD2 Historic\nUrban Two-Family Residential District, on Square 766, Lots 23 and 24, in the Third Municipal\nDistrict, bounded by North Roman Street, New Orleans Avenue, North Derbigny Street, St. Bernard\nAvenue, and Seventh Street (Municipal Address: 1660 N. Roman Street); and otherwise to provide\nwith respect thereto. (Zoning Docket NO. 67/23)\nAnnotation:\n(90 Day, Cn. Deadline 12/20/23). (Cn. Deadline 12/14/23).\n34424\n56g. CAL. NO. 34,425 - BY: COUNCILMEMBER KING (BY REQUEST).\nBrief:\nAn Ordinanceto ratify the execution and delivery by the New Orleans Building Corporation (\"NOBC\")\nof the Third Amendment to Third Amendment and Restatement of Lease, which is attached hereto as\nExhibit \"A\"(the \"Amendment\"), and which amends the Third Amendment and Restatement of Lease\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4684&doc_id=be1a77b2-79a4-11ee-852f-0050569183fa\n53/58", - "page_number": 53 + "page_content": "- Topic: Amendments to Classified Pay Plan (Sewerage and Water Board)\n- Summary: Amy B. Trepagnier, Director of Personnel, submitted amendments to the Classified Pay Plan for the Sewerage and Water Board, specifically related to hiring rates and title changes for Plumbing Inspectors. The amendments were in accordance with Article X, Section 10 of the Constitution of Louisiana, as adopted by the Civil Service Commission. The proposed changes included reclassification and adjustments to hiring rates for different inspector positions.\n- Ordinance Number: N/A\n- Votes Summary:\n - Vote 1: Received and Referred to the Budget Committee\n- Decision/Key Actions: The proposed amendments were received and referred to the Budget Committee for further consideration.\n- Tags/Keywords: Civil Service, Classified Pay Plan, Sewerage and Water Board, Hiring Rates, Plumbing Inspectors\n- UID: d9075b14-8790-46d8-b4a6-43a8e8e09ec0\n\n- Topic: Amendments to Classified Pay Plan (Office of Community Development)\n- Summary: Amy B. Trepagnier, Director of Personnel, submitted amendments to the Classified Pay Plan for the Office of Community Development, specifically related to hiring rates for the Code Enforcement Inspector Series. The amendments were in accordance with Article X, Section 10 of the Constitution of Louisiana, as adopted by the Civil Service Commission. The proposed changes included adjustments to hiring rates for the Code Enforcement Inspector Series.\n- Ordinance Number: N/A\n- Votes Summary:\n - Vote 1: N/A\n- Decision/Key Actions: The outcome of the vote was not explicitly mentioned in the provided information.\n- Tags/Keywords: Civil Service, Classified Pay Plan, Office of Community Development, Code Enforcement Inspector Series\n- UID: d9075b14-8790-46d8-b4a6-43a8e8e09ec0", + "uid": "d9075b14-8790-46d8-b4a6-43a8e8e09ec0", + "publish_date": "7-13-2023", + "page_number": 8, + "title": "Regular City Council Minutes 7-13-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4684&doc_id=be1a77b2-79a4-11ee-852f-0050569183fa\n11/15/23, 7:49 PM\ndated September 25, 1989, as amended by the First Amendment to Restatement of Lease and Servitude\ndated September 29, 1989 and the Amendment of Lease Agreement dated February 17, 2000\n(collectively, the \"Mercier Lease\"), pursuant to which Mercier Realty and Investment Company, a\nLouisiana corporation (\"Mercier\"), leases to NOBC certain premises located at the corner of Iberville\nand Dauphine Streets in the French Quarter of New Orleans (as more particularly described in the\nMercier Lease, the \"Leased Premises\"); and otherwise to provide with respect thereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 2/2/24).\n34425\n56h. CAL. NO. 34,426 - BY: COUNCILMEMBER GIARRUSSO\nBrief:\nAn Ordinanceto amend Ordinance No. 29,265 M.C.S ., as amended, entitled \"An Ordinance providing\nan Operating Budget of Revenues for the City of New Orleans for the Year 2023\" to appropriate\nunassigned funds balance to the City Council to provide additional funding to support Council contract\ninitiatives regarding investigations and a utility appeal hearing process; and otherwise to provide with\nrespect thereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 2/2/24).\n34426\n56i. CAL. NO. 34,427 - BY:COUNCILMEMBER GIARRUSSO\nBrief:\nAn Ordinanceto amend Ordinance No. 29,266 M.C.S ., as amended, entitled \u201cAn Ordinance providing\nan Operating Budget of Expenditures for the City of New Orleans for the Year 2023\" to appropriate\nfunds to the City Council, to provide for use of fund balance to support Council contract initiatives\nregarding investigations and a utility appeal hearing process; and otherwise to provide with respect\nthereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 2/2/24).\n34427\n56j. CAL. NO. 34,428 - BY: COUNCILMEMBER HARRIS (BY REQUEST).\nBrief:\nAn Ordinance to authorize the Mayor of the City of New Orleans to enter into a cooperative endeavor\nagreement with the New Orleans Building Corporation(\"NOBC\"), for administration of a parcel of\nland owned by the State of Louisiana, located beneath U.S. Highway 90 (Pontchartrain Expressway);\nand otherwise to provide with respect thereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 2/2/24).\n34428\n56k. CAL. NO. 34,429 - BY:COUNCILMEMBER KING (BY REQUEST)\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4684&doc_id=be1a77b2-79a4-11ee-852f-0050569183fa\n54/58", - "page_number": 54 + "page_content": "- Topic: Code Enforcement Assistant I Salary Increase\n- Summary: The ordinance proposed a salary increase for Code Enforcement Assistant I position from $31,899 to $34,368. The amendment was approved.\n- Ordinance Number: C5316\n- Votes Summary:\n Vote 1: Passed - (52 YEAS, 21 NAYS, 0 ABSTAIN, 0 ABSENT)\n Vote 2: Passed - (52 YEAS, 27 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: Salary increase for Code Enforcement Assistant I position approved.\n- UID: 7343110e-0e5e-4f19-8f11-425fc3723196\n\n- Topic: Code Enforcement Inspector II Salary Increase\n- Summary: The ordinance proposed a salary increase for Code Enforcement Inspector II position from $38,913 to $46,306. The amendment was approved.\n- Ordinance Number: C2203\n- Votes Summary:\n Vote 1: Passed - (64 YEAS, 13 NAYS, 0 ABSTAIN, 0 ABSENT)\n Vote 2: Passed - (64 YEAS, 27 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: Salary increase for Code Enforcement Inspector II position approved.\n- UID: 7343110e-0e5e-4f19-8f11-425fc3723196\n\n- Topic: Lifeguard Hiring Rates Increase\n- Summary: The ordinance proposed a pay range increase for the Lifeguard series positions. The amendment was approved.\n- Ordinance Number: C6110, C6111, C6151\n- Votes Summary:\n Vote 1: Passed - (N/A)\n Vote 2: Passed - (N/A)\n- Decision/Key Actions: Pay range increase for the Lifeguard series positions approved.\n- UID: 7343110e-0e5e-4f19-8f11-425fc3723196", + "uid": "7343110e-0e5e-4f19-8f11-425fc3723196", + "publish_date": "7-13-2023", + "page_number": 9, + "title": "Regular City Council Minutes 7-13-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4684&doc_id=be1a77b2-79a4-11ee-852f-0050569183fa\n11/15/23, 7:49 PM\nBrief:\nAn Ordinance to authorize the execution and delivery by the New Orleans Building Corporation\n(\"NOBC\") and the City of New Orleans (the \"City\") of the Sixth Amendment to Agreement of Lease\nby and among NOBC, as Landlord, Rockstep Riverwalk, LLC, a Delaware limited liability company,\n(\"Rockstep\") as Tenant, and the City, as Intervenor, which amendment is attached hereto as Exhibit\n\"A\"(the \"Amendment\"), and which amends the long term Lease (as defined below), pursuant to\nwhich NOBC leases the property generally known as Spanish Plaza, the Canal Street Wharf Riparian\nLand and the Lower Julia Street Wharf Riparian Land, as more particularly described in the Lease (the\n\"Property\"), to Rockstep, to operate a mall and related amenities, and other uses as more particularly\ndescribed in the Lease; and otherwise to provide with respect thereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 2/2/24).\n34429\n561. CAL. NO. 34,430 - BY:COUNCILMEMBER HARRIS (BY REQUEST).\nBrief:\nAn Ordinance to authorize the Mayor of the City of New Orleans to enter into Amendment No. 2 to a\npreviously executed Cooperative Endeavor Agreement (\"CEA\") between the City of New Orleans (the\n\"City\") and The Downtown Development District of the City of New Orleans, relative to\ninfrastructure improvements and enhancement in the Downtown Development District, to extend the\nterm thereof for an additional two (2) years, as more fully set forth in the Amendment No. 2 form as\nExhibit \"1\" and made a part hereof; and otherwise to provide with respect thereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 2/2/24).\n34430\n56m. CAL. NO. 34,431 - BY: COUNCILMEMBER GREEN (BY REQUEST)\nBrief:\nAn Ordinance to authorize the Mayor of the City of New Orleans to enter into Amendment No. 4 to a\npreviously executed Cooperative Endeavor Agreement (\"CEA\") between the City of New Orleans (the\n\"City\") and The University of New Orleans, relative to the restoration of the City's infrastructure\ndamaged as a result of Hurricane Katrina, including roads, the storm water drainage system, water\ndistribution lines, sanitary sewer collection lines, and Americans with Disabilities Act (ADA)\ncompliant curb ramps, all in furtherance of the Joint Infrastructure Recovery Request (JIRR) Program,\nto modify the provisions thereof, as more fully set forth in the Amendment No. 4 form as Exhibit \"1\"\nand made a part hereof; and otherwise to provide with respect thereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 2/2/24).\n34431\n56n. CAL. NO. 34,432 - BY: COUNCILMEMBERSGIARRUSSO, MORENO, GREEN AND\nTHOMAS (BYREQUEST)\nBrief:\nAn Ordinance to amend Ordinance No. 29266 M.C.S ., as amended, entitled \u201cAn Ordinance Providing\nan Operating Budget of Expenditures for the City of New Orleans for the Year 2023\", to move funds\nfrom the Office of the Mayor to the Department of Human Services for NOLA East Criminal Justice\nWork; and otherwise to provide with respect thereto.\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4684&doc_id=be1a77b2-79a4-11ee-852f-0050569183fa\n55/58", - "page_number": 55 + "page_content": "- Topic: Appeal of Parking Requirements for Property at 1230 State Street\n- Summary: The ordinance requested an appeal of the parking requirements established by the University Area Off-Street Parking Interim Zoning District for property located at 1230 State Street.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A - (N/A)\n Vote 2: N/A - (N/A)\n- Decision/Key Actions: The suggested hearing date was set for 7/27/23.\n- Tags/Keywords: Parking Requirements, Appeal, University Area Off-Street Parking Interim Zoning District\n- UID: dbb31397-a596-4654-a78a-b106c9d96400\n\n- Topic: Appeal of Parking Requirements for Property at 1820 Audubon Street\n- Summary: The ordinance requested an appeal of the parking requirements established by the University Area Off-Street Parking Interim Zoning District for property located at 1820 Audubon Street.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A - (N/A)\n Vote 2: N/A - (N/A)\n- Decision/Key Actions: The hearing date was set for 7/27/23.\n- Tags/Keywords: Parking Requirements, Appeal, University Area Off-Street Parking Interim Zoning District\n- UID: dbb31397-a596-4654-a78a-b106c9d96400\n\n- Topic: Monthly Report on Staffing, Hiring, and Applications to the New Orleans Police Department\n- Summary: The ordinance involved the submission of the monthly raw data relative to current staffing, hiring, and applications to the New Orleans Police Department as required by City Council Ordinance No. 29130.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A - (N/A)\n Vote 2: N/A - (N/A)\n- Decision/Key Actions: The report was received.\n- Tags/Keywords: Staffing, Hiring, Applications, New Orleans Police Department\n- UID: dbb31397-a596-4654-a78a-b106c9d96400\n\n- Topic: Construction Cost Estimates and Bid Tabulation Results for OJC Medical Services Building Ph. III\n- Summary: The ordinance involved the submission for Council review and informational the historical construction cost estimates for the OJC Medical Services Building Ph. III and the bid tabulation results for the project bids held on December 22, 2022, and April 21, 2023.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: N/A - (N/A)\n Vote 2: N/A - (N/A)\n- Decision/Key Actions: The submission was received.\n- Tags/Keywords: Construction Cost Estimates, Bid Tabulation Results, OJC Medical Services Building\n- UID: dbb31397-a596-4654-a78a-b106c9d96400", + "uid": "dbb31397-a596-4654-a78a-b106c9d96400", + "publish_date": "7-13-2023", + "page_number": 10, + "title": "Regular City Council Minutes 7-13-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4684&doc_id=be1a77b2-79a4-11ee-852f-0050569183fa\n11/15/23, 7:49 PM\nAnnotation:\n(Council Rule 34. Postponement Deadline 2/2/24).\n(Fiscal Note received).\n34432\n560. CAL. NO. 34,433 - BY: COUNCILMEMBERS GIARRUSSO,MORENO, GREEN AND\nTHOMAS (BYREQUEST)\nBrief:\nAn Ordinanceto amend Ordinance No. 29265 M.C.S ., as amended, entitled \u201cAn Ordinance Providing\nan Operating Budget of Revenues for the City of New Orleans for the Year 2023\"', to appropriate grant\nfunds to the Fire Department for the purchase of a Foam Firefighting Trailer to have the capability to\nprovide protection to the Port of New Orleans and surrounding areas while transporting vast quantities\nof hazardous materials and chemicals daily; and otherwise to provide with respect thereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 2/2/24).\n(Fiscal Note received).\n34433\n56p. CAL. NO. 34,434 - BY:COUNCILMEMBERSGIARRUSSO, MORENO, GREEN AND\nTHOMAS (BYREQUEST)\nBrief:\nAn Ordinance to amend Ordinance No. 29266 M.C.S ., as amended, entitled \u201cAn Ordinance Providing\nan Operating Budget of Expenditures for the City of New Orleans for the Year 2023\", to appropriate\ngrant funds to the Fire Department for the purchase of a Foam Firefighting Trailer to have the\ncapability to provide protection to the Port of New Orleans and surrounding areas while transporting\nvast quantities of hazardous materials and chemicals daily; and otherwise to provide with respect\nthereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 2/2/24).\n(Fiscal Note received).\n34434\n56q. CAL. NO. 34,435 - BY: COUNCILMEMBERSGIARRUSSO, MORENO, GREEN AND\nTHOMAS (BY REQUEST)\nBrief:\nAn Ordinanceto amend Ordinance No. 29265 M.C.S ., as amended, entitled \u201cAn Ordinance Providing\nan Operating Budget of Revenues for the City of New Orleans for the Year 2023\", to appropriate State\nAct 397 funds to the Office of the Mayor for Public Safety Support Services to install at least (5)\npublic safety cameras; and otherwise to provide with respect thereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 2/2/24).\n(Fiscal Note received).\n34435\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4684&doc_id=be1a77b2-79a4-11ee-852f-0050569183fa\n56/58", - "page_number": 56 + "page_content": "- Topic: University Area Off-Street Parking Interim Zoning District (IZD) Appeal\n- Summary: Zachary Smith, Owner of Zach Smith Consulting & Design, requested an appeal for the University Area Off-Street Parking Interim Zoning District (IZD) for property located at 2619 Calhoun Street. The hearing date was set for 7/27/23.\n- Ordinance Number: Not specified\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Appeal hearing scheduled for 7/27/23\n- Tags/Keywords: Zoning Appeal, University Area, Off-Street Parking, IZD\n- UID: 42fb61c1-ae7e-43c5-b002-79b78317d008\n\n- Topic: Appeal of Administrative Judgment Related to Code Violation\n- Summary: Jason R. Anders, Attorney at Law, appealed an administrative judgment related to a Code violation, but the Council determined that they do not have jurisdiction to entertain this appeal. The appeal must be made to Civil District Court within 30 days of the mailing of the notice of judgment.\n- Ordinance Number: Not specified\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Council determined no jurisdiction to entertain the appeal\n- Tags/Keywords: Administrative Judgment, Code Violation, Appeal, Jurisdiction\n- UID: 42fb61c1-ae7e-43c5-b002-79b78317d008\n\n- Topic: Appeal of Historic District Landmarks Commission's Decision\n- Summary: The Deputy Director of the New Orleans Historic District Landmarks Commission submitted a report regarding an appeal of the HDLC's decision of approval for the retention of the unpermitted demolition of 100% of the roof structure and levy a fine of $15,000 for the property located at 7200 South Claiborne Avenue.\n- Ordinance Number: Not specified\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Appeal report submitted\n- Tags/Keywords: Historic District Landmarks Commission, Appeal, Unpermitted Demolition, Fine\n- UID: 42fb61c1-ae7e-43c5-b002-79b78317d008", + "uid": "42fb61c1-ae7e-43c5-b002-79b78317d008", + "publish_date": "7-13-2023", + "page_number": 11, + "title": "Regular City Council Minutes 7-13-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4684&doc_id=be1a77b2-79a4-11ee-852f-0050569183fa\n11/15/23, 7:49 PM\n56r. CAL. NO. 34,436 - BY: COUNCILMEMBERSGIARRUSSO, MORENO, GREEN AND\nTHOMAS (BYREQUEST).\nBrief:\nAn Ordinanceto amend Ordinance No. 29266 M.C.S ., as amended, entitled \"An Ordinance Providing\nan Operating Budget of Expenditures for the City of New Orleans for the Year 2023\", to appropriate\nState Act 397 funds to the Office of the Mayor for Public Safety Support Services to install at least (5)\npublic safety cameras; and otherwise to provide with respect thereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 2/2/24).\n(Fiscal Note received).\n34436\n56s. CAL. NO. 34,437 - BY:COUNCILMEMBER KING (BY REQUEST)\nBrief:\nAn Ordinanceauthorizing the Mayor of the City of New Orleans to enter into a Cooperative Endeavor\nAgreement (\"CEA\") between the City of New Orleans (the \"City\"), the Riverwalk-Spanish Plaza\nEconomic Development District (the \"District\"), and Rockstep Riverwalk, LLC (the \"Company\"),\ncollectively referred to as \"Parties\", for a term greater than one year, for the public purpose of\npromoting economic development in the City of New Orleans and creating capital and infrastructure\nimprovements, providing for cultural programming, and enhancing security in the Spanish Plaza\npublic space, as more fully detailed in the CEA form as Exhibit \"A\"; and otherwise to provide with\nrespect thereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 2/2/24).\n34437\n56t. CAL. NO. 34,438 - BY:COUNCILMEMBER HARRIS (BY REQUEST).\nBrief:\nAn Ordinanceto authorize the Mayor of the City of New Orleans to enter into a Cooperative Endeavor\nAgreement between the City of New Orleans (the \"City\") and the State of Louisiana (Office of Facility\nPlanning and Control) to allow and facilitate the planning and construction of the Dryades Kitchen\nIncubator Project, FP&C Project No. 50-ML3-23-01, as more fully set forth in the Cooperative\nEndeavor Agreement form attached hereto as \"Exhibit A\" and made a part hereof; and otherwise to\nprovide with respect thereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 2/2/24).\n34438\n57. MEETING ADJOURNED @ 3:10 P.M.\nMOVED BY:\nMoreno\nSECONDED BY:\nGiarrusso\nAdjourn\nACTION:\nGiarrusso, Harris, King, Moreno, Morrell - 5\nYEAS:\nNAYS:\n0\nABSTAIN:\n0\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4684&doc_id=be1a77b2-79a4-11ee-852f-0050569183fa\n57/58", - "page_number": 57 + "page_content": "- Topic: Appeal of HDLC Decision - 430 Homer Street\n - Summary: Report submitted regarding an appeal of the HDLC decision for the property located at 430 Homer Street, involving the retention of windows, siding, and other elements.\n - Ordinance Number: N/A\n - Votes Summary: N/A\n - Decision/Key Actions: Report submitted for appeal\n - Tags/Keywords: HDLC, appeal, historic district, 430 Homer Street\n - UID: b4d61f86-706a-43ab-a7b4-f83eb1db036e\n- Topic: Appeal of HDLC Decision - 838 Lowerline Street\n - Summary: Report submitted regarding an appeal of the HDLC decision for the property located at 838 Lowerline Street, involving unpermitted demolition and fines.\n - Ordinance Number: N/A\n - Votes Summary: N/A\n - Decision/Key Actions: Report submitted for appeal\n - Tags/Keywords: HDLC, appeal, historic district, 838 Lowerline Street\n - UID: b4d61f86-706a-43ab-a7b4-f83eb1db036e\n- Topic: Zoning Docket Numbers\n - Summary: Transmittal of zoning docket numbers for various council members, with a hearing date set for 7/27/23.\n - Ordinance Number: N/A\n - Votes Summary: N/A\n - Decision/Key Actions: Transmittal of zoning docket numbers\n - Tags/Keywords: zoning, council members, hearing date\n - UID: b4d61f86-706a-43ab-a7b4-f83eb1db036e\n- Topic: Ordinance on Ownership of Hotels and Motels\n - Summary: Introduction of an ordinance to establish ownership regulations for licensing of hotels and motels.\n - Ordinance Number: 34,199\n - Votes Summary: N/A\n - Decision/Key Actions: Introduction of the ordinance\n - Tags/Keywords: ownership, hotels, motels, licensing\n - UID: b4d61f86-706a-43ab-a7b4-f83eb1db036e", + "uid": "b4d61f86-706a-43ab-a7b4-f83eb1db036e", + "publish_date": "7-13-2023", + "page_number": 12, + "title": "Regular City Council Minutes 7-13-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4684&doc_id=be1a77b2-79a4-11ee-852f-0050569183fa\n11/15/23, 7:49 PM\nABSENT:\nGreen, Thomas - 2\nRECUSED:\n0\nAND THE MOTION PASSED.\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4684&doc_id=be1a77b2-79a4-11ee-852f-0050569183fa\n58/58", - "page_number": 58 + "page_content": "- Topic: Appropriation of Grant Funds for Homeland Security\n- Summary: This ordinance aimed to amend the operating budget to appropriate grant funds awarded by the State of Louisiana to the Office of Homeland Security for the Urban Area Security Initiative. The ordinance passed.\n- Ordinance Number: 34,203\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The ordinance was adopted.\n- Tags/Keywords: Grant Funds, Homeland Security, Operating Budget, Urban Area Security Initiative\n- UID: 9587abe9-1f72-4498-9365-5d9f5d7f25c1\n\n- Topic: Appropriation of Grant Funds for Homeland Security\n- Summary: This ordinance proposed an amendment to the operating budget to appropriate grant funds awarded by the State of Louisiana to the Office of Homeland Security for the State Homeland Security Program to purchase equipment and supplies. The ordinance passed.\n- Ordinance Number: 34,205\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The ordinance was adopted.\n- Tags/Keywords: Grant Funds, Homeland Security, Operating Budget, State Homeland Security Program\n- UID: 9587abe9-1f72-4498-9365-5d9f5d7f25c1", + "uid": "9587abe9-1f72-4498-9365-5d9f5d7f25c1", + "publish_date": "7-13-2023", + "page_number": 13, + "title": "Regular City Council Minutes 7-13-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-0050569183fa\n11/15/23, 7:45 PM\nTHE COUNCIL\nCity of New Orleans\nHELENA MORENO\nJP MORRELL\nCouncilmember-At-Large\nCouncilmember-At-Large\nJOSEPH I.\nLESLI D.\nFREDDIE\nEUGENE J.\nOLIVER M.\nGREEN, JR.\nTHOMAS, JR.\nKING III\nGIARRUSSO\nHARRIS\nCouncilmember\nCouncilmember\nIII\nCouncilmember\nCouncilmember\nDistrict C\nDistrict E\nDistrict D\nDistrict B\nCouncilmember\nDistrict A\nMINUTES\nRegular City Council Meeting\nheld in City Hall Council Chamber\non Thursday, June 22, 2023 at 10:00 A.M.\nEW\nORLEANS\nNI\nORI\nVICE PRESIDENT\nPRESIDENT\nF\nHELENA MORENO\nJP MORRELL\nCouncilmember-At-Large\nCouncilmember-At-Large\nITY O\n*\nX\nLOUISIANA\n1. ROLL CALL - LORA W. JOHNSON, CLERK OF COUNCIL\nOn calling the roll, the following members answered to their names:\nPRESENT: Giarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7\nABSENT: 0\nSEVEN MEMBERS PRESENT, CONSTITUTING A QUORUM.\n2. INVOCATION - RABBI DAVID GERBER, CONGREGATION GATES OF PRAYER\nInvocation\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-0050569183fa\n1/53", - "page_number": 1 + "page_content": "- Topic: Appropriation of grant funds for the State Homeland Security Program\n- Summary: The ordinance aimed to amend the operating budget to appropriate grant funds to the Office of Homeland Security for the State Homeland Security Program, specifically for the purchase of equipment and supplies. The Joint Budget and Economic Development Committee recommended approval, and the ordinance was adopted.\n- Ordinance Number: 34205 - 29504 M.C.S.\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The ordinance was adopted, allowing the appropriation of grant funds for the State Homeland Security Program.\n- Tags/Keywords: Budget, Homeland Security, Grant Funds\n- UID: a26ecdd8-e4c3-477e-a847-2e523150fb59\n\n- Topic: Appropriation of unspent grant funds awarded by the State of Louisiana\n- Summary: This ordinance sought to amend the operating budget to appropriate unspent grant funds awarded by the State of Louisiana to the Department of Homeland Security for the purchase of equipment and supplies. The Joint Budget and Economic Development Committee recommended approval, and the ordinance was adopted.\n- Ordinance Number: 34206 - 29505 M.C.S.\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The ordinance was adopted, allowing the appropriation of unspent grant funds for the Department of Homeland Security.\n- Tags/Keywords: Budget, Homeland Security, Grant Funds\n- UID: a26ecdd8-e4c3-477e-a847-2e523150fb59\n\n- Topic: Amendment of the operating budget of revenues for the City of New Orleans\n- Summary: This ordinance aimed to amend the operating budget of revenues for the City of New Orleans to appropriate unspent grant funds awarded by the State of Louisiana to the Department of Homeland Security for the purchase of equipment and supplies. The Joint Budget and Economic Development Committee recommended approval, and the ordinance was adopted.\n- Ordinance Number: 34207 - 29506 M.C.S.\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The ordinance was adopted, allowing the appropriation of unspent grant funds for the Department of Homeland Security.\n- Tags/Keywords: Budget, Homeland Security, Grant Funds\n- UID: a26ecdd8-e4c3-477e-a847-2e523150fb59", + "uid": "a26ecdd8-e4c3-477e-a847-2e523150fb59", + "publish_date": "7-13-2023", + "page_number": 14, + "title": "Regular City Council Minutes 7-13-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-0050569183fa\n11/15/23, 7:45 PM\n3. PLEDGE OF ALLEGIANCE - JOSEPH I. GIARRUSSO III, COUNCILMEMBER\nDISTRICT \"A\"\n4. NATIONAL ANTHEM\nPUBLIC E-COMMENT FORMS, RULES AND INFORMATION ARE AVAILABLE AT\n5.\nhttps://council.nola.gov/home/\nENew Orleans City Council-Regular Meeting, May 11, 2023E-Public Comment Form(1-32)\nSPECIAL ORDERS OF BUSINESS\nOOBS\nFIRST ORDER OF BUSINESS - PRESENTATION - SHE'S GOT TIME SUMMIT -\n1.\nSWIN CASH VICE PRESIDENT OF BASKETBALL OPERATIONS/TEAM\nDEVELOPMENT, NEW ORLEANS PELICANS, KENEISHA SIMMONS, SENIOR\nCOORDINATOR OF BUSINESS DEVELOPMENT, SHE'S GOT TIME, SHANEIKA\nDABNEY-HENDERSON, VICE PRESIDENT OF PRODUCTION, NEW ORLEANS\nSAINTS AND NEW ORLEANS PELICANS\nBrief:\nOrganizational representatives will present on the She's Got Time annual summit whose\nmission is to elevate, highlight, and empower a community of women in sports to gain new\ntools and expanded networks that support their ability to rise above in their everyday life.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Cm. Moreno).\nAPPEARED.\n. SECOND ORDER OF BUSINESS - PRESENTATION - NEW ORLEANS DRAG\nQUEENS - DEBBIE WITH A D, ALEXA MILANO AND VANESSA CARR KENNEDY\nBrief:\nRecognizing the important role of local drag during Pride Month and year round.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Cm. Harris).\nAPPEARED.\n3. THIRD ORDER OF BUSINESS - PRESENTATION - DR. DESHANDA FIRMIN,\nPHARMD, JD\nBrief:\nHonoring Deshanda Firmin, PharmD, JD, for her astounding accomplishments and as an\nambassador for the River Parishes as a result of her dedication to working across boundary\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-0050569183fa\n2/53", - "page_number": 2 + "page_content": "- Topic: Appropriation of Unspent Grant Funds for Department of Homeland Security\n- Summary: An ordinance to amend the operating budget of expenditures for the City of New Orleans for the year 2023, to appropriate unspent grant funds awarded by the State of Louisiana to the Department of Homeland Security to purchase equipment and supplies. The ordinance was recommended for approval by the Joint Budget and Economic Development Committee and was adopted.\n- Ordinance Number: 34208 - 29507 M.C.S.\n- Votes Summary:\n - Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The ordinance was adopted based on the recommendation for approval by the Joint Budget and Economic Development Committee.\n- Tags/Keywords: Operating budget, grant funds, Department of Homeland Security, equipment, supplies\n- UID: ada930e4-3f53-453a-8bef-a87ef4d22c41\n\n- Topic: Appropriation of Grant Funds for Emergency Management Performance Grant Program\n- Summary: An ordinance to amend the operating budget of revenues for the City of New Orleans for the year 2023, to appropriate grant funds to the Department of Homeland Security for the Emergency Management Performance Grant (EMPG) Program to purchase equipment and supplies. The ordinance was recommended for approval by the Joint Budget and Economic Development Committee and was adopted.\n- Ordinance Number: 34209 - 29508 M.C.S.\n- Votes Summary:\n - Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The ordinance was adopted based on the recommendation for approval by the Joint Budget and Economic Development Committee.\n- Tags/Keywords: Operating budget, grant funds, Department of Homeland Security, Emergency Management Performance Grant Program, equipment, supplies\n- UID: ada930e4-3f53-453a-8bef-a87ef4d22c41\n\n- Topic: Appropriation of Grant Funds for Emergency Management Performance Grant Program\n- Summary: An ordinance to amend the operating budget of expenditures for the City of New Orleans for the year 2023, to appropriate grant funds to the Department of Homeland Security for the Emergency Management Performance Grant (EMPG) Program to purchase equipment and supplies. The ordinance was recommended for approval by the Joint Budget and Economic Development Committee and was adopted.\n- Ordinance Number: 34210 - 29509 M.C.S.\n- Votes Summary:\n - Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The ordinance was adopted based on the recommendation for approval by the Joint Budget and Economic Development Committee.\n- Tags/Keywords: Operating budget, grant funds, Department of Homeland Security, Emergency Management Performance Grant Program, equipment, supplies\n- UID: ada930e4-3f53-453a-8bef-a87ef4d22c41", + "uid": "ada930e4-3f53-453a-8bef-a87ef4d22c41", + "publish_date": "7-13-2023", + "page_number": 15, + "title": "Regular City Council Minutes 7-13-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-0050569183fa\n11/15/23, 7:45 PM\nlines and promoting cross regional partnerships.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Cm. Thomas).\nAPPEARED.\n36. RESOLUTION (LYING OVER) - NO. R-23-207 - BY: COUNCILMEMBERS HARRIS,\nMORRELL, MORENO, KING, GREEN AND THOMAS\nBrief:\nUrging the Louisiana Governor's Office and U.S. EPA to immediately exercise oversight\nauthority and compel the LDEQ to reinstate the Irish Channel Air Monitoring Site and to\nsuspend BWC Harvey's air permit and institute a permit review process that provides for\npublic input and accounts for noxious emissions from BWC Harvey's entire operations,\nincluding those at the recently-purchased IMTT Gretna.\nAnnotation:\n(Council Rule 34. Postponement Deadline 9/8/23).\nR-23-207 LO\nSPEAKER(S):\nRosemond Dijrich, Kimberly Terrell, Justin Vittitow, Robin V. Davis, Kelly Donahve, Michael\nBurnside, Michele Eliezek; E-Comments - Andreanecia Morris, Calvin Helfenstine, Catherine\nKeeney, Bill Clements, Treb Winegar, Larry Gottfried, Ellen Brandao. Holly Hobbs, Camille\nTerk (Was not read), Rep. Landry\nHarris\nMOVED BY:\nSECONDED BY:\nGreen\nACTION:\nAdopt\nGiarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7\nYEAS:\n0\nNAYS:\nABSTAIN:\nABSENT:\n0\nRECUSED:\n0\nAND THE MOTION PASSED.\n40. RESOLUTION - NO. R-23-279 - BY: COUNCILMEMBER MORRELL\nBrief:\nResolution stating that based on recent testimony from federal consent decree monitors, the\nCouncil of the City of New Orleans expresses its concern for the healthcare services provided\nat the Orleans Justice Center.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 10/20/23).\nR-23-279\nMorrell\nMOVED BY:\nSECONDED BY:\nThomas\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-0050569183fa\n3/53", - "page_number": 3 + "page_content": "- Topic: Amendment of Operating Budget for Revenues to Cover Clearance Testing Costs\n- Summary: The ordinance aims to appropriate grant funds awarded by FEMA to cover eligible clearance testing costs at New Orleans Facilities after Hurricane Katrina. The ordinance was adopted.\n- Ordinance Number: CAL. NO. 34,211\n- Votes Summary:\n Vote 1: Passed - (Unanimous approval)\n- Decision/Key Actions: The ordinance was adopted with the recommendation of the Joint Budget and Economic Development Committee.\n- Tags/Keywords: FEMA, grant funds, clearance testing costs, Hurricane Katrina aftermath\n- UID: d72cb0d2-1df0-4708-87e9-90042820581c\n\n- Topic: Amendment of Operating Budget of Expenditures for Clearance Testing Costs\n- Summary: This ordinance seeks to appropriate grant funds awarded by FEMA to cover eligible clearance testing costs at New Orleans Facilities after Hurricane Katrina. The ordinance was adopted.\n- Ordinance Number: CAL. NO. 34,212\n- Votes Summary:\n Vote 1: Passed - (Unanimous approval)\n- Decision/Key Actions: The ordinance was adopted with the recommendation of the Joint Budget and Economic Development Committee.\n- Tags/Keywords: FEMA, grant funds, clearance testing costs, Hurricane Katrina aftermath\n- UID: d72cb0d2-1df0-4708-87e9-90042820581c\n\n- Topic: Amendment of Operating Budget for Revenues for Debris Removal Costs\n- Summary: This ordinance aims to appropriate grant funds awarded by FEMA for debris removal costs during the aftermath of Hurricane Ida. The ordinance was adopted.\n- Ordinance Number: CAL. NO. 34,213\n- Votes Summary:\n Vote 1: Passed - (Unanimous approval)\n- Decision/Key Actions: The ordinance was adopted with the recommendation of the Joint Budget and Economic Development Committee.\n- Tags/Keywords: FEMA, grant funds, debris removal costs, Hurricane Ida aftermath\n- UID: d72cb0d2-1df0-4708-87e9-90042820581c", + "uid": "d72cb0d2-1df0-4708-87e9-90042820581c", + "publish_date": "7-13-2023", + "page_number": 16, + "title": "Regular City Council Minutes 7-13-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-0050569183fa\n11/15/23, 7:45 PM\nACTION:\nAdopt\nGiarrusso, Green, King, Moreno, Morrell, Thomas - 6\nYEAS:\nNAYS:\n0\nABSTAIN:\n0\nABSENT:\nHarris - 1\nRECUSED:\n0\nAND THE MOTION PASSED.\n37. MOTION (LYING OVER) - NO. M-23-273 - BY: COUNCILMEMBER THOMAS (BY\nREQUEST).\nBrief:\nAdding the President of the Council as a signatory to the Amendment No. 1 to the contract\nbetween the City of New Orleans, the Orleans Parish Sheriff's Office, and Wellpath, LLC; and\nauthorizing the President of the Council to sign Amendment No. 1 contract between the City\nof New Orleans, the Orleans Parish Sheriff's Office, and Wellpath, LLC as Exhibit A.\nAnnotation:\n(Council Rule 34. Postponement Deadline 10/6/23).\nM-273 LO\nMOVED BY:\nThomas\nSECONDED BY:\nMorrell\nACTION:\nAdopt\nGiarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7\nYEAS:\nNAYS:\n0\nABSTAIN:\n0\nABSENT:\nRECUSED:\n0\nAND THE MOTION PASSED.\nRESOLUTION - NO. R-23-296 - BY: COUNCILMEMBERS MORENO, MORRELL,\n49.\nHARRIS, GREEN AND THOMAS\nBrief:\nA RESOLUTION requesting an official third-party audit to review the cost of construction for\nthe new Medical and Mental Health Service Facility (Phase III) at the Orleans Justice Center\nto ensure the drastic rise in expenses is appropriate prior to the allocation of public funds.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 10/20/23).\nR-23-296\nSPEAKER(S):\nMichael Burnside\nMOVED BY:\nThomas\nSECONDED BY:\nMorrell\nReceive\nACTION:\nGiarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7\nYEAS:\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-0050569183fa\n4/53", - "page_number": 4 + "page_content": "- Topic: Amendment of Operating Budget for FEMA Grant Funds\n- Summary: This ordinance seeks to amend the operating budget to appropriate grant funds awarded by FEMA to the Chief Administrative Office for debris removal costs incurred during the aftermath of Hurricane Ida.\n- Ordinance Number: 34213 - 29512 M.CS.\n- Votes Summary:\n Vote 1: ADOPTED - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The ordinance was adopted, allowing for the appropriation of grant funds for debris removal costs.\n- Tags/Keywords: Operating budget, FEMA grant funds, debris removal, Hurricane Ida\n- UID: 884c20c4-aaf2-45b0-b782-94fe3755f06b\n\n- Topic: Amendment of Operating Budget for FEMA Grant Funds\n- Summary: This ordinance aims to amend the operating budget to appropriate grant funds awarded by FEMA to the Chief Administrative Office for debris removal costs incurred during the aftermath of Hurricane Ida.\n- Ordinance Number: 34214 - 29513 M.CS.\n- Votes Summary:\n Vote 1: ADOPTED - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The ordinance was adopted, allowing for the appropriation of grant funds for debris removal costs.\n- Tags/Keywords: Operating budget, FEMA grant funds, debris removal, Hurricane Ida\n- UID: 884c20c4-aaf2-45b0-b782-94fe3755f06b\n\n- Topic: Amendment of Operating Budget for FEMA Grant Funds\n- Summary: This ordinance seeks to amend the operating budget to appropriate grant funds awarded by FEMA to the Chief Administrative Office for debris removal costs incurred during the aftermath of Hurricane Ida.\n- Ordinance Number: 34215 - 29514 M.CS.\n- Votes Summary:\n Vote 1: ADOPTED - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The ordinance was adopted, allowing for the appropriation of grant funds for debris removal costs.\n- Tags/Keywords: Operating budget, FEMA grant funds, debris removal, Hurricane Ida\n- UID: 884c20c4-aaf2-45b0-b782-94fe3755f06b", + "uid": "884c20c4-aaf2-45b0-b782-94fe3755f06b", + "publish_date": "7-13-2023", + "page_number": 17, + "title": "Regular City Council Minutes 7-13-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-0050569183fa\n11/15/23, 7:45 PM\nNAYS:\n0\nABSTAIN:\n0\nABSENT:\n0\nRECUSED:\n0\nAND THE MOTION PASSED.\nMOVED BY:\nMorrell\nSECONDED BY:\nMoreno\nACTION:\nAdd Item to Agenda\nGiarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7\nYEAS:\nNAYS:\n0\nABSTAIN:\n0\nABSENT:\nRECUSED:\n0\nAND THE MOTION PASSED.\nMOVED BY:\nMoreno\nSECONDED BY:\nHarris\nACTION:\nAdopt\nGiarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7\nYEAS:\nNAYS:\n0\nABSTAIN:\n0\nABSENT:\nRECUSED:\n0\nAND THE MOTION PASSED.\nRESOLUTION - NO. R-23-295 - BY: COUNCILMEMBERS MORRELL, MORENO,\n48.\nHARRIS, KING, THOMAS, GIARRUSSO AND GREEN\nBrief:\nImploring on behalf of all Louisiana citizens, the Lousiana Legislature to reconsider the $100\nmillion budget cut to the Louisiana Department of Health.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 10/20/23).\nR-23-295\nMoreno\nMOVED BY:\nSECONDED BY:\nMorrell\nReceive\nACTION:\nGiarrusso, Green, Harris, King, Moreno, Morrell - 6\nYEAS:\nNAYS:\n0\nABSTAIN:\n0\nThomas - 1\nABSENT:\nRECUSED:\n0\nAND THE MOTION PASSED.\nMOVED BY:\nMorrell\nSECONDED BY:\nMoreno\nAdd Item to Agenda\nACTION:\nGiarrusso, Green, Harris, King, Moreno, Morrell - 6\nYEAS:\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-0050569183fa\n5/53", - "page_number": 5 + "page_content": "- Topic: Appropriation of unspent ACT 119 funds to the New Orleans Recreation Development Commission\n- Summary: The ordinance aimed to amend the operating budget of revenues and expenditures for the City of New Orleans for the year 2023 to appropriate unspent ACT 119 funds to the New Orleans Recreation Development Commission. The ordinance was recommended for approval by the Joint Budget and Economic Development Committee and was adopted.\n- Ordinance Number: 34,217\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The ordinance was adopted.\n- Tags/Keywords: Budget, Appropriation, New Orleans Recreation Development Commission\n- UID: 1336e1a8-2b4b-4f13-a642-9d8434f92b8c\n\n- Topic: Amendment of the operating budget of expenditures for the City of New Orleans for the year 2023\n- Summary: This ordinance sought to amend the operating budget of expenditures for the City of New Orleans for the year 2023 to appropriate unspent ACT 119 funds to the New Orleans Recreation Development Commission. It was recommended for approval by the Joint Budget and Public Works Committee and was adopted.\n- Ordinance Number: 34,218\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The ordinance was adopted.\n- Tags/Keywords: Budget, Expenditures, New Orleans Recreation Development Commission\n- UID: 1336e1a8-2b4b-4f13-a642-9d8434f92b8c\n\n- Topic: Amendment of the operating budget of revenues for the City of New Orleans for the year 2023\n- Summary: This ordinance aimed to amend the operating budget of revenues for the City of New Orleans for the year 2023 to appropriate unspent ACT 119 funds to the New Orleans Recreation Development Commission. It was recommended for approval by the Joint Budget and Public Works Committee and was adopted.\n- Ordinance Number: 34,219\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The ordinance was adopted.\n- Tags/Keywords: Budget, Revenues, New Orleans Recreation Development Commission\n- UID: 1336e1a8-2b4b-4f13-a642-9d8434f92b8c", + "uid": "1336e1a8-2b4b-4f13-a642-9d8434f92b8c", + "publish_date": "7-13-2023", + "page_number": 18, + "title": "Regular City Council Minutes 7-13-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-0050569183fa\n11/15/23, 7:45 PM\nNAYS:\n0\nABSTAIN:\n0\nABSENT:\nThomas - 1\nRECUSED:\n0\nAND THE MOTION PASSED.\nMOVED BY:\nMorrell\nSECONDED BY:\nThomas\nACTION:\nAdopt\nGiarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7\nYEAS:\nNAYS:\nABSTAIN:\nABSENT:\nRECUSED:\n0\nAND THE MOTION PASSED.\n50. MOTION - NO. M-23-297 - BY: COUNCILMEMBERS MORRELL, HARRIS AND\nKING\nBrief:\nDirecting Gilbert Monta\u00f1o, Chief Administrative Officer, Tom Mulligan, Deputy Chief\nAdministrative Officer, Business and External Services, Vincent Smith, Director of Capital\nProjects Administration, and Tammie Jackson, Director of the Department of Safety and\nPermits to appear before the Council's Community Development Committee on Monday, June\n26, at 10 a.m. to advise the Council on the status of the Department and the expected\ntimeframe for obtaining internet services, to explain why services were not procured ahead of\nthe move and what the Department is doing to mitigate the impact of the lack of internet\nservices on the public, and to answer any questions Councilmembers may have regarding the\nsituation.\nAnnotation:\n(Council Rule 34. Postponement Deadline 10/20/23).\nWITHDRAWN.\nM-23-297\nSPEAKER(S):\nLillie Bolding, Karen Cook(Did not speak), Michael Burnside\nMorrell\nMOVED BY:\nHarris\nSECONDED BY:\nReceive\nACTION:\nGiarrusso, Green, Harris, King, Morrell, Thomas - 6\nYEAS:\nNAYS:\n0\nABSTAIN:\n0\nABSENT:\nMoreno - 1\nRECUSED:\n0\nAND THE MOTION PASSED.\nMOVED BY:\nMorrell\nSECONDED BY:\nHarris\nAdd Item to Agenda\nACTION:\nGiarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7\nYEAS:\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-0050569183fa\n6/53", - "page_number": 6 + "page_content": "- Topic: Appropriation of Grant Funds for Emergency Medical Services\n- Summary: The ordinance aimed to appropriate grant funds to the Department of Health for Emergency Medical Services to hire and train coordinators, purchase Naloxone kits, and develop informational and educational materials on substance, overdose, and prevention. The ordinance was recommended for approval by the Joint Budget and Public Works Committee and was ultimately adopted.\n- Ordinance Number: 34219 - 29518 M.C.S.\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: Appropriation of grant funds for specific purposes related to Emergency Medical Services.\n- UID: 3aaddeb7-c097-4539-8823-42e32e7e9a72\n\n- Topic: Additional Funds for Police Secondary Employment\n- Summary: This ordinance sought to appropriate additional funds to the Office of Police Secondary Employment due to the increased need for Reserve Officers during Mardi Gras 2023. The ordinance received a recommendation for approval from the Joint Budget and Public Works Committee and was ultimately adopted.\n- Ordinance Number: 34220 - 29519 M.C.S.\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: Appropriation of additional funds for Police Secondary Employment.\n- UID: 3aaddeb7-c097-4539-8823-42e32e7e9a72\n\n- Topic: Amendments to Operating Budget of Revenues\n- Summary: This ordinance aimed to amend the operating budget of revenues for the City of New Orleans for the year 2023 to appropriate additional funds to the Office of Police Secondary Employment. The ordinance was recommended for approval by the Joint Budget and Public Works Committee and was ultimately adopted.\n- Ordinance Number: 34221 - 29520 M.C.S.\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: Amendments to the operating budget of revenues for specific purposes related to Police Secondary Employment.\n- UID: 3aaddeb7-c097-4539-8823-42e32e7e9a72", + "uid": "3aaddeb7-c097-4539-8823-42e32e7e9a72", + "publish_date": "7-13-2023", + "page_number": 19, + "title": "Regular City Council Minutes 7-13-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-0050569183fa\n11/15/23, 7:45 PM\nNAYS:\n0\nABSTAIN:\n0\nABSENT:\n0\nRECUSED:\n0\nAND THE MOTION PASSED.\n11. CAL. NO. 34,017 - BY: COUNCILMEMBER MORRELL\nBrief:\nAn Ordinance to amend and reordain section 34-1.1 of the Code of the City of New Orleans to\nrequire annual reporting to City Council of the mayor's Mardi Gras advisory council's\nrecommendations; and otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Referred to the Governmental Affairs Committee).\nCONTINUED TO THE MEETING OF 8/10/23.\n34017\n12. LEGISLATIVE GROUPING\n12a. CAL. NO. 34,124 - BY: COUNCILMEMBERS MORENO, MORRELL, GIARRUSSO,\nHARRIS, KING, GREEN AND THOMAS\nBrief:\nAn Ordinance to ordain Sections 114-400, 114-401, 114-402, 114-403, 114-404, 114-405, 114-\n406, 114-407, 114-408, 114-409, 114-410, 114-411, 114-412, 114-413, 114-414, 114-415, and\n114-416 of the Code of the City of New Orleans to establish definitions, procedures, and\nrights relevant to the collective bargaining for employees of the City of New Orleans; and\notherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 7/21/23).\n34124-29494 MCS\n12b. AMENDMENT TO ORDINANCE CAL. NO. 34,124 - BY: COUNCILMEMBER\nMORENO\nBrief:\nIn the preamble, delete ?Sections 114-400, 114-401, 114-402, 114-403, 114-404, 114-405,\n114-406, 114-407, 114-408, 114-409, 114-410, 114-411, 114-412, 114-413, 114-414, 114-\n415, and 114-416? and insert in lieu thereof: ? Article V of Chapter 114?\n. In the first WHEREAS clause, delete \"Employees\" and insert in lieu thereof: \"employees\"\n3. In the second WHEREAS clause, on the first line, delete \"been\".\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-0050569183fa\n7/53", - "page_number": 7 + "page_content": "- Topic: Appropriation of Additional Funds for Police Secondary Employment during Mardi Gras 2023\n- Summary: This ordinance aimed to amend the operating budget to allocate additional funds to the Office of Police Secondary Employment due to the increased need for Reserve Officers during Mardi Gras 2023. The ordinance was recommended for approval by the Joint Budget and Public Works Committee and was adopted.\n- Ordinance Number: 34222 - 29521 M.C.S.\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: Amendment of the operating budget to allocate additional funds for police secondary employment during Mardi Gras 2023.\n- Tags/Keywords: Budget Amendment, Police Secondary Employment, Mardi Gras 2023\n- UID: 93fb3a26-398e-4ce7-bb53-a7742b15b910\n\n- Topic: Reimbursement for Hurricane Ida Related Expenses\n- Summary: This ordinance sought to appropriate funds to the Office of the Mayor for Emergency and Recovery to reimburse various departments for expenses related to Hurricane Ida. It was recommended for approval by the Joint Budget and Public Works Committee and was adopted.\n- Ordinance Number: 34223 - 29522 M.C.S.\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: Appropriation of funds for Hurricane Ida related expenses reimbursement.\n- Tags/Keywords: Emergency Response, Hurricane Ida, Expense Reimbursement\n- UID: 93fb3a26-398e-4ce7-bb53-a7742b15b910\n\n- Topic: Additional Funds for Emergency Response and Recovery\n- Summary: This ordinance aimed to amend the operating budget to allocate funds to the Office of the Mayor for Emergency Response and Recovery to reimburse various departments for Hurricane Ida related expenses. It was recommended for approval by the Joint Budget and Public Works Committee and was adopted.\n- Ordinance Number: 34224 - 29523 M.C.S.\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: Amendment of the operating budget to allocate funds for emergency response and recovery.\n- Tags/Keywords: Budget Amendment, Emergency Response, Recovery, Hurricane Ida\n- UID: 93fb3a26-398e-4ce7-bb53-a7742b15b910", + "uid": "93fb3a26-398e-4ce7-bb53-a7742b15b910", + "publish_date": "7-13-2023", + "page_number": 20, + "title": "Regular City Council Minutes 7-13-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-0050569183fa\n11/15/23, 7:45 PM\nAfter the second WHEREAS clause, insert the following:\n\"WHEREAS, AFSCME\n+\nCouncil 17 is the recognized exclusive representative of general government employees and\nthe New Orleans Fire Fighters Association, Local 632 IAFF, is the current exclusive\nrepresentative of firefighters; and\"\nAfter the insertion above is made, in what will then be the fifth WHEREAS clause, on the\n5.\nfirst line, delete ?city? and insert in lieu thereof: ? City?\nIn what is now the fifth WHEREAS clause, on the second line, delete \"the the process\" and\n6.\ninsert in lieu thereof: \"the process\"\n7. In what is now the sixth WHEREAS clause, on the second line, delete \"city\" and insert in\nlieu thereof: \"City\"\n?SECTION 1.\nIn Section 1, delete lines 1-4 in their entirety and insert in lieu thereof:\n8.\nTHE COUNCIL OF THE CITY OF NEW ORLEANS HEREBY ORDAINS, That the Code\nof the City of New Orleans, Louisiana, is amended by adding an article to Chapter 114 to be\nnumbered as Article V which shall read as follows :?\n. Delete line 5 in its entirety and insert in lieu thereof: ?? CHAPTER 114. ? PERSONNEL?\n9\n10. Delete lines 9-61 in their entirely and insert in lieu thereof:\n\"As used in this Article, the\nfollowing terms shall have the meanings ascribed to them in this section:\nCollective\nCollective\nBargaining means bargaining for employee matters on behalf of employees.\nbargaining agreement means a written lawful contract between the City and an exclusive\nbargaining agent representing the employees in a bargaining unit authorized by this Article\nConfidential employee means\nand resulting from collective bargaining.\nan employee who acts in a confidential capacity with respect to an individual who\nformulates or effectuates management policies in the field of labor-management relations.\nCovered employee means any employee of the City of New Orleans in classified or\nunclassified service, as defined in the Charter, excluding confidential employees,\nmanagement officials and supervisors as defined herein.\nEmployee labor organization\nmeans an organization in which employees participate, and that exists, in whole or in part,\nfor the purpose of representing employees in collective bargaining concerning labor\ndisputes, hours, and other terms and conditions of employment. Grievance means a claim\nof breach, misinterpretation, or misapplication of any provision of a collective bargaining\nManagement\nagreement between the City and an exclusive bargaining representative.\nofficial means an individual whose duties and responsibilities require or authorize the\nindividual to formulate or determine the policies of a City department.\nSupervisor means\nany individual having independent authority in the interest of the City to hire, transfer,\nsuspend, lay off, recall, promote, discharge, assign, reward, or discipline other employees.\nThe term \"supervisor\" does not include either sworn Police Department employees below\nthe rank of Lieutenant or uniformed Fire Department employees at or below the rank of Fire\nDistrict Chief.\"\n11. Delete lines 62-74 in their entirety and insert in lieu thereof:\n?Sec. 114-401. ? Employee\nRights.\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-0050569183fa\n8/53", - "page_number": 8 + "page_content": "- Topic: Amendment of Operating Budget for Revenues for the City of New Orleans for 2023\n- Summary: This ordinance aims to appropriate grant funds awarded by the Louisiana Workforce Commission to the Office of Workforce Development for the Lineman Program. It was recommended for approval by the Joint Budget and Public Works Committee and was adopted.\n- Ordinance Number: 34224 - 29523 M.C.S.\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The ordinance was adopted, allowing the appropriation of grant funds for the Lineman Program.\n- Tags/Keywords: Budget, Grant Funds, Workforce Development\n- UID: 5a87c281-8ef5-4b5e-9984-4e664ab07ee4\n\n- Topic: Amendment of Operating Budget of Expenditures for the City of New Orleans for 2023\n- Summary: This ordinance seeks to appropriate grant funds awarded by the Louisiana Workforce Commission to the Office of Workforce Development for the Lineman Program. It was recommended for approval by the Joint Budget and Public Works Committee and was adopted.\n- Ordinance Number: 34225 - 29524 M.C.S.\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The ordinance was adopted, allowing the appropriation of grant funds for the Lineman Program.\n- Tags/Keywords: Budget, Grant Funds, Workforce Development\n- UID: 5a87c281-8ef5-4b5e-9984-4e664ab07ee4\n\n- Topic: Amendment of Operating Budget for Revenues for the City of New Orleans for 2023\n- Summary: This ordinance aims to appropriate grant funds awarded by FEMA to the Chief Administrative Office for the removal and replacement costs of servers and security cameras after Hurricane Ida. The ordinance was adopted.\n- Ordinance Number: 34226 - 29525 M.C.S.\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The ordinance was adopted, allowing the appropriation of grant funds for post-Hurricane Ida recovery.\n- Tags/Keywords: Budget, Grant Funds, FEMA, Hurricane Recovery\n- UID: 5a87c281-8ef5-4b5e-9984-4e664ab07ee4", + "uid": "5a87c281-8ef5-4b5e-9984-4e664ab07ee4", + "publish_date": "7-13-2023", + "page_number": 21, + "title": "Regular City Council Minutes 7-13-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-0050569183fa\n11/15/23, 7:45 PM\n(a) Subject to the terms of this article, employees shall have the right to:\n(1) organize, form, join, assist, participate in, and pay dues or contributions to a union;\n(2) bargain collectively through an exclusive bargaining representative of their own\nchoosing and to receive fair representation from a union; and\n(3) engage in other concerted activities for the purpose of collective bargaining or other\nmutual aid and protection insofar as such activity is not inconsistent with this article.\n(b) Employees shall also have the right to refrain from any or all such activities described\nabove. No City employee or any other person acting on behalf of the City, an exclusive\nbargaining agent, or a union or labor organization may interfere with the exercise of an\nemployee's rights under this article or commit any form of retaliation arising from the\nexercise of any rights granted here under this article.\"\n12. Delete lines 75-84 in their entirety and insert in lieu thereof: \"Sec. 114-402. - Employee\nUse of Work Time for Employee Labor Organization Matters.\n(a) Employees shall have the right to hold informal conversations and interactions with one\nanother to discuss workplace and employee labor organization issues while on duty,\nprovided that such conversations or interactions do not interfere with the employee's job\nduties. Employee labor organizations shall not hold formal meetings that interfere with the\nwork time of employees, except as provided for in this article or in a collective bargaining\nagreement.\n(b) Employees are permitted to use City electronic communication systems, including but\nnot limited to, email and text messaging on City devices and/or accounts, to discuss\nemployee labor organization business or activities, or employee organizing activity.\"\n13. Delete lines 85-96 in their entirety and insert in lieu thereof: \"Sec. 114-403. - Bargaining\nUnits. The City shall recognize the following bargaining units for the purposes of collective\nbargaining:\n(a) Police. The police department employees' bargaining unit shall consist of all sworn\ncommissioned employees of the police department, except those excluded by definition in\nsection 114-400.\n(b) Fire. The fire fighters bargaining unit shall consist of Fire Fighters, Fire Apparatus\nOperators, Fire Captains, Fire Prevention Inspectors, and Fire Alarm Dispatchers and any\nother uniformed fire employees below the rank of Deputy Chief.\n(c) General Government. All other covered City employees, except those excluded in section\n114-400.\"\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-0050569183fa\n9/53", - "page_number": 9 + "page_content": "- Topic: Amendment of Operating Budget for FEMA Grant Funds\n- Summary: The ordinance aims to appropriate grant funds awarded by FEMA to the Chief Administrative Office for removal and replacement costs of servers and security cameras after Hurricane Ida. The ordinance was recommended for approval by the Joint Budget and Public Works Committee and was adopted.\n- Ordinance Number: 34227 - 29526 M.C.S.\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: Appropriation of FEMA grant funds for server and security camera replacement costs\n- Tags/Keywords: FEMA grant funds, Hurricane Ida, appropriation, adopted\n- UID: 99ba0447-83f3-4690-a2d4-4307272815e5\n\n- Topic: Amendment of Comprehensive Zoning Ordinance for Electric Vehicle Charging Stations\n- Summary: This ordinance aims to amend and reordain articles of the Comprehensive Zoning Ordinance to create use standards for \"electric vehicle (EV) charging stations\" and reduce zoning barriers for EV charging stations. It includes considerations for updating existing regulations, defining EV charging station levels, and requiring EV charging stations in new parking lots or structures. The ordinance was introduced by Councilmember Moreno and was adopted.\n- Ordinance Number: 34228 - 29527 M.C.S.\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: Amendment of zoning ordinance for EV charging stations\n- Tags/Keywords: Comprehensive Zoning Ordinance, electric vehicle charging, zoning barriers, adopted\n- UID: 99ba0447-83f3-4690-a2d4-4307272815e5", + "uid": "99ba0447-83f3-4690-a2d4-4307272815e5", + "publish_date": "7-13-2023", + "page_number": 22, + "title": "Regular City Council Minutes 7-13-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-0050569183fa\n11/15/23, 7:45 PM\n14. Delete lines 97-128 in their entirety and insert in lieu thereof: \"Sec. 114-404. - Labor\nRelations Advisor.\n(a) The Council shall employ one or more labor relations advisors (LRA) to provide\nprofessional advice and assistance to the Council regarding the implementation of this article\nand the development of labor policy; to assist the Council in mediating impasses in the\nnegotiation of collective bargaining agreements; to investigate and advise the Council\nregarding possible violations of this article; and to serve as liaison among the Council, the\nadministration, exclusive bargaining agents, unions or labor organizations, and employees\nwith respect to labor and collective bargaining concerns.\n(b) The LRA shall operate under the rules and procedures detailed in a City Council Labor\nRelations Advisor Rules Manual (LRA Rules Manual).\n(c) The Council shall create the LRA Rules Manual by resolution and shall publish the same\non the Council website. The LRA Rules Manual may be amended by the same procedure.\n(d) City departments shall cooperate with the labor relations advisor and shall provide all\ndocuments or assistance reasonably requested by the LRA in performance of the duties\ndescribed herein or otherwise assigned by the Council.\n(e) The LRA shall oversee and report to the Council in relation to the following:\n(1) Oversight and ratification of elections, including card-check recognition, certification or\ndecertification pursuant to the provisions of the LRA Rules Manual, and issue to the Council\na report on certification or decertification;\n(2) Disputed issues of employee inclusion in or exclusion from the bargaining units\npermitted under this article; and\n(3) The status and results of negotiations of any collective bargaining proposal as a subject\nof bargaining permitted under this article.\"\n15. After line 128, insert the following: \"Sec. 114-405. -- Exclusive Collective Bargaining.\nThe City may engage in collective bargaining and enter into a collective bargaining\nagreement only with an employee labor organization selected as the exclusive bargaining\nrepresentative of a particular employee bargaining unit.\"\n16. Delete lines 129-147 in their entirety and insert in lieu thereof: \"Sec. 114-406. -\nRecognition of Exclusive Bargaining Agent.\n(a) If upon the effective date of this ordinance, an employee labor organization has been\nrecognized as the exclusive bargaining agent of a bargaining unit of City employees,\nwhether by a Memorandum of Understanding with the City or by another process legally\nrecognized with the City of New Orleans, then that bargaining agent shall have the rights\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-0050569183fa\n10/5", - "page_number": 10 + "page_content": "- Topic: Preserving Residential Character Interim Zoning District\n- Summary: The ordinance aims to establish a new Interim Zoning District to temporarily prohibit new Short Term Rental, Commercial (STR) uses within a certain area. It was adopted.\n- Ordinance Number: 34,232\n- Votes Summary:\n Vote 1: Passed - (Unanimous)\n- Decision/Key Actions: The ordinance was adopted without amendments.\n- Tags/Keywords: Zoning, Short Term Rental, Interim Zoning District\n- UID: 8494606d-e66c-4718-b8ab-53e7dfd05c09\n\n- Topic: Bed and Breakfast Interim Zoning District\n- Summary: This ordinance aims to establish a new Interim Zoning District to ensure that bed and breakfasts are compatible with and preserve the character and integrity of the neighborhoods citywide. It was also adopted.\n- Ordinance Number: 34,233\n- Votes Summary:\n Vote 1: Passed - (Unanimous)\n- Decision/Key Actions: The ordinance was adopted without amendments.\n- Tags/Keywords: Zoning, Bed and Breakfast, Interim Zoning District\n- UID: 8494606d-e66c-4718-b8ab-53e7dfd05c09", + "uid": "8494606d-e66c-4718-b8ab-53e7dfd05c09", + "publish_date": "7-13-2023", + "page_number": 23, + "title": "Regular City Council Minutes 7-13-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-0050569183fa\n11/15/23, 7:45 PM\nand responsibilities vested by this ordinance. All other provisions of this ordinance shall\nhenceforth apply to all recognized bargaining agents and the bargaining units they represent.\n(b) If there is no recognized exclusive bargaining agent, a bargaining agent may become\nrecognized as the exclusive bargaining agent of all employees in an appropriate bargaining\nunit described in section 114-403 if the LRA reports to the Council the appropriate\nprocedures to select a representative are followed and that representative is certified by the\nCouncil as described in section 114-107.\"\n17. Delete lines 148-209 in their entirety and insert in lieu thereof: \"Sec. 114-407. -\nCertification of an Exclusive Representative.\n(a) Elections of exclusive bargaining agents shall occur pursuant to rules promulgated in the\nLRA Rules Manual and overseen by the LRA.\n(b) The LRA shall present a report to the Council regarding the outcome of any election and\ncompliance with the procedures within the LRA Rules Manual.\n(c) The certification or decertification of a union or labor organization as an exclusive\nbargaining agent shall be made by Council resolution .?\n18. After line 209, insert the following: \"Sec. 114-408. - Access.\nTo facilitate the\ncertification process and to ensure fair access among competing employee labor\norganizations, the City shall provide reasonable access to any employee labor organization\nseeking to become the exclusive bargaining representative of a particular bargaining unit that\nmeets the qualifications set forth in a resolution adopted pursuant to section 114-407.\"\n19. Delete lines 210-242 in their entirety.\n20. Delete lines 243-288 in their entirety and insert in lieu thereof: ? Sec. 114-409. ? Rights\nAccompanying Exclusive Representation. Any employee labor organization recognized\nas the exclusive bargaining agent for employees in an appropriate bargaining unit has the\nfollowing rights:\n(a) To speak on behalf of all members of the bargaining unit and be responsible for\nrepresenting the interests of all members of the bargaining unit without discrimination and\nwithout regard to employee labor organization membership.\n(b) To meet at reasonable times and places to engage in good faith collective bargaining on\nmatters that, under this article, may be the subject of collective bargaining, in an effort to\nreach an agreement with the City.\n(c) To meet with bargaining unit employees on City premises in non-secure areas during\ntimes when the employees are on break or in a non-duty status. Any other employee labor\norganization that has submitted a petition and established a valid question concerning\nrepresentation of the bargaining unit is also permitted to meet with bargaining unit\nemployees with the same limitations. An exclusive bargaining agent and the City is\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-0050569183fa\n11/5", - "page_number": 11 + "page_content": "- Topic: Conditional Use for Single-Family Residence in GPD General Planned Development District\n- Summary: The ordinance aims to permit a single-family residence in a specific district and was introduced by Councilmember King. The ordinance has a 90-day deadline, and the decision deadline is on 8/23/23.\n- Ordinance Number: 34233 - 29530 M.C.S.\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: Pending decision\n- Tags/Keywords: Zoning, Conditional Use, Residential, District\n- UID: a9d23d35-fa83-4d0d-9a4e-99fa21fa236c\n\n- Topic: Zoning Change from HU-MU to HU-RD2\n- Summary: This ordinance seeks to change the zoning from HU-MU Historic Urban Neighborhood Mixed-Use District to HU-RD2 Historic Urban Two Family Residential District. It was introduced by Councilmembers Harris and Giarrusso and has been adopted.\n- Ordinance Number: 34234 - 29531 M.C.S.\n- Votes Summary:\n Vote 1: Passed - (N/A)\n- Decision/Key Actions: Adopted\n- Tags/Keywords: Zoning Change, Historic Urban Neighborhood, Residential District\n- UID: a9d23d35-fa83-4d0d-9a4e-99fa21fa236c\n\n- Topic: Conditional Use for Hotel in CBD-5 Urban Core Neighborhood\n- Summary: This ordinance aims to permit a hotel in a specific district and was introduced by Councilmember King. The ordinance has a 90-day deadline, and the decision deadline is on 8/23/23.\n- Ordinance Number: 34236 - 29533 M.C.S.\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: Pending decision\n- Tags/Keywords: Zoning, Conditional Use, Hotel, Urban Core Neighborhood\n- UID: a9d23d35-fa83-4d0d-9a4e-99fa21fa236c", + "uid": "a9d23d35-fa83-4d0d-9a4e-99fa21fa236c", + "publish_date": "7-13-2023", + "page_number": 24, + "title": "Regular City Council Minutes 7-13-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-0050569183fa\n11/15/23, 7:45 PM\npermitted to negotiate regarding greater access to employees by the exclusive bargaining\nagent as a provision of a collective bargaining agreement.\n(d) To receive a quarterly list of all bargaining unit employees, to be informed of all new\nhires within 10 calendar days, and to be permitted to provide a presentation at any new\nemployee orientation or on-boarding meeting.\n(e) To communicate with employees regarding collective bargaining, the administration of\ncollective bargaining agreements, investigation of grievances, other workplace-related\ncomplaints and issues, and internal union matters involving the governance or business of\nthe exclusive bargaining agent via City communications systems, including but not limited\nto, City-issued email addresses and/or phone numbers.\n(f) To be represented at any formal discussion between one or more representatives of the\nCity and one or more employees in the bargaining unit or their representatives concerning\n(1) any matter that is within the scope of collective bargaining as set forth in section 114-\n400; or (2) any examination of bargaining unit employees by a representative of the City in\nconnection with an investigation if the employee reasonably believes that the examination\ninvolves matters covered by any collective bargaining agreement then in effect, and the\nemployee requests representation. The City shall inform the employee that the employee has\na right to union representation prior to any such discussion or interview, and the employee\nshall have a right to request union representation before proceeding with the discussion or\ninterview. An individual employee may present a personal complaint or question at any time\nto the City without the intervention of an employee labor organization, provided that any\nsuch organization that is recognized by the City as the exclusive bargaining agent for the\nbargaining unit in which the employee is a member is afforded an effective opportunity to be\npresent and to offer its view at any meetings held to adjust the matter and that any\nadjustment made shall not be inconsistent with the terms of any applicable collective\nbargaining agreement. Employees who utilize this avenue of presenting personal complaints\nto the City shall not do so under the name, or by representation, of an employee labor\norganization.\n(g) To be the only labor organization eligible to receive from the City amounts deducted\nfrom the pay of employees as authorized by written assignment of the employees, for the\npayment of regular and periodic dues to the exclusive bargaining agent. Any such\nauthorization may be revoked in accordance with the terms of the authorization which shall\nprovide a period of irrevocability of not more than one year. An authorization that satisfies\nthe Uniform Electronic Transactions Act (La. Rev. Stat. \u00a7 9:2601), including, without\nlimitation, electronic authorizations and voice authorizations, shall be valid for employees'\nauthorizations for payroll deductions.\"\n21. Delete lines 289-303 in their entirety and insert the following in lieu thereof: \"Sec. 114-410.\n- Good Faith Bargaining Process.\n(a) The exclusive bargaining agent must submit a written request for bargaining to the City\nand negotiations must begin no later than May 1 and conclude by November 15 of any year\nwhere an agreement is sought to be effective at the beginning of the next fiscal year, in order\nto accommodate the City budget process.\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-0050569183fa\n12/53", - "page_number": 12 + "page_content": "- Topic: Amending Operating Budget for Rental Assistance and Homeowner Program\n- Summary: The ordinance aims to appropriate funds for rental assistance programs in the Office of Community Development and to pilot a program to assist homeowners in addressing code enforcement violations in Historic District Landmarks Commission.\n- Ordinance Number: 34242 - 29534 M.C.S.\n- Votes Summary:\n Vote 1: ADOPTED - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The Budget/Audit/Board of Review Committee recommended approval, and the ordinance was adopted.\n- UID: 50f64e12-42ee-47b5-8ce7-f0d23d93a9b8\n\n- Topic: Amending Operating Budget for Rental Assistance and Homeowner Program\n- Summary: This ordinance is similar to the first one, amending the operating budget to appropriate funds for rental assistance programs and to pilot a program to assist homeowners in addressing code enforcement violations in Historic District Landmarks Commission.\n- Ordinance Number: 34243 - 29353 M.C.S.\n- Votes Summary:\n Vote 1: ADOPTED - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The Budget/Audit/Board of Review Committee recommended approval, and the ordinance was adopted.\n- UID: 50f64e12-42ee-47b5-8ce7-f0d23d93a9b8\n\n- Topic: Appropriating Grant Funds to Police Department\n- Summary: This ordinance aims to amend the operating budget to appropriate grant funds to the Police Department for personnel overtime and to purchase security systems, equipment, and software.\n- Ordinance Number: 34244 - 29536 M.C.S.\n- Votes Summary:\n Vote 1: ADOPTED - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The Budget/Audit/Board of Review Committee recommended approval, and the ordinance was adopted.\n- UID: 50f64e12-42ee-47b5-8ce7-f0d23d93a9b8", + "uid": "50f64e12-42ee-47b5-8ce7-f0d23d93a9b8", + "publish_date": "7-13-2023", + "page_number": 25, + "title": "Regular City Council Minutes 7-13-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-0050569183fa\n11/15/23, 7:45 PM\n(b) Good faith bargaining does not include submission of or a response to a proposal that:\n(1) Violates the rights of employees as set forth in this article, or\n(2) Is outside the scope of lawful collective bargaining.\"\n22. After line 303, insert the following: \"Sec. 114-411. - Inclusion of Grievance Procedures.\nAll collective bargaining agreements must include a negotiated grievance procedure which\nculminates in final and binding arbitration matters defined as a grievance in section 114-400.\nWhere an alternate procedure to process a grievance is available, an employee's initial\nelection of procedure made at the time of filing the grievance through the negotiated\nprocedure or alternative procedure shall be irrevocable.\"\n23. Delete lines 304-307 in their entirety and insert in lieu thereof: \"Sec. 114-412. - Approval\nof Agreement. When an exclusive bargaining agent and the City reach an agreement, they\nshall reduce it to writing and execute it, signifying the approval of the bargaining agent and\nthe Mayor.\n(a) Upon signature of the Mayor, the agreement shall be communicated to the Council for\napproval as provided for in section 114-413, and appropriation of funds necessary to\nimplement the financial terms of the agreement and the exclusive representative's\nratification process.\n(b) Upon Council approval of the agreement, if any provision of the agreement is\ninconsistent with the published rules of the Civil Service Commission, or addresses pay,\nclassification, benefits or other matters relating to compensation that are within the authority\nof the Civil Service Commission, the City shall request that the Civil Service Commission\namend its rules to resolve the inconsistency but the provision or provisions shall not go into\neffect unless and until the inconsistency is resolved.\"\n24. Delete lines 308-329 in their entirety.\nAfter line 329, insert the following: ? Sec. 114-413. ? Council Approval of Collective\n25.\nAny collective bargaining agreement must be signed by the\nBargaining Agreements.\nCouncil President and authorized by a motion of the Council in the manner provided in City\nCode Sec. 70-10 .?\n26. Delete lines 330-379 in their entirety and insert in lieu thereof: \"Sec. 114-414. - Non-\ninterference and Neutrality.\nNeither the City nor any exclusive bargaining agent shall\nrefuse to negotiate in good faith with respect to matters within the scope of collective\nbargaining defined in section 114-400.\n(a) The City and its agents shall not:\n(1) Interfere with, restrain, or coerce employees with regard to the exercise of rights granted\nby this article;\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-0050569183fa\n13/5", - "page_number": 13 + "page_content": "- Topic: Appropriation of Grant Funds to Police Department for Overtime and Security Systems\n- Summary: This ordinance aimed to amend the operating budget to appropriate grant funds to the Police Department for personnel overtime and to purchase security systems, equipment, and software. The Budget/Audit/Board of Review Committee recommended approval, and the ordinance was adopted.\n- Ordinance Number: 34245 - 29537 M.C.S.\n- Votes Summary:\n - Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The ordinance was adopted.\n- Tags/Keywords: Grant funds, Police Department, Budget amendment\n- UID: 5ed7676c-0a10-4c92-aa33-d8324d850362\n\n- Topic: Appropriation of Grant Funds to Health Department for Healthcare for the Homeless Program\n- Summary: This ordinance sought to amend the operating budget to appropriate grant funds awarded to the Health Department for the Healthcare for the Homeless Program to expand HIV health services in the community through various partnerships. The Budget/Audit/Board of Review Committee recommended approval, and the ordinance was adopted.\n- Ordinance Number: 34246 - 29538 M.C.S.\n- Votes Summary:\n - Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The ordinance was adopted.\n- Tags/Keywords: Grant funds, Health Department, Budget amendment, HIV health services\n- UID: 5ed7676c-0a10-4c92-aa33-d8324d850362\n\n- Topic: Appropriation of Grant Funds to Health Department for Healthcare for the Homeless Program\n- Summary: This ordinance aimed to amend the operating budget to appropriate grant funds awarded to the Health Department for the Healthcare for the Homeless Program to expand HIV health services in the community through various partnerships. The Budget/Audit/Board of Review Committee recommended approval, and the ordinance was adopted.\n- Ordinance Number: 34247 - 29539 M.C.S.\n- Votes Summary:\n - Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The ordinance was adopted.\n- Tags/Keywords: Grant funds, Health Department, Budget amendment, HIV health services\n- UID: 5ed7676c-0a10-4c92-aa33-d8324d850362", + "uid": "5ed7676c-0a10-4c92-aa33-d8324d850362", + "publish_date": "7-13-2023", + "page_number": 26, + "title": "Regular City Council Minutes 7-13-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-0050569183fa\n11/15/23, 7:45 PM\n(2) Dominate or interfere in the administration of any employee labor organization;\n(3) Deter or discourage employees or applicants for City positions from becoming or\nremaining members of an employee labor organization, or from authorizing dues deductions,\nor voting to authorize union representation, or exercising any of their rights under this\narticle;\n(4) Encourage or discourage membership in any employee labor organization, committee, or\nassociation including by discrimination in hiring, tenure, or other terms and conditions of\nemployment, provided that use of City property and time for meetings and the City's\ncommunication system for employee labor organization business, as may be permitted by\nthis article or a collective bargaining agreement, shall not be deemed encouragement\nprohibited by this section;\n(5) Discharge, retaliate, or discriminate against any employee because the employee has\nfiled an affidavit, petition, or complaint or given any information or testimony under this\narticle or because the employee has formed, joined, or chosen to be represented by any\nexclusive bargaining agent;\n(6) Deny the rights accompanying certification as the exclusive bargaining agent as\nconferred by this article;\n(7) Refuse to bargain collectively with the exclusive bargaining agent as provided in this\narticle;\n(8) Refuse to participate in good faith in any agreed-upon impasse resolution procedures or\nthose set forth in this article;\n(9) Refuse to reduce a collective bargaining agreement to writing and sign such agreement\nprovided all conditions for an enforceable agreement, as set forth in this article, have been\nmet; or\n(10) Enforce any rule or regulation which is plainly in direct conflict with any applicable\ncollective bargaining agreement if the agreement was in effect before the date the rule or\nregulation was prescribed.\n(b) No employee labor organization or its agents shall:\n(1) Interfere with, restrain, or coerce any employee with respect to rights granted in this\narticle or with respect to selecting an exclusive representative;\n(2) Fail to represent an employee who is in a bargaining unit exclusively represented by the\nemployee labor organization fairly and without discrimination provided such failure is\nwillful or deliberate;\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-0050569183fa\n14/53", - "page_number": 14 + "page_content": "- Topic: Appropriation of unspent grant funds to the Office of Workforce Development\n- Summary: The ordinance aimed to amend the operating budget of revenues and expenditures for the City of New Orleans for the year 2023 to appropriate unspent grant funds to the Office of Workforce Development. The ordinance was recommended for approval by the Budget/Audit/Board of Review Committee and was adopted.\n- Ordinance Number: 34247 - 29539 M.C.S.\n- Votes Summary:\n - Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The ordinance was adopted.\n- UID: 17b96596-418e-4904-af2a-d0c8e29d037f\n\n- Topic: Appropriation of unspent grant funds to the Office of Workforce Development\n- Summary: This ordinance sought to amend the operating budget of expenditures for the City of New Orleans for the year 2023 to appropriate unspent grant funds to the Office of Workforce Development. It received a recommendation for approval from the Budget/Audit/Board of Review Committee and was adopted.\n- Ordinance Number: 34248 - 29540 M.C.S.\n- Votes Summary:\n - Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The ordinance was adopted.\n- UID: 17b96596-418e-4904-af2a-d0c8e29d037f\n\n- Topic: Appropriation of grant funds to the Department of Health for Emergency Medical Services\n- Summary: This ordinance aimed to amend the operating budget of revenues for the City of New Orleans for the year 2023 to appropriate grant funds to the Department of Health for Emergency Medical Services to purchase computers and virtual reality headsets required for virtual reality training. The ordinance was adopted.\n- Ordinance Number: 34249 - 29541 M.C.S.\n- Votes Summary:\n - Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The ordinance was adopted.\n- UID: 17b96596-418e-4904-af2a-d0c8e29d037f", + "uid": "17b96596-418e-4904-af2a-d0c8e29d037f", + "publish_date": "7-13-2023", + "page_number": 27, + "title": "Regular City Council Minutes 7-13-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-0050569183fa\n11/15/23, 7:45 PM\n(3) Refuse to bargain collectively with the City as provided in this article;\n(4) Refuse to participate in good faith in or violate any mutually agreed-upon impasse\nresolution procedures; or\n(5) Engage in conduct which is plainly in direct conflict with any applicable collective\nbargaining agreement.\"\n27. Delete lines 380-396 in their entirety.\n28. Delete lines 397-399 in their entirety and insert in lieu thereof: \"Sec. 114-415. - Time\nLimits. Any time limits in this article may be extended by written agreement of the City,\nthe employee labor organization, and any other appropriate parties.\"\n29. Delete lines 400-406 in their entirety.\n30. Delete lines 407-412 in their entirety and insert in lieu thereof: \"Sec. 114-416. - Annual\nThe Council shall hold a public hearing annually to hear presentations\nPublic Hearing.\nfrom city employee unions or labor representatives about the needs of City employees. At\nsaid hearings, labor representatives or City employees may discuss recommendations for\naddressing workplace concerns, civil service requests, employee pay or leave change\nrequests, recommendations for City facility upgrades, budgetary recommendations, or other\nlabor or workplace issues that affect City employees.\"\n31. After line 412, insert the following: \"Sec. 114-417. - Authority of Civil Service\nNothing in this article should be construed to impair or supersede the\nCommission.\nauthority granted to the civil service commission or the city civil service department by the\nLouisiana Constitution or the Home Rule Charter. The chief administrative office shall take\nall available steps to secure necessary civil service commission approval of any matter\ngoverned by this article or by a collective bargaining agreement requiring commission\napproval.\"\"\"\"\n\"SECTION 2.\n32. After Sec. 114-417 (above) is inserted in its entirety, insert the following:\nTHE COUNCIL OF THE CITY OF NEW ORLEANS HEREBY ORDAINS, That this\nordinance shall be effective January 1, 2024.\"\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 10/20/23).\n34124 Amendment\nMOVED BY:\nMoreno\nMorrell\nSECONDED BY:\nACTION:\nAmendment\nGreen, Harris, King, Moreno, Morrell - 5\nYEAS:\n00\nNAYS:\nABSTAIN:\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-0050569183fa\n15/53", - "page_number": 15 + "page_content": "- Topic: Appropriation of Grant Funds for Emergency Medical Services\n- Summary: The ordinance seeks to amend the operating budget to appropriate grant funds to the Health Department for Emergency Medical Services to purchase computers and virtual reality headsets required for virtual reality training.\n- Ordinance Number: 34250 - 29542 M.C.S.\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The Budget/Audit/Board of Review Committee recommended approval, and the ordinance was adopted.\n- Tags/Keywords: Grant funds, Emergency Medical Services, Budget amendment\n- UID: 5004ade2-53ba-4c12-99f5-ef66025deb5d\n\n- Topic: Transfer of Funds for Reserve Officers' Payrolls\n- Summary: This ordinance aims to transfer funds from Personal Services to Other Operating within the Office of Police Secondary Employment to cover the remaining payrolls for Reserve Officers.\n- Ordinance Number: 34251 - 29543 M.C.S.\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The Budget/Audit/Board of Review Committee recommended approval, and the ordinance was adopted.\n- Tags/Keywords: Fund transfer, Reserve Officers, Budget amendment\n- UID: 5004ade2-53ba-4c12-99f5-ef66025deb5d\n\n- Topic: Establishment of Conditional Use for Neighborhood Commercial Establishment\n- Summary: This ordinance seeks to establish a conditional use to permit a neighborhood commercial establishment in an HU-RD2 Historic Urban Two-Family Residential District.\n- Ordinance Number: 34252 - 29544 M.C.S.\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The ordinance was adopted.\n- Tags/Keywords: Conditional use, Neighborhood commercial establishment, Zoning\n- UID: 5004ade2-53ba-4c12-99f5-ef66025deb5d", + "uid": "5004ade2-53ba-4c12-99f5-ef66025deb5d", + "publish_date": "7-13-2023", + "page_number": 28, + "title": "Regular City Council Minutes 7-13-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-0050569183fa\n11/15/23, 7:45 PM\nABSENT:\nGiarrusso, Thomas - 2\nRECUSED:\n0\nAND THE MOTION PASSED.\nSPEAKER(S):\nEmilie Staet, Lee Abbott, Joseph A. Col\u00f3n, Michael Burnside, Felix Allen, Simmette Berry,\nLingran Kong, Claude Schlesinger, Chip Fleetwood, Tiger Hammond, Karen Cook, Britain\nForsyth; Did not speak - Rodney Wallts, Ernest Cortez, Keith Black, Jonathan Talbot, Mike\nFilers, Jazz Lakich, Shannan Waters, Kyle Leger, Ronnie Rooser, Emanuel Mitchell, Andrew\nO'brien, Josh Sonnier, Chris LaFleur, Maximino Perdomo, Leslie Harvel, Jaffer Garcia: E-\nComments - Ryan Smith, Avery Smith, Ivy Molloy, Brendan Chase, Tanguy Bader, Melissa\nFleming, Jason Kruse, Amanda Fallis, Brenda Flora, Ariel Farrar, Raymond Wolfe, Aaron\nDunsay, Felix Allen(2), Emmett Luty, Patrick Daurio, Gregory Jean, Eric Johns, Tiffany\nFrench, Joshua Smith, Lisa Foster, Elizabeth Soychak, Leslie Bean, Remy Moreau, Erika\nZucker, Charlie Bini (Not Read), Nancy Hebert\nMOVED BY:\nMoreno\nSECONDED BY:\nMorrell\nACTION:\nAdopt as Amended\nGiarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7\nYEAS\nNAYS:\n0\nABSTAIN:\n0\nABSENT:\n0\nRECUSED:\n0\nAND THE MOTION PASSED.\n12c. MOTION NO. M-23-281 - BY: COUNCILMEMBER MORENO\nBrief:\nDirecting the Council Chief of Staff to conduct a competitive selection for a labor relations\nadvisor to perform the duties outlined by Section 114-404 of the Code of the City of New\nOrleans, as adopted in Ordinance Cal. No. 34,124, in accordance with Council Rule 42\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 10/20/23).\nM-23-281\nMOVED BY:\nMoreno\nHarris\nSECONDED BY:\nAdopt\nACTION:\nGiarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7\nYEAS:\nNAYS:\n0\nABSTAIN:\n0\nABSENT:\n0\nRECUSED:\n0\nAND THE MOTION PASSED.\n12d. RESOLUTION NO. R-23-282 - BY: COUNCILMEMBER MORENO\nBrief:\nResolution stating that the rule manual (Exhibit A), establishing as the rules governing the\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-0050569183fa\n16/5", - "page_number": 16 + "page_content": "- Topic: Norman C Francis Parkway and North Rendon Street Zoning\n - Summary: The ordinance aims to amend zoning regulations for specific locations and provide related provisions. The ordinance was adopted.\n - Ordinance Number: 34253 - 29545 M.C.S.\n - Votes Summary:\n - Vote 1: ADOPTED - (N/A, N/A, N/A, N/A)\n - Decision/Key Actions: The ordinance was adopted.\n - Tags/Keywords: Zoning, Regulations, Adoption\n - UID: 8f5d1271-d288-4609-9762-64d3c39b9e8c\n\n- Topic: Security Measures at Parking Structures and Lots\n - Summary: The ordinance seeks to require security measures and crime mitigation efforts at parking structures and lots, including the installation of safety measures. The ordinance was adopted.\n - Ordinance Number: 34254 - 29546 M.C.S.\n - Votes Summary:\n - Vote 1: ADOPTED - (N/A, N/A, N/A, N/A)\n - Decision/Key Actions: The ordinance was adopted.\n - Tags/Keywords: Security Measures, Parking, Adoption\n - UID: 8f5d1271-d288-4609-9762-64d3c39b9e8c\n\n- Topic: Standards for Affordable Homeownership Opportunities\n - Summary: The ordinance aims to create standards for affordable homeownership opportunities and consider the community land trust model for development. The ordinance was continued to the meeting of 7/27/23.\n - Ordinance Number: 34255\n - Votes Summary:\n - Vote 1: Continued - (N/A, N/A, N/A, N/A)\n - Decision/Key Actions: The ordinance was continued to the meeting of 7/27/23.\n - Tags/Keywords: Affordable Homeownership, Standards, Continuation\n - UID: 8f5d1271-d288-4609-9762-64d3c39b9e8c", + "uid": "8f5d1271-d288-4609-9762-64d3c39b9e8c", + "publish_date": "7-13-2023", + "page_number": 29, + "title": "Regular City Council Minutes 7-13-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-0050569183fa\n11/15/23, 7:45 PM\nLabor Relations Advisor.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 10/20/23).\nR-23-282\nMOVED BY:\nMoreno\nSECONDED BY:\nMorrell\nACTION:\nAdopt\nGiarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7\nYEAS:\nNAYS:\n0\nABSTAIN:\n0\nABSENT:\nRECUSED:\n0\nAND THE MOTION PASSED.\n13. CAL. NO. 34,143 - BY: COUNCILMEMBER GIARRUSSO\nBrief:\nAn Ordinance to require augmentation of the contact information included on\nRoadwork.nola.gov (\"the Roadwork website\") which was designed to provide the public with\ninformation about the Federal Emergency Management Agency (FEMA) funded Joint\nInfrastructure Recovery Roads (JIRR) projects currently under construction and planned city\nwide; and otherwise to provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 8/4/23).\nCONTINUED TO THE MEETING OF 7/13/23.\n34143\n14. CAL. NO. 34,150 - BY: COUNCILMEMBER THOMAS\nBrief:\nAn Ordinance to amend and reordain Section 66-36 and to ordain Section 66-79 of the Code\nof the City of New Orleans, in the Smoke Free Air Act, to create operating health and safety\nregulations for cigar bars; and to provide otherwise with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 8/18/23).\nWITHDRAWN.\n34150\nLEGISLATIVE GROUPING\n1.\nHDLC APPEAL - OF SUSAN JOHNSON, TOWN OF CARROLLTON WATCH, LLC\n1a.\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-0050569183fa\n17/53", - "page_number": 17 + "page_content": "- Topic: Conditional Use for Reception Facility in HMC-2 Historic District\n- Summary: The ordinance proposed the establishment of a conditional use to permit a reception facility in an HMC-2 Historic Marigny/Trem\u00e9/Bywater Commercial District. The ordinance was adopted. \n- Ordinance Number: CAL. NO. 34,256\n- Votes Summary:\n Vote 1: ADOPTED - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The ordinance was adopted.\n- UID: e824c701-e1b4-4eb9-8f9d-7d18cc867f03\n\n- Topic: Rescission of Ordinance and Conditional Use for Commercial Expansion\n- Summary: This ordinance sought to rescind a previous ordinance and grant a conditional use to permit the expansion of an existing commercial use to exceed 5,000 square feet of floor area. The ordinance was adopted.\n- Ordinance Number: CAL.NO. 34,257\n- Votes Summary:\n Vote 1: ADOPTED - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The ordinance was adopted.\n- UID: e824c701-e1b4-4eb9-8f9d-7d18cc867f03\n\n- Topic: Amendment to Comprehensive Zoning Ordinance for Wine Shop\n- Summary: This ordinance aimed to amend and reordain Article 10 of the Comprehensive Zoning Ordinance to add \"wine shop\" as a conditional use in the VCS Vieux Carr\u00e9 Service District. The ordinance was adopted.\n- Ordinance Number: CAL. NO. 34,258\n- Votes Summary:\n Vote 1: ADOPTED - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The ordinance was adopted.\n- UID: e824c701-e1b4-4eb9-8f9d-7d18cc867f03", + "uid": "e824c701-e1b4-4eb9-8f9d-7d18cc867f03", + "publish_date": "7-13-2023", + "page_number": 30, + "title": "Regular City Council Minutes 7-13-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-0050569183fa\n11/15/23, 7:45 PM\nBrief:\nRequesting to appeal the Historic District Landmarks Commission's decision of \"approval\" to\ngrant Conceptual Approval for property located at 7417-7421 Burthe Street.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Cm. Giarrusso, District A, Cn. Deadline 7/9/23).\n(Communication received at the meeting of 5/25/23).\n(Report received at the meeting of 6/8/22).\nHEARIING HELD.\nHDLC Appeal - Susan Johnson\nHDLC Report - 7417-21 Burthe Street\nSPEAKER(S):\nSusan Johnson\n1b. MOTION - NO. M-23-288 - BY: COUNCILMEMBER GIARRUSSO\nBrief:\nDenying the applicant's appeal request for properties located at 7417-7421 Burthe Street.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 10/20/23).\nM-23-288\nGiarrusso\nMOVED BY:\nMorrell\nSECONDED BY:\nACTION:\nAdopt\nGiarrusso, Green, Harris, King, Morrell, Thomas - 6\nYEAS:\nNAYS:\nABSTAIN:\n0\nABSENT:\nMoreno - 1\nRECUSED:\n0\nAND THE MOTION PASSED.\nLEGISLATIVE GROUPING\n2.\n2a. VCC APPEAL - OF KAREN GLASER STEIN\nBrief:\nRequesting to appeal the Vieux Carre Commission's decision of \"denial\" at the meeting of\nFebruary 8, 2023, to retain work completed without benefit of VCC review and approval,\nincluding gallery millwork modifications, per application and materials received 12/16/2022\nfor properties located at 1000-1012 St. Philip Street.\nAnnotation:\nELECTRONICALLY SUBMITTED.\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-0050569183fa\n18/5", - "page_number": 18 + "page_content": "- Topic: Conditional Use for Wine Shop in VCS Vieux Carr\u00e9 Service District\n- Summary: The ordinance aims to establish a conditional use for a wine shop in the VCS Vieux Carr\u00e9 Service District with extended hours of operation and the rescission of Ordinance No. 16,427 MCS. The ordinance was adopted.\n- Ordinance Number: 34259 - 29550 M.C.S.\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The ordinance was adopted.\n- UID: adac7270-a3fa-407e-b204-bc2a4066e29d\n\n- Topic: Conditional Use for Hotel in HU-MU Historic Urban Neighborhood Mixed-Use District\n- Summary: The ordinance aims to establish a conditional use for a hotel in an HU-MU Historic Urban Neighborhood Mixed-Use District. The ordinance was adopted.\n- Ordinance Number: 34260 - 29551 M.C.S.\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The ordinance was adopted.\n- UID: adac7270-a3fa-407e-b204-bc2a4066e29d\n\n- Topic: Appropriation of Funds to Office of Criminal Justice Coordination\n- Summary: The ordinance seeks to amend Ordinance No. 29265 M.C.S. to appropriate funds to the Office of Criminal Justice Coordination to complete the remaining obligations for the Safety and Justice Challenge Sustainability Grant through June 2023. The ordinance was adopted.\n- Ordinance Number: 34267 - 29556 M.C.S.\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The ordinance was adopted.\n- UID: adac7270-a3fa-407e-b204-bc2a4066e29d", + "uid": "adac7270-a3fa-407e-b204-bc2a4066e29d", + "publish_date": "7-13-2023", + "page_number": 31, + "title": "Regular City Council Minutes 7-13-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-0050569183fa\n11/15/23, 7:45 PM\n(Cm. King, Cn. Deadline 6/25/23).\n(Communication received at the meeting of 5/11/23).\nHEARING HELD.\nVCC Appeal - Karen Glaser Stein -1000-1012 St Philip St.\nVCC Revised Report 1000 St Philip St\n2b. MOTION (LYING OVER) - NO. M-23-269 - BY: COUNCILMEMBER KING\nBrief:\nDenying the applicant's appeal request for properties located at 1000-1012 St. Philip Street.\nAnnotation:\n(Council Rule 34. Postponement Deadline 10/6/23).\nM-23-269 LO\nMOVED BY:\nKing\nSECONDED BY:\nHarris\nACTION:\nAdopt\nGiarrusso, Green, Harris, King, Morrell, Thomas - 6\nYEAS:\nNAYS:\n0\nABSTAIN:\n0\nABSENT:\nMoreno - 1\nRECUSED:\n0\nAND THE MOTION PASSED.\n2c. MOTION - NO. M-23-289 - BY: COUNCILMEMBER KING\nBrief:\nGranting in part and denied in part the applicant's appeal request for properties located at\n1000-1012 St. Philip Street, as follows:\n* The retention of the flood lights and cameras is approved; and\n* The retention of all other matters under appeal, including gallery millwork modifications, is\ndenied.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 10/20/23).\nWITHDRAWN.\nM-23-289\n3. ZONING DOCKET NO. 22/23 - 2GETHER, LLC\nBrief:\nRequesting a Conditional Use to permit a standard restaurant over 5,000 square feet in an HU-\nMU Historic Urban Neighborhood Mixed-Use District, on Square 581, Lots A and B, in the\nSixth Municipal District, bounded by Freret Street, Upperline Street, LaSalle Street, and\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-0050569183fa\n19/5", - "page_number": 19 + "page_content": "- Topic: Amendment of Operating Budget of Expenditures for the City of New Orleans\n- Summary: The ordinance aimed to appropriate funds to the Office of Criminal Justice Coordination to complete the remaining obligations for the Safety and Justice Challenge Sustainability Grant through June 2023. The ordinance was approved.\n- Ordinance Number: 34268 - 29557 M.C.S.\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The ordinance was adopted.\n- Tags/Keywords: Operating Budget, Expenditures, Criminal Justice Coordination, Appropriation\n- UID: 5eead712-4d7a-467c-995b-fccd1635763a\n\n- Topic: Amendment of Operating Budget of Revenues for the City of New Orleans\n- Summary: This ordinance sought to appropriate unspent grant funds to the Office of Criminal Justice Coordination. The ordinance was approved.\n- Ordinance Number: 34269 - 29558 M.C.S.\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The ordinance was adopted.\n- Tags/Keywords: Operating Budget, Revenues, Criminal Justice Coordination, Unspent Grant Funds\n- UID: 5eead712-4d7a-467c-995b-fccd1635763a\n\n- Topic: Amendment of Operating Budget of Expenditures for the City of New Orleans\n- Summary: This ordinance aimed to appropriate unspent grant funds to the Office of Criminal Justice Coordination. The ordinance was approved.\n- Ordinance Number: 34270 - 29559 M.C.S.\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The ordinance was adopted.\n- Tags/Keywords: Operating Budget, Expenditures, Criminal Justice Coordination, Unspent Grant Funds\n- UID: 5eead712-4d7a-467c-995b-fccd1635763a", + "uid": "5eead712-4d7a-467c-995b-fccd1635763a", + "publish_date": "7-13-2023", + "page_number": 32, + "title": "Regular City Council Minutes 7-13-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-0050569183fa\n11/15/23, 7:45 PM\nValence Street (Municipal Address: 4730 Freret Street). The recommendation of the City\nPlanning Commission being \"FOR DENIAL\".\nAnnotation:\nELECTRONICALLY SUBMITTED.(Cm. Harris, District B, Cn. Deadline 8/7/23).\nCONTINUED TO THE MEETING OF 7/13/23.\nLEGISLATIVE GROUPING\n4.\n4a. ZONING DOCKET NO. 28/23 - BAYOU TREM\u00c9 CENTER, LLC\nBrief:\nRequesting an Amendment to Ordinance No. 27,982 MCS (Zoning Docket 131/18) to permit a\nlive performance venue with waivers of Section 18.9.C.1 of the Comprehensive Zoning\nOrdinance to:\n\u00b7 remove a restriction limiting the live performance venue to plays and musicals only; and\n\u00b7 remove a restriction limiting the sale of alcoholic beverages for consumption on-site to only\none (1) hour prior to and during performances, permitting such alcoholic beverage sales from\n4 p.m. to midnight Tuesday through Thursday, 4 p.m. to 1. a.m. on Friday, 2 p.m. to midnight\non Saturday, and 2 p.m. to 11 p.m. on Sunday. (Municipal Addresses: 2527-2541 Bayou\nRoad). The recommendation of the City Planning Commission being \"FOR APPROVAL\",\nwith two (2) waivers.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Cm. Green, District D, Cn. Deadline 7/24/23).\nHEARING HELD.\nZD NO. 28-23 Final\n4b. MOTION - NO. M-23-292 - BY: COUNCILMEMBER GREEN\nBrief:\nApproving the applicant's request for property located at 2527-2541 Bayou Road, ZD NO.\n28/23, subject to the two (2) waivers recommended by the City Planning Commission, with\nthe following modification:\nStrike the last sentence of waiver 2 so that it reads as follows:\nThe development shall be granted a waiver of Article 18, Section 18.9.C.1 of the\nComprehensive Zoning Ordinance to remove a restriction limiting the sale of alcoholic\nbeverages for consumption on-site to only one (1) hour prior to and during performances,\npermitting such alcoholic beverage sales for consumption on-site one (1) hour prior to\nperformances, during performances, and until one (1) hour after a performance concludes.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 10/20/23).\nM-23-292\nSPEAKER(S):\nNicole Nelson, Geoffrey Wilson, Dr. Robin T. Vander\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-0050569183fa\n20/53", - "page_number": 20 + "page_content": "- Topic: Amendment of Operating Budget for Municipal Traffic Court Contents and Supplies Costs\n- Summary: The ordinance aimed to amend the operating budget for the City of New Orleans to appropriate grant funds awarded by FEMA to the Chief Administrative Office for Municipal Traffic Court contents and supplies costs incurred after Hurricane Ida. The ordinance was recommended for approval by the Budget/Audit/Board of Review Committee and was adopted.\n- Ordinance Number: 34271 - 29560 M.C.S.\n- Votes Summary:\n Vote 1: Passed - (N/A)\n- Decision/Key Actions: The ordinance was adopted.\n- UID: f5b815e5-f33c-4fcf-b00d-1aad5c3e4cfc\n\n- Topic: Amendment of Operating Budget for Municipal Traffic Court Contents and Supplies Costs\n- Summary: This ordinance sought to amend the operating budget for the City of New Orleans to appropriate grant funds awarded by FEMA to the Chief Administrative Office for Municipal Traffic Court contents and supplies costs incurred after Hurricane Ida. It was recommended for approval by the Budget/Audit/Board of Review Committee and was adopted.\n- Ordinance Number: 34272 - 29561 M.C.S.\n- Votes Summary:\n Vote 1: Passed - (N/A)\n- Decision/Key Actions: The ordinance was adopted.\n- UID: f5b815e5-f33c-4fcf-b00d-1aad5c3e4cfc\n\n- Topic: Amendment of Operating Budget Revenues for Federal Grant Funds\n- Summary: This ordinance aimed to amend the operating budget for the City of New Orleans to appropriate federal grant funds to the Mayor's Office of Homeland Security and Emergency Preparedness for Federal Emergency Management Agency reimbursable costs. It was recommended for approval by the Budget/Audit/Board of Review Committee and was adopted.\n- Ordinance Number: 34273 - 29562 M.C.S.\n- Votes Summary:\n Vote 1: Passed - (N/A)\n- Decision/Key Actions: The ordinance was adopted.\n- UID: f5b815e5-f33c-4fcf-b00d-1aad5c3e4cfc", + "uid": "f5b815e5-f33c-4fcf-b00d-1aad5c3e4cfc", + "publish_date": "7-13-2023", + "page_number": 33, + "title": "Regular City Council Minutes 7-13-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-0050569183fa\n11/15/23, 7:45 PM\nMOVED BY:\nGreen\nSECONDED BY:\nMoreno\nACTION:\nAdopt\nGiarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7\nYEAS:\nNAYS:\n0\nABSTAIN:\n0\nABSENT:\n0\nRECUSED:\n0\nAND THE MOTION PASSED.\nLEGISLATIVE GROUPING\n5.\nZONING DOCKET NO. 30/23 - 3205 TULANE, LLC\n5a.\nBrief:\nRequesting a Conditional Use to permit outdoor live entertainment (secondary use) and the\nextension of restaurants' hours of operations in an MU-1 Medium Intensity Mixed-Use\nDistrict and in an EC Enhancement Corridor Design Overlay District, on Square 663, Lot C-1,\nin the First Municipal District, bounded by Tulane Avenue, South Lopez Street, d'Hemecourt\nStreet, and South Rendon Street (Municipal Address: 3219 Tulane Avenue). The\nrecommendation of the City Planning Commission being \"FOR APPROVAL\", with four (4)\nprovisos.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Cm. Harris, District B, Cn. Deadline 7/24/23).\nHEARING HELD.\nZD NO 30-23 Final Staff Report\n5b. MOTION - NO. M-23-283 - BY: COUNCILMEMBER HARRIS\nBrief:\nGranting the applicant's request for property located at 3219 Tulane Avenue, ZD NO. 30/23,\nsubject to the four (4) provisos set forth by the City Planning Commission, modified as\nfollows:\nDelete the text of proviso 3f and replace it with the following:\nThe restaurant's allowable hours of operation are Sunday thru Saturday, 24 hours a day;\nhowever, alcohol service is permitted only on Sunday thru Wednesday from 6:00 am to 12:00\nam midnight, and Thursday thru Saturday from 6:00 am to 2:00 am.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 10/20/23).\nM-23-283\nMOVED BY:\nHarris\nSECONDED BY:\nKing\nACTION:\nAdopt\nGiarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7\nYEAS:\nNAYS:\n0\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-0050569183fa\n21/53", - "page_number": 21 + "page_content": "- Topic: Amendment of Operating Budget for Federal Grant Funds\n- Summary: The ordinance sought to amend the operating budget to appropriate federal grant funds to the Mayor's Office of Homeland Security and Emergency Preparedness for FEMA reimbursable costs.\n- Ordinance Number: CAL. NO. 34,274\n- Votes Summary:\n Vote 1: ADOPTED - (N/A)\n- Decision/Key Actions: The ordinance was adopted, allowing for the appropriation of federal grant funds.\n- Tags/Keywords: Operating budget, federal grant funds, FEMA, appropriation\n- UID: f93a790e-a1c9-47ff-b1ee-d3eea176ca03\n\n- Topic: Preliminary Approval for Sewerage Service Revenue Bonds\n- Summary: The resolution gave preliminary approval to the issuance of not exceeding Eighty Million Dollars of City of New Orleans Sewerage Service Revenue Bonds.\n- Ordinance Number: NO. R-23-276\n- Votes Summary:\n Vote 1: ADOPTED - (N/A)\n- Decision/Key Actions: The resolution was adopted, allowing for the preliminary approval of the issuance of sewerage service revenue bonds.\n- Tags/Keywords: Sewerage service revenue bonds, preliminary approval, resolution\n- UID: f93a790e-a1c9-47ff-b1ee-d3eea176ca03\n\n- Topic: Adding the President of the Council as a Signatory to a Contract\n- Summary: The motion aimed to add the President of the Council as a signatory to Amendment No. 1 to the contract between the City of New Orleans and Legacy Professional Services, LLC.\n- Ordinance Number: NO. M-23-287\n- Votes Summary:\n Vote 1: ADOPTED - (N/A)\n- Decision/Key Actions: The motion was adopted, allowing for the President of the Council to be added as a signatory to the contract.\n- Tags/Keywords: Contract amendment, signatory, motion adoption\n- UID: f93a790e-a1c9-47ff-b1ee-d3eea176ca03", + "uid": "f93a790e-a1c9-47ff-b1ee-d3eea176ca03", + "publish_date": "7-13-2023", + "page_number": 34, + "title": "Regular City Council Minutes 7-13-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-0050569183fa\n11/15/23, 7:45 PM\nABSTAIN:\n0\nABSENT:\n0\nRECUSED:\n0\nAND THE MOTION PASSED.\nZONING DOCKET NO. 31/23 - CITY COUNCIL MOTION NO. M-23-X\n6.\nBrief:\nRequesting a text amendment to Article 19 of the Comprehensive Zoning Ordinance (CZO) to\nestablish a new Interim Zoning District (IZD) to be named the Historic Urban Neighborhood\nCommercial Short Term Rental Interim Zoning District. The intent of the IZD is to establish a\ntemporary prohibition of new Commercial Short Term Rental Commercial (CSTR) uses\nwithin the Historic Urban Neighborhood Mixed-Use District (HU-MU). The proposed text\namendment would affect properties across the city currently zoned Historic Urban\nNeighborhood Mixed Use District (HU-MU) City-wide. The recommendation of the City\nPlanning Commission being \"FOR APPROVAL\".\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(All Cms ., All Districts, Cn. Deadline 7/24/23).\nCONTINUED TO THE MEEETING OF 7/27/23.\nZD NO 31-23 Final Staff Report\nSPEAKER(S): Not Read, matter cont'd to 7/27/23\nE-Comment - Andreanecia Morris\nLEGISLATIVE GROUPING\n7.\n7a. ZONING DOCKET NO. 35/23 - THE BLACK SCHOOL, INC\nBrief:\nRequesting a Conditional Use to permit a community center on a lot with insufficient lot and\ninsufficient off-street parking in an HU-RD2 Historic Urban Two-Family Residential District,\non Square 766, Lots 23 and 24, in the Fourth Municipal District, bounded by North Roman\nStreet, New Orleans Avenue, North Derbrigny Street, St. Bernard Avenue, and Seventh Streets\n(Municipal Address: 1660 N. Roman Street). The recommendation of the City Planning\nCommission being \"FOR APPROVAL\", with one (1) waiver and twelve (12) provisos.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Cm. Green, District D, Cn. Deadline 7/24/23).\nCONTINUED TO THE MEETING OF 7/13/23.\nZD NO. 35-23 Final Staff Report_report\n7b. MOTION (LYING OVER) - NO. M-23-258 - BY: COUNCILMEMBER GREEN\nBrief:\nApproving the applicant's Conditional Use request for the property located at 1660 N. Roman\nStreet, on ZD NO. 35/23, subject to one (1) waiver and twelve (12) provisos recommended by\n22/53\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-0050569183fa", - "page_number": 22 + "page_content": "- Topic: Adding the President of the Council as a signatory to the professional services agreement between the City of New Orleans and Saltus Technologies, Inc.\n- Summary: The motion to add the President of the Council as a signatory to the professional services agreement was recommended for approval by the Joint Budget and Public Works Committee and was ultimately adopted.\n- Ordinance Number: M-23-293\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The President of the Council is authorized to sign the professional services agreement between the City of New Orleans and Saltus Technologies, Inc.\n- UID: 6e8c85f3-860f-4a24-8f65-d9d8535d805a\n\n- Topic: Adding the President of the Council as a signatory to the Grant of Servitude between the City of New Orleans, through its Stormwater and Green Infrastructure and Orleans Parish School Board.\n- Summary: The motion to add the President of the Council as a signatory to the Grant of Servitude was recommended for approval by the Joint Budget and Public Works Committee and was ultimately adopted.\n- Ordinance Number: M-23-294\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The President of the Council is authorized to sign the Grant of Servitude between the City of New Orleans and Orleans Parish School Board.\n- UID: 6e8c85f3-860f-4a24-8f65-d9d8535d805a\n\n- Topic: Adding the President of the Council as a signatory to the Pricing Agreement between the City and Teleflex LLC.\n- Summary: The motion to add the President of the Council as a signatory to the Pricing Agreement was recommended for approval by the Community Development Committee and was ultimately adopted.\n- Ordinance Number: M-23-298\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The President of the Council is authorized to sign the Pricing Agreement between the City and Teleflex LLC.\n- UID: 6e8c85f3-860f-4a24-8f65-d9d8535d805a\n\n- Topic: Adding the President of the Council as a signatory to the Grant of Servitude between the City of New Orleans, through its Stormwater and Green Infrastructure and Orleans Parish School Board.\n- Summary: The motion to add the President of the Council as a signatory to the Grant of Servitude was recommended for approval by the Joint Budget and Public Works Committee and was ultimately adopted.\n- Ordinance Number: M-23-299\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: The President of the Council is authorized to sign the Grant of Servitude between the City of New Orleans and Orleans Parish School Board.\n- UID: 6e8c85f3-860f-4a24-8f65-d9d8535d805a", + "uid": "6e8c85f3-860f-4a24-8f65-d9d8535d805a", + "publish_date": "7-13-2023", + "page_number": 35, + "title": "Regular City Council Minutes 7-13-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-0050569183fa\n11/15/23, 7:45 PM\nCity Planning Commission.\nAnnotation:\n(Council Rule 34. Postponement Deadline 10/6/23).\nCONTINUED TO THE MEETING OF 7/13/23.\nM-23-258 LO\nLEGISLATIVE GROUPING\n8.\nZONING DOCKET NO. 36/23 - 2834 LASALLE, LLC\n8a.\nBrief:\nRequesting a Conditional Use to permit a hotel in an HU-B1 Historic Urban Neighborhood\nBusiness District and the LAS La Salle Street Overlay District, on Square 333, Lot 38 and part\nof Lot J or Lot 4, the rear part of Lot 15, part of original Lot J, rear part of Lot 17, and rear\npart of Lot 18, in the Fourth Municipal District, bounded by La Salle Street, Washington\nAvenue, Sixth Street, and South Liberty Street (Municipal Addresses: 2832-2834 La Salle\nStreet). The recommendation of the City Planning Commission being \"FOR APPROVAL\",\nsubject to three (3) provisos.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Cm. Harris, District B, Cn. Deadline 8/7/23).\nHEARING HELD.\nZD NO 36-23 Staff Report\n8b. MOTION - NO. M-23-284 - BY: COUNCILMEMBER HARRIS\nBrief:\nApproving the applicant's Conditional Use request for the property located at 2832-2834\nLaSalle Street, on ZD NO. 36/23, subject to three (3) provisos recommended by City Planning\nCommission.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 10/20/23).\nM-23-284\nSPEAKER(S):\nMichael Burnside, Curtis Doucette, Jr.\nMOVED BY:\nHarris\nSECONDED BY:\nMorrell\nAdopt\nACTION:\nGiarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7\nYEAS:\nNAYS:\nABSTAIN:\nABSENT:\n0\nRECUSED:\n0\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-0050569183fa\n23/5", - "page_number": 23 + "page_content": "- Topic: Adding the President of the Council as a signatory to the Purchasing Agreement and Cooperative Endeavor Agreement\n- Summary: The council approved the addition of the President of the Council as a signatory to the Purchasing Agreement between the City and ZOLL Medical, and the Cooperative Endeavor Agreement between the Office of Community Development and START Corporation, Incorporated.\n- Ordinance Number: M-23-299, M-23-300\n- Votes Summary:\n Vote 1: Passed - (N/A)\n Vote 2: Passed - (N/A)\n- Decision/Key Actions: Adding the President of the Council as a signatory to the agreements\n- Tags/Keywords: Purchasing Agreement, Cooperative Endeavor Agreement, President of the Council\n- UID: 4faa24ee-6620-4bf2-8f54-2a2ea30fab64\n\n- Topic: Amendment to Contract with SP Plus Corporation\n- Summary: The council approved the addition of the President of the Council as a signatory to Amendment No. 5 to the contract between the City of New Orleans and SP Plus Corporation.\n- Ordinance Number: M-23-301\n- Votes Summary:\n Vote 1: Passed - (N/A)\n- Decision/Key Actions: Adding the President of the Council as a signatory to the amendment\n- Tags/Keywords: Amendment, Contract, President of the Council\n- UID: 4faa24ee-6620-4bf2-8f54-2a2ea30fab64\n\n- Topic: Amendments to the Classified Pay Plan\n- Summary: The council approved the Amendments to the Classified Pay Plan, including new classifications, as adopted by the Civil Service Commission.\n- Ordinance Number: M-23-302\n- Votes Summary:\n Vote 1: Passed - (N/A)\n- Decision/Key Actions: Approval of Amendments to the Classified Pay Plan\n- Tags/Keywords: Classified Pay Plan, Civil Service Commission, Amendments\n- UID: 4faa24ee-6620-4bf2-8f54-2a2ea30fab64", + "uid": "4faa24ee-6620-4bf2-8f54-2a2ea30fab64", + "publish_date": "7-13-2023", + "page_number": 36, + "title": "Regular City Council Minutes 7-13-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-0050569183fa\n11/15/23, 7:45 PM\nAND THE MOTION PASSED.\n9. ZONING DOCKET NO. 40/23 - C. DEMATTEO, LLC\nBrief:\nRequesting a Conditional Use to permit a car wash in an MU-1 Medium Intensity Mixed-Use\nDistrict and an HUC Historic Urban Corridor Use Restriction Overlay District, on Square 762,\nLots 11, 12, 13, 14, 18, 19, 20, 21A, 22A, 22B, 23, 24, 25, 26, 27, and 28, bounded by South\nCarrollton Avenue, Tulane Avenue, Ulloa Street, South Pierce Street (Municipal Addresses:\n4118-4132 South Carrollton Avenue, 4036-4052 Ulloa Street, and 4041-4051 Tulane Avenue).\nThe recommendation of the City Planning Commission being \"FOR APPROVAL\", subject to\none (1) waiver and 17 provisos.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Cm. Giarrusso, District A, Cn. Deadline 8/7/23).\nCONTINUED TO THE MWETING OF 7/13/23.\nZD NO 40-23 Final w Attachments\nSPEAKER(S): Did not speak, matter cont'd to 7/13/23.\nMollie Burke, Ayman Jaber, Deema Alkhattari, Nicholas Riesner, Olivia Sastry, Karla Belk,\nMary Mysing-Gubala, Mike Murray\n10. LEGISLATIVE GROUPING\n10a. ZONING DOCKET NO. 41/23 - CITY COUNCIL MOTION NO. M-23-105\nBrief:\nRequesting an Amendment to the text of Article 18 of the Comprehensive Zoning Ordinance\nto establish the Brown's Dairy Neighborhood District overlay, bounded by Erato Street,\nBaronne Street, Martin Luther King, Jr. Boulevard, and Carondelet Street, to maintain and\ncreate affordable housing opportunities for long-term residency.\nFor all lots within the boundaries, the following use restrictions shall apply. The following\nuses are prohibited:\n\u00b7 Bed and Breakfast (accessory and principal);\n\u00b7 Hostel;\n\u00b7 Hotel/Motel; and\n\u00b7 Short Term Rental (commercial and non-commercial).\nProperties located in the area generally bounded by Erato Street, Baronne Street, Martin\nLuther King, Jr. Boulevard, and Carondelet Street (Municipal Addresses: 1300-1432 Baronne\nStreet, 1710-1726 Erato Street, 1301-1429 Carondelet Street, 1714-1736 Thalia Street, and\n1721-1731 Martin Luther King, Jr. Boulevard). The recommendation of the City Planning\nCommission being \"NO RECOMMENDATION\".\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Cm. Harris, District B, Cn. Deadline 8/7/23).\nHEARING HELD.\nZD NO 41-23 Final Staff Report\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-0050569183fa\n24/53", - "page_number": 24 + "page_content": "- Topic: Approval of Amendment to the Classified Pay Plan for Space Planner (Exempt)\n- Summary: The council approved the amendment to the Classified Pay Plan for the new classification of Space Planner (Exempt) as adopted by the Civil Service Commission. The effective date of the amendment is July 16, 2023.\n- Ordinance Number: M-23-302\n- Votes Summary:\n Vote 1: Passed - (Unanimous approval)\n- Decision/Key Actions: Approval of the new classification and its effective date.\n- Tags/Keywords: Classified Pay Plan, Space Planner, Civil Service Commission\n- UID: cb6fc20c-df9e-4254-8859-4509647b5b50\n\n- Topic: Amendments to the Classified Pay Plan for Office of Community Development\n- Summary: The council approved the amendments to the Classified Pay Plan for the Hiring Rates (Code Enforcement Case Specialist Series) as adopted by the Civil Service Commission. The effective date of the amendments is July 16, 2023.\n- Ordinance Number: M-23-303\n- Votes Summary:\n Vote 1: Passed - (Unanimous approval)\n- Decision/Key Actions: Approval of the amendments and their effective date.\n- Tags/Keywords: Classified Pay Plan, Hiring Rates, Civil Service Commission, Community Development\n- UID: cb6fc20c-df9e-4254-8859-4509647b5b50\n\n- Topic: Approval of Amendment to the Classified Pay Plan for Police Retention and Recruitment\n- Summary: The council approved the amendment to the Classified Pay Plan for the Special Rate of Pay: Police Retention and Recruitment as adopted by the Civil Service Commission. The effective date of the amendment is July 16, 2023.\n- Ordinance Number: M-23-304\n- Votes Summary:\n Vote 1: Passed - (Unanimous approval)\n- Decision/Key Actions: Approval of the amendment and its effective date.\n- Tags/Keywords: Classified Pay Plan, Police Retention, Recruitment, Civil Service Commission\n- UID: cb6fc20c-df9e-4254-8859-4509647b5b50", + "uid": "cb6fc20c-df9e-4254-8859-4509647b5b50", + "publish_date": "7-13-2023", + "page_number": 37, + "title": "Regular City Council Minutes 7-13-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-0050569183fa\n11/15/23, 7:45 PM\n106. MOTION - NO. M-23-285 - BY: COUNCILMEMBER HARRIS\nBrief:\nGranting the applicant's request for the properties located at 1300-1432 Baronne Street, 1710-\n1726 Erato Street, 1302-1429 Carondelet Street, 1714-1736 Thalia Street, and 1721-1731\nMartin Luther King, Jr. Boulevard, on ZD NO. 41/23.\nAnnotation:\n(Council Rule 34. Postponement Deadline 10/20/23).\nM-23-285\nSPEAKER(S):\nMaxwell Ciardullo, Sam Levin; E-Comments - Andreanecia Morris\nMOVED BY:\nHarris\nSECONDED BY:\nGreen\nACTION:\nAdopt\nGiarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7\nYEAS:\nNAYS:\n0\nABSTAIN:\n0\nABSENT:\n0\nRECUSED:\nAND THE MOTION PASSED.\nCONSENT AGENDA\nCOMMUNICATION - FROM ERIN SPEARS - CHIEF OF STAFF & COUNSEL,\n1.\nCOUNCIL UTILITIES REGULATORY OFFICE\nBrief:\nSubmitting the transmittal document for communications related to electric and gas utility\nmatters to be received by the Council of the City of New Orleans at its meeting on June 22,\n2023:\nCommunications from Entergy New Orleans, LLC (\"ENO\")\n1. First Quarter 2023 Customer Interruptions Report, UD-17-04\n2. First Quarter 2023 Reliability Plan Progress Report, UD-17-04\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED.\nErin Spears\nCourtney R. Nicholson - Entergy - 2023-06-15 ENO First Quarter Customer Interruptions\nReport\nCourtney R. Nicholson - Entergy - 2023-06-15 ENO First Quarter Reliability Project Status\nReport\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-0050569183fa\n25/53", - "page_number": 25 + "page_content": "- Topic: Entergy New Orleans 2023 Reporting Requirements\n- Summary: The council adopted Resolution No. R-23-306, which streamlines Entergy New Orleans 2023 reporting requirements under docket no. UD-20-01.\n- Ordinance Number: R-23-306\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The resolution was adopted, and the consent agenda was also adopted.\n- Tags/Keywords: Entergy New Orleans, Reporting Requirements, Resolution, Docket No. UD-20-01\n- UID: 4456f161-72b7-4f33-b27e-10c86f9a86fc\n\n- Topic: HDLC Appeal of Jonathan Landry\n- Summary: The council discussed a request to appeal the Historic District Landmarks Commission\u2019s decision of \u201cdenial\u201d of a roof replacement request for a property located at 437 Bermuda Street.\n- Ordinance Number: Not specified\n- Votes Summary: N/A\n- Decision/Key Actions: No specific decision or key action mentioned in the summary.\n- Tags/Keywords: HDLC Appeal, Historic District Landmarks Commission, Roof Replacement, 437 Bermuda Street\n- UID: 4456f161-72b7-4f33-b27e-10c86f9a86fc", + "uid": "4456f161-72b7-4f33-b27e-10c86f9a86fc", + "publish_date": "7-13-2023", + "page_number": 38, + "title": "Regular City Council Minutes 7-13-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-0050569183fa\n11/15/23, 7:45 PM\nSPEAKER(S):\nMichael Burnside\n2. COMMUNICATION - FROM JONATHAN LANDRY\nBrief:\nRequesting to appeal the Historic District Landmarks Commission's decision of \"denial\" of a\nroof replacement request for property located at 437 Bermuda Street.\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED. (Hearing Date Set for 7/13/23).\nJonathan Landry HDLC appeal 437 Bermuda Street\nZachary Smith HDLC Appeal 1622 Pine Street\n3. COMMUNICATION - FROM ZACHARY SMITH, OWNER, ZACH SMITH,\nCONSULTING & DESIGN\nBrief:\nRequesting to appeal the Historic District Landmarks Commission's decision of a fine of\n$5,000 for the unpermitted demolition of the front porch for property located at 1622 Pine\nStreet.\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED. (Hearing Date Set for 7/13/23).\nZachary Smith HDLC Appeal 1622 Pine Street\nCOMMUNICATION - FROM BRIAN ACE\n4.\nBrief:\nRequesting to appeal the Historic District Landmarks Commission's decision of \"denial\" of a\nrequest to replace approximately 29 feet of iron fencing for property located at 2222 Chartres\nStreet.\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED. (Hearing Date Set for 7/13/23).\nHDLC Appeal Brian Ace 2222 Chartres Street\n5. COMMUNICATION - FROM HEATHER COOPER, AIA NCARB, ROZAS WARD\nARCHITECTS\nBrief:\nRequesting to appeal the Historic District Landmarks Commission's decision of \"denial\" of a\nrequest of a proposed demolition of an existing rear service cottage for property located at\n1492 Moss Street.\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-0050569183fa\n26/5", - "page_number": 26 + "page_content": "- Topic: HDLC Appeal - Jonathan Landry 437 Bermuda Street\n- Summary: The appeal was continued to the meeting of 7/27/23.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: The appeal was continued to the next meeting.\n- Tags/Keywords: HDLC Appeal, Jonathan Landry, 437 Bermuda Street\n- UID: 8274691e-ddbf-4895-80c9-0d5b7a0f7576\n\n- Topic: HDLC Appeal - Zachary Smith 1622 Pine Street\n- Summary: The appeal requested to reduce a $5,000 fine for unpermitted demolition of a front porch to $2,500, and it was granted.\n- Ordinance Number: M-23-309\n- Votes Summary:\n - Vote 1: Passed - (YEAS: 5, NAYS: 0, ABSTAIN: 0, ABSENT: 0)\n- Decision/Key Actions: The fine was reduced to $2,500 as requested by the applicant.\n- Tags/Keywords: HDLC Appeal, Zachary Smith, 1622 Pine Street, M-23-309\n- UID: 8274691e-ddbf-4895-80c9-0d5b7a0f7576", + "uid": "8274691e-ddbf-4895-80c9-0d5b7a0f7576", + "publish_date": "7-13-2023", + "page_number": 39, + "title": "Regular City Council Minutes 7-13-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-0050569183fa\n11/15/23, 7:45 PM\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED. (Hearing Date Set for 7/13/23).\nHeather CooperHDLC 1492 Moss Street\nCOMMUNICATION - FROM JUDGE MICHAEL G. BAGNERIS, RET ., BAGNERIS,\n6.\nLLC ., REPRESENTING APPLICANT, BROADWAY\nPIEKSEN & ASSOCIATES,\nSTREET HOLDINGS, LLC\nBrief:\nRequesting to appear before the New Orleans City Council to appeal the decisions and fine of\n$15,000 rendered by the Historic District Landmarks Commission and to get the decision\nreversed and have the fine removed or significantly reduced for property located at 7200 S.\nClaiborne Avenue.\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED. (Hearing Date Set for 7/13/23).\nJudge Michael G. Bagneris, Ret HDLC Appeal 7200 So. Claiborne Avenue\n7. COMMUNICATION - FROM SEBASTIAN HERRMANN\nBrief:\nRequesting to appeal the Historic District Landmarks Commission's decision of \"denial\" to\nretain all windows as they currently are, since they were installed by the previous owner in\n2020/21 for property located at 430 Homer Street.\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED. (Hearing Date Set for 7/13/23).\nSebastian Herrmann HDLC Appeal 430 Homer Street\nCOMMUNICATION -\nFROM RODGERIKA MEDRANO, SENIOR PROJECT\n8.\nMANAGER, STORMWATER & GREEN INFRASTRUCTURE, DEPARTMENT OF\nPUBLIC WORKS, CITY OF NEW ORLEANS\nBrief:\nSubmitting a proposed agreement between the City of New\nOrleans and Orleans Parish School Board, a completed contract summary form and the related\nMotion, pursuant to Rule 57.\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED AND REFERRED TO THE PUBLIC WORKS COMMITTEE.\n(See Motion No. M-23-294).\nRodgerilka Medrano OPSB\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-0050569183fa\n27/53", - "page_number": 27 + "page_content": "- Topic: HDLC Appeal - Brian Ace 2222 Chartres Street\n- Summary: The appeal requests to replace approximately 29 feet of iron fencing for property located at 2222 Chartres Street.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: Passed - (Number of YEAS, Number of NAYS, Number of ABSTAIN, Number of ABSENT)\n- Decision/Key Actions: The motion was passed.\n- Tags/Keywords: HDLC Appeal, Iron Fencing, Property, Chartres Street\n- UID: 82b9137b-4c14-49fd-a133-844e79a07013\n\n- Topic: HDLC Appeal - Heather Cooper 1492 Moss Street\n- Summary: The appeal requests to demolish a contributing-rated rear accessory structure on the property located at 1492 Moss Street.\n- Ordinance Number: M-23-310\n- Votes Summary:\n Vote 1: Passed - (Number of YEAS, Number of NAYS, Number of ABSTAIN, Number of ABSENT)\n- Decision/Key Actions: The applicant\u2019s request to demolish the structure was approved.\n- Tags/Keywords: HDLC Appeal, Demolition, Rear Accessory Structure, Moss Street\n- UID: 82b9137b-4c14-49fd-a133-844e79a07013", + "uid": "82b9137b-4c14-49fd-a133-844e79a07013", + "publish_date": "7-13-2023", + "page_number": 40, + "title": "Regular City Council Minutes 7-13-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-0050569183fa\n11/15/23, 7:45 PM\nCOMMUNICATION - FROM CLIFFORD G. TERRY, ACCOUNTANT III, NEW\n9.\nORLEANS POLICE DEPARTMENT, CITY OF NEW ORLEANS\nBrief:\nSubmitting a proposed agreement between the City of New Orleans and Saltus Technologies,\nInc ., a completed contract summary form and the related Motion, pursuant to Rule 57.\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED AND REFERRED TO THE PUBLIC WORKS COMMITTEE.\n(See Motion No. M-23-293).\nClifford Terry\n10. COMMUNICATION - FROM TYRA JOHNSON BROWN, DIRECTOR, OFFICE OF\nHOUSING POLICY & COMMUNITY DEVELOPMENT, CITY OF NEW ORLEANS\nBrief:\nSubmitting a proposed agreement between the City of New Orleans and START Corporation,\nIncorporation, a completed contract summary form and the related Motion, pursuant to Rule\n57.\nAnnotation:\nELECTRONICALLY SUBMITTED\nRECEIVED AND REFERRED TO THE COMMUNITY DEVELOPMENT COMMITTEE.\nTyra Johnson Brown\n11. COMMUNICATION - FROM WILLIAM T. SALMERON, CHIEF OF NEW ORLEANS\nEMS, NEW ORLEANS EMERGENCY MEDICAL SERVICES, CITY OF NEW\nORLEANS\nBrief:\nSubmitting a proposed agreement between the City of New Orleans and Teleflex, LLC, a\ncompleted contract summary form and the related Motion, pursuant to Rule 57.\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED AND REFERRED TO THE COMMUNITY DEVELOPMENT COMMITTEE.\nWilliam T. Salmeron - TELEFLEX\n12. COMMUNICATION - FROM WILLIAM T. SALMERON, CHIEF OF NEW ORLEANS\nEMS, NEW ORLEANS EMERGENCY MEDICAL SERVICES, CITY OF NEW\nORLEANS\nBrief:\nSubmitting a proposed agreement between the City of New Orleans and ZOLL Medical, a\ncompleted contract summary form and the related Motion, pursuant to Rule 57.\nAnnotation:\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-0050569183fa\n28/53", - "page_number": 28 + "page_content": "- Topic: HDLC Appeal for 7200 S. Claiborne Avenue\n- Summary: The appeal was made to reverse the decisions and fine of $15,000 rendered by the Historic District Landmarks Commission for unpermitted demolition at the property located at 7200 S. Claiborne Avenue.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The fine was reduced to $12,500.\n- Tags/Keywords: HDLC Appeal, Historic District Landmarks Commission, Unpermitted Demolition, Fine Reduction\n- UID: e470beca-3e30-461d-9831-4fb4f9e66f1d", + "uid": "e470beca-3e30-461d-9831-4fb4f9e66f1d", + "publish_date": "7-13-2023", + "page_number": 41, + "title": "Regular City Council Minutes 7-13-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-0050569183fa\n11/15/23, 7:45 PM\nELECTRONICALLY SUBMITTED.\nRECEIVED AND REFERRED TO THE COMMUNITY DEVELOPMENT COMMITTEE.\nWilliam T. Salmeron - ZOLL\nSPEAKER(S):\nMichael Burnside\n13. COMMUNICATION - FROM JAMES SPALT, LBT VENTURES\nBrief:\nRequesting to appeal the Historic District Landmarks Commission's decision to levy a fine of\n$48,254 for the unpermitted demolition for property located at 838 Lowerline Street.\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED. (Hearing Date Set for 7/13/23).\nJames Spalt HDLC Appeal 838 Lowerline Street\n14. REPORT - OF THE CHIEF OF STAFF OF THE CHIEF ADMINISTRATIVE OFFICER,\nCITY OF NEW ORLEANS\nBrief:\nSubmitting the Chief Administrative Office Report for passenger type vehicles, owned or\nleased by the City of New Orleans (\"City\") for the first quarter of 2023, pursuant to Chapter 2,\nArticle IX, Section 2-902 of the City Code.\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED.\nJonathan Harris Q1 2023 Vehicle Report Transmittal Letter\nJH Q1 2023 Pool Vehicle Report\nJH Q1 2023 Take-Home Vehicle Report\n15. REPORT - OF THE EXECUTIVE DIRECTOR OF THE CITY PLANNING\nCOMMISSION\nBrief:\nTransmitting the Bed and Breakfast Interim Zoning District Appeal for IZD 001-23 - Cm.\nGiarrusso, Cn. Deadline 8/21/23.\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED. (Hearing Date Set for 7/13/23).\nIZD 001-23\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-0050569183fa\n29/5", - "page_number": 29 + "page_content": "- Topic: Naming of George V. Rainey Natatorium\n- Summary: The ordinance aims to name the natatorium at Morris F.X. Jeff, Sr. Park the George V. Rainey Natatorium. The motion passed with 5 YEAS and 0 NAYS.\n- Ordinance Number: 34264\n- Votes Summary:\n Vote 1: Adopt - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The motion to name the natatorium passed with a majority vote.\n- Tags/Keywords: Naming, Natatorium, Park, George V. Rainey, Ordinance\n- UID: 01082dc6-7009-4031-a407-7468f362f0e1\n\n- Topic: HDLC Appeal of Sebastian Herrmann\n- Summary: Sebastian Herrmann appealed the Historic District Landmarks Commission's decision of \"denial\" to retain all windows as they currently are for a property located at 430 Homer Street. The appeal was electronically submitted and does not have a voting outcome listed.\n- Ordinance Number: N/A\n- Votes Summary: N/A\n- Decision/Key Actions: The appeal was submitted electronically for consideration.\n- Tags/Keywords: HDLC Appeal, Historic District Landmarks Commission, Sebastian Herrmann, Windows, Appeal\n- UID: 01082dc6-7009-4031-a407-7468f362f0e1", + "uid": "01082dc6-7009-4031-a407-7468f362f0e1", + "publish_date": "7-13-2023", + "page_number": 42, + "title": "Regular City Council Minutes 7-13-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-0050569183fa\n11/15/23, 7:45 PM\n16. REPORT - OF THE EXECUTIVE DIRECTOR OF THE CITY PLANNING\nCOMMISSION\nBrief:\nTransmitting the Historic Urban Neighborhood Commercial Short Term Rental Interim\nZoning District Appeal for IZD 002-23 - Cm. King, Cn. Deadline 8/21/23.\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED. (Hearing Date Set for 7/13/23).\nIZD 002-23 Final\n17. REPORT - OF THE DEPUTY DIRECTOR OF THE NEW ORLEANS HISTORIC\nDISTRICT LANDMARKS COMMISSION ' CENTRAL BUSINESS DISTRICT\nHISTORIC DISTRICT LANDMARKS COMMISSION\nBrief:\nSubmitting a report regarding an appeal of the Historic District Landmarks Commission's\n(HDLC) decision to deny an application to demolish a Contributing-rated rear accessory\nstructure for the property located at 1492 Moss Street.\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED.\nHDLC Report 1492 Moss Street\nREPORT - OF THE DEPUTY DIRECTOR OF THE NEW ORLEANS HISTORIC\n18.\nDISTRICT LANDMARKS COMMISSION ' CENTRAL BUSINESS DISTRICT\nHISTORIC DISTRICT LANDMARKS COMMISSION\nBrief:\nSubmitting a report regarding an appeal of the Historic District Landmarks Commission's\n(HDLC) decision to deny the application to remove existing asphalt shingle roof and English-\nV ridge tiles for the installation of new, standing seam, metal roofing on a Contributing rated\nbuilding for the property located at 437 Bermuda Street.\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED.\nHDLC Report 437 Bermuda Street\n19. REPORT - OF THE DEPUTY DIRECTOR OF THE NEW ORLEANS HISTORIC\nDISTRICT LANDMARKS COMMISSION ' CENTRAL BUSINESS DISTRICT\nHISTORIC DISTRICT LANDMARKS COMMISSION\nBrief:\nSubmitting a report regarding an appeal of the Historic District Landmarks Commission's\n(HDLC) decision to allow the retention of the unpermitted demolition of more than 25% of\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-0050569183fa\n30/53", - "page_number": 30 + "page_content": "- Topic: HDLC Appeal - James Spalt 838 Lowerline Street\n- Summary: The appeal is for the Historic District Landmarks Commission's decision to levy a fine of $48,254 for unpermitted demolition at 838 Lowerline Street.\n- Ordinance Number: N/A\n- Votes Summary:\n Vote 1: Continued to the meeting of 7/27/23\n- Decision/Key Actions: The appeal was continued to the meeting of 7/27/23 for further discussion.\n- Tags/Keywords: HDLC Appeal, Historic District Landmarks Commission, unpermitted demolition, fine, appeal\n- UID: 06a3827c-7cb1-45d9-b130-25e41f09a4af\n\n- Topic: Bed and Breakfast IZD Appeal Docket No. 1/23\n- Summary: The appeal is for the request to permit one commercial Bed and Breakfast in an HMR-2 Historic Marigny/Trem\u00e9/Bywater Residential District.\n- Ordinance Number: 1/23\n- Votes Summary:\n Vote 1: Continued to the meeting of 7/27/23\n- Decision/Key Actions: The appeal was continued to the meeting of 7/27/23 for further discussion.\n- Tags/Keywords: Bed and Breakfast, Interim Zoning District, appeal, HMR-2 Historic District\n- UID: 06a3827c-7cb1-45d9-b130-25e41f09a4af\n\n- Topic: Short Term Rental IZD Appeal Docket No. 2/23\n- Summary: The appeal is for the request to permit one commercial short-term rental in an HU-MU Historic Urban Mixed-Use District.\n- Ordinance Number: 2/23\n- Votes Summary:\n Vote 1: Continued to the meeting of 8/10/23\n- Decision/Key Actions: The appeal was continued to the meeting of 8/10/23 for further discussion.\n- Tags/Keywords: Short Term Rental, Interim Zoning District, appeal, HU-MU Historic Urban Mixed-Use District\n- UID: 06a3827c-7cb1-45d9-b130-25e41f09a4af", + "uid": "06a3827c-7cb1-45d9-b130-25e41f09a4af", + "publish_date": "7-13-2023", + "page_number": 43, + "title": "Regular City Council Minutes 7-13-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-0050569183fa\n11/15/23, 7:45 PM\nthe fa\u00e7ade and fine the owner $5000 for the property located at 1622 Pine Street.\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED.\nHDLC Report 1622 Pine street\n20. REPORT - OF THE DEPUTY DIRECTOR OF THE NEW ORLEANS HISTORIC\nDISTRICT LANDMARKS COMMISSION ' CENTRAL BUSINESS DISTRICT\nHISTORIC DISTRICT LANDMARKS COMMISSION\nBrief:\nSubmitting a report regarding an appeal of the Historic District Landmarks Commission's\n(HDLC) decision to deny an application to remove a historic fence for the property located at\n2222 Chartres Street.\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED.\nHDLC Report 2222 Chartres Street\n21. REPORT - OF THE CHIEF ADMINISTRATIVE OFFICER, CITY OF NEW ORLEANS\nBrief:\nSubmitting a written report, pursuant to Chapter 70, Article IV, Division 1, Section 70-429 of\nthe City of New Orleans Code of Ordinances, stating that at this time, no purchases have been\nmade under the emergency declaration related to Motion M-23-252.\nAnnotation:\nELECTRONICALLY SUBMITTED.\nRECEIVED.\nGilbert Montano CAO\nSPEAKER(S): Was not read\nDiane \"Omi\" Brooks\n22. CAL. NO. 34,190 - BY: COUNCILMEMBER KING\nBrief:\nAn Ordinance to effect a zoning change from an HMR-2 Historic Marigny/Trem\u00e9/Bywater\nResidential District to an HMC-2 Historic Marigny/Trem\u00e9/Bywater Commercial District,\nlocated on the rear portions of existing Lots A or 14, 15, and 470-A or 16 (which are to be\nsubdivided into the rear portion of proposed Lot B) in Square 623 & 624, the Third Municipal\nDistrict and bounded by Saint Bernard Avenue, North Robertson Street, Annette Street, and\nNorth Villere Street (Municipal Addresses: 1646, 1650 and 1654 North Robertson Street); and\notherwise to provide with respect thereto. (ZONING DOCKET NO. 26/23)\nAnnotation:\nELECTRONICALLY SUBMITTED.\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-0050569183fa\n31/53", - "page_number": 31 + "page_content": "- Topic: Short Term Rental Docket: Interim Zoning District 2/23\n- Summary: Councilmember Giarusso introduced two motions regarding the property located at 8025 Saint Charles Avenue. The first motion, M-23-315, was to approve and grant the applicant's request, while the second motion, M-23-316, was to deny the request.\n- Ordinance Number: M-23-315 and M-23-316\n- Votes Summary:\n - M-23-315: Continued to the meeting of 8/10/23\n - M-23-316: Continued to the meeting of 8/10/23\n- Decision/Key Actions: Both motions were continued to a future meeting for further discussion or decision.\n- Tags/Keywords: Short Term Rental, Zoning District, Property Request\n- UID: ea2eefa6-5f9c-4a7d-b2b5-20166150dbd9\n\n- Topic: Zoning Change for GPD-2200 Jackson Ave, LLC\n- Summary: The legislative grouping included a request for a zoning change from an HU-RM1 Historic Urban Multi-Family Residential District to an HU-B1A Historic Urban Neighborhood Business District for the property located at 1758-1760 Jackson Avenue and 2200-2212 Baronne Street. The City Planning Commission recommended \"FOR APPROVAL.\"\n- Ordinance Number: ZD NO. 19/23\n- Votes Summary: On Deadline\n- Decision/Key Actions: The zoning change request was on deadline, and a hearing was held.\n- Tags/Keywords: Zoning Change, Historic Urban District, City Planning Commission\n- UID: ea2eefa6-5f9c-4a7d-b2b5-20166150dbd9", + "uid": "ea2eefa6-5f9c-4a7d-b2b5-20166150dbd9", + "publish_date": "7-13-2023", + "page_number": 44, + "title": "Regular City Council Minutes 7-13-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-0050569183fa\n11/15/23, 7:45 PM\n(90 Days, Cn. Deadline 8/23/23).\n(Cn. Deadline 8/10/23).\n34190-29495 MCS\n23. CAL. NO. 34,192 - BY: COUNCILMEMBER HARRIS\nBrief:\nn Ordinance to establish a conditional use to permit alcohol beverage sales in an existing\nstandard restaurant in an HU-B1 Historic Urban Neighborhood Business District and the\nMagazine Street Use Restriction Overlay District, on Square 209, Lot 4, in the Sixth\nMunicipal District, bounded by Magazine Street, General Taylor Street, Peniston Street, and\nConstance Street (Municipal Addresses: 3814-3816 Magazine Street); and otherwise to\nprovide with respect thereto. (ZONING DOCKET NO. 29/23)\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(90 Days, Cn. Deadline 8/23/23).\n(Cn. Deadline 8/10/23).\n34192-29496 MCS\n24. CAL. NO. 34,240 - BY: COUNCILMEMBER KING (BY REQUEST).\nBrief:\nAn Ordinance to authorize the Mayor of the City of New Orleans to enter into Amendment\nNo. 1 (\"Amendment\") to amend the Cooperative Endeavor Agreement (\"Agreement\")\nbetween the City of New Orleans (the \"City\") and Foundation for Louisiana (the\n\"Contractor\") relative to the Contractor acting as the designated fiscal administrator for the\nChildren and Youth Planning Board, in order to extend the Agreement for an additional one\n(1) year; to increase the maximum aggregate amount of compensation; to amend the rate of\ncompensation; to amend the services provided by the Contractor; and to add, modify, or\nreaffirm certain terms and conditions, as more fully set forth in the Amendment attached\nhereto as Exhibit \"1\" and incorporated and made a part hereof; and otherwise to provide with\nrespect thereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 10/6/23).\n(Governmental Affairs Committee recommended approval).\n34240-29500 MCS\nMOTION TO ADOPT CONSENT AGENDA AND REFER OTHER MATTERS TO THE\nA.\nPROPER AGENCY.\nMOVED BY:\nMoreno\nSECONDED BY:\nGiarrusso\nAdopt Consent Agenda\nACTION:\nYEAS:\nGiarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7\nNAYS:\n0\nABSTAIN:\nABSENT:\n0\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-0050569183fa\n32/53", - "page_number": 32 + "page_content": "- Topic: Zoning Change request for ZD NO. 19/23\n- Summary: The council approved and granted the applicant's Zoning Change request for ZD NO. 19/23.\n- Ordinance Number: ZD NO. 19/23\n- Votes Summary:\n Vote 1: Adopt - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: Zoning Change request approved and granted\n- Tags/Keywords: Zoning Change, Approval, Grant, ZD NO. 19/23\n- UID: 729d8c57-3530-4aa8-bf4c-93749caab779\n\n- Topic: Conditional Use request for a standard restaurant\n- Summary: The request for a Conditional Use to permit a standard restaurant over 5,000 square feet was continued to the meeting of 7/27/23.\n- Ordinance Number: ZD NO. 22/23\n- Votes Summary: N/A\n- Decision/Key Actions: Conditional Use request continued to the meeting of 7/27/23\n- Tags/Keywords: Conditional Use, Restaurant, Continued\n- UID: 729d8c57-3530-4aa8-bf4c-93749caab779\n\n- Topic: Conditional Use request for a community center\n- Summary: The request for a Conditional Use to permit a community center was not approved, and the petition died.\n- Ordinance Number: ZD NO. 35/23\n- Votes Summary: N/A\n- Decision/Key Actions: Conditional Use request denied, petition died\n- Tags/Keywords: Conditional Use, Community Center, Denial, Petition\n- UID: 729d8c57-3530-4aa8-bf4c-93749caab779", + "uid": "729d8c57-3530-4aa8-bf4c-93749caab779", + "publish_date": "7-13-2023", + "page_number": 45, + "title": "Regular City Council Minutes 7-13-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-0050569183fa\n11/15/23, 7:45 PM\nRECUSED:\nAND THE MOTION PASSED.\nB. AND THE CONSENT AGENDA WAS ADOPTED.\nREGULAR AGENDA\nLAND USE MATTERS ALL LAND USE ARE SCHEDULED TO COMMENCE AT 11:00\nA.\nA.M. OR THEREAFTER. All public comments on land use items are subject to City\nCouncil Rule 10.1B, whereby each land use matter is limited to a maximum public comment\nperiod of 20 minutes, with speakers being limited to two minutes, per item. No ceding of\npublic speaking time is permitted.\n15. CAL. NO. 34,198 - BY: COUNCILMEMBER MORRELL\nBrief:\nAn Ordinance to amend and reordain Section 26-15 of the Code of the City of New Orleans,\nrelative to the City of New Orleans' amendments to the adopted International Building Code,\n2015 Edition; to amend therein the Stormwater Code of the City of New Orleans, which\nincludes permitting and submittal requirements, removal of bonding requirements, fees, plan\nreview, and various standards relative thereto; and otherwise provide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 9/22/23).\n(Technical needed).\nCONTINUED TO THE MEETING OF 7/27/13.\n34198\nSPEAKER(S): Did not speak, matter cont'd\nMichael Burnside\n16. CAL. NO. 34,230 - BY: COUNCILMEMBER MORRELL\nBrief:\nAn Ordinance to amend and reordain Section 26-680 of the Code of New Orleans to add\nreferences to the Minimum Property Maintenance Code; and otherwise to provide with respect\nthereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 10/6/23).\n34230-29497 MCS\nSPEAKER(S):\nMaxwell Ciardullo; E-Comments - Andreanecia Morris\nMOVED BY:\nMorrell\nSECONDED BY:\nMoreno\n33/53\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-0050569183fa", - "page_number": 33 + "page_content": "- Topic: Conditional Use request for 1660 N. Roman Street\n- Summary: The motion for approving the applicant's Conditional Use request for the property located at 1660 N. Roman Street was withdrawn.\n- Ordinance Number: ZD NO. 35/23\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: Motion was withdrawn.\n- Tags/Keywords: Conditional Use, Zoning Docket, Withdrawn\n- UID: 6558d6a0-4de6-4521-b2ef-72d454b30cac\n\n- Topic: Conditional Use request for car wash in MU-1 District\n- Summary: The request for a Conditional Use to permit a car wash in an MU-1 Medium Intensity Mixed-Use District was approved, subject to the seventeen (17) provisos and one (1) waiver recommended by the City Planning Commission.\n- Ordinance Number: ZD NO. 40/23\n- Votes Summary:\n Vote 1: Passed - (N/A, N/A, N/A, N/A)\n- Decision/Key Actions: Conditional Use request approved with provisos and waiver.\n- Tags/Keywords: Conditional Use, Car Wash, Zoning Docket, Approval\n- UID: 6558d6a0-4de6-4521-b2ef-72d454b30cac", + "uid": "6558d6a0-4de6-4521-b2ef-72d454b30cac", + "publish_date": "7-13-2023", + "page_number": 46, + "title": "Regular City Council Minutes 7-13-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-0050569183fa\n11/15/23, 7:45 PM\nACTION:\nAdopt\nGiarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7\nYEAS:\nNAYS:\n0\nABSTAIN:\n0\nABSENT:\n0\nRECUSED:\n0\nAND THE MOTION PASSED.\n17. CAL. NO. 34,237 - BY: COUNCILMEMBER KING\nBrief:\nAn Ordinance to temporarily waive certain fees, permit fees, and requirements within and\naround Devour Park located at 1500 Teche Street, New Orleans, Louisiana in conjunction with\nthe Senior Car Giveaway event on Sunday, June 18, 2023 from 12:00 p.m. to 5:00 p.m ., to\nspecify the duration and boundaries of said waiver; and otherwise to provide with respect\nthereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 10/6/23).\n34237-29498 MCS\nSPEAKER(S):\nMichael Burnside\nMOVED BY:\nKing\nSECONDED BY:\nGreen\nACTION:\nAdopt\nGiarrusso, Green, Harris, King, Moreno, Morrell, Thomas - 7\nYEAS:\nNAYS:\n0\nABSTAIN:\n0\nABSENT:\n0\nRECUSED:\n0\nAND THE MOTION PASSED.\n18. CAL. NO. 34,238 - BY: COUNCILMEMBERS MORRELL, MORENO, HARRIS, AND\nKING\nBrief:\nAn Ordinance to amend and reordain Section 2-905 of the Code of New Orleans to change the\nprocess for granting of exceptions to the City's Clean Fleet requirements; and otherwise to\nprovide with respect thereto.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 10/6/23).\n34238-29499 MCS\nSPEAKER(S):\nMaxwell Ciardullo, Michael Burnside; E-comments - Jesse George\n34/53\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-0050569183fa", - "page_number": 34 + "page_content": "- Topic: Roadwork.nola.gov contact information augmentation\n- Summary: The ordinance requires augmentation of the contact information on the Roadwork website to provide the public with information about FEMA funded Joint Infrastructure Recovery Roads projects.\n- Ordinance Number: CAL. NO. 34,143\n- Votes Summary:\n - Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The ordinance was adopted with 5 council members voting in favor.\n- Tags/Keywords: Roadwork website, contact information, FEMA funded projects\n- UID: 6c8626f3-38d4-40fb-9e22-db1c71735a18\n\n- Topic: Vieux Carr\u00e9 Commission rules and regulations\n- Summary: The ordinance aims to temporarily prohibit the prosecution of violations or prevention of permit issuance, and to make rules and regulations for the Vieux Carr\u00e9 Commission.\n- Ordinance Number: CAL. NO. 34,187\n- Votes Summary:\n - Vote 1: N/A\n- Decision/Key Actions: The ordinance was continued to the meeting of 7/27/23.\n- Tags/Keywords: Vieux Carr\u00e9 Commission, permit issuance, rules and regulations\n- UID: 6c8626f3-38d4-40fb-9e22-db1c71735a18\n\n- Topic: Establishment of a specific penalty\n- Summary: The ordinance aims to establish a specific penalty in the Code of the City of New Orleans.\n- Ordinance Number: CAL. NO. 34,188\n- Votes Summary:\n - Vote 1: N/A\n- Decision/Key Actions: The ordinance was continued to the meeting of 7/27/23.\n- Tags/Keywords: penalty establishment, Code of the City of New Orleans\n- UID: 6c8626f3-38d4-40fb-9e22-db1c71735a18", + "uid": "6c8626f3-38d4-40fb-9e22-db1c71735a18", + "publish_date": "7-13-2023", + "page_number": 47, + "title": "Regular City Council Minutes 7-13-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-0050569183fa\n11/15/23, 7:45 PM\nMOVED BY:\nMorrell\nSECONDED BY:\nMoreno\nAdopt\nACTION:\nGiarrusso, Green, Harris, King, Moreno, Morrell - 6\nYEAS:\nNAYS:\nABSTAIN:\n0\nThomas - 1\nABSENT:\nRECUSED:\nAND THE MOTION PASSED.\n19. CAL. NO. 34,239 - BY: COUNCILMEMBER THOMAS (BY REQUEST).\nBrief:\nAn Ordinance authorizing the Mayor of the City of New Orleans to enter into a Cooperative\nEndeavor Agreement (\"CEA\") between the City of New Orleans (the \"City) and the Law\nEnforcement District (\"LED\") of the Parish of Orleans, State of Louisiana, represented by its\nChief Executive Officer Sheriff Susan Hutson, for a term greater than one year, for the public\npurpose of constructing a new Medical and Mental Health Services Facility (\"Phase III\") at\nthe Orleans Justice Center (\"OJC\") in the City of New Orleans, as more fully detailed in the\nCEA form attached hereto as Exhibit \"A\"; and otherwise to provide with respect thereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 10/6/23).\nWITHDRAWN.\n34239\nSPEAKER(S): Did not speak, matter withdrawn\nCasey Giraud Davis\n20. CAL. NO. 34,241 - BY: COUNCILMEMBER GIARRUSSO\nBrief:\nAn Ordinance to amend and reordain the Unclassified Pay Plan for officers and employees in\nthe unclassified service of the City of New Orleans, in accordance with Section 3-118 and 4-\n206(1)(g) of the Home Rule Charter of the City of New Orleans, to establish new titles for the\nexisting positions of Chief of EMS (Physician) (U-3005) and Deputy Chief of EMS (U-3006);\nto change the titles to Medical Director (U-3005) and Chief of EMS (U-3006); to establish\nnew salary ranges for these classifications within the Unclassified Pay Plan; and otherwise to\nprovide with respect thereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 10/6/23).\nCONTINUED TO THE MEETING OF 7/13/23 AND REFERRED TO THE BUDGET\nCOMMITTEE.\n34241\n21. CAL. NO. 34,242 - BY: COUNCILMEMBERS GIARRUSSO, HARRIS AND MORENO\n(BY REQUEST).\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-0050569183fa\n35/53", - "page_number": 35 + "page_content": "- Topic: Temporary Alcoholic Beverage Permit\n- Summary: This ordinance aims to establish a procedure for the issuance of a temporary renewal permit pending appeal of denial of renewal application to the alcoholic beverage control board.\n- Ordinance Number: 34,231\n- Votes Summary:\n Vote 1: Continued to the meeting of 7/27/23\n- Decision/Key Actions: The ordinance was continued to a future meeting for further discussion and consideration.\n- Tags/Keywords: Alcoholic beverage, permit, renewal, appeal\n- UID: ba2048cb-0b28-4629-87e6-7273d6f31cdf\n\n- Topic: Electric Vehicle (EV) Charging Stations\n- Summary: This ordinance seeks to amend and reordain articles of the Comprehensive Zoning Ordinance to create a definition and use standards for EV charging stations, reduce zoning barriers for EV charging stations, and make various considerations to increase opportunities for EV charging stations in appropriate zoning districts.\n- Ordinance Number: 13/23\n- Votes Summary:\n Vote 1: N/A\n- Decision/Key Actions: The ordinance deadline was set for 8/23/23, and additional considerations were made to update regulations and requirements for EV charging stations.\n- Tags/Keywords: Electric vehicle, EV charging stations, zoning ordinance, parking requirements\n- UID: ba2048cb-0b28-4629-87e6-7273d6f31cdf", + "uid": "ba2048cb-0b28-4629-87e6-7273d6f31cdf", + "publish_date": "7-13-2023", + "page_number": 48, + "title": "Regular City Council Minutes 7-13-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-0050569183fa\n11/15/23, 7:45 PM\nBrief:\nAn Ordinance to amend Ordinance No. 29265 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Revenues for the City of New Orleans for the Year 2023,\"\nto appropriate funds for rental assistance programs in the Office of Community Development\nand to pilot a program to assist homeowners in addressing code enforcement violations in\nHistoric District Landmarks Commission; and otherwise to provide with respect thereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 10/6/23).\nCONTINUED TO THE MEETING OF 7/13/23 AND REFERRED TO THE BUDGET\nCOMMITTEE.\n34242\nSPEAKER(S): Did not speak, matter cont'd\nCasey Giraud Davis; E-Comments - Andreanecia Morris\nCAL. NO. 34,243 - BY: COUNCILMEMBERS GIARRUSSO, HARRIS AND MORENO\n22.\n(BY REQUEST).\nBrief:\nAn Ordinance to amend Ordinance No. 29266 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Expenditures for the City of New Orleans for the Year\n2023,\" to appropriate funds for rental assistance programs in the Office of Community\nDevelopment and to pilot a program to assist homeowners in addressing code enforcement\nviolations in Historic District Landmarks Commission; and otherwise to provide with respect\nthereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 10/6/23).\nCONTINUED TO THE MEETING OF 7/13/23 AND REFERRED TO THE BUDGET\nCOMMITTEE.\n34243\n23. CAL. NO. 34,244 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BY REQUEST).\nBrief:\nAn Ordinance to amend Ordinance No. 29265 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Revenues for the City of New Orleans for the Year 2023\",\nto appropriate grant funds to the Police Department for personnel overtime and to purchase\nsecurity systems, equipment and software; and otherwise to provide with respect thereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 10/6/23).\nCONTINUED TO THE MEETING OF 7/13/23 AND REFERRED TO THE BUDGET\nCOMMITTEE.\n34244\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-0050569183fa\n36/53", - "page_number": 36 + "page_content": "- Topic: Amendment to Off-Street Vehicle Parking Spaces Ordinance\n- Summary: The ordinance aimed to amend Section 9 of Ordinance Cal. No. 34,231 to include a requirement for retail goods establishments to allocate 10% of total off-street vehicle parking spaces for Level 2 or Level 3 electric vehicle charging stations. The amendment was introduced by Councilmembers Moreno and Giarrusso.\n- Ordinance Number: 34231\n- Votes Summary:\n Vote 1: Amendment - Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n Vote 2: Adopt as Amended - Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The amendment to include electric vehicle charging stations in off-street parking spaces for retail goods establishments was successfully passed.\n- Tags/Keywords: Amendment, Off-Street Parking, Electric Vehicle Charging, Retail Goods, Ordinance\n- UID: a8381d1e-e272-4c99-8461-5edc5a82cff3\n\n- Topic: Amendment to Unclassified Pay Plan\n- Summary: This ordinance aimed to amend and reordain the Unclassified Pay Plan for officers and employees in the unclassified service of the City of New Orleans. It included the establishment of new titles for existing positions and the establishment of new salary ranges within the Unclassified Pay Plan. The ordinance was introduced by Councilmember Giarrusso.\n- Ordinance Number: 34231 - 29258 M.C.S. (as amended)\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The ordinance to amend the Unclassified Pay Plan was successfully passed.\n- Tags/Keywords: Unclassified Pay Plan, Salary Ranges, Amendment, Ordinance\n- UID: a8381d1e-e272-4c99-8461-5edc5a82cff3", + "uid": "a8381d1e-e272-4c99-8461-5edc5a82cff3", + "publish_date": "7-13-2023", + "page_number": 49, + "title": "Regular City Council Minutes 7-13-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-0050569183fa\n11/15/23, 7:45 PM\n24. CAL. NO. 34,245 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BY REQUEST).\nBrief:\nAn Ordinance to amend Ordinance No. 29266 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Expenditures for the City of New Orleans for the Year\n2023\", to appropriate grant funds to the Police Department for personnel overtime and to\npurchase security systems, equipment and software; and otherwise to provide with respect\nthereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 10/6/23).\nCONTINUED TO THE MEETING OF 7/13/23 AND REFERRED TO THE BUDGET\nCOMMITTEE.\n34245\n25. CAL. NO. 34,246 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BY REQUEST).\nBrief:\nAn Ordinance to amend Ordinance No. 29265 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Revenues for the City of New Orleans for the Year 2023\",\nto appropriate grant funds awarded to the Health Department for the Healthcare for the\nHomeless Program to expand HIV health services in the community through various\npartnerships; and otherwise to provide with respect thereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 10/6/23).\nCONTINUED TO THE MEETING OF 7/13/23 AND REFERRED TO THE BUDGET\nCOMMITTEE.\n34246\nSPEAKER(S): Did not speak, matter cont'd\nE-Comments - Andreanecia Morris\n26. CAL. NO. 34,247 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BY REQUEST)\nBrief:\nAn Ordinance to amend Ordinance No. 29266 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Expenditures for the City of New Orleans for the Year\n2023\", to appropriate grant funds awarded to the Health Department for the Healthcare for the\nHomeless Program to expand HIV health services in the community through various\npartnerships; and otherwise to provide with respect thereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 10/6/23).\nCONTINUED TO THE MEETING OF 7/13/23 AND REFERRED TO THE BUDGET\nCOMMITTEE.\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-0050569183fa\n37/53", - "page_number": 37 + "page_content": "- Topic: Cooperative Endeavor Agreement with State Police for DNA Analyst Training\n- Summary: The ordinance authorizes the Mayor to enter into a Cooperative Endeavor Agreement with the State of Louisiana, Department of Public Safety and Corrections, for the purpose of facilitating the selection and training of DNA analysts to serve with the New Orleans Police Department. \n- Ordinance Number: 34261 \n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The ordinance was adopted.\n- Tags/Keywords: Cooperative Endeavor Agreement, DNA Analyst Training, State Police, New Orleans Police Department, 34261, Training Partnership, Forensic Science\n- UID: 51f70611-c671-4ad9-a040-308922d9aa13\n\n- Topic: Cooperative Endeavor Agreement with Odyssey House Louisiana for Harm Reduction Services\n- Summary: The ordinance authorizes the Mayor to enter into a Cooperative Endeavor Agreement with Odyssey House Louisiana for the purpose of increasing harm reduction services and providing treatment and support to individuals who have experienced an overdose in the City of New Orleans. \n- Ordinance Number: 34262 \n- Votes Summary:\n Vote 1: N/A - (Not applicable as the vote details are not provided in the summary)\n- Decision/Key Actions: No specific voting outcome is provided in the summary.\n- Tags/Keywords: Cooperative Endeavor Agreement, Odyssey House Louisiana, Harm Reduction Services, Overdose Treatment, 34262, Public Health\n- UID: 51f70611-c671-4ad9-a040-308922d9aa13", + "uid": "51f70611-c671-4ad9-a040-308922d9aa13", + "publish_date": "7-13-2023", + "page_number": 50, + "title": "Regular City Council Minutes 7-13-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-0050569183fa\n11/15/23, 7:45 PM\n34247\n27. CAL. NO. 34,248 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BY REQUEST).\nBrief:\nAn Ordinance to amend Ordinance No. 29265 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Revenues for the City of New Orleans for the Year 2023\",\nto appropriate unspent grant funds to the Office of Workforce Development; and otherwise to\nprovide with respect thereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 10/6/23).\nCONTINUED TO THE MEETING OF 7/13/23 AND REFERRED TO THE BUDGET\nCOMMITTEE.\n34248\n28. CAL. NO. 34,249 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BY REQUEST)\nBrief:\nAn Ordinance to amend Ordinance No. 29266 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Expenditures for the City of New Orleans for the Year\n2023\", to appropriate unspent grant funds to the Office of Workforce Development; and\notherwise to provide with respect thereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 10/6/23).\nCONTINUED TO THE MEETING OF 7/13/23 AND REFERRED TO THE BUDGET\nCOMMITTEE.\n34249\n29. CAL. NO. 34,250 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BY REQUEST).\nBrief:\nAn Ordinance to amend Ordinance No. 29265 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Revenues for the City of New Orleans for the Year 2023\",\nto appropriate grant funds to the Department of Health for Emergency Medical Services to\npurchase computers and virtual reality headsets required for virtual reality training; and\notherwise to provide with respect thereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 10/6/23).\nCONTINUED TO THE MEETING OF 7/13/23 AND REFERRED TO THE BUDGET\nCOMMITTEE.\n34250\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-0050569183fa\n38/53", - "page_number": 38 + "page_content": "- Topic: Cooperative Endeavor Agreement for Resiliency and Recovery Efforts\n- Summary: The ordinance authorizes the Mayor of the City of New Orleans to enter into a Cooperative Endeavor Agreement with the State of Louisiana for the purpose of providing resiliency and recovery efforts through infrastructure and economic revitalization in areas impacted by Hurricane Ida and other severe storms and flooding in 2020 and 2021 in the City of New Orleans.\n- Ordinance Number: CAL. NO. 34,262\n- Votes Summary:\n Vote 1: Adopt - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The ordinance was adopted with 5 council members voting in favor and 2 absent.\n- Tags/Keywords: Cooperative Endeavor Agreement, Resiliency, Recovery Efforts, Hurricane Ida, Infrastructure, Economic Revitalization\n- UID: e8dad89e-28b6-48f5-8a44-7ed1721fd958\n\n- Topic: Cooperative Endeavor Agreement for Medical and Mental Health Services Facility\n- Summary: The ordinance authorizes the Mayor of the City of New Orleans to enter into a Cooperative Endeavor Agreement with the Law Enforcement District of the Parish of Orleans for the purpose of constructing a new Medical and Mental Health Services Facility at the Orleans Justice Center in the City of New Orleans.\n- Ordinance Number: CAL. NO. 34,263\n- Votes Summary:\n Vote 1: Adopt - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The ordinance was adopted with 5 council members voting in favor and 2 absent. The ordinance was continued to the meeting of 7/27/23.\n- Tags/Keywords: Cooperative Endeavor Agreement, Medical and Mental Health Services Facility, Orleans Justice Center\n- UID: e8dad89e-28b6-48f5-8a44-7ed1721fd958", + "uid": "e8dad89e-28b6-48f5-8a44-7ed1721fd958", + "publish_date": "7-13-2023", + "page_number": 51, + "title": "Regular City Council Minutes 7-13-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-0050569183fa\n11/15/23, 7:45 PM\n30. CAL. NO. 34,251 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BY REQUEST)\nBrief:\nAn Ordinance to amend Ordinance No. 29266 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Expenditures for the City of New Orleans for the Year\n2023\", to appropriate grant funds to the Health Department for Emergency Medical Services\nto purchase computers and virtual reality headsets required for virtual reality training; and\notherwise to provide with respect thereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 10/6/23).\nCONTINUED TO THE MEETING OF 7/13/23 AND REFERRED TO THE BUDGET\nCOMMITTEE.\n34251\n31. CAL. NO. 34,252 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BY REQUEST)\nBrief:\nAn Ordinance to amend Ordinance No. 29266 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Expenditures for the City of New Orleans for the Year\n2023\", to transfer funds from Personal Services to Other Operating within the Office of\nPolice Secondary Employment to cover the remaining payrolls (19) for Reserve Officers; and\notherwise to provide with respect thereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 10/6/23).\nCONTINUED TO THE MEETING OF 7/13/23 AND REFERRED TO THE BUDGET\nCOMMITTEE.\n34252\nSPEAKER(S): Did not speak matter, cont'd\nMichael Burnside\n32. MOTION (LYING OVER) - NO. M-22-516 - BY: COUNCILMEMBER MORRELL\nBrief:\nAuthorizing the creation of committee as an advisory committee, to be known as the City of\nNew Orleans Home Rule Charter Review Committee, to review, opine on and make non-\nbinding recommendations to the New Orleans City Council regarding potential changes to the\nHome Rule Charter, pursuant Section 3-127 of the City of New Orleans Home Rule Charter.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Referred to the Governmental Affairs Committee).\n(Technical Correction).\n7/27/23 AND REFERRED TO\nCONTINUED TO THE MEETING OF\nTHE GOVERNMENTAL AFFAIRS COMMITTEE.\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-0050569183fa\n39/5", - "page_number": 39 + "page_content": "- Topic: Amendment of Section 162-155 of the Code of the City of New Orleans\n- Summary: The ordinance aims to extend the renewal period for expired certificates of public necessity (CPNC), decrease the reinstatement fee, allow for the reissuance of certain revoked CPNCs, and make other related provisions.\n- Ordinance Number: CAL. NO. 34,266\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: The ordinance was continued to the meeting of 7/27/23.\n- Tags/Keywords: Code of the City of New Orleans, CPNC, renewal period, reinstatement fee\n- UID: 57ebdfca-e91c-440f-bbcb-38045576bf5a\n\n- Topic: Establishment of the Riverwalk-Spanish Plaza Economic Development District\n- Summary: The ordinance seeks to establish the Riverwalk-Spanish Plaza Economic Development District in the City of New Orleans, designating the governing authority and providing for the publication of the ordinance.\n- Ordinance Number: CAL. NO. 34,275\n- Votes Summary:\n Vote 1: N/A - (N/A)\n- Decision/Key Actions: The ordinance was continued to the meeting of 7/27/23.\n- Tags/Keywords: Economic Development District, Riverwalk-Spanish Plaza, governing authority\n- UID: 57ebdfca-e91c-440f-bbcb-38045576bf5a\n\n- Topic: Waiver of Fees and Permit Requirements for Joe Brown Park Event\n- Summary: The ordinance aims to temporarily waive certain fees, permit fees, and requirements within and around Joe Brown Park for a specific event, specifying the duration and boundaries of the waiver.\n- Ordinance Number: CAL. NO. 34,276\n- Votes Summary:\n Vote 1: Passed - (Unanimous)\n- Decision/Key Actions: The ordinance was passed with unanimous approval.\n- Tags/Keywords: Fee waiver, Joe Brown Park, event permit\n- UID: 57ebdfca-e91c-440f-bbcb-38045576bf5a", + "uid": "57ebdfca-e91c-440f-bbcb-38045576bf5a", + "publish_date": "7-13-2023", + "page_number": 52, + "title": "Regular City Council Minutes 7-13-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-0050569183fa\n11/15/23, 7:45 PM\nM-22-516 LO\n33. MOTION (LYING OVER) - NO. M-23-Z - BY: COUNCILMEMBERS MORRELL AND\nKING\nBrief:\nDirecting City Planning Commission to conduct a public hearing to consider amendments to\nOrdinance No. 4,264 M.C.S ., amended by Ordinance No. 26,413 M.C.S ., as amended, the\nComprehensive Zoning Ordinance of the City of New Orleans, to amend Article 9 Historic\nCore Neighborhoods Residential Districts to create a new zoning classification, VCR-3, and to\nmake associated zoning map changes to effectuate the new zoning district. The purpose of\nVCR-3 is to allow a mix of primarily residential uses, limited to singles, doubles, educational,\nand cultural uses. When compared to VCR-1 and VCR-2, VCR-3 is intended to promote\neducational and cultural uses that are compatible with residential use.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 7/7/23).\nM-23-Z LO\nMOVED BY:\nMorrell\nSECONDED BY:\nKing\nACTION:\nAdopt\nGiarrusso, Green, Harris, King, Moreno, Morrell - 6\nYEAS:\nNAYS:\nABSTAIN:\nThomas - 1\nABSENT:\nRECUSED:\nAND THE MOTION PASSED.\n34. MOTION (LYING OVER) - NO. M-23-AA - BY: COUNCILMEMBERS MORRELL AND\nKING\nBrief:\nDirecting City Planning Commission to conduct a public hearing to consider a zoning change\nfrom VCR-1 Vieux Carre Residential District to VCR-3 Vieux Carre Residential District, on\nthe entirety of Square 56, Lots 16, 18, 19, 20, 21, Lot A Pt Lot 1, Lot B, Pt Lot 1, and Lot C\nPt 1, in the Second Municipal District, bounded by Saint Philip Street, Bourbon Street,\nUrsulines Street, and Royal Street (Municipal Addresses: 721 Saint Philip Street and 1014\nBourbon Street).\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 7/7/23).\nCONTINUED INDEFINITELY.\nM-23-AA LO\n35. MOTION (LYING OVER) - NO. M-23-164 - BY: COUNCILMEMBER MORRELL\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-0050569183fa\n40/53", - "page_number": 40 + "page_content": "- Topic: Cooperative Endeavor Agreement between City of New Orleans and French Quarter Management District\n- Summary: The resolution supports a cooperative endeavor agreement to manage and maintain pedestrian malls in the French Quarter.\n- Ordinance Number: R-23-W\n- Votes Summary:\n - Vote 1: Adopted - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The matter is Continued Indefinitely and will not appear on any further agendas unless requested by the sponsoring Councilmember(s).\n- UID: bc85989b-01e4-4393-b8e4-17337be8afd7\n\n- Topic: Briefing on City's Position Before Filing of Lawsuits\n- Summary: The motion states that the Department of Law shall brief the Council on the City's position before any substantive filing is made in specific lawsuits.\n- Ordinance Number: M-23-164\n- Votes Summary:\n - Vote 1: Continued to the meeting of 7/27/23\n- Decision/Key Actions: The matter is continued to a future meeting for further discussion and possible action.\n- UID: bc85989b-01e4-4393-b8e4-17337be8afd7\n\n- Topic: Approval of RTA Application for Property on S. Liberty Street\n- Summary: The resolution approves an RTA application for a specific property and rescinds a previous resolution.\n- Ordinance Number: R-23-307\n- Votes Summary:\n - Vote 1: Not specified in the provided information\n- Decision/Key Actions: Additional details or decisions not available in the provided information\n- UID: bc85989b-01e4-4393-b8e4-17337be8afd7", + "uid": "bc85989b-01e4-4393-b8e4-17337be8afd7", + "publish_date": "7-13-2023", + "page_number": 53, + "title": "Regular City Council Minutes 7-13-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-0050569183fa\n11/15/23, 7:45 PM\nBrief:\nStating that before any substantive filing is made in the United States District Court for the\nEastern District of Louisiana, or, in any appellate court with jurisdiction over the Eastern\nDistrict, for either Lashawn Jones v. Marlin Gusman or United State of America v. City of\nNew Orleans, the Department of Law shall brief the Council on the City's position before the\nfiling occurs.\nAnnotation:\nCouncil Rule 34. Postponement Deadline 8/18/23).\n(Cm. Giarrusso requested his name be added).\nWITHDRAWN.\nM-23-164 LO\n38. RESOLUTION - NO. R-23-276 - BY: COUNCILMEMBER GIARRUSSO (BY\nREQUEST).\nBrief:\nResolution giving preliminary approval to the issuance of not exceeding Eighty Million\nDollars ($80,000,000) of City of New Orleans Sewerage Service Revenue Bonds, in one or\nmore series.\nAnnotation:\n(Council Rule 34. Postponement Deadline 10/20/23).\nCONTINUED TO THE MEETING OF 7/13/23 AND REFERRED TO THE BUDGET\nCOMMITTEE.\nR-23-276\nSPEAKER(S): Did not speak matter, cont'd\nMichael Burnside\nRESOLUTION - NO. R-23-277 - BY: COUNCILMEMBERS MORRELL, MORENO,\n39.\nGIARRUSSO, HARRIS, KING, GREEN AND THOMAS\nBrief:\nCelebrating the diversity of the City of New Orleans' residents, including its religious\nminorities, and stands in solidarity with the Biden-Harris Administration's national strategy to\ncounter antisemitism.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 10/20/23).\nR-23-277\nSPEAKER(S):\nAaron Bloch, Casey Giraud Davis; E-Comments - Lindsay Friedmann\nMOVED BY:\nMorrell\nSECONDED BY:\nGiarrusso\nACTION:\nAdopt\nGiarrusso, Green, Harris, King, Moreno, Morrell - 6\nYEAS:\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-0050569183fa\n41/53", - "page_number": 41 + "page_content": "- Topic: Resolution calling an election in the Delachaise Security and Improvement District\n- Summary: Calling an election in the Delachaise Security and Improvement District for Saturday, November 18, 2023.\n- Ordinance Number: R-23-308\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: Election called for the specified district on the given date.\n- Tags/Keywords: Election, Delachaise Security and Improvement District, R-23-308\n- UID: 274289c2-2f2d-4a88-b962-027eefed7af2\n\n- Topic: Amending and restating Rule 15.A of the Council\u2019s Rules and Regulations\n- Summary: Amending and restating Rule 15.A of the Council\u2019s Rules and Regulations to specify the process for appointment to a board, commission, or public agency requiring Council approval.\n- Ordinance Number: M-23-313\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: Rule 15.A of the Council\u2019s Rules and Regulations has been amended and restated.\n- Tags/Keywords: Rule amendment, appointment process, M-23-313\n- UID: 274289c2-2f2d-4a88-b962-027eefed7af2", + "uid": "274289c2-2f2d-4a88-b962-027eefed7af2", + "publish_date": "7-13-2023", + "page_number": 54, + "title": "Regular City Council Minutes 7-13-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-0050569183fa\n11/15/23, 7:45 PM\nNAYS:\n0\nABSTAIN:\n0\nABSENT:\nThomas - 1\nRECUSED:\nAND THE MOTION PASSED.\nAt this time we are going back to Motion (Lying Over) No. M-23-AA, Regular Agenda Item\n#34, reason being to add Rule 34 (CONTINUED INDEFINITELY) statement to the record.\n34. MOTION (LYING OVER) - NO. M-23-AA - BY: COUNCILMEMBERS MORRELL AND\nKING\nBrief:\nDirecting City Planning Commission to conduct a public hearing to consider a zoning change\nfrom VCR-1 Vieux Carre Residential District to VCR-3 Vieux Carre Residential District, on\nthe entirety of Square 56, Lots 16, 18, 19, 20, 21, Lot A Pt Lot 1, Lot B, Pt Lot 1, and Lot C\nPt 1, in the Second Municipal District, bounded by Saint Philip Street, Bourbon Street,\nUrsulines Street, and Royal Street (Municipal Addresses: 721 Saint Philip Street and 1014\nBourbon Street).\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 7/7/23).\nCONTINUED INDEFINITELY.\nAccording to Rule 34, this matter is being Continued Indefinitely, and pursuant to Rule 34 it\nwill not appear on any further agendas unless requested by the sponsoring Councilmember(s).\n50. POINT OF PERSONAL PRIVILEGE - Cm. King speaking on the Cypress Park Apartments\nattempted eviction of several homelss tenants illegally living there. Nathan Fields, Director\nof Homelss Resources is asking for City money to help temporary find housing for those\nindividuals, and before that money is approved or moved around I just want to be clear and\ntransparent and make the public and the Council know what is happening.\nMOTION - NO. M-23-280 - BY: COUNCILMEMBERS MORRELL, MORENO,\n41.\nGIARRUSSO, HARRIS, KING, GREEN AND THOMAS\nBrief:\nAuthorizing the employment of Barrasso Usdin Kupperman Freeman & Sarver, L.L.C. as\nlegal counsel for Council President JP Morrell and Council Vice President Helena Moreno in\ntheir official and individual capacities for the purpose of intervening in and pursuing the\nCouncil's claims in Council of the City of New Orleans v. Edward Wisner Donation, et al .,\nCase No. 2022-6765 and any other case involving similar subject matter. The terms of the\nrepresentation, including the maximum compensation payable in connection therewith, shall\nbe as set forth in the recitals herein and in the professional services agreement authorized by\nMotion No. M-22-185, as amended from time to time.\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 10/20/23).\nM-23-280\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-0050569183fa\n42/53", - "page_number": 42 + "page_content": "- Topic: Governmental Affairs Committee Nominee Appearance\n- Summary: The ordinance pertains to the requirement for nominees referred to the Governmental Affairs Committee to personally appear before the Committee to answer questions before any vote is taken on their appointment. The Committee has the discretion to excuse nominees from appearing under certain circumstances. Additionally, the Council Research Office is granted flexibility to make formatting and numbering changes to accommodate these rules.\n- Ordinance Number: M-23-313\n- Votes Summary:\n - Vote 1: Adopted - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The ordinance was adopted, granting the Governmental Affairs Committee the authority to require nominees to personally appear and granting the Council Research Office flexibility in making formatting changes.\n- UID: 52b9033b-10de-4825-9c6c-766292d38b26\n\n- Topic: Submission of Reports by SWBNO\n- Summary: This ordinance requires SWBNO to submit reports with labels that match statutory requirements and to submit and publish its annual report by a specified date.\n- Ordinance Number: M-23-314\n- Votes Summary:\n - Vote 1: Approved - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The ordinance was approved, mandating SWBNO to comply with report submission requirements.\n- UID: 52b9033b-10de-4825-9c6c-766292d38b26", + "uid": "52b9033b-10de-4825-9c6c-766292d38b26", + "publish_date": "7-13-2023", + "page_number": 55, + "title": "Regular City Council Minutes 7-13-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-0050569183fa\n11/15/23, 7:45 PM\nSPEAKER(S):\nMichael Burnside\nMorrell\nMOVED BY:\nSECONDED BY:\nMoreno\nAdopt\nACTION:\nGiarrusso, Green, Harris, King, Moreno, Morrell - 6\nYEAS:\nNAYS:\nABSTAIN:\n0\nThomas - 1\nABSENT:\nRECUSED:\n0\nAND THE MOTION PASSED.\n42. MOTION - NO. M-23-286 - BY: COUNCILMEMBER GREEN (BY REQUEST)\nBrief:\nDeclaring the failure of the two HVAC chiller compressors at the St. Bernard Recreation\nCenter an imminent threat to life and property and a public emergency and authorizing the\nNew Orleans Recreation Development Commission to secure informal bids for the emergency\nprocurement of two HVAC chiller compressors systems at an estimated cost of $40,000.00.\nAnnotation:\n(Council Rule 34. Postponement Deadline 10/20/23).\nM-23-286\nMOVED BY:\nGreen\nSECONDED BY:\nMorrell\nACTION:\nAdopt\nGiarrusso, Green, Harris, King, Morrell - 5\nYEAS:\nNAYS:\n0\nABSTAIN:\n0\nMoreno, Thomas - 2\nABSENT:\nRECUSED:\n0\nAND THE MOTION PASSED.\nMOTION - NO. M-23-287 - BY: COUNCILMEMBERS THOMAS AND HARRIS (BY\n43.\nREQUEST).\nBrief:\nAdding the President of the Council as a signatory to Amendment No. 1 to the contract\nbetween the City of New Orleans and Legacy Professional Services, LLC; and authorizing the\nPresident of the Council to sign Amendment No. 1 between the City of New Orleans and\nLegacy Professional Services, LLC.\nAnnotation:\n(Council Rule 34. Postponement Deadline 10/20/23).\nCONTINUED TO THE MEETING OF 7/13/23 AND REFERRED TO THE PUBLIC\nWORKS COMMITTEE.\nM-23-287\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-0050569183fa\n43/53", - "page_number": 43 + "page_content": "- Topic: Amendments to the Classified Pay Plan (NORDC), Pay Range Increase: Lifeguard Series\n- Summary: The ordinance approves the amendments to the Classified Pay Plan for lifeguards, as adopted by the Civil Service Commission, to be effective from July 13, 2023, in accordance with the Constitution of Louisiana.\n- Ordinance Number: M-23-317\n- Votes Summary:\n Vote 1: Adopt - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The amendments to the Classified Pay Plan for lifeguards were approved.\n- Tags/Keywords: Classified Pay Plan, NORDC, Civil Service Commission, lifeguards\n- UID: c20d6096-afce-4562-bfc3-c6967c8c0a4c\n\n- Topic: Conditional Use for Small Child Care Center\n- Summary: The ordinance directs the City Planning Commission to conduct a public hearing to consider a conditional use permit for a Small Child Care Center in a specific residential district with a waiver of a zoning ordinance section.\n- Ordinance Number: M-23-318\n- Votes Summary:\n Vote 1: Adopt - (2 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance directing the City Planning Commission to conduct a public hearing was approved.\n- Tags/Keywords: Small Child Care Center, City Planning Commission, zoning ordinance\n- UID: c20d6096-afce-4562-bfc3-c6967c8c0a4c", + "uid": "c20d6096-afce-4562-bfc3-c6967c8c0a4c", + "publish_date": "7-13-2023", + "page_number": 56, + "title": "Regular City Council Minutes 7-13-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-0050569183fa\n11/15/23, 7:45 PM\n44. MOTION - NO. M-23-290 - BY: COUNCILMEMBER KING\nBrief:\nDirecting the City Planning Commission to conduct a public hearing to consider a zoning map\namendment from S-RS Suburban Single-Family Residential District to S-B1 Suburban\nBusiness District on Square 2, Lot PT27, in the Fifth Municipal District, bounded by General\nMeyer Avenue, and Casimere, Zion, and Carver Streets (Municipal Address: 6505 General\nMeyer Avenue).\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 10/20/23).\nM-23-290\nMOVED BY:\nKing\nSECONDED BY:\nGreen\nACTION:\nAdopt\nGiarrusso, Green, Harris, King, Morrell - 5\nYEAS:\nNAYS:\n0\nABSTAIN:\n0\nMoreno, Thomas - 2\nABSENT:\nRECUSED:\n0\nAND THE MOTION PASSED.\n45. MOTION - NO. M-23-291 - BY: COUNCILMEMBER KING\nBrief:\nDirecting the City Planning Commission to conduct a public hearing to consider a zoning map\namendment from S-BS Suburban Pedestrian-Oriented Corridor Business District to S-RS\nSuburban Single-Family Residential District on Square 1, Lot RB25, in the Fifth Municipal\nDistrict, bounded by Stanton Road, English Turn Parkway, Delacroix Road, and Willow Drive\n(Municipal Address: 1600 Stanton Road).\nAnnotation:\nELECTRONICALLY SUBMITTED.\n(Council Rule 34. Postponement Deadline 10/20/23).\nM-23-291\nMOVED BY:\nKing\nMorrell\nSECONDED BY:\nACTION:\nAdopt\nGiarrusso, Green, Harris, King, Moreno, Morrell - 6\nYEAS:\nNAYS:\n0\nABSTAIN:\n0\nThomas - 1\nABSENT:\nRECUSED:\nAND THE MOTION PASSED.\n46. MOTION - NO. M-23-293 - BY: COUNCILMEMBER THOMAS (BY REQUEST).\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-0050569183fa\n44/53", - "page_number": 44 + "page_content": "- Topic: Zoning Map Amendment Request\n- Summary: The ordinance directs the City Planning Commission to conduct a public hearing to consider a zoning map amendment from S-B2 Suburban Pedestrian-Oriented Corridor Business District to RRE Rural Residential Estate District on Square 1, Lot RB25. It also waives any fees required for the request and the Project Neighborhood Participation Program.\n- Ordinance Number: M-23-319\n- Votes Summary:\n - Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The motion was adopted, and the City Planning Commission is directed to conduct a public hearing for the zoning map amendment request.\n- Tags/Keywords: Zoning, Map Amendment, City Planning Commission\n- UID: ef0a9c80-a96e-42cc-bdb5-d71ca84326fc\n\n- Topic: Ordinances on First Reading\n- Summary: Multiple ordinances were introduced and laid over as required by law.\n- Ordinance Number: CAL. NO. 34,277 and others\n- Votes Summary:\n - Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The ordinances were introduced and laid over as required by law.\n- Tags/Keywords: First Reading, Ordinances\n- UID: ef0a9c80-a96e-42cc-bdb5-d71ca84326fc", + "uid": "ef0a9c80-a96e-42cc-bdb5-d71ca84326fc", + "publish_date": "7-13-2023", + "page_number": 57, + "title": "Regular City Council Minutes 7-13-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-0050569183fa\n11/15/23, 7:45 PM\nBrief:\nAdding the President of the Council as a signatory to the professional services agreement\nbetween the City of New Orleans and Saltus Technologies, Inc .; and authorizing the President\nof the Council to sign the professional services agreement between the City of New Orleans\nand Saltus Technologies, Inc.\nAnnotation:\n(Council Rule 34. Postponement Deadline 10/20/23).\nCONTINUED TO THE MEETING OF 7/13/23 AND REFERRED TO THE PUBLIC\nWORKS COMMITTEE.\nM-23-293\n47. MOTION - NO. M-23-294 - BY: COUNCILMEMBER GREEN (BY REQUEST)\nBrief:\nAdding the President of the Council as a signatory to the Grant of Servitude between the City\nof New Orleans, through its Stormwater and Green Infrastructure and Orleans Parish School\nBoard; and authorizing the President of the Council\nto sign the Grant of Servitude between the City of New Orleans, through its Stormwater and\nGreen Infrastructure and Orleans Parish School Board.\nAnnotation:\n(Council Rule 34. Postponement Deadline 10/20/23).\nCONTINUED TO THE MEETING OF 7/13/23 AND REFERRED TO THE PUBLIC\nWORKS COMMITTEE.\nM-23-294\n51. ORDINANCES ON FIRST READING\nCALENDAR NUMBERS 34,253 THRU 34,276.\nINTRODUCED AND LAID OVER AS REQUIRED BY LAW.\nMOVED BY:\nGreen\nSECONDED BY:\nGiarrusso\nIntroduce on First Reading\nACTION:\nGiarrusso, Green, Harris, Moreno, Morrell - 5\nYEAS:\nNAYS:\nABSTAIN:\n0\nABSENT:\nKing, Thomas - 2\nRECUSED:\nAND THE MOTION PASSED.\n6-22-23 1 st Readings\n51a. CAL. NO. 34,253 - BY: COUNCILMEMBER HARRIS\nBrief:\nAn Ordinance to establish a conditional use to permit a neighborhood commercial\nestablishment in an HU-RD2 Historic Urban Two-Family Residential District on Square 450,\nLot X, in the Second Municipal District, bounded by Conti Street, Bienville Street, North\nNorman C Francis Parkway, and North Rendon Street (Municipal Address: 3310 Conti\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-0050569183fa\n45/53", - "page_number": 45 + "page_content": "- Topic: Amendment to Chapter 130 of the Code of the City of New Orleans\n - Summary: The ordinance aims to amend Section 130-39 to provide for restrictions on payments to sellers of nonferrous materials.\n - Ordinance Number: 34277\n - Votes Summary:\n Vote 1: Passed - (8 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n - Decision/Key Actions: The ordinance passed without amendments.\n - UID: 9c53776b-83a9-4889-8750-cda937906231\n\n- Topic: Conditional Use for Live Performance Venue\n - Summary: This ordinance seeks to amend a previous ordinance to permit a live performance venue in specific zoning districts.\n - Ordinance Number: 34279\n - Votes Summary:\n Vote 1: Passed - (7 YEAS, 1 NAYS, 0 ABSTAIN, 0 ABSENT)\n - Decision/Key Actions: The ordinance passed with a majority vote.\n - UID: 9c53776b-83a9-4889-8750-cda937906231\n\n- Topic: Conditional Use for Outdoor Live Entertainment and Extended Restaurant Hours\n - Summary: This ordinance aims to establish a conditional use to permit outdoor live entertainment and extend restaurant hours of operation in specific zoning districts.\n - Ordinance Number: 34280\n - Votes Summary:\n Vote 1: Passed - (6 YEAS, 2 NAYS, 0 ABSTAIN, 0 ABSENT)\n - Decision/Key Actions: The ordinance passed with some opposition.\n - UID: 9c53776b-83a9-4889-8750-cda937906231\n\n- Topic: Conditional Use for a Hotel\n - Summary: This ordinance seeks to establish a conditional use to permit a hotel in specific zoning districts.\n - Ordinance Number: 34281\n - Votes Summary:\n Vote 1: Passed - (8 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n - Decision/Key Actions: The ordinance passed without opposition.\n - UID: 9c53776b-83a9-4889-8750-cda937906231", + "uid": "9c53776b-83a9-4889-8750-cda937906231", + "publish_date": "7-13-2023", + "page_number": 58, + "title": "Regular City Council Minutes 7-13-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-0050569183fa\n11/15/23, 7:45 PM\nStreet); and otherwise to provide with respect thereto. (Zoning Docket no. 66/22)\nAnnotation:\n(90 Days, Cn. Deadline 9/6/23).\n(Cn. Deadline 8/24/23).\n34253\n51b. CAL. NO. 34,254 - BY: COUNCILMEMBER HARRIS\nBrief:\nAn Ordinance to amend and reordain Articles 20, 21 and 22 of the Comprehensive Zoning\nOrdinance (Ordinance No. 4264 M.C.S ., as amended by Ordinance No. 26,413 M.C.S. and\nsubsequent amendments) to require security measures and crime mitigation efforts at Parking\nStructures and Parking Lots (principal uses), specifically within the use standards in Sections\n20.3.00, 20.3.00.1, and 20.3.00.2, as well as any related regulations, including Section\n21.5; to possibly require security measures and crime mitigation efforts for consideration\ninclude required on-site employees and parking lot attendants; adequate lighting; and the\ninstallation of panic buttons, emergency call boxes, and security cameras; and requesting\nconsideration of whether certain Parking Structures and Parking Lots (principal uses) should\nbe exempt, including those that are not open to the public; those that are locked or gated: and\nthose below a certain number of parking spots or square footage; and otherwise to provide\nwith respect thereto.(Zoning Docket no. 12/23)\nAnnotation:\n(90 Days, Cn. Deadline 9/6/23).\n(Cn. Deadline 8/24/23).\n34254\n51c. CAL. NO. 34,255 - BY: COUNCILMEMBER HARRIS\nBrief:\nAn Ordinance to amend and reordain Articles 9, 10, 11 12, 13, 14, 15, 17 and 28 of the\nComprehensive Zoning Ordinance (Ordinance No. 4264 M.C.S ., as amended by Ordinance\nNo. 26,413 M.C.S. and subsequent amendments) to create standards for affordable\nhomeownership opportunities by amending Article 5, Article 26, and/or Article 28, and any\nrelated articles according to the City Planning Commission, and to consider the community\nland trust model to define and create standards for Affordable Homeownership Development;\nand otherwise to provide with respect thereto. (Zoning Docket no. 14/23)\nAnnotation:\n(90 Days, Cn. Deadline 9/6/23).\n(Cn. Deadline 8/24/23).\n34255\n51d. CAL. NO. 34,256 - BY: COUNCILMEMBER KING\nBrief:\nAn Ordinance to establish a conditional use to permit a reception facility in an HMC-2\nHistoric Marigny/Treme/Bywater Commercial District, on Square 636, Lots C and 10, in the\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-0050569183fa\n46/53", - "page_number": 46 + "page_content": "- Topic: Amendment to Article 18 of the Comprehensive Zoning Ordinance\n- Summary: The ordinance aims to establish the Brown's Dairy Neighborhood District overlay, maintain and create affordable housing opportunities, and prohibit certain types of rentals in the specified area. \n- Ordinance Number: CAL. NO. 34,282\n- Votes Summary:\n Vote 1: Passed - (8 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance passed without any amendments.\n- Tags/Keywords: Zoning, Affordable Housing, Rental Prohibition\n- UID: 3f7b72c0-04af-4916-aa65-20cf22d101c1\n\n- Topic: Temporary Waiver of Fees for Event at Morris FX Jeff Sr. Stadium\n- Summary: This ordinance seeks to temporarily waive certain fees and permit requirements for an event at Morris FX Jeff Sr. Stadium.\n- Ordinance Number: CAL. NO. 34,283\n- Votes Summary:\n Vote 1: Passed - (9 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed without any amendments.\n- Tags/Keywords: Fee Waiver, Event, Stadium\n- UID: 3f7b72c0-04af-4916-aa65-20cf22d101c1\n\n- Topic: Establishment of Outside Employment Rules for the Medical Director of Emergency Medical Services\n- Summary: This ordinance aims to establish rules for outside employment for the Medical Director of Emergency Medical Services.\n- Ordinance Number: CAL. NO. 34,284\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 1 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance passed with one dissenting vote.\n- Tags/Keywords: Employment Rules, Medical Director, Emergency Medical Services\n- UID: 3f7b72c0-04af-4916-aa65-20cf22d101c1", + "uid": "3f7b72c0-04af-4916-aa65-20cf22d101c1", + "publish_date": "7-13-2023", + "page_number": 59, + "title": "Regular City Council Minutes 7-13-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-0050569183fa\n11/15/23, 7:45 PM\nThird Municipal District, bounded by North Claiborne Avenue, Pauger Street, North\nRobertson Street, and Saint Anthony Street (Municipal Addresses: 1830-1840 North\nClaiborne Avenue and 2224 Pauger Street); and otherwise to provide with respect thereto.\n(Zoning Docket no. 21/23)\nAnnotation:\n(90 Days, Cn. Deadline 9/6/23).\n(Cn. Deadline 8/24/23).\n34256\n51e. CAL. NO. 34.257 - BY: COUNCILMEMBER GIARRUSSO (BY REQUEST)\nBrief:\nAn Ordinance for the rescission of Ordinance No. 24,145 MCS (Zoning Docket 59/10) and to\ngrant a conditional use to permit the expansion of an existing commercial use to exceed 5,000\nsquare feet of floor area, on Square 236, Lot 30-A, in the Second Municipal District, bounded\nby Argonne Boulevard, Harrison Avenue, Marshall Foch and Bragg Streets (Municipal\nAddress: 6300 Argonne Boulevard); and otherwise to provide with respect thereto.(Zoning\nDocket NO. 27/23)\nAnnotation:\n(90 Days, Cn. Deadline 9/6/23).\n(Cn. Deadline 8/24/23).\n34257\n51f. CAL. NO. 34,258 - BY: COUNCILMEMBER KING\nBrief:\nAn Ordinance to amend and reordain Article 10 of the Comprehensive Zoning Ordinance\n(Ordinance No. 4264 M.C.S ., as amended by Ordinance No. 26,413 M.C.S. and subsequent\namendments) to add \"wine shop\" as a conditional use in the VCS Vieux Carr\u00e9 Service District,\naffecting properties located in the VCS Vieux Carr\u00e9 Service District; and otherwise to provide\nwith respect thereto. (ZONING DOCKET NO. 32/23)\nAnnotation:\n(90 Days, Cn. Deadline 9/6/23).\n(Cn. Deadline 8/24/23).\n34258\n51g. CAL. NO. 34,259 - BY: COUNCILMEMBER KING\nBrief:\nAn Ordinance to establish a conditional use to permit a wine shop in the VCS Vieux Carr\u00e9\nService District with an extension in hours of operation and the rescission of Ordinance No.\n16,427 MCS (ZD 014/94), on Square 13, Lot 43 or 9, in the Second Municipal District,\nbounded by Decatur Street, French Market Place, Governor Nicholls Street, and Ursulines\nStreet (Municipal Addresses: 1118 Decatur Street and 23-25 French Market Place); and\notherwise to provide with respect thereto.(Zoning Docket No. 33/23)\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-0050569183fa\n47/53", - "page_number": 47 + "page_content": "- Topic: Lease Agreement with CMG PIPELINES, INC.\n- Summary: The ordinance seeks to approve a lease agreement at Louis Armstrong New Orleans International Airport with CMG PIPELINES, INC. This ordinance was introduced by Councilmember Green.\n- Ordinance Number: 34284\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The lease agreement was approved.\n- Tags/Keywords: Lease Agreement, Louis Armstrong New Orleans International Airport, CMG PIPELINES, INC.\n- UID: dd410c10-5ef9-47bb-bd55-3c3620186db6\n\n- Topic: Ground Support Equipment (GSE) Facility Lease Agreement with DELTA AIRLINES, INC.\n- Summary: This ordinance aims to approve a Ground Support Equipment (GSE) Facility Lease Agreement at Louis Armstrong New Orleans International Airport with DELTA AIRLINES, INC. It was introduced by Councilmember Green.\n- Ordinance Number: 34285\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The lease agreement was approved.\n- Tags/Keywords: GSE Facility Lease Agreement, Louis Armstrong New Orleans International Airport, DELTA AIRLINES, INC.\n- UID: dd410c10-5ef9-47bb-bd55-3c3620186db6\n\n- Topic: Lease Agreement with G2 SECURE STAFF, L.L.C.\n- Summary: This ordinance seeks to approve a lease agreement at Louis Armstrong New Orleans International Airport with G2 SECURE STAFF, L.L.C. It was introduced by Councilmember Green.\n- Ordinance Number: 34286\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The lease agreement was approved.\n- Tags/Keywords: Lease Agreement, Louis Armstrong New Orleans International Airport, G2 SECURE STAFF, L.L.C.\n- UID: dd410c10-5ef9-47bb-bd55-3c3620186db6\n\n- Topic: Amendment to Section 70-10 of the Code of the City of New Orleans\n- Summary: This ordinance aims to amend and reordain section 70-10 of the Code of the City of New Orleans to establish an exemption for contracts approved by ordinance. It was introduced by Councilmember Morrell.\n- Ordinance Number: 34287\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The amendment was approved.\n- Tags/Keywords: Amendment, Code of the City of New Orleans, contracts\n- UID: dd410c10-5ef9-47bb-bd55-3c3620186db6", + "uid": "dd410c10-5ef9-47bb-bd55-3c3620186db6", + "publish_date": "7-13-2023", + "page_number": 60, + "title": "Regular City Council Minutes 7-13-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-0050569183fa\n11/15/23, 7:45 PM\nAnnotation:\n(90 Days, Cn. Deadline 9/6/23).(Cn. Deadline 8/24/23).\n34259\n51h. CAL. NO. 34,260 - BY: COUNCILMEMBER HARRIS\nBrief:\nAn Ordinance to establish a conditional use to permit a hotel in an HU-MU Historic Urban\nNeighborhood Mixed-Use District, on Square 583, Lot 5 or 7, in the First Municipal District,\nbounded by South Broad Street, Banks Street, Palmyra Street, and South Dorgenois Street\n(Municipal Addresses: 316-318 South Broad Street); and otherwise to provide with respect\nthereto. (Zoning Docket no. 34/23)\nAnnotation:\n(90 Days, Cn. Deadline 9/6/23)\n(Cn. Deadline 8/24/23).\n34260\n51i. CAL. NO. 34,261 - BY: COUNCILMEMBERS HARRIS AND THOMAS (BY REQUEST)\nBrief:\nAn Ordinance authorizing the Mayor of the City of New Orleans to enter into a Cooperative\nEndeavor Agreement (\"CEA\") between the City of New Orleans (the \"City\") and the State of\nLouisiana, Department of Public Safety and Corrections, Public Safety Services, Office of\nState Police, Crime Laboratory (the \"LSPCL\"), for a term of one year, for the public purpose\nof continuing a previously established forensic science partnership by facilitating the selection\nand training of DNA analysts who may ultimately serve with the New Orleans Police\nDepartment (\"NOPD\"), as employees who analyze DNA evidence from crimes that occur in\nthe City of New Orleans, as more fully detailed in the Cooperative Endeavor Agreement form\nas Exhibit \"A\"; and otherwise to provide with respect thereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 10/20/23).\n34261\n51j. CAL. NO. 34,262 - BY: COUNCILMEMBER HARRIS (BY REQUEST)\nBrief:\nAn Ordinance authorizing the Mayor of the City of New Orleans to enter into a Cooperative\nEndeavor Agreement between the City of New Orleans (the \"City\") and Odyssey House\nLouisiana, for a term greater than one year, for the public purpose of increasing harm\nreduction services and to provide treatment and wraparound support to individuals who have\nexperienced an overdose in the City of New Orleans, as more fully detailed in the Cooperative\nEndeavor Agreement form as Exhibit \"A\"; and otherwise to provide with respect thereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 10/20/23).\n34262\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-0050569183fa\n48/53", - "page_number": 48 + "page_content": "- Topic: Cable Franchise Amendment\n- Summary: An ordinance to amend selected provisions of Ordinance Number 24698 M.C.S. granting a Cable Franchise to Cox Communications Louisiana, L.L.C. for the City of New Orleans. The ordinance was introduced by Councilmember Morrell.\n- Ordinance Number: 34288\n- Votes Summary:\n Vote 1: Passed - (8 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed without any amendments.\n- Tags/Keywords: Cable Franchise, Cox Communications, Councilmember Morrell\n- UID: c4300c5c-26cd-41fa-8bdb-fad4b20d705e\n\n- Topic: Opioid Crisis Funding\n- Summary: An ordinance to appropriate court settlement funds to the Health Department for the Opioid Abatement Task Force to address issues related to the Opioid Crisis. The ordinance was introduced by Councilmembers Giarrusso, Moreno, Green, and Thomas.\n- Ordinance Number: 34289\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 1 NAY, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed with a majority vote, with no further amendments.\n- Tags/Keywords: Opioid Crisis, Health Department, Councilmembers Giarrusso, Moreno, Green, Thomas\n- UID: c4300c5c-26cd-41fa-8bdb-fad4b20d705e\n\n- Topic: Cooperative Endeavor Agreement\n- Summary: An ordinance authorizing the Mayor of the City of New Orleans to enter into a Cooperative Endeavor Agreement between the City of New Orleans and Ujamaa Economic Development Corporation, Inc. for the public purpose of establishing the Claiborne Corridor Cultural Innovation District. The ordinance was introduced by Councilmember King.\n- Ordinance Number: 34290\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 2 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed with a majority vote, with no further amendments.\n- Tags/Keywords: Cooperative Endeavor Agreement, Ujamaa Economic Development Corporation, Councilmember King\n- UID: c4300c5c-26cd-41fa-8bdb-fad4b20d705e", + "uid": "c4300c5c-26cd-41fa-8bdb-fad4b20d705e", + "publish_date": "7-13-2023", + "page_number": 61, + "title": "Regular City Council Minutes 7-13-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-0050569183fa\n11/15/23, 7:45 PM\n51k. CAL. NO. 34,263 - BY: COUNCILMEMBERS MORENO AND THOMAS (BY\nREQUEST)\nBrief:\nAn Ordinance authorizing the Mayor of the City of New Orleans to enter into a Cooperative\nEndeavor Agreement (\"CEA\") between the City of New Orleans (the \"City\"), the State of\nLouisiana, Division of Administration, Office of Community Development (\"State\"), for a\nterm of five years, for the public purpose to provide resiliency and recovery efforts through\ninfrastructure and economic revitalization in areas impacted by Hurricane Ida and other severe\nstorms and flooding in 2020 and 2021 in the City of New Orleans, as more fully detailed in\nthe CEA as Exhibit \"A\"; and otherwise to provide with respect thereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 10/20/23).\n34263\n511. CAL. NO. 34,264 - BY: COUNCILMEMBER KING\nBrief:\nAn Ordinance to name the natatorium at Morris F.X. Jeff, Sr. Park the George V. Rainey\nNatatorium; and otherwise to provide with respect thereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 10/20/23).\n34264\n51m. CAL. NO. 34,265 - BY: COUNCILMEMBER THOMAS (BY REQUEST)\nBrief:\nAn Ordinance authorizing the Mayor of the City of New Orleans to enter into a Cooperative\nEndeavor Agreement (\"CEA\") between the City of New Orleans (the \"City\") and the Law\nEnforcement District (\"LED\") of the Parish of Orleans, State of Louisiana, represented by its\nChief Executive Officer Sheriff Susan Hutson, for a term greater than one year, for the public\npurpose of constructing a new Medical and Mental Health Services Facility (\"Phase III\") at\nthe Orleans Justice Center (\"OJC\") in the City of New Orleans, as more fully detailed in the\nCEA form as Exhibit \"A\"; and otherwise to provide with respect thereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 10/20/23).\n34265\n51n. CAL. NO. 34,266 - BY: COUNCILMEMBER THOMAS\nBrief:\nAn Ordinance to amend and reordain section 162-155 of the Code of the City of New Orleans\nto extend the renewal period for expired certificates of public necessity (CPNC); decrease the\nreinstatement fee; allow for the reissuance of certain revoked CPNCs; and otherwise to\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-0050569183fa\n49/53", - "page_number": 49 + "page_content": "- Topic: Amendment of Section 6-37 of the Code of the City of New Orleans\n- Summary: An ordinance to clarify language for the maximum allowable penalty for code violations was introduced.\n- Ordinance Number: CAL. NO. 34,293\n- Votes Summary:\n Vote 1: Passed - (8 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: The ordinance passed without any opposition.\n- Tags/Keywords: Code Violations, Maximum Penalty, Amendment\n- UID: 5f7ca197-03a0-4090-8922-0702258c6af5\n\n- Topic: Appropriation of Unspent Funds to the Law Department\n- Summary: Two ordinances were introduced to appropriate unspent funds to the Law Department for various state settlement and judgment payments.\n- Ordinance Number: CAL. NO. 34,294 and CAL. NO. 34,295\n- Votes Summary:\n Vote 1: Passed - (8 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n Vote 2: Passed - (8 YEAS, 0 NAYS, 0 ABSTAIN, 1 ABSENT)\n- Decision/Key Actions: Both ordinances passed without any opposition.\n- Tags/Keywords: Appropriation of Funds, Law Department, Settlement Payments\n- UID: 5f7ca197-03a0-4090-8922-0702258c6af5", + "uid": "5f7ca197-03a0-4090-8922-0702258c6af5", + "publish_date": "7-13-2023", + "page_number": 62, + "title": "Regular City Council Minutes 7-13-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-0050569183fa\n11/15/23, 7:45 PM\nprovide with respect thereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 10/20/23).\n34266\n510. CAL. NO. 34,267 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BY REQUEST)\nBrief:\nAn Ordinance to amend Ordinance No. 29265 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Revenues for the City of New Orleans for the Year 2023\",\nto appropriate funds to the Office of Criminal Justice Coordination to complete the remaining\nobligations for the Safety and Justice Challenge Sustainability Grant through June 2023; and\notherwise to provide with respect thereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 10/20/23).\n(Fiscal Note received).\n34267\n51p. CAL. NO. 34,268 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BY REQUEST)\nBrief:\nAn Ordinance to amend Ordinance No. 29266 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Expenditures for the City of New Orleans for the Year\n2023\", to appropriate funds to the Office of Criminal Justice Coordination to complete the\nremaining obligations for the Safety and Justice Challenge Sustainability Grant through June\n2023; and otherwise to provide with respect thereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 10/20/23).\n(Fiscal Note received).\n34268\n51q. CAL. NO. 34,269 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BY REQUEST)\nBrief:\nAn Ordinance to amend Ordinance No. 29265 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Revenues for the City of New Orleans for the Year 2023\",\nto appropriate unspent grant funds to the Office of Criminal Justice Coordination; and\notherwise to provide with respect thereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 10/20/23).\n(Fiscal Note received).\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-0050569183fa\n50/53", - "page_number": 50 + "page_content": "- Topic: Amendment of Operating Budget for Department of Public Works\n- Summary: This ordinance aims to appropriate funds to the Department of Public Works for Indigent Defender fees on red light camera tickets. \n- Ordinance Number: 34296\n- Votes Summary:\n Vote 1: Passed - (8 YEAS, 0 NAYS, 1 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed with a majority vote, allocating funds as proposed.\n- Tags/Keywords: Operating Budget, Department of Public Works, Indigent Defender fees, red light camera tickets\n- UID: fb1472fc-f695-4be6-846a-ac3060efa78a\n\n- Topic: Amendment of Operating Budget for Orleans Parish Public Defender\u2019s Office\n- Summary: This ordinance seeks to appropriate funds to the Orleans Parish Public Defender\u2019s Office within Miscellaneous Programs for criminal defense representation to Indigent persons accused of committing crimes in Orleans Parish. \n- Ordinance Number: 34297\n- Votes Summary:\n Vote 1: Passed - (8 YEAS, 0 NAYS, 1 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed with a majority vote, providing the necessary funds for criminal defense representation.\n- Tags/Keywords: Operating Budget, Orleans Parish Public Defender\u2019s Office, criminal defense representation, Indigent persons\n- UID: fb1472fc-f695-4be6-846a-ac3060efa78a\n\n- Topic: Amendment of Operating Budget for Criminal Defense Representation\n- Summary: This ordinance aims to appropriate funds to the Orleans Parish Public Defender\u2019s Office within Miscellaneous Programs for criminal defense representation to Indigent persons accused of committing crimes in Orleans Parish.\n- Ordinance Number: 34298\n- Votes Summary:\n Vote 1: Passed - (8 YEAS, 0 NAYS, 1 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed with a majority vote, allocating funds as proposed for criminal defense representation.\n- Tags/Keywords: Operating Budget, Orleans Parish Public Defender\u2019s Office, criminal defense representation, Indigent persons\n- UID: fb1472fc-f695-4be6-846a-ac3060efa78a", + "uid": "fb1472fc-f695-4be6-846a-ac3060efa78a", + "publish_date": "7-13-2023", + "page_number": 63, + "title": "Regular City Council Minutes 7-13-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-0050569183fa\n11/15/23, 7:45 PM\n34269\n51r. CAL. NO. 34,270 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BY REQUEST)\nBrief:\nAn Ordinance to amend Ordinance No. 29266 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Expenditures for the City of New Orleans for the Year\n2023\", to appropriate unspent grant funds to the Office of Criminal Justice Coordination; and\notherwise to provide with respect thereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 10/20/23).\n(Fiscal Note received).\n34270\n51s. CAL. NO. 34,271 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BY REQUEST)\nBrief:\nAn Ordinance to amend Ordinance No. 29265 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Revenues for the City of New Orleans for the Year 2023\",\nto appropriate grant funds awarded by FEMA to the Chief Administrative Office for\nMunicipal Traffic Court contents and supplies costs incurred during the aftermath of\nHurricane Ida; and otherwise to provide with respect thereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 10/20/23).\n(Fiscal Note received).\n34271\n51t. CAL. NO. 34,272 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BY REQUEST)\nBrief:\nAn Ordinance to amend Ordinance No. 29266 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Expenditures for the City of New Orleans for the Year\n2023\", to appropriate grant funds awarded by FEMA to the Chief Administrative Office for\nMunicipal Traffic Court contents and supplies costs incurred during the aftermath of\nHurricane Ida; and otherwise to provide with respect thereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 10/20/23).\n(Fiscal Note received).\n34272\n51u. CAL. NO. 34,273 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BY REQUEST)\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-0050569183fa\n51/5", - "page_number": 51 + "page_content": "- Topic: Amendment of Operating Budget for Healthcare for the Homeless Program\n- Summary: This ordinance aims to appropriate additional one-time grant funds awarded to the Healthcare for the Homeless Program to expand COVID-19 health center services. \n- Ordinance Number: 34,300\n- Votes Summary:\n Vote 1: Passed - (8 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed without any opposing votes.\n- Tags/Keywords: Healthcare, COVID-19, Grant Funds\n- UID: 71660e2d-b744-46c1-9e24-cc3667cc46c3\n\n- Topic: Amendment of Operating Budget for Healthcare for the Homeless Program\n- Summary: This ordinance seeks to appropriate additional one-time grant funds awarded to the Healthcare for the Homeless Program to expand COVID-19 health center services.\n- Ordinance Number: 34,301\n- Votes Summary:\n Vote 1: Passed - (8 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed with unanimous support.\n- Tags/Keywords: Healthcare, COVID-19, Grant Funds\n- UID: 71660e2d-b744-46c1-9e24-cc3667cc46c3\n\n- Topic: Appropriation of Funds to Department of Finance for Parity Bond Notes\n- Summary: This ordinance aims to appropriate funds to the Department of Finance for the outstanding Parity Bond Notes in series 2012, 2016, and 2017.\n- Ordinance Number: 34,302\n- Votes Summary:\n Vote 1: Passed - (8 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed without opposition.\n- Tags/Keywords: Finance, Parity Bond Notes, Appropriation\n- UID: 71660e2d-b744-46c1-9e24-cc3667cc46c3", + "uid": "71660e2d-b744-46c1-9e24-cc3667cc46c3", + "publish_date": "7-13-2023", + "page_number": 64, + "title": "Regular City Council Minutes 7-13-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-0050569183fa\n11/15/23, 7:45 PM\nBrief:\nAn Ordinance to amend Ordinance No. 29265 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Revenues for the City of New Orleans for the Year 2023,\"\nto appropriate federal grant funds to the Mayor's Office of Homeland Security and Emergency\nPreparedness for Federal Emergency Management Agency reimbursable costs; and otherwise\nto provide with respect thereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 10/20/23).\n(Fiscal Note received).\n34273\n51v. CAL. NO. 34,274 - BY: COUNCILMEMBERS GIARRUSSO, MORENO, GREEN AND\nTHOMAS (BY REQUEST)\nBrief:\nAn Ordinance to amend Ordinance No. 29266 M.C.S ., as amended, entitled \"An Ordinance\nProviding an Operating Budget of Expenditures for the City of New Orleans for the Year\n2023,\" to appropriate federal grant funds to the Mayor's Office of Homeland Security and\nEmergency Preparedness for Federal Emergency Management Agency reimbursable costs;\nand otherwise to provide with respect thereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 10/20/23).\n(Fiscal Note received).\n34274\n51w. CAL. NO. 34,275 - BY: COUNCILMEMBER KING (BY REQUEST)\nBrief:\nAn Ordinance to provide for the establishment of the Riverwalk-Spanish Plaza Economic\nDevelopment District in the City of New Orleans, State of Louisiana, comprised of the\nimmovable property described in Exhibit B attached hereto (the \"Riverwalk-Spanish Plaza\nSite\"); designating the governing authority of Riverwalk-Spanish Plaza Economic\nDevelopment District; providing for the publication of this ordinance; and otherwise to\nprovide with respect thereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 10/20/23).\n34275\n51x. CAL. NO. 34,276 - BY: COUNCILMEMBER THOMAS\nBrief:\nAn Ordinance to temporarily waive certain fees, permit fees, and requirements within and\naround the Joe Brown Park located at 5601 Read Boulevard, New Orleans, Louisiana in\n52/53\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-0050569183fa", - "page_number": 52 + "page_content": "- Topic: Amendment to Operating Budget for Parity Bond Notes\n- Summary: The ordinance aims to appropriate funds to the Department of Finance for outstanding Parity Bond Notes in series 2012, 2016, and 2017. The ordinance was introduced by Councilmember Harris.\n- Ordinance Number: 34,303\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed without any amendments.\n- Tags/Keywords: Finance, Budget, Parity Bond Notes\n- UID: f69fa764-5063-4e28-9306-b61f1304474d\n\n- Topic: Update of Personal Property Definitions and City Emergency Powers\n- Summary: This ordinance seeks to update the definition of personal property, personal property removal and storage requirements, and city emergency powers and obligations in the Code of the City of New Orleans. Councilmember Harris introduced the ordinance.\n- Ordinance Number: 34,304\n- Votes Summary:\n Vote 1: Passed - (6 YEAS, 1 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed with a majority vote and no amendments.\n- Tags/Keywords: Personal Property, City Code, Emergency Powers\n- UID: f69fa764-5063-4e28-9306-b61f1304474d\n\n- Topic: Communications Campaign to Support Unhoused Residents\n- Summary: This ordinance aims to establish a communications campaign and giving platform to support unhoused residents in New Orleans. The ordinance was introduced by Councilmember Harris.\n- Ordinance Number: 34,305\n- Votes Summary:\n Vote 1: Passed - (7 YEAS, 0 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed without any amendments.\n- Tags/Keywords: Unhoused Residents, Communications Campaign, Support\n- UID: f69fa764-5063-4e28-9306-b61f1304474d\n\n- Topic: Waiver of Fees and Permit Requirements for Devour Park Event\n- Summary: This ordinance seeks to temporarily waive certain fees, permit fees, and requirements for an event at Devour Park. The event is the Fatherhood Roundtable on July 15, 2023. Councilmember King introduced the ordinance.\n- Ordinance Number: 34,306\n- Votes Summary:\n Vote 1: Passed - (5 YEAS, 2 NAYS, 0 ABSTAIN, 0 ABSENT)\n- Decision/Key Actions: The ordinance passed with a majority vote and no amendments.\n- Tags/Keywords: Event Fees, Permit Waiver, Devour Park\n- UID: f69fa764-5063-4e28-9306-b61f1304474d\n\n- Topic: N/A\n- Summary: N/A\n- Ordinance Number: 34,307\n- Votes Summary: N/A\n- Decision/Key Actions: N/A\n- Tags/Keywords: N/A\n- UID: f69fa764-5063-4e28-9306-b61f1304474d", + "uid": "f69fa764-5063-4e28-9306-b61f1304474d", + "publish_date": "7-13-2023", + "page_number": 65, + "title": "Regular City Council Minutes 7-13-2023" }, { - "page_content": "cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-0050569183fa\n11/15/23, 7:45 PM\nconjunction with the N. O. Sho-Tyme/Evergreen Showdown event on Saturday, June 17, 2023\nfrom 9:00 a.m. to 4:00 p.m ., to specify the duration and boundaries of said waiver; and to\nprovide otherwise with respect thereto.\nAnnotation:\n(Council Rule 34. Postponement Deadline 10/20/23).\n34276\n52. MOTION TO ADJOURN @ 3:36 P.M.\nMOVED BY:\nGreen\nSECONDED BY:\nMoreno\nACTION:\nAdjourn\nGiarrusso, Green, Harris, Moreno, Morrell - 5\nYEAS:\nNAYS:\nD\nABSTAIN:\n0\nKing, Thomas - 2\nABSENT:\nRECUSED:\n0\nAND THE MOTION PASSED.\nhttps://cityofno.granicus.com/MinutesViewer.php?view_id=42&clip_id=4578&doc_id=92d566ec-14f8-11ee-aabb-0050569183fa\n53/53", - "page_number": 53 + "page_content": "- Topic: Amendment of Section 82-697 of the Code of the City of New Orleans\n- Summary: The ordinance aims to allow for the removal of personal items outside of tents at encampment areas. The vote resulted in the ordinance being passed.\n- Ordinance Number: 34307\n- Votes Summary:\n - Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The ordinance was passed, allowing for the removal of personal items outside of tents at encampment areas.\n- UID: 4e1b140e-9dd6-4d99-9d17-91464abf01ad\n\n- Topic: Amendment of Sections 82-410 and 82-412\n- Summary: This ordinance seeks to increase penalties and provide regulations for food waste and distribution of food under or adjacent to overpasses or within encampment areas. The vote resulted in the ordinance being passed.\n- Ordinance Number: 34308\n- Votes Summary:\n - Vote 1: Passed - (5 YEAS, 0 NAYS, 0 ABSTAIN, 2 ABSENT)\n- Decision/Key Actions: The ordinance was passed, increasing penalties and providing regulations for food waste and distribution of food in specific areas.\n- UID: 4e1b140e-9dd6-4d99-9d17-91464abf01ad", + "uid": "4e1b140e-9dd6-4d99-9d17-91464abf01ad", + "publish_date": "7-13-2023", + "page_number": 66, + "title": "Regular City Council Minutes 7-13-2023" } ] } \ No newline at end of file diff --git a/packages/googlecloud/functions/getanswer/cache/faiss_index_general.dvc b/packages/googlecloud/functions/getanswer/cache/faiss_index_general.dvc index c01ed144..1f0e7f20 100644 --- a/packages/googlecloud/functions/getanswer/cache/faiss_index_general.dvc +++ b/packages/googlecloud/functions/getanswer/cache/faiss_index_general.dvc @@ -1,6 +1,6 @@ outs: -- md5: 5af518b578ae4f0ba13cc9434e9c13c5.dir - size: 142281875 +- md5: a3801ca1eb86b9981418e5594c9ff419.dir + size: 137244851 nfiles: 2 hash: md5 path: faiss_index_general diff --git a/packages/googlecloud/functions/getanswer/cache/faiss_index_in_depth.dvc b/packages/googlecloud/functions/getanswer/cache/faiss_index_in_depth.dvc index 9ed5f9b7..2aa33d36 100644 --- a/packages/googlecloud/functions/getanswer/cache/faiss_index_in_depth.dvc +++ b/packages/googlecloud/functions/getanswer/cache/faiss_index_in_depth.dvc @@ -1,6 +1,6 @@ outs: -- md5: 3f1adb842d16aec64a0fc3bd2daee597.dir - size: 142281875 +- md5: 48350758567819a301f732710b7d73cf.dir + size: 137244851 nfiles: 2 hash: md5 path: faiss_index_in_depth From 3d462683445d0ab76d0c2e6fb2be939c1389878f Mon Sep 17 00:00:00 2001 From: Ayyub Ibrahim Date: Tue, 2 Jan 2024 17:35:13 -0600 Subject: [PATCH 14/23] added beta as subscript to SAWT logo placeholder --- packages/web/components/HomeBanner.tsx | 2 +- packages/web/components/Navbar.tsx | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/packages/web/components/HomeBanner.tsx b/packages/web/components/HomeBanner.tsx index ff2a0962..2864ef56 100644 --- a/packages/web/components/HomeBanner.tsx +++ b/packages/web/components/HomeBanner.tsx @@ -20,7 +20,7 @@ export default function HomeBanner() {
-

+

What is New Orleans City Council doing about

diff --git a/packages/web/components/Navbar.tsx b/packages/web/components/Navbar.tsx index 0f33a1d7..c4918bd0 100644 --- a/packages/web/components/Navbar.tsx +++ b/packages/web/components/Navbar.tsx @@ -31,16 +31,17 @@ const Navbar = () => {