Created at 10am, Mar 26
Winning-CircleScience
0
South Korean Scientists Develop ‘Beef Rice’
92NEeC5MpgcKN0trZEfEA_NKaui8lHw-nNTxACtGWI0
File Type
MP3
Entry Count
29
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw

South Korean researchers have combined cow muscle cells with rice grains. They say the new rice is an important step towards a sustainable, less costly source of protein. The researchers suggested it could replace the meat of farmed cattle, or beef.Professor Jinkee Hong of Yonsei University led the research. Hong said the “beef rice” is the first product of its kind. The results of the research were recently published in Matter.The beef rice uses grain particles as the base for growing animal muscle and fat cells.The researchers treated rice grains with chemicals called enzymes to create an environment for cell growth. They added cells from cattle to create the final product, which is a combination, or hybrid, of the two. The result looks like a grain of rice with a pink color.

He added that it would be good in environments where traditional animal farming is too difficult.
start: 01:45 - end: 01:52
The beef rice contains around 8% more protein and 7% more fat than normal rice.
start: 01:52 - end: 02:01
Hong noted the protein is 18% animal-based.
start: 02:01 - end: 02:06
That makes it a good source of important nutrients needed by humans, called essential amino acids.
start: 02:06 - end: 02:15
How to Retrieve?
# Search

curl -X POST "https://search.dria.co/hnsw/search" \
-H "x-api-key: <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{"rerank": true, "top_n": 10, "contract_id": "92NEeC5MpgcKN0trZEfEA_NKaui8lHw-nNTxACtGWI0", "query": "What is alexanDRIA library?"}'
        
# Query

curl -X POST "https://search.dria.co/hnsw/query" \
-H "x-api-key: <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{"vector": [0.123, 0.5236], "top_n": 10, "contract_id": "92NEeC5MpgcKN0trZEfEA_NKaui8lHw-nNTxACtGWI0", "level": 2}'