
Immigrant rights advocates rally against ICE courthouse arrests in San Francisco
Immigrant rights advocates rallied Wednesday outside San Francisco 's immigration court to condemn the Trump administration's latest deportation tactics and implore asylum-seekers to keep their court dates despite recent arrests.
Arrests have been a rarity in or near immigration courts, but U.S. Immigration and Customs Enforcement agents last week showed up at courthouses across the country to arrest migrants who appeared for routine court proceedings. The move has rattled immigrant communities already feeling pressure from the Republican administration to leave.
Eight people were arrested in the San Francisco and Contra Costa County courthouses Tuesday, advocates said. At least one person was arrested last week.
ICE did not immediately respond to a request for comment.
Most of the people in Concord courthouse are asylum-seekers, said Ali Saidi, director of Stand Together Contra Costa, an immigration hotline and rapid response team in the county east of San Francisco.
It was unclear who was being targeted and why, but speakers at the rally said agents at both courts had specific names and were not arresting people at random. They did not have details of the people who were arrested.
'It seems to be targeted arrests that they could have done at other locations," Saidi said, 'but chose to do it at the court in order to — it appears — make people afraid to come to court.'
Speakers implored immigrants to keep their court dates, because missing a hearing would make them subject to a removal order and deportation. They said lawyers are available, as are volunteers, to accompany them to court.
Hashtags

Try Our AI Features
Explore what Daily8 AI can do for you:
Comments
No comments yet...
Related Articles


Geeky Gadgets
26 minutes ago
- Geeky Gadgets
Make Excel Formulas Flexible with This Simple Operator
Have you ever found yourself manually updating Excel formulas, tediously adjusting titles, or struggling to make your spreadsheets adapt to changing data? It's a common frustration, but what if there was a simple yet powerful way to make your formulas smarter and more flexible? Enter the ampersand (&) operator—a seemingly modest tool that can transform the way you work in Excel. While often overlooked, this operator is the key to creating dynamic, adaptable formulas that save time, reduce errors, and elevate your data management skills. From combining text effortlessly to building advanced lookup functions, the ampersand operator proves that even the smallest tools can deliver outsized results. In this guide, Kenji explains how the ampersand operator can unlock new possibilities in Excel. You'll learn how to use it for dynamic titles that update automatically, flexible lookups that handle complex scenarios, and even control panels that centralize your workbook management. Whether you're a seasoned Excel user or just beginning to explore its potential, the techniques shared here will help you streamline your workflows and tackle common challenges with confidence. As you discover the versatility of this operator, you might find yourself rethinking how you approach formula creation altogether. After all, sometimes the most powerful solutions are hiding in plain sight. Mastering Excel's Ampersand Operator Text Concatenation: The Foundation of Flexibility At its core, the ampersand operator is most commonly used for text concatenation—combining text strings into a single output. While Excel provides functions like CONCAT and TEXTJOIN, the ampersand operator offers a straightforward and flexible alternative. For instance, you can merge first and last names stored in separate cells, adding a space between them for clarity. Example: If 'John' is in cell A1 and 'Doe' is in cell B1, the formula `=A1 & ' ' & B1` produces 'John Doe.' Benefits: This method allows you to customize the output by adding characters such as spaces, commas, or hyphens without relying on more complex functions. It is particularly useful for creating labels, headers, or any scenario where text needs to be dynamically combined. This simple yet effective technique forms the foundation for more advanced applications of the ampersand operator. Dynamic Titles and Headers: Automate Updates One of the most practical uses of the ampersand operator is in creating dynamic titles and headers that update automatically based on your data. This functionality is especially valuable for reports, dashboards, and summaries that need to reflect real-time information. Example: To include the current month in a report title, use the formula `='Sales Report for ' & TEXT(TODAY(), 'MMMM')`. If the current month is October, the title will display 'Sales Report for October.' Benefits: This approach eliminates the need for manual updates, saving time and reducing the risk of errors. Dynamic titles ensure that your reports remain accurate and professional, even as the underlying data changes. By automating updates, you can focus on analyzing data rather than spending time on repetitive formatting tasks. Making Excel Formulas Flexible with & Watch this video on YouTube. Unlock more knowledge in Excel formulas by reading previous articles we have written. Enhanced Lookup Functions: Handle Complex Scenarios The ampersand operator can also enhance lookup functions like XLOOKUP, VLOOKUP, and INDEX-MATCH by allowing you to combine multiple criteria into a single lookup value. This is particularly useful in scenarios where standard lookup functions might struggle to handle complex conditions. Example: If column A contains product names, column B contains categories, and you need to find the price of a specific product-category combination, you can use a formula like `=XLOOKUP(A1 & B1, C1:C100 & D1:D100, E1:E100)`. Benefits: This technique ensures precise lookups, even when dealing with multiple conditions. It is especially valuable for large datasets where accuracy is critical. By using the ampersand operator, you can create more robust and adaptable lookup formulas that address complex data requirements. Dynamic Chart Titles and Control Panels Charts and dashboards often require titles and controls that reflect the data they represent. The ampersand operator can help you create dynamic chart titles and centralized control panels, making sure that your visuals and references update automatically as your data changes. Dynamic Chart Titles: Linking chart titles to cell values using the ampersand operator ensures that titles update automatically when the data changes. Example: If your chart displays sales data for a specific region, use a formula like `='Sales in ' & A1` to dynamically update the title based on the region specified in cell A1. Benefits: This technique saves time, ensures consistency, and reduces the risk of errors in your visualizations. Dynamic chart titles enhance the clarity and professionalism of your reports and dashboards. Control Panels: The ampersand operator is invaluable when building dynamic control panels in Excel. By combining it with the INDIRECT function, you can create adaptable references that respond to changes in your workbook, such as new sheets or data. Example: Use a formula like `=INDIRECT(''' & A1 & ''!B2')` to reference cell B2 on a sheet named in cell A1. Benefits: This approach centralizes control, allowing you to update formulas across your workbook without manual adjustments. Dynamic control panels streamline workflows, making it easier to manage large workbooks with multiple sheets. Advanced Applications: Wildcard Matching and Dynamic Range References The ampersand operator also supports advanced applications, such as wildcard matching and dynamic range references, which can simplify complex tasks and improve efficiency. Wildcard Matching: When working with lookup functions, exact matches are not always feasible. The ampersand operator, combined with wildcard characters like asterisks (*), enables flexible searches for approximate matches. Example: To search for a product name starting with 'Pro,' use a formula like `=XLOOKUP('Pro' & A1, B1:B100, C1:C100)`. Benefits: This technique handles incomplete or inconsistent data, making sure accurate results even with variations in text. Wildcard matching makes your formulas more robust and adaptable to real-world data challenges. Dynamic Range References: The ampersand operator can also be used to create dynamic range references, particularly when combined with the INDIRECT function. This allows you to reference ranges across multiple sheets or adjust ranges based on user input. Example: To sum values in a range specified by the sheet name in cell A1, use the formula `=SUM(INDIRECT(''' & A1 & ''!B1:B10'))`. Benefits: This capability simplifies complex tasks, such as consolidating data from multiple sheets or creating flexible reports. Dynamic range references improve efficiency and reduce the need for manual updates in your workbook. Maximizing the Ampersand Operator's Potential The ampersand (&) operator is more than just a tool for joining text—it is a gateway to creating dynamic, flexible, and efficient Excel formulas. From text concatenation and dynamic titles to advanced lookup functions, control panels, and wildcard matching, the ampersand operator enables you to simplify complex tasks and build adaptable solutions. By incorporating this powerful tool into your workflow, you can enhance your Excel skills and unlock new possibilities for managing data effectively. Media Credit: Kenji Explains Filed Under: Guides, Top News Latest Geeky Gadgets Deals Disclosure: Some of our articles include affiliate links. If you buy something through one of these links, Geeky Gadgets may earn an affiliate commission. Learn about our Disclosure Policy.


BBC News
35 minutes ago
- BBC News
British trio four shots off lead at US Women's Open
US Open first round leaderboard-4 Yin (US), Lopez (Spa), Takeda (Jpn) Noh (US), Im (Kor), Kim (Kor); -3 Iwai (Jpn), Hatoaka (Jpn), Tamburlini (Swi), Hwang (Kor), Kawamoto (Kor)Selected others: E Dryburgh (Sco), Hull (Eng), Woad (Eng), Korda (US); +1 Lee (Aus); +2 Saso (Jpn)Full leaderboard British trio Charley Hull, Gemma Dryburgh and Lottie Woad sit four shots off the lead, alongside world number one Nelly Korda, after the first round of the US Women's Open. They are all at level par on a congested leaderboard at Erin Hills in world number 11 Angel Yin and 2020 champion A Lim Kim are among six players in the joint lead on four under after a day when 58 players shot level par or better. England's Hull, who was two over after 11 holes, hit birdies on the 12th and 16th holes to post a 72 and match the efforts of Scotland's Dryburgh who birdied the 13th and 14th holes to wipe out early Lottie Woad, who won the prestigious Augusta National Women's Amateur in 2024, was three under after 10 holes but a double-bogey six on the par-four 17th saw her drop major winner Korda had one bogey and one birdie in her 72."Overall, I can't complain," said the American. "First day, it's all about patience. I'm striking it pretty well, so hopefully I can carry that into the next couple days."


Reuters
41 minutes ago
- Reuters
US ethane exports to China hit new roadblock with licence requirement
SINGAPORE/HOUSTON, May 30 (Reuters) - Chinese purchases of U.S. ethane, a key petrochemical feedstock, face fresh uncertainty after the Commerce Department told exporters to seek licences to export to China, according to trade sources and shipping data. Washington ordered a broad swathe of companies to stop shipping goods, including ethane and butane, to China without a licence and revoked licences already granted to some suppliers, Reuters reported on Wednesday. The move is the latest disruption in Chinese purchases of U.S. ethane, which hit a record of 492,000 barrels per day in 2024, or nearly half of U.S. exports, according to the U.S. Energy Information Administration. Early last month, China increased levies on imports of U.S. goods to 125% but waived the tariff for petrochemical producers who rely on the United States. for almost all their ethane imports. At least two Very Large Gas Carriers were waiting at U.S. ports to load ethane this week while 13 more tankers are headed to, or waiting off, the U.S. Gulf Coast to load about 460,000 metric tons of ethane in June, Kpler data showed. "It's going to be a major issue if all exports are suspended," said a Chinese ethane importer, who sought anonymity because he is not authorised to speak to media. "We are cautiously watching if exporters can obtain new export licences soon." VLGC Pacific Ineos Grenadier was supposed to load ethane for Ineos at Enterprise Products Partners' (EPD.N), opens new tab Morgan's Point terminal at La Porte, Texas, has docked there since last Friday, Kpler and LSEG data showed. Stl Qianjiang is anchored near Energy Transfer's (ET.N), opens new tab Nederland terminal, due to load ethane for Chinese petrochemical firm Satellite Chemical, the data showed. Enterprise, Energy Transfer and Ineos did not immediately respond to requests for comment outside office hours while Satellite Chemical could not be reached for comment. "The market disruption could be immediate," Julian Renton, an analyst at East Daley Analytics, said in a note. A trade source said Ineos, which also buys ethane for its plants in Europe, may divert its cargo there. In a a filing Enterprise, a top handler of ethane and butane, said it was evaluating its procedures and internal controls and could not determine if it would be able to get a licence. Traders said there may be limited near-term impact on Chinese operators, as they have sufficient stocks. East Daley's Renton said if the restriction holds, Chinese petrochemical plants could face critical feedstock shortfalls, while projects may stall. Chinese petrochemical firms use ethane as a cheaper feedstock alternative to naphtha, while U.S. oil and gas producers count on China to buy their natural gas liquids as domestic supply exceeds demand. Shares of ethane importers Satellite Chemical ( opens new tab were down 3.1% on Friday, while Wanhua Chemical ( opens new tab stock lost 1.3%.