We found 111 results that contain "msu"
Posted on: #iteachmsu
ASSESSING LEARNING
Eating a wide variety of nutritious foods, including fruit, vegetables, nuts, seeds, and lean protei
Eating a wide variety of nutritious foods, including fruit, vegetables, nuts, seeds, and lean protein can help support your overall health.
Many foods are both healthy and tasty. By filling your plate with fruits, vegetables, quality protein sources, and other whole foods, you’ll have meals that are colorful, versatile, and good for you.
Here are 50 healthy and delicious to include in your diet.
Col 1
Col 2
Col 3
Row 1
Row 2
Row 3
Many foods are both healthy and tasty. By filling your plate with fruits, vegetables, quality protein sources, and other whole foods, you’ll have meals that are colorful, versatile, and good for you.
Here are 50 healthy and delicious to include in your diet.
Col 1
Col 2
Col 3
Row 1
Row 2
Row 3
Authored by:
Vijaya

Posted on: #iteachmsu

Eating a wide variety of nutritious foods, including fruit, vegetables, nuts, seeds, and lean protei
Eating a wide variety of nutritious foods, including fruit, vegetab...
Authored by:
ASSESSING LEARNING
Friday, Nov 24, 2023
Posted on: #iteachmsu
DISCIPLINARY CONTENT
Eating a wide variety of nutritious foods, including fruit, vegetables, nuts, seeds, and lean protei
Eating a wide variety of nutritious foods, including fruit, vegetables, nuts, seeds, and lean protein can help support your overall health.
Many foods are both healthy and tasty. By filling your plate with fruits, vegetables, quality protein sources, and other whole foods, you’ll have meals that are colorful, versatile, and good for you.
Here are 50 healthy and delicious to include in your diet
sr. no
name
category
1
Article 1
Assessing Learning
YT Video URL:URL: https://www.healthline.com/nutrition/50-super-healthy-foods Special Character:φϖℜ
Many foods are both healthy and tasty. By filling your plate with fruits, vegetables, quality protein sources, and other whole foods, you’ll have meals that are colorful, versatile, and good for you.
Here are 50 healthy and delicious to include in your diet
sr. no
name
category
1
Article 1
Assessing Learning
YT Video URL:URL: https://www.healthline.com/nutrition/50-super-healthy-foods Special Character:φϖℜ
Authored by:
Vijaya

Posted on: #iteachmsu

Eating a wide variety of nutritious foods, including fruit, vegetables, nuts, seeds, and lean protei
Eating a wide variety of nutritious foods, including fruit, vegetab...
Authored by:
DISCIPLINARY CONTENT
Friday, Nov 24, 2023
Posted on: #iteachmsu
DISCIPLINARY CONTENT
Digital Collaborative Learning for the 21st Century 2.0 (Learning Community for AY2023-2024)
Digital Collaborative Learning for the 21st Century 2.0 (Learning Community for AY2023-2024)
Authored by:
906

Posted on: #iteachmsu

Digital Collaborative Learning for the 21st Century 2.0 (Learning Community for AY2023-2024)
Digital Collaborative Learning for the 21st Century 2.0 (Learning Community for AY2023-2024)
Authored by:
DISCIPLINARY CONTENT
Monday, Sep 25, 2023
Posted on: Smoke testing group by 936 user
DISCIPLINARY CONTENT
Education is the transmission of knowledge
In prehistory, education happened informally through oral communication and imitation. With the rise of ancient civilizations, writing was invented, and the amount of knowledge grew. This caused a shift from informal to formal education. Initially, formal education was mainly available to elites and religious groups. The invention of the printing press in the 15th century made books more widely available. This increased general literacy. Beginning in the 18th and 19th centuries, public education became more important. This development led to the worldwide process of making primary education available to all, free of charge, and compulsory up to a certain age. Today, over 90% of all primary-school-age children worldwide attend primary school.
Authored by:
Jyoti
Posted on: Smoke testing group by 936 user
Education is the transmission of knowledge
In prehistory, education happened informally through oral...
Authored by:
DISCIPLINARY CONTENT
Tuesday, Jan 23, 2024
Posted on: #iteachmsu
NAVIGATING CONTEXT
Article For Software development life cycle
What is SDLC?
SDLC is a process followed for a software project, within a software organization. It consists of a detailed plan describing how to develop, maintain, replace and alter or enhance specific software. The life cycle defines a methodology for improving the quality of software and the overall development process.
The following figure is a graphical representation of the various stages of a typical SDLC.
A typical Software Development Life Cycle consists of the following stages −
Stage 1: Planning and Requirement Analysis
Requirement analysis is the most important and fundamental stage in SDLC. It is performed by the senior members of the team with inputs from the customer, the sales department, market surveys and domain experts in the industry. This information is then used to plan the basic project approach and to conduct product feasibility study in the economical, operational and technical areas.
Planning for the quality assurance requirements and identification of the risks associated with the project is also done in the planning stage. The outcome of the technical feasibility study is to define the various technical approaches that can be followed to implement the project successfully with minimum risks.
Stage 2: Defining Requirements
Once the requirement analysis is done the next step is to clearly define and document the product requirements and get them approved from the customer or the market analysts. This is done through an SRS (Software Requirement Specification) document which consists of all the product requirements to be designed and developed during the project life cycle.
Stage 3: Designing the Product Architecture
SRS is the reference for product architects to come out with the best architecture for the product to be developed. Based on the requirements specified in SRS, usually more than one design approach for the product architecture is proposed and documented in a DDS - Design Document Specification.
This DDS is reviewed by all the important stakeholders and based on various parameters as risk assessment, product robustness, design modularity, budget and time constraints, the best design approach is selected for the product.
A design approach clearly defines all the architectural modules of the product along with its communication and data flow representation with the external and third party modules (if any). The internal design of all the modules of the proposed architecture should be clearly defined with the minutest of the details in DDS.
Stage 4: Building or Developing the Product
In this stage of SDLC the actual development starts and the product is built. The programming code is generated as per DDS during this stage. If the design is performed in a detailed and organized manner, code generation can be accomplished without much hassle.
Developers must follow the coding guidelines defined by their organization and programming tools like compilers, interpreters, debuggers, etc. are used to generate the code. Different high level programming languages such as C, C++, Pascal, Java and PHP are used for coding. The programming language is chosen with respect to the type of software being developed.
Stage 5: Testing the Product
This stage is usually a subset of all the stages as in the modern SDLC models, the testing activities are mostly involved in all the stages of SDLC. However, this stage refers to the testing only stage of the product where product defects are reported, tracked, fixed and retested, until the product reaches the quality standards defined in the SRS.
Stage 6: Deployment in the Market and Maintenance
Once the product is tested and ready to be deployed it is released formally in the appropriate market. Sometimes product deployment happens in stages as per the business strategy of that organization. The product may first be released in a limited segment and tested in the real business environment (UAT- User acceptance testing).
Then based on the feedback, the product may be released as it is or with suggested enhancements in the targeting market segment. After the product is released in the market, its maintenance is done for the existing customer base.Video link:Embedded video link:Link: https://projects.invisionapp.com/d/main#/console/20294675/458743820/preview
SDLC is a process followed for a software project, within a software organization. It consists of a detailed plan describing how to develop, maintain, replace and alter or enhance specific software. The life cycle defines a methodology for improving the quality of software and the overall development process.
The following figure is a graphical representation of the various stages of a typical SDLC.
A typical Software Development Life Cycle consists of the following stages −
Stage 1: Planning and Requirement Analysis
Requirement analysis is the most important and fundamental stage in SDLC. It is performed by the senior members of the team with inputs from the customer, the sales department, market surveys and domain experts in the industry. This information is then used to plan the basic project approach and to conduct product feasibility study in the economical, operational and technical areas.
Planning for the quality assurance requirements and identification of the risks associated with the project is also done in the planning stage. The outcome of the technical feasibility study is to define the various technical approaches that can be followed to implement the project successfully with minimum risks.
Stage 2: Defining Requirements
Once the requirement analysis is done the next step is to clearly define and document the product requirements and get them approved from the customer or the market analysts. This is done through an SRS (Software Requirement Specification) document which consists of all the product requirements to be designed and developed during the project life cycle.
Stage 3: Designing the Product Architecture
SRS is the reference for product architects to come out with the best architecture for the product to be developed. Based on the requirements specified in SRS, usually more than one design approach for the product architecture is proposed and documented in a DDS - Design Document Specification.
This DDS is reviewed by all the important stakeholders and based on various parameters as risk assessment, product robustness, design modularity, budget and time constraints, the best design approach is selected for the product.
A design approach clearly defines all the architectural modules of the product along with its communication and data flow representation with the external and third party modules (if any). The internal design of all the modules of the proposed architecture should be clearly defined with the minutest of the details in DDS.
Stage 4: Building or Developing the Product
In this stage of SDLC the actual development starts and the product is built. The programming code is generated as per DDS during this stage. If the design is performed in a detailed and organized manner, code generation can be accomplished without much hassle.
Developers must follow the coding guidelines defined by their organization and programming tools like compilers, interpreters, debuggers, etc. are used to generate the code. Different high level programming languages such as C, C++, Pascal, Java and PHP are used for coding. The programming language is chosen with respect to the type of software being developed.
Stage 5: Testing the Product
This stage is usually a subset of all the stages as in the modern SDLC models, the testing activities are mostly involved in all the stages of SDLC. However, this stage refers to the testing only stage of the product where product defects are reported, tracked, fixed and retested, until the product reaches the quality standards defined in the SRS.
Stage 6: Deployment in the Market and Maintenance
Once the product is tested and ready to be deployed it is released formally in the appropriate market. Sometimes product deployment happens in stages as per the business strategy of that organization. The product may first be released in a limited segment and tested in the real business environment (UAT- User acceptance testing).
Then based on the feedback, the product may be released as it is or with suggested enhancements in the targeting market segment. After the product is released in the market, its maintenance is done for the existing customer base.Video link:Embedded video link:Link: https://projects.invisionapp.com/d/main#/console/20294675/458743820/preview
Authored by:
Vijayalaxmi vishvanath mali

Posted on: #iteachmsu

Article For Software development life cycle
What is SDLC?
SDLC is a process followed for a software project, wi...
SDLC is a process followed for a software project, wi...
Authored by:
NAVIGATING CONTEXT
Wednesday, Nov 22, 2023
Posted on: #iteachmsu
LAIKA’S SENSORS FACILITATE LIFE-LIKE SUPPORT
Named after the dog that first journeyed into space in 1957, Laika is a mechanical companion as well as an active participant in the astronaut’s life, playing the roles of friend, family member, and even health coach. Crafted from robust titanium, Laika’s body is built to endure both the harsh conditions of outer space, as well as Earth for walking and jogging alongside its human counterparts, offering emotional support through its advanced mechanical calculations.
Equipped with an array of sensors — including depth cameras, thermal imaging cameras, ultrasonic sensors, and slam cameras — Laika is attuned to its surroundings, capable of detecting space, objects, and people. The integration of ECG sensors along its neck also serves a dual purpose, monitoring the astronauts’ health during emotional interactions. Emotional connection is further enhanced through the expressive multi-joint movements, displaying loyalty and love, akin to a real-life pet.
Table "
table 1
aa
asad
asda
asdaassa
Same just uRL "
link : https://www.designboom.com/technology/life-like-ai-robot-dog-laika-space-travelers-jihee-kim-11-19-2023/special character :
ˆÁ
Equipped with an array of sensors — including depth cameras, thermal imaging cameras, ultrasonic sensors, and slam cameras — Laika is attuned to its surroundings, capable of detecting space, objects, and people. The integration of ECG sensors along its neck also serves a dual purpose, monitoring the astronauts’ health during emotional interactions. Emotional connection is further enhanced through the expressive multi-joint movements, displaying loyalty and love, akin to a real-life pet.
Table "
table 1
aa
asad
asda
asdaassa
Same just uRL "
link : https://www.designboom.com/technology/life-like-ai-robot-dog-laika-space-travelers-jihee-kim-11-19-2023/special character :
ˆÁ
Authored by:
Chathu

Posted on: #iteachmsu

LAIKA’S SENSORS FACILITATE LIFE-LIKE SUPPORT
Named after the dog that first journeyed into space in 1957, Laika ...
Authored by:
Wednesday, Nov 22, 2023
Posted on: #iteachmsu
DISCIPLINARY CONTENT
Full blood count 1
Department of Haematology
Notes
Full blood counts are performed on automated equipment and provide haemoglobin concentration, red cell indices, white cell count (with a differential count) and platelet count.
The presence of abnormal white cell and red cell morphology is flagged by the analysers.
Blood films may be inspected to confirm and interpret abnormalities identified by the cell counter, or to look for certain specific haematological abnormalities.
Grossly abnormal FBC results and abnormal blood films will be phoned through to the requestor.
There is no need to request a blood film to obtain a differential white count. It is, however, important that clinical details are provided to allow the laboratory to decide whether a blood film, in addition to the automated analysis, is required.
Under some circumstances a differential is not routinely performed, e.g. pre-op, post-op, antenatal and postnatal requests.
Full Blood Counts are performed at CGH and GRH
See also: Reticulocyte Count
The FBC comprises the following tests
Standard
Haemoglobin (Hb)
White Blood Count (WBC)
Platelet Count (Plt)
Red Cell Count (RBC)
Haematocrit (HCT)
Mean Cell Volume - Red cell (MCV)
Mean Cell Haemoglobin (MCH)
Differential White Cell Count (where applicable)
Neutrophils
Lymphocytes
Monocytes
Eosinophils
Basophils
And if appropriate
Blood Film
Sample Requirements
2ml or 4ml EDTA sample or a Paediatric 1ml EDTA sample.
Sample Storage and Retention
Pre analysis storage: do not store, send to laboratory within 4 hours.
Sample retention by lab: EDTA samples are retained for a minimum of 48 hours at 2-10°C
Transport of samples may affect sample viability, i.e. FBC results will degenerate if exposed to high temperatures, such as prolonged transportation in a hot car in summer.
This test can be added on to a previous request as long as there is sufficient sample remaining and the sample is less than 24 hours old.
Turnaround Times
Clinical emergency: 30 mins
Other urgent sample: 60 mins
Routine: within 2 hours
Reference Ranges
If references ranges are required for paediatric patients please contact the laboratory for these.
Parameter Patient Reference Range Units Haemoglobin Adult Male 130 - 180 g/L Adult Female 115 - 165 g/L Red Cell Count Adult Male 4.50 - 6.50 x10^12/L Adult Female 3.80 - 5.80 x10^12/L Haematocrit Adult Male 0.40 - 0.54 L/L Adult Female 0.37 - 0.47 L/L Mean Cell Volume Adult 80 - 100 fL Mean Cell Haemoglobin Adult 27 - 32 pg White Cell Count Adult 3.6 - 11.0 x10^9/L Neutrophils Adult 1.8 - 7.5 x10^9/L Lymphocytes Adult 1.0 - 4.0 x10^9/L Monocytes Adult 0.2 - 0.8 x10^9/L Eosinophils Adult 0.1 - 0.4 x10^9/L Basophils Adult 0.02 - 0.10 x10^9/L Platelet Count Adult 140 - 400 x10^9/L
Notes
Full blood counts are performed on automated equipment and provide haemoglobin concentration, red cell indices, white cell count (with a differential count) and platelet count.
The presence of abnormal white cell and red cell morphology is flagged by the analysers.
Blood films may be inspected to confirm and interpret abnormalities identified by the cell counter, or to look for certain specific haematological abnormalities.
Grossly abnormal FBC results and abnormal blood films will be phoned through to the requestor.
There is no need to request a blood film to obtain a differential white count. It is, however, important that clinical details are provided to allow the laboratory to decide whether a blood film, in addition to the automated analysis, is required.
Under some circumstances a differential is not routinely performed, e.g. pre-op, post-op, antenatal and postnatal requests.
Full Blood Counts are performed at CGH and GRH
See also: Reticulocyte Count
The FBC comprises the following tests
Standard
Haemoglobin (Hb)
White Blood Count (WBC)
Platelet Count (Plt)
Red Cell Count (RBC)
Haematocrit (HCT)
Mean Cell Volume - Red cell (MCV)
Mean Cell Haemoglobin (MCH)
Differential White Cell Count (where applicable)
Neutrophils
Lymphocytes
Monocytes
Eosinophils
Basophils
And if appropriate
Blood Film
Sample Requirements
2ml or 4ml EDTA sample or a Paediatric 1ml EDTA sample.
Sample Storage and Retention
Pre analysis storage: do not store, send to laboratory within 4 hours.
Sample retention by lab: EDTA samples are retained for a minimum of 48 hours at 2-10°C
Transport of samples may affect sample viability, i.e. FBC results will degenerate if exposed to high temperatures, such as prolonged transportation in a hot car in summer.
This test can be added on to a previous request as long as there is sufficient sample remaining and the sample is less than 24 hours old.
Turnaround Times
Clinical emergency: 30 mins
Other urgent sample: 60 mins
Routine: within 2 hours
Reference Ranges
If references ranges are required for paediatric patients please contact the laboratory for these.
Parameter Patient Reference Range Units Haemoglobin Adult Male 130 - 180 g/L Adult Female 115 - 165 g/L Red Cell Count Adult Male 4.50 - 6.50 x10^12/L Adult Female 3.80 - 5.80 x10^12/L Haematocrit Adult Male 0.40 - 0.54 L/L Adult Female 0.37 - 0.47 L/L Mean Cell Volume Adult 80 - 100 fL Mean Cell Haemoglobin Adult 27 - 32 pg White Cell Count Adult 3.6 - 11.0 x10^9/L Neutrophils Adult 1.8 - 7.5 x10^9/L Lymphocytes Adult 1.0 - 4.0 x10^9/L Monocytes Adult 0.2 - 0.8 x10^9/L Eosinophils Adult 0.1 - 0.4 x10^9/L Basophils Adult 0.02 - 0.10 x10^9/L Platelet Count Adult 140 - 400 x10^9/L
Posted by:
Super Admin

Posted on: #iteachmsu

Full blood count 1
Department of Haematology
Notes
Full blood counts are performed on...
Notes
Full blood counts are performed on...
Posted by:
DISCIPLINARY CONTENT
Thursday, Sep 7, 2023
Posted on: #iteachmsu
A Case for More Testing: The Benefits of Frequent, Low-Stakes Assessments
A Case for More Testing: The Benefits of Frequent, Low-Stakes Assessments
Posted by:
Super Admin