------------------------------------------------------------
commit 21e443b56bde821fda473bee9de46672e54c63c2
Author: Breck Yunits <breck@Brecks-MacBook-Pro.local> Date: Sun Apr 2 19:27:44 2023 -1000 Upgrade Scroll diff --git a/2022/12-31.scroll b/2022/12-31.scroll index b088760..34f98a2 100644 --- a/2022/12-31.scroll +++ b/2022/12-31.scroll @@ -1,9 +1,9 @@ import ../settings.scroll metaTags -scrollCssTag +gazetteTheme import ../style.scroll -scrollHeader +gazetteHeader title The Long Beach Pub - Saturday, December 31st, 2022 replace TODAYS_DATE 12-31 @@ -112,4 +112,4 @@ endSnippet author https://github.com/breck7 Breck Yunits - Editor endColumns -scrollFooter +gazetteFooter diff --git a/2022/header.scroll b/2022/header.scroll index ddf709c..a543c02 100644 --- a/2022/header.scroll +++ b/2022/header.scroll @@ -15,5 +15,5 @@ css } metaTags -scrollCssTag -scrollHeader \ No newline at end of file +gazetteTheme +gazetteHeader \ No newline at end of file diff --git a/2022/index.scroll b/2022/index.scroll index a2fad8d..08d1ab2 100644 --- a/2022/index.scroll +++ b/2022/index.scroll @@ -1,8 +1,8 @@ import ../settings.scroll homeLink ../index.html metaTags -scrollCssTag -scrollHeader +gazetteTheme +gazetteHeader title The Long Beach Pub - 2022 Archive snippets index -scrollFooter \ No newline at end of file +gazetteFooter \ No newline at end of file diff --git a/2023/footer.scroll b/2023/footer.scroll index ac81a8e..fa7cb66 100644 --- a/2023/footer.scroll +++ b/2023/footer.scroll @@ -10,4 +10,4 @@ endColumns link https://longbeach.pub/2023/TODAYS_DATE.html longbeach.pub/2023/TODAYS_DATE.html keyboardNav -scrollFooter \ No newline at end of file +gazetteFooter \ No newline at end of file diff --git a/2023/full.scroll b/2023/full.scroll index f472f0b..dc9b9ca 100644 --- a/2023/full.scroll +++ b/2023/full.scroll @@ -1,7 +1,7 @@ import ../settings.scroll metaTags -scrollCssTag -scrollHeader +gazetteTheme +gazetteHeader title The Long Beach Pub - 2023 fullSnippets index -scrollFooter \ No newline at end of file +gazetteFooter \ No newline at end of file diff --git a/2023/header.scroll b/2023/header.scroll index 54eebfb..84667c5 100644 --- a/2023/header.scroll +++ b/2023/header.scroll @@ -9,8 +9,8 @@ homeLink ../index.html import ../style.scroll metaTags -scrollCssTag -scrollHeader +gazetteTheme +gazetteHeader title The Long Beach Pub - TODAY_NAME, MONTH_DAY, 2023 diff --git a/2023/index.scroll b/2023/index.scroll index aa84984..b7035b7 100644 --- a/2023/index.scroll +++ b/2023/index.scroll @@ -1,8 +1,8 @@ import ../settings.scroll homeLink ../index.html metaTags -scrollCssTag -scrollHeader +gazetteTheme +gazetteHeader title The Long Beach Pub - 2023 snippets index -scrollFooter \ No newline at end of file +gazetteFooter \ No newline at end of file diff --git a/404.scroll b/404.scroll index 9738a67..03b2efa 100644 --- a/404.scroll +++ b/404.scroll @@ -1,7 +1,7 @@ import settings.scroll metaTags -scrollCssTag -scrollHeader +gazetteTheme +gazetteHeader permalink 404.html title Page not found startColumns 1 @@ -19,4 +19,4 @@ code __/ | |___/ -scrollFooter +gazetteFooter diff --git a/index.scroll b/index.scroll index 247ede6..ed859b4 100644 --- a/index.scroll +++ b/index.scroll @@ -1,7 +1,7 @@ import settings.scroll metaTags -scrollCssTag -scrollHeader +gazetteTheme +gazetteHeader title The Long Beach Pub snippets 2023/index stories/index 2022/index -scrollFooter \ No newline at end of file +gazetteFooter \ No newline at end of file diff --git a/package.json b/package.json index 87585d4..d7c927c 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,6 @@ "author": "Breck Yunits et al", "homepage": "https://longbeach.pub/", "dependencies": { - "scroll-cli": "^64.0.0" + "scroll-cli": "^67.0.0" } } diff --git a/stories/footer.scroll b/stories/footer.scroll index f382d44..ee3818d 100644 --- a/stories/footer.scroll +++ b/stories/footer.scroll @@ -1,3 +1,3 @@ importOnly keyboardNav -scrollFooter \ No newline at end of file +gazetteFooter \ No newline at end of file diff --git a/stories/header.scroll b/stories/header.scroll index 8857622..b1ca94a 100644 --- a/stories/header.scroll +++ b/stories/header.scroll @@ -3,5 +3,5 @@ import ../settings.scroll homeLink ../index.html import ../style.scroll metaTags -scrollCssTag -scrollHeader \ No newline at end of file +gazetteTheme +gazetteHeader \ No newline at end of file diff --git a/stories/index.scroll b/stories/index.scroll index dce37c3..598abef 100644 --- a/stories/index.scroll +++ b/stories/index.scroll @@ -2,4 +2,4 @@ import header.scroll title The Long Beach Pub - Stories homeLink ../index.html snippets index -scrollFooter \ No newline at end of file +gazetteFooter \ No newline at end of file ------------------------------------------------------------
commit e69be36d3b64471ff843e52ff5fd326a81fcf572
Author: Breck Yunits <breck@Brecks-MacBook-Pro.local> Date: Tue Mar 28 13:55:52 2023 -0500 Upgrade Scroll diff --git a/package.json b/package.json index 9ce3d38..87585d4 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,6 @@ "author": "Breck Yunits et al", "homepage": "https://longbeach.pub/", "dependencies": { - "scroll-cli": "^59.4.0" + "scroll-cli": "^64.0.0" } } ------------------------------------------------------------
commit 0267d8e7a1db1b4ec3701238fcdb4aaf99485d35
Author: Breck Yunits <breck@Brecks-MacBook-Pro.local> Date: Tue Mar 7 15:10:03 2023 -1000 Upgrade Scroll to get link fixes diff --git a/2022/header.scroll b/2022/header.scroll index bf4581c..ddf709c 100644 --- a/2022/header.scroll +++ b/2022/header.scroll @@ -1,6 +1,6 @@ importOnly import ../settings.scroll - +homeLink ../index.html css a { text-decoration: none; diff --git a/2022/index.scroll b/2022/index.scroll index 0babfe1..a2fad8d 100644 --- a/2022/index.scroll +++ b/2022/index.scroll @@ -1,4 +1,5 @@ import ../settings.scroll +homeLink ../index.html metaTags scrollCssTag scrollHeader diff --git a/2023/header.scroll b/2023/header.scroll index d27100d..54eebfb 100644 --- a/2023/header.scroll +++ b/2023/header.scroll @@ -5,7 +5,7 @@ replaceJs TODAY_NAME dayjs(node.root.get("date")).format(`dddd`) replaceJs TODAYS_DATE dayjs(node.root.get("date")).format(`M-D`) replaceJs YESTERDAYS_DATE dayjs(dayjs(node.root.get("date")).unix() - 24*3600*1000).format(`M-D`) replaceJs MONTH_DAY dayjs(node.root.get("date")).format(`MMMM D`) - +homeLink ../index.html import ../style.scroll metaTags diff --git a/2023/index.scroll b/2023/index.scroll index 1d70fcc..aa84984 100644 --- a/2023/index.scroll +++ b/2023/index.scroll @@ -1,4 +1,5 @@ import ../settings.scroll +homeLink ../index.html metaTags scrollCssTag scrollHeader diff --git a/package.json b/package.json index 98d1860..9ce3d38 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,6 @@ "author": "Breck Yunits et al", "homepage": "https://longbeach.pub/", "dependencies": { - "scroll-cli": "^59.3.0" + "scroll-cli": "^59.4.0" } } diff --git a/stories/header.scroll b/stories/header.scroll index 010f356..8857622 100644 --- a/stories/header.scroll +++ b/stories/header.scroll @@ -1,5 +1,6 @@ importOnly import ../settings.scroll +homeLink ../index.html import ../style.scroll metaTags scrollCssTag diff --git a/stories/index.scroll b/stories/index.scroll index a2d9372..dce37c3 100644 --- a/stories/index.scroll +++ b/stories/index.scroll @@ -1,4 +1,5 @@ import header.scroll title The Long Beach Pub - Stories +homeLink ../index.html snippets index scrollFooter \ No newline at end of file ------------------------------------------------------------
commit cd0c54436003dd73ee5ba6233c77cea632c91458
Author: Breck Yunits <breck7@gmail.com> Date: Mon Mar 6 11:21:08 2023 -1000 Upgrade Scroll diff --git a/package.json b/package.json index d5d7910..98d1860 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,6 @@ "author": "Breck Yunits et al", "homepage": "https://longbeach.pub/", "dependencies": { - "scroll-cli": "^56.1.0" + "scroll-cli": "^59.3.0" } } diff --git a/style.scroll b/style.scroll index 0139b85..5f61d82 100644 --- a/style.scroll +++ b/style.scroll @@ -1,8 +1,5 @@ importOnly css - a { - text-decoration: none; - } .printOnly { display: none; } ------------------------------------------------------------
commit ce909b4ad0b20abeee35f9490e43a30bce7545a0
Author: Breck Yunits <breck@Brecks-MacBook-Pro.local> Date: Thu Feb 16 11:52:23 2023 -0800 checkpoint diff --git a/.github/workflows/fixTypos.yaml b/.github/workflows/fixTypos.yaml deleted file mode 100644 index d962ce9..0000000 --- a/.github/workflows/fixTypos.yaml +++ /dev/null @@ -1,19 +0,0 @@ -name: Automatically fix typos -on: - push: - branches: - - main - -jobs: - build: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - with: - ref: main - - uses: sobolevn/misspell-fixer-action@master - - uses: peter-evans/create-pull-request@v4.2.0 - env: - ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true' - with: - token: ${{ secrets.GITHUB_TOKEN }} ------------------------------------------------------------
commit 165d8ae3bd860aa61014e71e5f7284192f792fe0
Author: Breck Yunits <breck@Brecks-MacBook-Pro.local> Date: Thu Feb 16 11:48:32 2023 -0800 Try Sara's typo fixer diff --git a/.github/workflows/fixTypos.yaml b/.github/workflows/fixTypos.yaml new file mode 100644 index 0000000..d962ce9 --- /dev/null +++ b/.github/workflows/fixTypos.yaml @@ -0,0 +1,19 @@ +name: Automatically fix typos +on: + push: + branches: + - main + +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + with: + ref: main + - uses: sobolevn/misspell-fixer-action@master + - uses: peter-evans/create-pull-request@v4.2.0 + env: + ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true' + with: + token: ${{ secrets.GITHUB_TOKEN }} ------------------------------------------------------------
commit 6de33990d6824acebf2838f7d63ccecb722c9831
Author: Breck Yunits <breck@Brecks-MacBook-Pro.local> Date: Wed Feb 8 12:16:00 2023 -1000 Upgrade Scroll diff --git a/2023/header.scroll b/2023/header.scroll index 6a31740..d27100d 100644 --- a/2023/header.scroll +++ b/2023/header.scroll @@ -1,10 +1,10 @@ importOnly import ../settings.scroll -replaceJs TODAY_NAME dayjs(node.getParent().get("date")).format(`dddd`) -replaceJs TODAYS_DATE dayjs(node.getParent().get("date")).format(`M-D`) -replaceJs YESTERDAYS_DATE dayjs(dayjs(node.getParent().get("date")).unix() - 24*3600*1000).format(`M-D`) -replaceJs MONTH_DAY dayjs(node.getParent().get("date")).format(`MMMM D`) +replaceJs TODAY_NAME dayjs(node.root.get("date")).format(`dddd`) +replaceJs TODAYS_DATE dayjs(node.root.get("date")).format(`M-D`) +replaceJs YESTERDAYS_DATE dayjs(dayjs(node.root.get("date")).unix() - 24*3600*1000).format(`M-D`) +replaceJs MONTH_DAY dayjs(node.root.get("date")).format(`MMMM D`) import ../style.scroll diff --git a/index.scroll b/index.scroll index 5d29357..247ede6 100644 --- a/index.scroll +++ b/index.scroll @@ -1 +1,7 @@ -redirectTo 2023/index.html \ No newline at end of file +import settings.scroll +metaTags +scrollCssTag +scrollHeader +title The Long Beach Pub +snippets 2023/index stories/index 2022/index +scrollFooter \ No newline at end of file diff --git a/package.json b/package.json index f9de8b9..d5d7910 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,6 @@ "author": "Breck Yunits et al", "homepage": "https://longbeach.pub/", "dependencies": { - "scroll-cli": "^55.2.0" + "scroll-cli": "^56.1.0" } } ------------------------------------------------------------
commit bc01f80db8b798b18b1816dda3c7204786c44fa4
Author: Breck Yunits <breck@Brecks-MacBook-Pro.local> Date: Thu Jan 26 21:10:31 2023 -0800 Upgrade Scroll. Pause paper until redesign complete. diff --git a/package.json b/package.json index db5a2c5..f9de8b9 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,6 @@ "author": "Breck Yunits et al", "homepage": "https://longbeach.pub/", "dependencies": { - "scroll-cli": "^55.1.0" + "scroll-cli": "^55.2.0" } } ------------------------------------------------------------
commit 9d4503e233cdaa589a4cd5910d33bef71106230b
Author: Breck Yunits <breck@Brecks-MacBook-Pro.local> Date: Wed Jan 25 18:11:55 2023 -0800 1-25 diff --git a/2023/1-25.scroll b/2023/1-25.scroll new file mode 100644 index 0000000..8bba9ce --- /dev/null +++ b/2023/1-25.scroll @@ -0,0 +1,95 @@ +date 1-25-2023 +import header.scroll + +## Event of the week +image photos/walkBike.webp + caption Walk Bike Long Beach is hosting its first ride since COVID. + https://www.reddit.com/r/longbeach/comments/10kmyde/walk_bike_lb_hosting_its_first_ride_since_covid/ + +endSnippet + +## Jobs +* 290 new jobs on Indeed.com including School Custodian $20hr and Teller $27hr + https://www.indeed.com/jobs?l=Long+Beach%2C+CA&radius=0&sort=date&fromage=1 Indeed.com +* 33 new jobs on craigslist including Office Manager $27hr + https://losangeles.craigslist.org/search/lgb/jjj craigslist + +## Housing +* 54 new rental listings on HotPads including: $6,159 2BR Traffic Circle + https://hotpads.com/long-beach-ca/apartments-for-rent?maxCreated=24 HotPads + +comment ## Love + +## Restaurants +* Google Places lists 20 restaurants with 4.5+ rating including: Sura Korean BBQ, L'Opera Italian Restaurant and Schooner or Later + https://www.google.com/search?q=long%20beach%20top%20restaurants&rflfq=1&tbm=lcl&tbs=lrf:!1m5!1u2!2m2!2m1!2e8!4e2!1m4!1u3!2m2!3m1!1e1!1m4!1u5!2m2!5m1!1sgcid_3seafood_1restaurant!1m4!1u5!2m2!5m1!1sgcid_3american_1restaurant!1m4!1u2!2m2!2m1!1e1!1m4!1u1!2m2!1m1!1e1!1m4!1u1!2m2!1m1!1e2!1m4!1u15!2m2!15m1!1shas_1delivery!1m4!1u15!2m2!15m1!1sfeels_1romantic!1m4!1u15!2m2!15m1!1swelcomes_1children!1m4!1u22!2m2!21m1!1e1!1m5!1u15!2m2!15m1!1saccepts_1reservations!4e2!1m5!1u15!2m2!15m1!1shas_1wheelchair_1accessible_1entrance!4e2!1m5!1u15!2m2!15m1!1spopular_1with_1tourists!4e2!1m5!1u15!2m2!15m1!1sserves_1beer!4e2!1m5!1u15!2m2!15m1!1sserves_1dinner!4e2!1m5!1u15!2m2!15m1!1sserves_1lunch!4e2!1m5!1u15!2m2!15m1!1sserves_1wine!4e2!1m5!1u15!2m2!15m1!1shas_1takeout!4e2!1m5!1u15!2m2!15m1!1sserves_1dine_1in!4e2!1m5!1u15!2m2!15m1!1sserves_1happy_1hour!4e2!1m5!1u15!2m2!15m1!1sserves_1brunch!4e2!1m5!1u15!2m2!15m1!1sserves_1vegetarian!4e2!1m5!1u15!2m2!15m1!1shas_1childrens_1menu!4e2!1m5!1u15!2m2!15m1!1sserves_1breakfast!4e2!2m1!1e5!2m1!1e1!2m1!1e3!2m4!1e2!5m2!2m1!2e9!3sCg8SDXJhdGluZ19maWx0ZXIgASoCVVM,lf:1,lf_ui:9&ved=2ahUKEwiw-6v7sq38AhVInKQKHbf9BeUQwywoAXoECBIQBg&rlst=f#rlfi=hd:;si:;mv:[[33.8284117,-118.10337320000001],[33.7476619,-118.19758899999998]];tbs:lrf:!1m4!1u3!2m2!3m1!1e1!1m4!1u5!2m2!5m1!1sgcid_3seafood_1restaurant!1m4!1u5!2m2!5m1!1sgcid_3american_1restaurant!1m4!1u2!2m2!2m1!1e1!1m4!1u1!2m2!1m1!1e1!1m4!1u1!2m2!1m1!1e2!1m4!1u22!2m2!21m1!1e1!1m5!1u2!3m2!2m1!2e9!4e2!2m1!1e2!2m1!1e5!2m1!1e1!2m1!1e3!3sCg8SDXJhdGluZ19maWx0ZXIgASoCVVM,lf:1,lf_ui:9 restaurants with 4.5+ rating + https://www.surakbbq.com/ Sura Korean BBQ + http://www.lopera.com/ L'Opera Italian Restaurant + https://schoonerorlater.com/ Schooner or Later + +## Mayor's Office - @longbeachmayor @LongBeachCity + https://twitter.com/longbeachmayor @longbeachmayor + https://twitter.com/LongBeachCity @LongBeachCity +comment https://longbeach.gov/city-press-release-archive/ +* City of Long Beach Awards Negotiating Rights to Develop Former North Neighborhood Library + https://longbeach.gov/press-releases/city-of-long-beach-awards-negotiating-rights-to-develop-former-north-neighborhood-library/ +* CLEAR Launches New Lanes at Long Beach Airport + https://longbeach.gov/press-releases/clear-launches-new-lanes-at-long-beach-airport/ + +## Schools @longbeachusd + https://www.lbschools.net/ Schools + https://twitter.com/longbeachusd @longbeachusd +* Calendar + https://www.lbschools.net/Asset/Files/Employee_Relations/Calendars/22-23/2022-2023-Traditional-Calendar.pdf + +## Library @LBCityLibrary + https://www.longbeach.gov/library Library + https://twitter.com/LBCityLibrary @LBCityLibrary +* There are many events this week on the Library calendar + https://www.longbeach.gov/library/events/ Library calendar + +## Airport @lgbairport + https://www.longbeach.gov/lgb/ Airport + https://twitter.com/lgbairport @lgbairport +* 40+ planes arriving today: mostly Southwest with a few from American, Hawaiian, and Delta + https://www.longbeach.gov/lgb/airlines-destinations/flight-status/ arriving + +## Port @portoflongbeach + https://polb.com/ Port + https://twitter.com/portoflongbeach @portoflongbeach +comment https://polb.com/port-info/news-and-press/ +* Port Of Long Beach Closes 2022 With Second-busiest Year + https://polb.com/port-info/news-and-press/port-of-long-beach-closes-2022-with-second-busiest-year-01-19-2023/ + +## Police @LBPD + https://www.longbeach.gov/police/ Police + https://twitter.com/LBPD @LBPD +comment https://www.longbeach.gov/news-archive/?cid=6697 +* 0 new incidents in blotter from YESTERDAYS_DATE. + https://www.longbeach.gov/police/news/lbpd-blotter---jan-24-2024/ blotter + +## Fire Department @lbfd + https://www.longbeach.gov/fire/ Fire Department + https://twitter.com/LBFD @lbfd +comment Press releases: https://www.longbeach.gov/press-release-archive/?cid=6702 + +## Deukmejian Courthouse + https://www.courts.ca.gov/facilities-la-longbeach.htm +* There are many civil cases today and many criminal cases. + https://www.lacourt.org/CivilCalendar/ui/mainpanel.aspx?CaseType=general#ResultTop civil cases + https://www.lacourt.org/criminalcalendar/ui/CalendarList.aspx criminal cases + +## Weather + https://forecast.weather.gov/MapClick.php?lat=33.76672000000008&lon=-118.19239999999996#.Y6_To-zMIbk +- ☀️ Today: Sunny, with a high near 70. North northwest wind around 5 mph. +- ✨ Tonight: Clear, with a low around 49. Northwest wind 10 to 15 mph becoming east northeast in the evening. +- ☀️ Tomorrow: Sunny, with a high near 70. Breezy, with a northeast wind 15 to 20 mph, with gusts as high as 25 mph. +- ✨ Tomorrow Night: Clear, with a low around 45. Northeast wind around 5 mph. + +## Subreddit + https://www.reddit.com/r/longbeach/new +* Posts yesterday in the Long Beach Subreddit included: +* Walk Bike LB hosting its first ride since COVID! Meet up @ 9:30 am THIS SATURDAY at Pedal Movement (same as Moonlight Mash), route gonna go up toward Bixby Knolls - 18 upvotes + https://www.reddit.com/r/longbeach/comments/10kmyde/walk_bike_lb_hosting_its_first_ride_since_covid/ + +import footer.scroll diff --git a/2023/pdfs/1-25.pdf b/2023/pdfs/1-25.pdf new file mode 100644 index 0000000..99f22e6 Binary files /dev/null and b/2023/pdfs/1-25.pdf differ diff --git a/2023/photos/walkBike.webp b/2023/photos/walkBike.webp new file mode 100644 index 0000000..171b8ac Binary files /dev/null and b/2023/photos/walkBike.webp differ ------------------------------------------------------------
commit dff41153fd0e6af6b343ed18ae724c12aa23cd44
Author: Breck Yunits <breck@Brecks-MacBook-Pro.local> Date: Tue Jan 24 16:08:12 2023 -1000 1-24 diff --git a/2023/1-24.scroll b/2023/1-24.scroll new file mode 100644 index 0000000..14dcc73 --- /dev/null +++ b/2023/1-24.scroll @@ -0,0 +1,98 @@ +date 1-24-2023 +import header.scroll + +## Vis of the day +image photos/boeingJobsWordCloud.png + caption Boeing is one of Long Beach's largest employers and has dozens of open positions. + https://jobs.boeing.com/search-jobs/Long%20Beach%2C%20CA/185-18469/4/6252001-5332921-5368381-5367929/33x76696/-118x18923/50/2 open positions + +endSnippet + +## Jobs +* 279 new jobs on Indeed.com including Front Desk Agent $17hr and Substitute Teacher $192day + https://www.indeed.com/jobs?l=Long+Beach%2C+CA&radius=0&sort=date&fromage=1 Indeed.com +* 58 new jobs on craigslist including Warehouse Associate $16hr + https://losangeles.craigslist.org/search/lgb/jjj craigslist + +## Housing +* 49 new rental listings on HotPads including: $3,850 3BR in Bixby Area + https://hotpads.com/long-beach-ca/apartments-for-rent?maxCreated=24 HotPads + +comment ## Love + +## Restaurants +* Yelp lists 90 Mexican Restaurants in Long Beach including these highest rated ones: Joliza's, Rivera’s. + https://www.yelp.com/search?find_desc=Mexican&find_loc=Long+Beach%2C+CA%2C+United+States&sortby=rating Mexican Restaurants + https://jolizas.com/ Joliza's + https://riverasonline.com/ Rivera’s + +## Mayor's Office - @longbeachmayor @LongBeachCity + https://twitter.com/longbeachmayor @longbeachmayor + https://twitter.com/LongBeachCity @LongBeachCity +comment https://longbeach.gov/city-press-release-archive/ +* Long Beach Parks, Recreation and Marine Spring Class Registration Begins February 6 + https://longbeach.gov/press-releases/long-beach-parks-recreation-and-marine-spring-class-registration-begins-february-6/ +* City of Long Beach Awards Negotiating Rights to Develop Former North Neighborhood Library + https://longbeach.gov/press-releases/city-of-long-beach-awards-negotiating-rights-to-develop-former-north-neighborhood-library/ +* CLEAR Launches New Lanes at Long Beach Airport + https://longbeach.gov/press-releases/clear-launches-new-lanes-at-long-beach-airport/ + +## Schools @longbeachusd + https://www.lbschools.net/ Schools + https://twitter.com/longbeachusd @longbeachusd +* Calendar + https://www.lbschools.net/Asset/Files/Employee_Relations/Calendars/22-23/2022-2023-Traditional-Calendar.pdf + +## Library @LBCityLibrary + https://www.longbeach.gov/library Library + https://twitter.com/LBCityLibrary @LBCityLibrary +* There are many events this week on the Library calendar + https://www.longbeach.gov/library/events/ Library calendar + +## Airport @lgbairport + https://www.longbeach.gov/lgb/ Airport + https://twitter.com/lgbairport @lgbairport +* 40+ planes arriving today: mostly Southwest with a few from American, Hawaiian, and Delta + https://www.longbeach.gov/lgb/airlines-destinations/flight-status/ arriving + +## Port @portoflongbeach + https://polb.com/ Port + https://twitter.com/portoflongbeach @portoflongbeach +comment https://polb.com/port-info/news-and-press/ +* Port Of Long Beach Closes 2022 With Second-busiest Year + https://polb.com/port-info/news-and-press/port-of-long-beach-closes-2022-with-second-busiest-year-01-19-2023/ + +## Police @LBPD + https://www.longbeach.gov/police/ Police + https://twitter.com/LBPD @LBPD +comment https://www.longbeach.gov/news-archive/?cid=6697 +* LBPD Detectives, FBI, locate and arrest man for pointing a high-powered laser into aircrafts + https://www.longbeach.gov/police/news/lbpd-detectives-fbi-locate-and-arrest-man-for-pointing-a-high-powered-laser-into-aircrafts/ +* 2 new incidents in blotter from YESTERDAYS_DATE included 1 shooting. + https://www.longbeach.gov/police/news/lbpd-blotter---jan-23-2023/ blotter + +## Fire Department @lbfd + https://www.longbeach.gov/fire/ Fire Department + https://twitter.com/LBFD @lbfd +comment Press releases: https://www.longbeach.gov/press-release-archive/?cid=6702 + +## Deukmejian Courthouse + https://www.courts.ca.gov/facilities-la-longbeach.htm +* There are many civil cases today and many criminal cases. + https://www.lacourt.org/CivilCalendar/ui/mainpanel.aspx?CaseType=general#ResultTop civil cases + https://www.lacourt.org/criminalcalendar/ui/CalendarList.aspx criminal cases + +## Weather + https://forecast.weather.gov/MapClick.php?lat=33.76672000000008&lon=-118.19239999999996#.Y6_To-zMIbk +- ☀️ Today: Sunny, with a high near 64. North northeast wind 5 to 10 mph becoming west southwest in the afternoon. +- ✨ Tonight: Mostly clear, with a low around 45. West northwest wind 5 to 10 mph becoming north northeast after midnight. +- ☀️ Tomorrow: Sunny, with a high near 70. North northwest wind around 5 mph. +- ✨ Tomorrow Night: Clear, with a low around 49. North northwest wind 10 to 15 mph becoming east northeast after midnight. Winds could gust as high as 20 mph. + +## Subreddit + https://www.reddit.com/r/longbeach/new +* Posts yesterday in the Long Beach Subreddit included: +* Any places to play chess in Long Beach? - 14 upvotes + https://www.reddit.com/r/longbeach/comments/10jtka5/any_places_to_play_chess_in_long_beach/ + +import footer.scroll diff --git a/2023/pdfs/1-24.pdf b/2023/pdfs/1-24.pdf new file mode 100644 index 0000000..4f3058e Binary files /dev/null and b/2023/pdfs/1-24.pdf differ diff --git a/2023/photos/boeingJobsWordCloud.png b/2023/photos/boeingJobsWordCloud.png new file mode 100644 index 0000000..8aed1de Binary files /dev/null and b/2023/photos/boeingJobsWordCloud.png differ