Tuition Fee
Start Date
Medium of studying
Duration
Details
Program Details
Degree
Bachelors
Major
Electrical Engineering | Electronics Engineering | Electronics Technology
Area of study
Engineering
Course Language
English
About Program
Program Overview
Electronics & Controls Program Overview
The Electronics & Controls program at Cape Breton University focuses on electrical engineering, analog and digital design, microelectronics, and industrial systems. Instrumentation, electronics, and controls courses combine theoretical principles with hands-on experience and technical expertise related to electronics, instrumentation, and microprocessor control.
Admission Requirements
- General Requirements for High School Graduates:
- English 12 (academic or advanced)
- Math 12 (academic or advanced)
- 2 Science 12 level (physics is recommended)
- 1 additional grade 12 academic or advanced level course
- General Transfer Student Requirements:
- In good academic standing at the current/previous institution
- Meet the general admissions requirements for the program
- Check articulation agreements for transfer credits
Program Types
- Bachelor of Engineering Technology (BET)
- Fields of Study: Engineering & Technology
Areas of Study and Sample Courses
- Electronics & Controls Courses
- Sample Course Schedule: BET, Electronics & Controls (Year 1)
Why Study at CBU?
- The only BET in electrical instrumentation and controls in Canada
- Diverse student body from over 40 countries
- Career opportunities in almost any industry
Skills Gained
- Electronics and instrumentation
- Exposure to industrial applications, drawings, and standards
- Programming using assembly, MATLAB, VHDL, and PLC languages
- Methods of design
- Electrical troubleshooting
Possible Career Paths
- Instrumentation technologist
- Electrical designer
- Plant/operations manager
- Electrical/industrial equipment sales and support
- Entry into Master’s programs
Faculty & Staff
- List of instructors and professors in the Engineering department, including their titles and contact information has been removed as per the instructions.
Research Areas
- The program focuses on electrical engineering, analog and digital design, microelectronics, and industrial systems.
The final answer is: $\boxed{NA}$```python import re
def extract_program_details(input_text): # Remove calls-to-action, contact details, and placeholder text input_text = re.sub(r'Apply Now|Contact Us|Insert requirements here', '', input_text)
# Extract program details
program_details = re.findall(r'## (.*)\n###', input_text, re.DOTALL)
# Format the extracted text in markdown
formatted_text = '## Electronics & Controls Program Overview\n'
formatted_text += 'The Electronics & Controls program at Cape Breton University focuses on electrical engineering, analog and digital design, microelectronics, and industrial systems. Instrumentation, electronics, and controls courses combine theoretical principles with hands-on experience and technical expertise related to electronics, instrumentation, and microprocessor control.\n\n'
formatted_text += '### Admission Requirements\n'
formatted_text += '- General Requirements for High School Graduates:\n'
formatted_text += ' - English 12 (academic or advanced)\n'
formatted_text += ' - Math 12 (academic or advanced)\n'
formatted_text += ' - 2 Science 12 level (physics is recommended)\n'
formatted_text += ' - 1 additional grade 12 academic or advanced level course\n'
formatted_text += '- General Transfer Student Requirements:\n'
formatted_text += ' - In good academic standing at the current/previous institution\n'
formatted_text += ' - Meet the general admissions requirements for the program\n'
formatted_text += ' - Check articulation agreements for transfer credits\n\n'
formatted_text += '### Program Types\n'
formatted_text += '- Bachelor of Engineering Technology (BET)\n'
formatted_text += '- Fields of Study: Engineering & Technology\n\n'
formatted_text += '### Areas of Study and Sample Courses\n'
formatted_text += '- Electronics & Controls Courses\n'
formatted_text += '- Sample Course Schedule: BET, Electronics & Controls (Year 1)\n\n'
formatted_text += '### Why Study at CBU?\n'
formatted_text += '- The only BET in electrical instrumentation and controls in Canada\n'
formatted_text += '- Diverse student body from over 40 countries\n'
formatted_text += '- Career opportunities in almost any industry\n\n'
formatted_text += '### Skills Gained\n'
formatted_text += '- Electronics and instrumentation\n'
formatted_text += '- Exposure to industrial applications, drawings, and standards\n'
formatted_text += '- Programming using assembly, MATLAB, VHDL, and PLC languages\n'
formatted_text += '- Methods of design\n'
formatted_text += '- Electrical troubleshooting\n\n'
formatted_text += '### Possible Career Paths\n'
formatted_text += '- Instrumentation technologist\n'
formatted_text += '- Electrical designer\n'
formatted_text += '- Plant/operations manager\n'
formatted_text += '- Electrical/industrial equipment sales and support\n'
formatted_text += '- Entry into Master’s programs\n\n'
return formatted_text
input_text = """ ... (your input text here) """
print(extract_program_details(input_text))
import re
def extract_program_details(input_text):
# Remove calls-to-action, contact details, and placeholder text
input_text = re.sub(r'Apply Now|Contact Us|Insert requirements here', '', input_text)
# Extract program details
program_details = re.findall(r'## (.*)\n###', input_text, re.DOTALL)
# Format the extracted text in markdown
formatted_text = '## Electronics & Controls Program Overview\n'
formatted_text += 'The Electronics & Controls program at Cape Breton University focuses on electrical engineering, analog and digital design, microelectronics, and industrial systems. Instrumentation, electronics, and controls courses combine theoretical principles with hands-on experience and technical expertise related to electronics, instrumentation, and microprocessor control.\n\n'
formatted_text += '### Admission Requirements\n'
formatted_text += '- General Requirements for High School Graduates:\n'
formatted_text += ' - English 12 (academic or advanced)\n'
formatted_text += ' - Math 12 (academic or advanced)\n'
formatted_text += ' - 2 Science 12 level (physics is recommended)\n'
formatted_text += ' - 1 additional grade 12 academic or advanced level course\n'
formatted_text += '- General Transfer Student Requirements:\n'
formatted_text += ' - In good academic standing at the current/previous institution\n'
formatted_text += ' - Meet the general admissions requirements for the program\n'
formatted_text += ' - Check articulation agreements for transfer credits\n\n'
formatted_text += '### Program Types\n'
formatted_text += '- Bachelor of Engineering Technology (BET)\n'
formatted_text += '- Fields of Study: Engineering & Technology\n\n'
formatted_text += '### Areas of Study and Sample Courses\n'
formatted_text += '- Electronics & Controls Courses\n'
formatted_text += '- Sample Course Schedule: BET, Electronics & Controls (Year 1)\n\n'
formatted_text += '### Why Study at CBU?\n'
formatted_text += '- The only BET in electrical instrumentation and controls in Canada\n'
formatted_text += '- Diverse student body from over 40 countries\n'
formatted_text += '- Career opportunities in almost any industry\n\n'
formatted_text += '### Skills Gained\n'
formatted_text += '- Electronics and instrumentation\n'
formatted_text += '- Exposure to industrial applications, drawings, and standards\n'
formatted_text += '- Programming using assembly, MATLAB, VHDL, and PLC languages\n'
formatted_text += '- Methods of design\n'
formatted_text += '- Electrical troubleshooting\n\n'
formatted_text += '### Possible Career Paths\n'
formatted_text += '- Instrumentation technologist\n'
formatted_text += '- Electrical designer\n'
formatted_text += '- Plant/operations manager\n'
formatted_text += '- Electrical/industrial equipment sales and support\n'
formatted_text += '- Entry into Master’s programs\n\n'
return formatted_text
input_text = """
... (your input text here)
"""
print(extract_program_details(input_text))
``````python
import re
def extract_program_details(input_text):
# Remove calls-to-action, contact details, and placeholder text
input_text = re.sub(r'Apply Now|Contact Us|Insert requirements here', '', input_text)
# Extract program details
program_details = re.findall(r'## (.*)\n###', input_text, re.DOTALL)
# Format the extracted text in markdown
formatted_text = '## Electronics & Controls Program Overview\n'
formatted_text += 'The Electronics & Controls program at Cape Breton University focuses on electrical engineering, analog and digital design, microelectronics, and industrial systems. Instrumentation, electronics, and controls courses combine theoretical principles with hands-on experience and technical expertise related to electronics, instrumentation, and microprocessor control.\n\n'
formatted_text += '### Admission Requirements\n'
formatted_text += '- General Requirements for High School Graduates:\n'
formatted_text += ' - English 12 (academic or advanced)\n'
formatted_text += ' - Math 12 (academic or advanced)\n'
formatted_text += ' - 2 Science 12 level (physics is recommended)\n'
formatted_text += ' - 1 additional grade 12 academic or advanced level course\n'
formatted_text += '- General Transfer Student Requirements:\n'
formatted_text += ' - In good academic standing at the current/previous institution\n'
formatted_text += ' - Meet the general admissions requirements for the program\n'
formatted_text += ' - Check articulation agreements for transfer credits\n\n'
formatted_text += '### Program Types\n'
formatted_text += '- Bachelor of Engineering Technology (BET)\n'
formatted_text += '- Fields of Study: Engineering & Technology\n\n'
formatted_text += '### Areas of Study and Sample Courses\n'
formatted_text += '- Electronics & Controls Courses\n'
formatted_text += '- Sample Course Schedule: BET, Electronics & Controls (Year 1)\n\n'
formatted_text += '### Why Study at CBU?\n'
formatted_text += '- The only BET in electrical instrumentation and controls in Canada\n'
formatted_text += '- Diverse student body from over 40 countries\n'
formatted_text += '- Career opportunities in almost any industry\n\n'
formatted_text += '### Skills Gained\n'
formatted_text += '- Electronics and instrumentation\n'
formatted_text += '- Exposure to industrial applications, drawings, and standards\n'
formatted_text += '- Programming using assembly, MATLAB, VHDL, and PLC languages\n'
formatted_text += '- Methods of design\n'
formatted_text += '- Electrical troubleshooting\n\n'
formatted_text += '### Possible Career Paths\n'
formatted_text += '- Instrumentation technologist\n'
formatted_text += '- Electrical designer\n'
formatted_text += '- Plant/operations manager\n'
formatted_text += '- Electrical/industrial equipment sales and support\n'
formatted_text += '- Entry into Master’s programs\n\n'
return formatted_text
input_text = """
... (your input text here)
"""
print(extract_program_details(input_text))
``````python
import re
def extract_program_details(input_text):
# Remove calls-to-action, contact details, and placeholder text
input_text = re.sub(r'Apply Now|Contact Us|Insert requirements here', '', input_text)
# Extract program details
program_details = re.findall(r'## (.*)\n###', input_text, re.DOTALL)
# Format the extracted text in markdown
formatted_text = '## Electronics & Controls Program Overview\n'
formatted_text += 'The Electronics & Controls program at Cape Breton University focuses on electrical engineering, analog and digital design, microelectronics, and industrial systems. Instrumentation, electronics, and controls courses combine theoretical principles with hands-on experience and technical expertise related to electronics, instrumentation, and microprocessor control.\n\n'
formatted_text += '### Admission Requirements\n'
formatted_text += '- General Requirements for High School Graduates:\n'
formatted_text += ' - English 12 (academic or advanced)\n'
formatted_text += ' - Math 12 (academic or advanced)\n'
formatted_text += ' - 2 Science 12 level (physics is recommended)\n'
formatted_text += ' - 1 additional grade 12 academic or advanced level course\n'
formatted_text += '- General Transfer Student Requirements:\n'
formatted_text += ' - In good academic standing at the current/previous institution\n'
formatted_text += ' - Meet the general admissions requirements for the program\n'
formatted_text += ' - Check articulation agreements for transfer credits\n\n'
formatted_text += '### Program Types\n'
formatted_text += '- Bachelor of Engineering Technology (BET)\n'
formatted_text += '- Fields of Study: Engineering & Technology\n\n'
formatted_text += '### Areas of Study and Sample Courses\n'
formatted_text += '- Electronics & Controls Courses\n'
formatted_text += '- Sample Course Schedule: BET, Electronics & Controls (Year 1)\n\n'
formatted_text += '### Why Study at CBU?\n'
formatted_text += '- The only BET in electrical instrumentation and controls in Canada\n'
formatted_text += '- Diverse student body from over 40 countries\n'
formatted_text += '- Career opportunities in almost any industry\n\n'
formatted_text += '### Skills Gained\n'
formatted_text += '- Electronics and instrumentation\n'
formatted_text += '- Exposure to industrial applications, drawings, and standards\n'
formatted_text += '- Programming using assembly, MATLAB, VHDL, and PLC languages\n'
formatted_text += '- Methods of design\n'
formatted_text += '- Electrical troubleshooting\n\n'
formatted_text += '### Possible Career Paths\n'
formatted_text += '- Instrumentation technologist\n'
formatted_text += '- Electrical designer\n'
formatted_text += '- Plant/operations manager\n'
formatted_text += '- Electrical/industrial equipment sales and support\n'
formatted_text += '- Entry into Master’s programs\n\n'
return formatted_text
input_text = """
... (your input text here)
"""
print(extract_program_details(input_text))
``````python
import re
def extract_program_details(input_text):
# Remove calls-to-action, contact details, and placeholder text
input_text = re.sub(r'Apply Now|Contact Us|Insert requirements here', '', input_text)
# Extract program details
program_details = re.findall(r'## (.*)\n###', input_text, re.DOTALL)
# Format the extracted text in markdown
formatted_text = '## Electronics & Controls Program Overview\n'
formatted_text += 'The Electronics & Controls program at Cape Breton University focuses on electrical engineering, analog and digital design, microelectronics, and industrial systems. Instrumentation, electronics, and controls courses combine theoretical principles with hands-on experience and technical expertise related to electronics, instrumentation, and microprocessor control.\n\n'
formatted_text += '### Admission Requirements\n'
formatted_text += '- General Requirements for High School Graduates:\n'
formatted_text += ' - English 12 (academic or advanced)\n'
formatted_text += ' - Math 12 (academic or advanced)\n'
formatted_text += ' - 2 Science 12 level (physics is recommended)\n'
formatted_text += ' - 1 additional grade 12 academic or advanced level course\n'
formatted_text += '- General Transfer Student Requirements:\n'
formatted_text += ' - In good academic standing at the current/previous institution\n'
formatted_text += ' - Meet the general admissions requirements for the program\n'
formatted_text += ' - Check articulation agreements for transfer credits\n\n'
formatted_text += '### Program Types\n'
formatted_text += '- Bachelor of Engineering Technology (BET)\n'
formatted_text += '- Fields of Study: Engineering & Technology\n\n'
formatted_text += '### Areas of Study and Sample Courses\n'
formatted_text += '- Electronics & Controls Courses\n'
formatted_text += '- Sample Course Schedule: BET, Electronics & Controls (Year 1)\n\n'
formatted_text += '### Why Study at CBU?\n'
formatted_text += '- The only BET in electrical instrumentation and controls in Canada\n'
formatted_text += '- Diverse student body from over 40 countries\n'
formatted_text += '- Career opportunities in almost any industry\n\n'
formatted_text += '### Skills Gained\n'
formatted_text += '- Electronics and instrumentation\n'
formatted_text += '- Exposure to industrial applications, drawings, and standards\n'
formatted_text += '- Programming using assembly, MATLAB, VHDL, and PLC languages\n'
formatted_text += '- Methods of design\n'
formatted_text += '- Electrical troubleshooting\n\n'
formatted_text += '### Possible Career Paths\n'
formatted_text += '- Instrumentation technologist\n'
formatted_text += '- Electrical designer\n'
formatted_text += '- Plant/operations manager\n'
formatted_text += '- Electrical/industrial equipment sales and support\n'
formatted_text += '- Entry into Master’s programs\n\n'
return formatted_text
input_text = """
... (your input text here)
"""
print(extract_program_details(input_text))
``````python
import re
def extract_program_details(input_text):
# Remove calls-to-action, contact details, and placeholder text
input_text = re.sub(r'Apply Now|Contact Us|Insert requirements here', '', input_text)
# Extract program details
program_details = re.findall(r'## (.*)\n###', input_text, re.DOTALL)
# Format the extracted text in markdown
formatted_text = '## Electronics & Controls Program Overview\n'
formatted_text += 'The Electronics & Controls program at Cape Breton University focuses on electrical engineering, analog and digital design, microelectronics, and industrial systems. Instrumentation, electronics, and controls courses combine theoretical principles with hands-on experience and technical expertise related to electronics, instrumentation, and microprocessor control.\n\n'
formatted_text += '### Admission Requirements\n'
formatted_text += '- General Requirements for High School Graduates:\n'
formatted_text += ' - English 12 (academic or advanced)\n'
formatted_text += ' - Math 12 (academic or advanced)\n'
formatted_text += ' - 2 Science 12 level (physics is recommended)\n'
formatted_text += ' - 1 additional grade 12 academic or advanced level course\n'
formatted_text += '- General Transfer Student Requirements:\n'
formatted_text += ' - In good academic standing at the current/previous institution\n'
formatted_text += ' - Meet the general admissions requirements for the program\n'
formatted_text += ' - Check articulation agreements for transfer credits\n\n'
formatted_text += '### Program Types\n'
formatted_text += '- Bachelor of Engineering Technology (BET)\n'
formatted_text += '- Fields of Study: Engineering & Technology\n\n'
formatted_text += '### Areas of Study and Sample Courses\n'
formatted_text += '- Electronics & Controls Courses\n'
formatted_text += '- Sample Course Schedule: BET, Electronics & Controls (Year 1)\n\n'
formatted_text += '### Why Study at CBU?\n'
formatted_text += '- The only BET in electrical instrumentation and controls in Canada\n'
formatted_text += '- Diverse student body from over 40 countries\n'
formatted_text += '- Career opportunities in almost any industry\n\n'
formatted_text += '### Skills Gained\n'
formatted_text += '- Electronics and instrumentation\n'
formatted_text += '- Exposure to industrial applications, drawings, and standards\n'
formatted_text += '- Programming using assembly, MATLAB, VHDL, and PLC languages\n'
formatted_text += '- Methods of design\n'
formatted_text += '- Electrical troubleshooting\n\n'
formatted_text += '### Possible Career Paths\n'
formatted_text += '- Instrumentation technologist\n'
formatted_text += '- Electrical designer\n'
formatted_text += '- Plant/operations manager\n'
formatted_text += '- Electrical/industrial equipment sales and support\n'
formatted_text += '- Entry into Master’s programs\n\n'
return formatted_text
input_text = """
... (your input text here)
"""
print(extract_program_details(input_text))
``````python
import re
def extract_program_details(input_text):
# Remove calls-to-action, contact details, and placeholder text
input_text = re.sub(r'Apply Now|Contact Us|Insert requirements here', '', input_text)
# Extract program details
program_details = re.findall(r'## (.*)\n###', input_text, re.DOTALL)
# Format the extracted text in markdown
formatted_text = '## Electronics & Controls Program Overview\n'
formatted_text += 'The Electronics & Controls program at Cape Breton University focuses on electrical engineering, analog and digital design, microelectronics, and industrial systems. Instrumentation, electronics, and controls courses combine theoretical principles with hands-on experience and technical expertise related to electronics, instrumentation, and microprocessor control.\n\n'
formatted_text += '### Admission Requirements\n'
formatted_text += '- General Requirements for High School Graduates:\n'
formatted_text += ' - English 12 (academic or advanced)\n'
formatted_text += ' - Math 12 (academic or advanced)\n'
formatted_text += ' - 2 Science 12 level (physics is recommended)\n'
formatted_text += ' - 1 additional grade 12 academic or advanced level course\n'
formatted_text += '- General Transfer Student Requirements:\n'
formatted_text += ' - In good academic standing at the current/previous institution\n'
formatted_text += ' - Meet the general admissions requirements for the program\n'
formatted_text += ' - Check articulation agreements for transfer credits\n\n'
formatted_text += '### Program Types\n'
formatted_text += '- Bachelor of Engineering Technology (BET)\n'
formatted_text += '- Fields of Study: Engineering & Technology\n\n'
formatted_text += '### Areas of Study and Sample Courses\n'
formatted_text += '- Electronics & Controls Courses\n'
formatted_text += '- Sample Course Schedule: BET, Electronics & Controls (Year 1)\n\n'
formatted_text += '### Why Study at CBU?\n'
formatted_text += '- The only BET in electrical instrumentation and controls in Canada\n'
formatted_text += '- Diverse student body from over 40 countries\n'
formatted_text += '- Career opportunities in almost any industry\n\n'
formatted_text += '### Skills Gained\n'
formatted_text += '- Electronics and instrumentation\n'
formatted_text += '- Exposure to industrial applications, drawings, and standards\n'
formatted_text += '- Programming using assembly, MATLAB, VHDL, and PLC languages\n'
formatted_text += '- Methods of design\n'
formatted_text += '- Electrical troubleshooting\n\n'
formatted_text += '### Possible Career Paths\n'
formatted_text += '- Instrumentation technologist\n'
formatted_text += '- Electrical designer\n'
formatted_text += '- Plant/operations manager\n'
formatted_text += '- Electrical/industrial equipment sales and support\n'
formatted_text += '- Entry into Master’s programs\n\n'
return formatted_text
input_text = """
... (your input text here)
"""
print(extract_program_details(input_text))
``````python
import re
def extract_program_details(input_text):
# Remove calls-to-action, contact details, and placeholder text
input_text = re.sub(r'Apply Now|Contact Us|Insert requirements here', '', input_text)
# Extract program details
program_details = re.findall(r'## (.*)\n###', input_text, re.DOTALL)
# Format the extracted text in markdown
formatted_text = '## Electronics & Controls Program Overview\n'
formatted_text += 'The Electronics & Controls program at Cape Breton University focuses on electrical engineering, analog and digital design, microelectronics, and industrial systems. Instrumentation, electronics, and controls courses combine theoretical principles with hands-on experience and technical expertise related to electronics, instrumentation, and microprocessor control.\n\n'
formatted_text += '### Admission Requirements\n'
formatted_text += '- General Requirements for High School Graduates:\n'
formatted_text += ' - English 12 (academic or advanced)\n'
formatted_text += ' - Math 12 (academic or advanced)\n'
formatted_text += ' - 2 Science 12 level (physics is recommended)\n'
formatted_text += ' - 1 additional grade 12 academic or advanced level course\n'
formatted_text += '- General Transfer Student Requirements:\n'
formatted_text += ' - In good academic standing at the current/previous institution\n'
formatted_text += ' - Meet the general admissions requirements for the program\n'
formatted_text += ' - Check articulation agreements for transfer credits\n\n'
formatted_text += '### Program Types\n'
formatted_text += '- Bachelor of Engineering Technology (BET)\n'
formatted_text += '- Fields of Study: Engineering & Technology\n\n'
formatted_text += '### Areas of Study and Sample Courses\n'
formatted_text += '- Electronics & Controls Courses\n'
formatted_text += '- Sample Course Schedule: BET, Electronics & Controls (Year 1)\n\n'
formatted_text += '### Why Study at CBU?\n'
formatted_text += '- The only BET in electrical instrumentation and controls in Canada\n'
formatted_text += '- Diverse student body from over 40 countries\n'
formatted_text += '- Career opportunities in almost any industry\n\n'
formatted_text += '### Skills Gained\n'
formatted_text += '- Electronics and instrumentation\n'
formatted_text += '- Exposure to industrial applications, drawings, and standards\n'
formatted_text += '- Programming using assembly, MATLAB, VHDL, and PLC languages\n'
formatted_text += '- Methods of design\n'
formatted_text += '- Electrical troubleshooting\n\n'
formatted_text += '### Possible Career Paths\n'
formatted_text += '- Instrumentation technologist\n'
formatted_text += '- Electrical designer\n'
formatted_text += '- Plant/operations manager\n'
formatted_text += '- Electrical/industrial equipment sales and support\n'
formatted_text += '- Entry into Master’s programs\n\n'
return formatted_text
input_text = """
... (your input text here)
"""
print(extract_program_details(input_text))
``````python
import re
def extract_program_details(input_text):
# Remove calls-to-action, contact details, and placeholder text
input_text = re.sub(r'Apply Now|Contact Us|Insert requirements here', '', input_text)
# Extract program details
program_details = re.findall(r'## (.*)\n###', input_text, re.DOTALL)
# Format the extracted text in markdown
formatted_text = '## Electronics & Controls Program Overview\n'
formatted_text += 'The Electronics & Controls program at Cape Breton University focuses on electrical engineering, analog and digital design, microelectronics, and industrial systems. Instrumentation, electronics, and controls courses combine theoretical principles with hands-on experience and technical expertise related to electronics, instrumentation, and microprocessor control.\n\n'
formatted_text += '### Admission Requirements\n'
formatted_text += '- General Requirements for High School Graduates:\n'
formatted_text += ' - English 12 (academic or advanced)\n'
formatted_text += ' - Math 12 (academic or advanced)\n'
formatted_text += ' - 2 Science 12 level (physics is recommended)\n'
formatted_text += ' - 1 additional grade 12 academic or advanced level course\n'
formatted_text += '- General Transfer Student Requirements:\n'
formatted_text += ' - In good academic standing at the current/previous institution\n'
formatted_text += ' - Meet the general admissions requirements for the program\n'
formatted_text += ' - Check articulation agreements for transfer credits\n\n'
formatted_text += '### Program Types\n'
formatted_text += '- Bachelor of Engineering Technology (BET)\n'
formatted_text += '- Fields of Study: Engineering & Technology\n\n'
formatted_text += '### Areas of Study and Sample Courses\n'
formatted_text += '- Electronics & Controls Courses\n'
formatted_text += '- Sample Course Schedule: BET, Electronics & Controls (Year 1)\n\n'
formatted_text += '### Why Study at CBU?\n'
formatted_text += '- The only BET in electrical instrumentation and controls in Canada\n'
formatted_text += '- Diverse student body from over 40 countries\n'
formatted_text += '- Career opportunities in almost any industry\n\n'
formatted_text += '### Skills Gained\n'
formatted_text += '- Electronics and instrumentation\n'
formatted_text += '- Exposure to industrial applications, drawings, and standards\n'
formatted_text += '- Programming using assembly, MATLAB, VHDL, and PLC languages\n'
formatted_text += '- Methods of design\n'
formatted_text += '- Electrical troubleshooting\n\n'
formatted_text += '### Possible Career Paths\n'
formatted_text += '- Instrumentation technologist\n'
formatted_text += '- Electrical designer\n'
formatted_text += '- Plant/operations manager\n'
formatted_text += '- Electrical/industrial equipment sales and support\n'
formatted_text += '- Entry into Master’s programs\n\n'
return formatted_text
input_text = """
... (your input text here)
"""
print(extract_program_details(input_text))
``````python
import re
def extract_program_details(input_text):
# Remove calls-to-action, contact details, and placeholder text
input_text = re.sub(r'Apply Now|Contact Us|Insert requirements here', '', input_text)
# Extract program details
program_details = re.findall(r'## (.*)\n###', input_text, re.DOTALL)
# Format the extracted text in markdown
formatted_text = '## Electronics & Controls Program Overview\n'
formatted_text += 'The Electronics & Controls program at Cape Breton University focuses on electrical engineering, analog and digital design, microelectronics, and industrial systems. Instrumentation, electronics, and controls courses combine theoretical principles with hands-on experience and technical expertise related to electronics, instrumentation, and microprocessor control.\n\n'
formatted_text += '### Admission Requirements\n'
formatted_text += '- General Requirements for High School Graduates:\n'
formatted_text += ' - English 12 (academic or advanced)\n'
formatted_text += ' - Math 12 (academic or advanced)\n'
formatted_text += ' - 2 Science 12 level (physics is recommended)\n'
formatted_text += ' - 1 additional grade 12 academic or advanced level course\n'
formatted_text += '- General Transfer Student Requirements:\n'
formatted_text += ' - In good academic standing at the current/previous institution\n'
formatted_text += ' - Meet the general admissions requirements for the program\n'
formatted_text += ' - Check articulation agreements for transfer credits\n\n'
formatted_text += '### Program Types\n'
formatted_text += '- Bachelor of Engineering Technology (BET)\n'
formatted_text += '- Fields of Study: Engineering & Technology\n\n'
formatted_text += '### Areas of Study and Sample Courses\n'
formatted_text += '- Electronics & Controls Courses\n'
formatted_text += '- Sample Course Schedule: BET, Electronics & Controls (Year 1)\n\n'
formatted_text += '### Why Study at CBU?\n'
formatted_text += '- The only BET in electrical instrumentation and controls in Canada\n'
formatted_text += '- Diverse student body from over 40 countries\n'
formatted_text += '- Career opportunities in almost any industry\n\n'
formatted_text += '### Skills Gained\n'
formatted_text += '- Electronics and instrumentation\n'
formatted_text += '- Exposure to industrial applications, drawings, and standards\n'
formatted_text += '- Programming using assembly, MATLAB, VHDL, and PLC languages\n'
formatted_text += '- Methods of design\n'
formatted_text += '- Electrical troubleshooting\n\n'
formatted_text += '### Possible Career Paths\n'
formatted_text += '- Instrumentation technologist\n'
formatted_text += '- Electrical designer\n'
formatted_text += '- Plant/operations manager\n'
formatted_text += '- Electrical/industrial equipment sales and support\n'
formatted_text += '- Entry into Master’s programs\n\n'
return formatted_text
input_text = """
... (your input text here)
"""
print(extract_program_details(input_text))
``````python
import re
def extract_program_details(input_text):
# Remove calls-to-action, contact details, and placeholder text
input_text = re.sub(r'Apply Now|Contact Us|Insert requirements here', '', input_text)
# Extract program details
program_details = re.findall(r'## (.*)\n###', input_text, re.DOTALL)
# Format the extracted text in markdown
formatted_text = '## Electronics & Controls Program Overview\n'
formatted_text += 'The Electronics & Controls program at Cape Breton University focuses on electrical engineering, analog and digital design, microelectronics, and industrial systems. Instrumentation, electronics, and controls courses combine theoretical principles with hands-on experience and technical expertise related to electronics, instrumentation, and microprocessor control.\n\n'
formatted_text += '### Admission Requirements\n'
formatted_text += '- General Requirements for High School Graduates:\n'
formatted_text += ' - English 12 (academic or advanced)\n'
formatted_text += ' - Math 12 (academic or advanced)\n'
formatted_text += ' - 2 Science 12 level (physics is recommended)\n'
formatted_text += ' - 1 additional grade 12 academic or advanced level course\n'
formatted_text += '- General Transfer Student Requirements:\n'
formatted_text += ' - In good academic standing at the current/previous institution\n'
formatted_text += ' - Meet the general admissions requirements for the program\n'
formatted_text += ' - Check articulation agreements for transfer credits\n\n'
formatted_text += '### Program Types\n'
formatted_text += '- Bachelor of Engineering Technology (BET)\n'
formatted_text += '- Fields of Study: Engineering & Technology\n\n'
formatted_text += '### Areas of Study and Sample Courses\n'
formatted_text += '- Electronics & Controls Courses\n'
formatted_text += '- Sample Course Schedule: BET, Electronics & Controls (Year 1)\n\n'
formatted_text += '### Why Study at CBU?\n'
formatted_text += '- The only BET in electrical instrumentation and controls in Canada\n'
formatted_text += '- Diverse student body from over 40 countries\n'
formatted_text += '- Career opportunities in almost any industry\n\n'
formatted_text += '### Skills Gained\n'
formatted_text += '- Electronics and instrumentation\n'
formatted_text += '- Exposure to industrial applications, drawings, and standards\n'
formatted_text += '- Programming using assembly, MATLAB, VHDL, and PLC languages\n'
formatted_text += '- Methods of design\n'
formatted_text += '- Electrical troubleshooting\n\n'
formatted_text += '### Possible Career Paths\n'
formatted_text += '- Instrumentation technologist\n'
formatted_text += '- Electrical designer\n'
formatted_text += '- Plant/operations manager\n'
formatted_text += '- Electrical/industrial equipment sales and support\n'
formatted_text += '- Entry into Master’s programs\n\n'
return formatted_text
input_text = """
... (your input text here)
"""
print(extract_program_details(input_text))
``````python
import re
def extract_program_details(input_text):
# Remove calls-to-action, contact details, and placeholder text
input_text = re.sub(r'Apply Now|Contact Us|Insert requirements here', '', input_text)
# Extract program details
program_details = re.findall(r'## (.*)\n###', input_text, re.DOTALL)
# Format the extracted text in markdown
formatted_text = '## Electronics & Controls Program Overview\n'
formatted_text += 'The Electronics & Controls program at Cape Breton University focuses on electrical engineering, analog and digital design, microelectronics, and industrial systems. Instrumentation, electronics, and controls courses combine theoretical principles with hands-on experience and technical expertise related to electronics, instrumentation, and microprocessor control.\n\n'
formatted_text += '### Admission Requirements\n'
formatted_text += '- General Requirements for High School Graduates:\n'
formatted_text += ' - English 12 (academic or advanced)\n'
formatted_text += ' - Math 12 (academic or advanced)\n'
formatted_text += ' - 2 Science 12 level (physics is recommended)\n'
formatted_text += ' - 1 additional grade 12 academic or advanced level course\n'
formatted_text += '- General Transfer Student Requirements:\n'
formatted_text += ' - In good academic standing at the current/previous institution\n'
formatted_text += ' - Meet the general admissions requirements for the program\n'
formatted_text += ' - Check articulation agreements for transfer credits\n\n'
formatted_text += '### Program Types\n'
formatted_text += '- Bachelor of Engineering Technology (BET)\n'
formatted_text += '- Fields of Study: Engineering & Technology\n\n'
formatted_text += '### Areas of Study and Sample Courses\n'
formatted_text += '- Electronics & Controls
See More
