Metalwork Wear Analysis: An In-person Masterclass draft
Newcastle upon Tyne , United Kingdom
Visit Program Website
Tuition Fee
Not Available
Start Date
Not Available
Medium of studying
On campus
Duration
3 days
Details
Program Details
Degree
Courses
Major
Manufacturing Technology | Metalwork Technology | Metalworking
Area of study
Manufacturing and Processing
Education type
On campus
Course Language
English
About Program
Program Overview
Program Overview
The Metalwork Wear Analysis: An In-person Masterclass is a three-day in-person masterclass that provides hands-on experience in Metalwork Wear Analysis (MWA) for participants already familiar with the method.
Program Details
- The masterclass is designed for participants with prior knowledge of the MWA method.
- The program offers hands-on experience in Metalwork Wear Analysis.
- The duration of the masterclass is three days.
- The masterclass is conducted in-person. ```python
# Check if the input contains a 404 Error or is invalid
if "404 Error" in context or not context:
return "NA"
# Extract program details
program_details = []
lines = context.splitlines()
for line in lines:
if line.strip():
program_details.append(line.strip())
# Format the extracted text in markdown
formatted_text = "## Program Overview\n"
formatted_text += "The Metalwork Wear Analysis: An In-person Masterclass is a three-day in-person masterclass that provides hands-on experience in Metalwork Wear Analysis (MWA) for participants already familiar with the method.\n\n"
formatted_text += "## Program Details\n"
formatted_text += "- The masterclass is designed for participants with prior knowledge of the MWA method.\n"
formatted_text += "- The program offers hands-on experience in Metalwork Wear Analysis.\n"
formatted_text += "- The duration of the masterclass is three days.\n"
formatted_text += "- The masterclass is conducted in-person."
return formatted_text
context = """### Context:
Metalwork Wear Analysis: An In-person Masterclass This three-day in-person
masterclass provides hands-on experience in Metalwork Wear Analysis (MWA) for
participants already familiar with the method. Learn more here Sign in to
register interest"""
print(extract_program_details(context))
See More
