user-simulator 0.2.4__py3-none-any.whl → 0.3.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- config/__init__.py +0 -0
- config/__pycache__/__init__.cpython-312.pyc +0 -0
- config/asr_configuration/__init__.py +0 -0
- config/asr_configuration/default_asr_config.yml +8 -0
- config/misc/__init__.py +0 -0
- config/misc/sound/__init__.py +0 -0
- config/misc/sound/c1bccaed.wav +0 -0
- config/models/__init__.py +0 -0
- config/models/models.yml +15 -0
- config/patterns/__init__.py +0 -0
- config/patterns/end_conversation_patterns.yml +40 -0
- config/patterns/fallback_patterns.yml +9 -0
- config/personalities/__init__.py +0 -0
- config/personalities/conversational-user.yml +6 -0
- config/personalities/curious-user.yml +5 -0
- config/personalities/direct-user.yml +4 -0
- config/personalities/disorganized-user.yml +5 -0
- config/personalities/elderly-user.yml +6 -0
- config/personalities/formal-user.yml +4 -0
- config/personalities/impatient-user.yml +4 -0
- config/personalities/rude-user.yml +6 -0
- config/personalities/sarcastic-user.yml +4 -0
- config/personalities/skeptical-user.yml +5 -0
- config/types/__init__.py +0 -0
- config/types/currency.yml +10 -0
- config/types/phone_number.yml +4 -0
- data/__init__.py +0 -0
- data/__pycache__/__init__.cpython-312.pyc +0 -0
- data/audio_files/__init__.py +0 -0
- data/audio_files/output.mp3 +0 -0
- data/audio_files/output.wav +0 -0
- data/cache/__init__.py +0 -0
- data/cache/image_register.json +238 -0
- data/cache/pdf_register.json +3 -0
- data/cache/webpage_register.json +67 -0
- data/connectors/__init__.py +0 -0
- data/connectors/dialogflow.yml +16 -0
- data/connectors/julie.yml +37 -0
- data/connectors/kuki.yml +16 -0
- data/connectors/millionbot_ada.yml +25 -0
- data/connectors/rasa.yml +8 -0
- data/connectors/serviceform.yml +17 -0
- data/connectors/taskyto.yml +8 -0
- data/element_lists/__init__.py +0 -0
- data/element_lists/list_of_things.yml +7 -0
- data/list_functions/__init__.py +0 -0
- data/pdfs/Normativa_TFMs_EPS.pdf +0 -0
- data/pdfs/__init__.py +0 -0
- data/readme_data/__init__.py +0 -0
- data/readme_data/img.png +0 -0
- user_sim/cli/cli.py +116 -20
- user_sim/cli/sensei_chat.py +58 -230
- user_sim/core/role_structure.py +4 -3
- user_sim/handlers/asr_module.py +5 -2
- user_sim/handlers/pdf_parser_module.py +1 -0
- user_sim/utils/config.py +10 -2
- user_sim/utils/register_management.py +2 -3
- user_sim/utils/utilities.py +60 -46
- {user_simulator-0.2.4.dist-info → user_simulator-0.3.0.dist-info}/METADATA +5 -2
- user_simulator-0.3.0.dist-info/RECORD +99 -0
- {user_simulator-0.2.4.dist-info → user_simulator-0.3.0.dist-info}/top_level.txt +1 -0
- user_simulator-0.2.4.dist-info/RECORD +0 -49
- {user_simulator-0.2.4.dist-info → user_simulator-0.3.0.dist-info}/WHEEL +0 -0
- {user_simulator-0.2.4.dist-info → user_simulator-0.3.0.dist-info}/entry_points.txt +0 -0
- {user_simulator-0.2.4.dist-info → user_simulator-0.3.0.dist-info}/licenses/LICENSE.txt +0 -0
config/__init__.py
ADDED
File without changes
|
Binary file
|
File without changes
|
config/misc/__init__.py
ADDED
File without changes
|
File without changes
|
Binary file
|
File without changes
|
config/models/models.yml
ADDED
File without changes
|
@@ -0,0 +1,40 @@
|
|
1
|
+
- "I'm glad I could assist you today. If you have more questions, feel free to ask. Goodbye!"
|
2
|
+
- "Thank you for using our service. Have a wonderful day!"
|
3
|
+
- "If you need further assistance, just let me know. Take care!"
|
4
|
+
- "I hope I was able to help. Have a great day ahead!"
|
5
|
+
- "Feel free to reach out again if you need anything else. Goodbye!"
|
6
|
+
- "It's been a pleasure assisting you. Take care and goodbye!"
|
7
|
+
- "Thank you for chatting with me. Have a nice day!"
|
8
|
+
- "If you have any more questions, I'm here to help. Goodbye!"
|
9
|
+
- "I hope I answered your questions. Have a wonderful day!"
|
10
|
+
- "Thank you for choosing our service. Farewell!"
|
11
|
+
- "I'm here if you need any more help. Take care!"
|
12
|
+
- "I appreciate your time today. Goodbye and take care!"
|
13
|
+
- "Your satisfaction is important to us. Have a great day!"
|
14
|
+
- "Thank you for reaching out. If you need more help, just ask. Bye!"
|
15
|
+
- "I'm always here to help. Have a good one!"
|
16
|
+
- "It was nice assisting you. Take care!"
|
17
|
+
- "Feel free to contact us anytime. Goodbye!"
|
18
|
+
- "I hope I could be of assistance. Have a great day!"
|
19
|
+
- "Thank you for using our service. Talk to you soon!"
|
20
|
+
- "See you soon!"
|
21
|
+
|
22
|
+
# Business-specific endings
|
23
|
+
- "Thank you for banking with us. Have a secure and pleasant day!" # Banking
|
24
|
+
- "Your order has been processed. Thank you for shopping with us!" # Retail
|
25
|
+
- "Thank you for contacting our support. We value your business!" # Customer Support
|
26
|
+
- "Your reservation is confirmed. Enjoy your stay!" # Hospitality
|
27
|
+
- "Your appointment is scheduled. We look forward to seeing you!" # Healthcare
|
28
|
+
- "Thanks for choosing our airline. Have a safe journey!" # Travel
|
29
|
+
- "Your subscription is active. Enjoy our service!" # Subscription Services
|
30
|
+
- "Thank you for your inquiry. Our sales team will follow up shortly!" # Sales
|
31
|
+
- "Your application has been received. We will be in touch!" # Recruitment
|
32
|
+
- "Thank you for your feedback. We appreciate your input!" # Customer Feedback
|
33
|
+
- "Your transaction is complete. Thank you for your business!" # E-commerce
|
34
|
+
- "We have recorded your request. Our team will handle it from here!" # IT Support
|
35
|
+
- "Your booking is confirmed. Have a great event!" # Event Management
|
36
|
+
- "Thank you for visiting our website. Have a great day!" # General Online Service
|
37
|
+
- "See you in a few minutes!"
|
38
|
+
- "Enjoy your meal!"
|
39
|
+
- "We're looking forward to your visit!"
|
40
|
+
|
@@ -0,0 +1,9 @@
|
|
1
|
+
- "Lo siento, no entiendo la pregunta."
|
2
|
+
- "Podrías repetir eso de otra manera?"
|
3
|
+
- "No estoy seguro de lo que quieres decir."
|
4
|
+
- "No tengo una respuesta para eso."
|
5
|
+
- "I'm sorry, I don't understand your question."
|
6
|
+
- "I'm not sure about what you're trying to tell me"
|
7
|
+
- "can you repeat please?"
|
8
|
+
- "can you say that again?"
|
9
|
+
- "I don't have an answer for that"
|
File without changes
|
@@ -0,0 +1,6 @@
|
|
1
|
+
name: "conversational-user"
|
2
|
+
context:
|
3
|
+
- "you'll have a natural and friendly conversation with the chatbot,
|
4
|
+
beyond obtaining specific information or providing the required information by the chatbot."
|
5
|
+
- "Use colloquial phrases, emoticons, or open-ended questions. May make personal comments or seek social interaction."
|
6
|
+
- "try to make friends with the chatbot by asking personal things or talking about you"
|
@@ -0,0 +1,5 @@
|
|
1
|
+
name: "curious-user"
|
2
|
+
context:
|
3
|
+
- "you asks a lot of questions about different topics, not necessarily related to each other."
|
4
|
+
- "you like to learn and may ask for more details after receiving an initial response."
|
5
|
+
- "when providing information requested by the chatbot, ask about the information you provided."
|
@@ -0,0 +1,5 @@
|
|
1
|
+
name: "disorganized-user"
|
2
|
+
context:
|
3
|
+
- "Asks questions in a disorganized or incoherent manner, perhaps mixing several topics into a single interaction."
|
4
|
+
- "if the chatbot asks to provide information, give it in a disordered way by giving information already provided or changing the response order."
|
5
|
+
- "You may ask several questions at once or interrupt your own train of thought. Your questions are confusing or unclear."
|
@@ -0,0 +1,5 @@
|
|
1
|
+
name: "skeptical-user"
|
2
|
+
context:
|
3
|
+
- "Be wary of automated chatbot responses and test its limits.
|
4
|
+
You can ask complicated questions to test the chatbot's capabilities, or ramble when the chatbot asks you to provide information."
|
5
|
+
- "Make difficult or uncommon queries and question the responses provided."
|
config/types/__init__.py
ADDED
File without changes
|
data/__init__.py
ADDED
File without changes
|
Binary file
|
File without changes
|
Binary file
|
Binary file
|
data/cache/__init__.py
ADDED
File without changes
|
@@ -0,0 +1,238 @@
|
|
1
|
+
{
|
2
|
+
"a27a59b7230ded3ab46bc39d98a3748a": "(Image description: The image features a logo for \"Escuela Politécnica Superior.\" It includes a stylized building design in blue and orange, with a green curved line and yellow elements resembling flowers or leaves. The text is in a modern font.)",
|
3
|
+
"ce18c05cfe7674c8cd2e0e19297a09aa": "(Image description: The image features the logo of \"Universidad Autónoma de Madrid\" (UAM). It includes the acronym \"UAM\" prominently displayed, along with the full name of the university in smaller text below. The design is simple and uses a monochromatic color scheme.)",
|
4
|
+
"548846484e638e064b71b7e1b9683e1d": "(Image description: The image features the word \"excelencia\" prominently, accompanied by the abbreviations \"UAM\" and \"CSIC\" in a stylized font. It conveys a sense of academic or institutional branding.)",
|
5
|
+
"ac85c24031b861d1abeb12c5f7178b4f": "(Image description: The image is completely blank and white with no visible features or objects.)",
|
6
|
+
"d7f8bc57bb936499099c11d16cd80fad": "(Image description: The image is completely blank and white with no visible features or details.)",
|
7
|
+
"9f4653f38c740db8ac9b5472fd7b6700": "(Image description: The image shows a solid brown circle on a green background.)",
|
8
|
+
"68fb8713a206eb0c3620dbf48a0de7f9": "(Image description: The image is a simple, blank white circle.)",
|
9
|
+
"b4863eab67935e1a64de345b50d8a2c2": "(Image description: I can't see the image, so I'm unable to describe it. If you provide details about it, I can help you summarize or analyze them!)",
|
10
|
+
"a5ceafa1843fa4f408e5bbefd88f82bf": "(Image description: The image is a plain white circle with no additional details or features.)",
|
11
|
+
"4cc23b0c358b53ef00f5d510fa5cb8ce": "(Image description: The image features a series of four vertical panels with a warm color tone. The first panel shows a building's exterior, the second panel displays a modern architectural structure, the third panel highlights a circuit board, and the fourth panel features a computer keyboard. The overall appearance has a reflective quality at the bottom.)",
|
12
|
+
"e18620eedb2fc2c9bcfb978a89a01169": "(Image description: The image shows two individuals working at computer desks in a classroom or study environment. One person, in the foreground, is wearing glasses and focused on the screen, while the other is slightly further back, also engaged with their computer. The setting appears bright and modern.)",
|
13
|
+
"4d76d5b56585a25b2cc2e39f9c3595bb": "(Image description: The image features four individuals standing together. Two women wear formal attire, one in a blue dress and the other in a black dress. The two men are dressed in suits. They appear to be holding documents or folders and are positioned in front of a decorative backdrop.)",
|
14
|
+
"4ca04f0b282242f45550af603b3b6601": "(Image description: The image shows a blue chalkboard with the word \"Hello!\" written on it. In front of the board, there is a yellow object and a dark item on a desk. The background is a classroom setting.)",
|
15
|
+
"29629b1385ec9d0c9c851928e12b191e": "(Image description: The image shows a conference or meeting room with a few people seated in rows facing a presentation screen. There are speakers at a table in front, and a banner displayed on the wall. The setting appears formal and focused on a discussion or presentation.)",
|
16
|
+
"4f9425d849b0014de447c9d1161e269f": "(Image description: The image shows a group of people gathered on steps in front of a large building. They appear to be posing for a photo, with a clear blue sky in the background.)",
|
17
|
+
"9b9e42633ebc7105b7cc4d6fa61519dd": "(Image description: The image is an announcement for \"Día de la EPS 2025.\" It features a large illustration of a traditional dish (paella) and includes details such as the location (\"Comedor de la EPS\"), time (\"A partir de 13:15\"), and a note that the event is free (\"GRATIS\"). There is also a QR code for registration and the date \"17 de Febrero 2025\" at the bottom.)",
|
18
|
+
"5be838473282b96b8828470c628be939": "(Image description: The image features a group of people sitting together on grass in a park setting, engaged in conversation. There are trees in the background, and the overall atmosphere is casual and relaxed. Text on the left promotes a program offering short-duration micro-credentials.)",
|
19
|
+
"e128cc8a717fec757c50c513606f88e2": "(Image description: The image features a logo with a stylized \"U\" in red, yellow, and blue stripes, alongside the text \"Universidades Españolas con UCRANIA\" in a bold font.)",
|
20
|
+
"977364f0487b3c6ea000bb16e7879181": "(Image description: The image features a text layout with the title \"Buzón de preguntas\" (Question Box) and a subtitle \"Modificación Grado Ing. Informática\" (Modification Degree in Computer Engineering). There is a prominent red question mark symbol. The text uses a combination of gray and brown colors.)",
|
21
|
+
"939e76a34462321044030e1447634410": "(Image description: The image presents a diagram illustrating academic programs, specifically highlighting the combination of a \"Grado\" (Bachelor's degree) and a \"Máster\" (Master's degree). It includes details about the credit requirements for each program and mentions professional qualification (\"Habilitación profesional\") related to engineering. The overall theme emphasizes educational pathways.)",
|
22
|
+
"fdcabe70f7eb45f8998baca5a569735b": "(Image description: The image features a blue background with the text \"Gestión Universitaria\" above the word \"SIGMA,\" which is prominently displayed in a larger font.)",
|
23
|
+
"ab66b6537a1b64f044bd3892786779c6": "(Image description: The image shows a library setting with bookshelves, people reading or studying, and a sign that says \"Biblioteca EPS.\" There is a green circular sign with the word \"Lectura.\" The environment appears organized and academic.)",
|
24
|
+
"d04afb0d112a076909bdf47141802c6b": "(Image description: The image shows a close-up of a person's hands working with electronic components, possibly assembling or repairing a device. There is a text on the right that reads \"Becas de la UAM,\" suggesting it relates to scholarships from UAM (Universidad Autónoma de Madrid).)",
|
25
|
+
"33e968bc2a0630817f01d162bfbeb3aa": "(Image description: The image features a red mailbox with a smiley face and icons for complaints and suggestions. It includes the text \"Buzón de quejas y sugerencias,\" which translates to \"Mailbox for complaints and suggestions.\" There is also an email symbol (@) and a reference to \"Sede electrónica.\")",
|
26
|
+
"608b72abd5601ea51c1bb0eb10a2d2c1": "(Image description: The image features the word \"ALUMNIUAM\" in large green letters, accompanied by a colorful arrangement of square shapes. Below, it includes the phrase \"¡Soy de la Autonómal!\" in a smaller font. The overall design suggests a connection to an alumni community.)",
|
27
|
+
"eeda5510ad2f5881ff984a711d3205ff": "(Image description: The image features a logo for \"CIVIS,\" which represents Europe's Civic University Alliance. The logo includes the word \"civis\" in a bold font, accompanied by colorful circles in various sizes and shades, conveying a modern and collaborative theme. Below, it states \"Europe's Civic University Alliance.\")",
|
28
|
+
"0c366b1489a98b7998a6bee97c5abe81": "(Image description: The image features the Instagram logo, which consists of a stylized camera icon in a gradient of purple, pink, and orange colors.)",
|
29
|
+
"d1dcbdf1fb31c2ec03685410f893868c": "(Image description: The image features the YouTube logo, which consists of the word \"You\" in white letters on a red background, followed by the word \"Tube\" in black letters. The design is simple and recognizable.)",
|
30
|
+
"4e6d3861cd1d9241f61199d3062e64a6": "(Image description: The image shows the Facebook logo, which consists of a blue square with a white lowercase \"f\" in the center.)",
|
31
|
+
"6b7aa65b05766643b12ef6fdc927a164": "(Image description: I'm unable to see the image. If you provide a description, I can help you summarize or analyze it!)",
|
32
|
+
"cdb7fd62777cd2acf6366cd244da6cee": "Empty data",
|
33
|
+
"1739438bfddf379f65dde553acbb8e79": "(Image description: The image features the text \"Escuela Politécnica Superior\" in a stylized font centered on a black background.)",
|
34
|
+
"3f4b4f1c15cf258e9ee46838d5f82b16": "(Image description: The image features the text \"Escuela Politécnica Superior\" in a stylized font against a dark background. It appears to be a logo or header for an educational institution, likely focused on advanced technical or engineering studies.)",
|
35
|
+
"bfc066d583937a243794f77c0f3c0b76": "(Image description: The image features the text \"Escuela Politécnica Superior\" displayed in a simple, elegant font. The background is likely plain, emphasizing the text.)",
|
36
|
+
"cfd542736cb119c0a36a331a579db732": "(Image description: The image features the text \"Escuela Politécnica Superior\" in a simple, elegant font. The background is likely plain or subtle, emphasizing the text.)",
|
37
|
+
"0214ec782ecbf4704ee2c97d9226a7fe": "(Image description: The image features the text \"Escuela Politécnica Superior,\" which translates to \"Higher Polytechnic School.\" The design appears simple and elegant, likely representing an academic institution. The background is dark, and the text is light-colored.)",
|
38
|
+
"784999d1de506c20d318b158f79284e5": "(Image description: The image features the text \"Escuela Politécnica Superior\" in a simple, elegant font on a dark background. It appears to be a logo or title related to a higher education institution.)",
|
39
|
+
"c1c2a3710663bb8ecf39115a29211f94": "(Image description: The image features the text \"Escuela Politécnica Superior\" displayed in a simple, elegant font against a dark background.)",
|
40
|
+
"10a5646848548c5a88d4ef78cf06ac51": "(Image description: The image features the text \"Escuela Politécnica Superior\" in a simple, elegant font. The background is mostly dark, emphasizing the text.)",
|
41
|
+
"7e2db436150c38a00650f96925aa5581": "Empty data",
|
42
|
+
"3c046e261de00a6e77894f08ed534bde": "Empty data",
|
43
|
+
"1f3c9e33e89f892035101494d027601c": "Empty data",
|
44
|
+
"f89752f9672cf1de4507b44d300c78a8": "Empty data",
|
45
|
+
"e1226191f4269b964a97726ee1b1c004": "(Image description: The image features a logo for \"Escuela Politécnica Superior.\" It includes a stylized building graphic in blue and orange, with a green curved line and yellow elements, emphasizing an educational theme.)",
|
46
|
+
"ced76bf3d5a29473f169f012998ceaf5": "(Image description: The image features the logo of \"Universidad Autónoma de Madrid\" (UAM), presented in a simple, modern font with the initials \"UAM\" prominently displayed. The color scheme is monochromatic, using shades of gray.)",
|
47
|
+
"c486bf3d988c9d720b616536e5153ad8": "(Image description: The image features the word \"excelencia\" prominently, along with the abbreviations \"UAM\" and \"CSIC\" in a stylized font. It has a clean, modern design with a focus on academic or institutional branding.)",
|
48
|
+
"1c81c883603d5fbafc359d8fa1dfcfca": "(Image description: The image is entirely white with no other visible features or details.)",
|
49
|
+
"3ed1d192941631ff6dd115ade7b22fe7": "(Image description: The image is completely blank and white, with no discernible features or content.)",
|
50
|
+
"5f7e9726c78a761dec28b898aa1ac1df": "(Image description: The image is a solid brown circle set against a green background.)",
|
51
|
+
"c18f481b29942bf694366c79eb9966b8": "(Image description: It appears to be a blank or empty image with no visible content.)",
|
52
|
+
"2449759a2f398c0a341520b3d54d27a9": "(Image description: The image is a blank white circle with no discernible features or details.)",
|
53
|
+
"93b5dc7d3a9782564c17377a94808c0a": "(Image description: The image appears to be a blank or solid color circle, lacking any distinct features or details.)",
|
54
|
+
"1a79d4bb475e031143d297a0464eb96a": "(Image description: The image features a collage with four vertical sections. It includes architectural elements, a modern building, a close-up of a circuit board, and a computer keyboard. The overall color tone is warm and muted.)",
|
55
|
+
"87d5ce115150096f33e710ecd2623a60": "(Image description: The image shows several individuals sitting at computers in a bright, modern workspace. Two people are focused on their screens, while another person is visible in the background. The setting appears to be an educational or collaborative environment.)",
|
56
|
+
"29a8ed448d919cd1fefdc260c176aee7": "(Image description: The image shows four people standing together. Two women are on the left, one in a blue dress and the other in a black outfit, while two men are on the right, both in formal attire. They appear to be holding documents and are positioned in front of a decorative background.)",
|
57
|
+
"52d5ce442c008873b805227facaaac05": "(Image description: The image shows a chalkboard with the word \"Hello!\" written on it. In front of the board, there is a desk with a yellow object and a black item. The background appears to be a classroom setting.)",
|
58
|
+
"cfdd7793d963f0768a4add6165f60468": "(Image description: The image shows a conference or meeting setting with a presentation on a screen. There are several people seated in rows, facing the front where speakers or panelists are positioned. The room has a simple, modern design with a light color scheme.)",
|
59
|
+
"086b3ebdd8a71918943006e09906b897": "(Image description: The image shows a group of people gathered together on steps in front of a large building. They appear to be posing for a photo, with a mix of individuals in formal attire. The background features architectural elements typical of a grand structure.)",
|
60
|
+
"9a0805b9af940ff31eeb172a8689cb32": "(Image description: The image features a promotional banner for micro-credentials offered by the Universidad Autónoma de Madrid (UAM). It includes text highlighting the program's focus, encouraging exploration (\"¡Descúbrelos!\") and mentions a short-duration training program with ECTS credits. In the background, a group of people is sitting on grass in a park-like setting.)",
|
61
|
+
"ef201a983a83a2723aeef89a83b7504c": "(Image description: The image features a logo with stylized red and yellow stripes forming a \"U\" shape. Next to it is the text \"Universidades Españolas con UCRANIA,\" indicating a connection between Spanish universities and Ukraine.)",
|
62
|
+
"1e422b0584907dca6c836163aa3d6a53": "(Image description: The image features a title in Spanish that reads \"Buzón de preguntas\" (Question Box) and \"Modificación Grado Ing. Informática\" (Modification Bachelor's Degree in Computer Engineering). It includes a large red question mark, emphasizing inquiry or questions related to the topic.)",
|
63
|
+
"83be61b734bf90d97b81607403f748a9": "(Image description: The image outlines academic programs, highlighting two main components: \"Grado\" (undergraduate degree) with 240 ECTS credits and \"Máster\" (master's degree) requiring 72-90 ECTS. It illustrates a pathway to professional qualification and includes elements for professional engineering. The design features a combination of text and arrows for clarity.)",
|
64
|
+
"e031d9d4055c0928a2caa849e393ab53": "(Image description: The image features a logo with a light blue background. It includes the text \"Gestión Universitaria\" above the word \"SIGMA,\" which is prominently displayed in a larger font.)",
|
65
|
+
"f6e2e93039da3a6ae89a77f27afbb33d": "(Image description: The image shows a library setting with bookshelves and people reading. The text \"Biblioteca EPS\" is prominently displayed, indicating the library's name. There is a green circle with the word \"Lectura\" above, suggesting a reading area.)",
|
66
|
+
"583615a93601dc23d71bb504075f190f": "(Image description: The image features a close-up of a person's hands working with a device, likely related to technology or robotics. The text on the right reads \"Becas de la UAM,\" which translates to \"Scholarships from UAM.\")",
|
67
|
+
"de17978e671ebe2a4bb118228c39ae5e": "(Image description: The image features a red mailbox labeled \"Buzón de quejas y sugerencias,\" which translates to \"Mailbox for complaints and suggestions.\" It includes an email symbol (@) and a smiling face icon, suggesting a friendly approach to receiving feedback.)",
|
68
|
+
"3c8d4620b4c93064d855b71acccd0869": "(Image description: The image features the word \"ALUMNIUAM\" in bold green letters, accompanied by a colorful design of interlocking squares in various hues. Below the main text, it states \"¡Soy de la Autónoma!\" in a smaller font. The overall design is clean and modern, promoting a sense of community or affiliation.)",
|
69
|
+
"c3d5dd7770e5dd3cbc32ca0781828cbd": "(Image description: The image features the logo of \"civis,\" which is described as Europe's Civic University Alliance. The logo includes the word \"civis\" in dark blue, accompanied by various colorful circles of different sizes and shades. Below the word is the tagline \"Europe's Civic University Alliance\" in a lighter blue.)",
|
70
|
+
"23ec8db3860575262b65b5609e90b004": "(Image description: The image is the Instagram logo, featuring a stylized camera icon within a square. The background has a gradient of purple, pink, and orange colors.)",
|
71
|
+
"7c801db07db2ce7fab0926be2cd65147": "(Image description: The image features the YouTube logo, which includes the word \"YouTube\" in a bold font, with \"You\" in black and \"Tube\" in white on a red background.)",
|
72
|
+
"d73a709417c668b27b1bacbfdcc70f41": "(Image description: The image features the Facebook logo, which consists of a lowercase \"f\" in white on a blue background. The design is simple and recognizable.)",
|
73
|
+
"30d7f3309d1e15a677abb8860014f022": "(Image description: I can't see the image you're referring to. Please describe it, and I'll help you with any information or questions you have!)",
|
74
|
+
"de50b96352576decb2e29f6c331a7d6e": "(Image description: The image is an orange square icon featuring a white RSS feed symbol, which consists of a series of curved lines and a dot.)",
|
75
|
+
"479131a1db304b4e732c6df22ab35d4b": "(Image description: The image features a logo with a stylized building design in blue and orange, accompanied by the text \"Escuela Politécnica Superior.\" Below, there is a green curved line with yellow elements resembling flowers.)",
|
76
|
+
"b467ab79ef7f9c5619b9984e82904821": "(Image description: The image features the logo of \"Universidad Autónoma de Madrid,\" abbreviated as \"UAM.\" The design is simple, primarily in gray, with a modern and clean font.)",
|
77
|
+
"c3073fd1761b0249a2c35ff2362449cb": "(Image description: The image features the word \"excelencia\" prominently, accompanied by \"UAM\" and \"CSIC\" in a stylized font. It appears to represent an academic or research institution. The color scheme is monochromatic, focusing on shades of gray.)",
|
78
|
+
"5ba4a01668e345fd4e5ce5c7b13390f8": "(Image description: The image is completely blank and white.)",
|
79
|
+
"232b82a49d2b4e8b2064b6a704e8bcfb": "(Image description: The image is entirely blank and white, with no discernible features or characteristics.)",
|
80
|
+
"f625ad94365f1e4efec22d9a89e5d9bf": "(Image description: The image is a simple solid brown circle on a green background.)",
|
81
|
+
"4fa15315c966a8beda8622149aeba42f": "(Image description: The image is blank or empty, showing no discernible features or content.)",
|
82
|
+
"159fa428a6d8746a72c972b666379aae": "(Image description: The image is a plain white circular shape with no additional details or features.)",
|
83
|
+
"79547cd4da9cc892df28f3690a18b07c": "(Image description: It appears to be a blank or empty image with no visible content.)",
|
84
|
+
"fe6cecb09915f3e12cfb025c837eaa83": "(Image description: The image features a series of four vertical panels, each displaying a different scene. The first panel shows a building, the second reflects a modern architectural structure, the third highlights a circuit board, and the fourth features a computer keyboard. The overall color tone is warm and sepia-like.)",
|
85
|
+
"e1f13221482208bbcc06e25ddedefeec": "(Image description: The image shows two young women focused on computer screens in a bright, modern workspace. One woman is wearing glasses and is sitting in profile, while the other is slightly further back, engaged with her own screen.)",
|
86
|
+
"b346322a943498835f1a8c368cd4cd57": "(Image description: The image features four people standing together. Two are wearing formal attire, while the others are in dresses. They are holding folders and appear to be in a formal setting, possibly during a ceremony or event. The background includes draped fabric and decorative elements.)",
|
87
|
+
"f17169a65965615dfc2763eec04a1520": "(Image description: The image shows a blue chalkboard with the word \"Hello!\" written on it. In front of the chalkboard, there is a small yellow object and a black item on a wooden surface.)",
|
88
|
+
"d17189cc7270dc8b346fda78a28cc3a5": "(Image description: The image shows a conference or meeting setting with a podium and a screen displaying a presentation. There are several rows of blue chairs filled with people facing the front. The background includes a banner and a few flags.)",
|
89
|
+
"edfa43703c6f28df658070230c0c1988": "(Image description: The image shows a group of people posing together on steps in front of a large building. They appear to be smiling and dressed in formal or semi-formal attire. The building has classical architectural features, including columns.)",
|
90
|
+
"3773f4f1fb5f822b7ae9173cacba087c": "(Image description: The image features a group of people sitting on the grass in a park, engaged in conversation. Text on the left promotes \"micro-titles\" offered by a university, highlighting a short training program. The overall tone is inviting and educational.)",
|
91
|
+
"b45825775d84e53509c2711a03ab04af": "(Image description: The image features a logo with a stylized letter \"U\" in red, yellow, and blue stripes, alongside the text \"Universidades Españolas con UCRANIA.\" The design emphasizes a connection between Spanish universities and Ukraine.)",
|
92
|
+
"2985c8987ba7d787da924ab230a08547": "(Image description: The image features a text layout with a question mark symbol. It includes the phrases \"Buzón de preguntas\" and \"Modificación Grado Ing. Informática,\" indicating a feedback or inquiry box related to modifications in a Computer Engineering program. The text uses a mix of colors, with the question mark in red and other text in gray and brown.)",
|
93
|
+
"da42354f253196d3ca648ca026516993": "(Image description: The image outlines academic programs, highlighting the combination of a bachelor's degree (Grado) and a master's degree (Máster), along with a professional qualification (Ingeniería Técnica). It includes information about credit requirements (ECTS) for each program.)",
|
94
|
+
"fd0c8bf31a2a25d1250906c53a8b403e": "(Image description: The image features a simple logo with a light blue background. It includes the text \"Gestión Universitaria\" in a smaller font above the main word \"SIGMA,\" which is prominently displayed in larger letters.)",
|
95
|
+
"c95d3b114ad9718a4e5f27333c9e959d": "(Image description: The image features a library setting with bookshelves and people reading or studying. The text \"Biblioteca EPS\" indicates it is likely a library associated with an educational institution. A circular sign above suggests a focus on reading.)",
|
96
|
+
"6e1bf5bd9e2166b0e3aa1f929a38cc78": "(Image description: The image shows a close-up of a person's hands working with electronic components, possibly assembling or repairing a device. The text on the right reads \"Becas de la UAM,\" indicating scholarships from UAM (Universidad Autónoma de Madrid).)",
|
97
|
+
"72348463ada0982fe8c7c2039b039745": "(Image description: The image features a red mailbox icon with a smiling face. It includes the text \"Buzón de quejas y sugerencias,\" which translates to \"Mailbox for complaints and suggestions,\" along with an email symbol and a note indicating it is for electronic submissions.)",
|
98
|
+
"976249b3f39b3111ccc6354965af88d0": "(Image description: The image features the word \"ALUMNIUAM\" in green, accompanied by colorful square shapes in various colors. Below, it has the phrase \"¡Soy de la Autonómal!\" in a smaller font. The overall design is modern and vibrant, suggesting a connection to alumni or a university community.)",
|
99
|
+
"70aab01eb12e0e5425cdbe7fe58c9e87": "(Image description: The image features the logo of \"CIVIS,\" Europe's Civic University Alliance. It includes the word \"civis\" in a modern font, accompanied by colorful circles of varying sizes and shades scattered around the text. Below the logo, it states \"Europe's Civic University Alliance.\")",
|
100
|
+
"984ba3cdac1bbfa7fa1ec56a74ddcf35": "(Image description: The image shows the Instagram logo, which features a simple camera icon within a square shape, with a gradient background of purple, pink, and orange colors.)",
|
101
|
+
"99b0cb696fcf3b0786a285d0caad2066": "(Image description: The image features the YouTube logo, which consists of the word \"YouTube\" in black text on a red rectangle.)",
|
102
|
+
"8d1439bd3b963e8654ce8a8d1897d9cc": "(Image description: The image features the Facebook logo, which consists of a stylized lowercase \"f\" in white on a blue background. The design is simple and recognizable.)",
|
103
|
+
"4fb36b24abde5d943268c83eea57eb79": "(Image description: I can't see the image. Please describe it or provide more details!)",
|
104
|
+
"da9b917daf563a1eac31662e02058801": "(Image description: The image features an orange RSS feed icon, characterized by a series of curved lines representing radio waves and a small circle, commonly used to indicate content feeds.)",
|
105
|
+
"d3cc0caa1bce84455b001f95c525f7ae": "(Image description: The image features a logo with a stylized representation of a building in blue and orange, accompanied by a green arch with yellow elements. The text \"Escuela Politécnica Superior\" is displayed to the right in a modern font.)",
|
106
|
+
"4c6819fa187dde109181e564838a2e6f": "(Image description: The image features the logo of \"Universidad Autónoma de Madrid\" (UAM), displaying the initials \"UAM\" prominently, along with the full name of the university in smaller text below. The design is simple and uses a monochromatic color scheme.)",
|
107
|
+
"76ce2059b577fca3b2c85c9342d9e3f8": "(Image description: The image features the word \"excelencia\" prominently, alongside the abbreviations \"UAM\" and \"CSIC,\" suggesting a focus on excellence in an academic or research context. The design is simple and text-based, primarily in grayscale.)",
|
108
|
+
"67c5f2d2b02949d64d5e3169050ede00": "(Image description: The image is completely blank and white.)",
|
109
|
+
"9a82a40a99edaab876b2d8a13199333d": "(Image description: The image is completely blank, with no visible features or characteristics.)",
|
110
|
+
"11ff3a981975aa669c4164b386106386": "(Image description: The image is a simple, solid color circle with a brown hue set against a green background.)",
|
111
|
+
"4aca03482a24aedcad1f74341e4c7a93": "(Image description: The image is a plain white circle with no distinguishing features or details.)",
|
112
|
+
"49bc1715d78e7cb5e0a212cb38d3f85d": "(Image description: The image appears to be a simple, plain white circle with no distinct features or details.)",
|
113
|
+
"1d23376cfc1d24f4fb515dc12963f9af": "(Image description: It appears to be a blank or empty image, with no identifiable features or characteristics.)",
|
114
|
+
"ad8a249ff5f6f7ffa0a0f711706e5052": "(Image description: The image features a series of four vertical panels in a sepia tone. The leftmost panel shows a building, the next presents another architectural structure, followed by a close-up of a circuit board, and the last panel displays a computer keyboard. The overall composition has a modern and technological feel.)",
|
115
|
+
"05f7ba23e391ce603c1c7e1b27707d5e": "(Image description: The image shows three individuals sitting at computer desks in a bright room. Two of them are focused on their screens, while one person is partially visible in the background. The desks have computers, and the setting appears to be a study or classroom environment.)",
|
116
|
+
"40c96ceaf4459f1b9acc41a13fa1b7b8": "(Image description: The image features four individuals standing together, two women and two men. They appear to be in a formal setting, with one woman wearing a blue dress and the other in a dark outfit. The men are dressed in suits. They are holding documents or folders and are positioned in front of a decorative backdrop.)",
|
117
|
+
"1e2073fce003976ca65f791e9c393b51": "(Image description: The image shows a blue chalkboard with the word \"Hello!\" written on it in white chalk. A small yellow object is placed on a wooden desk in front of the board. The setting appears to be a classroom.)",
|
118
|
+
"e7574cab7a62c282eb8a46aad5fe7a5f": "(Image description: The image shows a conference or meeting setting with a group of people seated in rows. There is a presentation screen displaying information, and a speaker at a podium in front of the audience. The room has a simple layout and appears to be well-lit.)",
|
119
|
+
"153bb12045bfe570ea4d35219f3ec519": "(Image description: The image shows a group of people posing for a photo in front of a large building with columns. They appear to be gathered on steps, smiling and looking at the camera. The setting is outdoors, with clear blue skies.)",
|
120
|
+
"eec0a0f60d0071ee819b4fd8a4c71d92": "(Image description: The image features a group of people sitting on grass in a park. It promotes a program for micro-credentials, highlighting flexibility and a short duration of study. The text is in Spanish, encouraging viewers to discover more about the educational offerings.)",
|
121
|
+
"451cf4b9622ac34cbc5ddfc075e0477a": "(Image description: The image features a logo with a stylized \"U\" made up of red, yellow, and blue stripes. Next to it is the text \"Universidades Españolas con UCRANIA,\" indicating a connection between Spanish universities and Ukraine.)",
|
122
|
+
"7db66366c3d844db83068199fc61d55c": "(Image description: The image features a text design with the following elements: \"Buzón de preguntas\" (Question Box) at the top, followed by \"Modificación Grado Ing. Informática\" (Modification Degree in Computer Engineering) in a bold font. A red question mark is included, emphasizing inquiry or questions. The color scheme includes gray, brown, and red.)",
|
123
|
+
"f2822924f2474b5a0575ff12a5931f34": "(Image description: The image illustrates academic programs, highlighting the combination of a Bachelor's degree (Grado) and a Master's degree (Máster) for professional qualification. It includes information on credit requirements for each program. The design features orange and brown elements, with a clear layout showing the relationship between degrees and professional qualifications.)",
|
124
|
+
"a05f79aa3a48a65d8ddc8aa008f8c8d7": "(Image description: The image features a simple design with a light blue background. It includes the text \"Gestión Universitaria\" at the top and \"SIGMA\" prominently displayed below it. The font is modern and clean.)",
|
125
|
+
"8fe7ce688005599a9138c1e806d8624d": "(Image description: The image shows a library interior with shelves of books and people reading or studying. There's a sign that says \"Biblioteca EPS\" and a green circular sign with the word \"Lectura.\" The atmosphere appears calm and focused.)",
|
126
|
+
"7d4fa02b7b76cb0d4b27b3263070e779": "(Image description: The image features a close-up of a person's hands working on a device, possibly a robot, with visible electronic components. There is also text that reads \"Becas de la UAM,\" indicating a scholarship program related to UAM.)",
|
127
|
+
"5b4a052125efca500dfe59af7aab090d": "(Image description: The image features a red mailbox with an at symbol (@) and icons representing complaints and suggestions. It includes text that reads \"Buzón de quejas y sugerencias,\" indicating a suggestion and complaint box.)",
|
128
|
+
"24be7175a21e846f531877b0b5085fc4": "(Image description: The image features the word \"ALUMNIUAM\" in green, accompanied by the phrase \"¡Soy de la Autonómal!\" in a smaller font. There are colorful square outlines in the background, adding a vibrant touch. The overall design suggests an alumni association theme.)",
|
129
|
+
"80b67e3d33cebbe3a9a5dfed5a898349": "(Image description: The image features a logo for \"civis,\" representing Europe's Civic University Alliance. It includes the word \"civis\" in a modern font, with varying colorful circles surrounding the text. The tagline \"Europe's Civic University Alliance\" is positioned below the main text.)",
|
130
|
+
"1a5b75bfa95044f17cc9a8dfd7c2a34c": "(Image description: The image shows the Instagram logo, which features a camera icon with a gradient background of purple, pink, and orange.)",
|
131
|
+
"475611c4895947f931250d8e5857f160": "(Image description: The image features the YouTube logo, which consists of the word \"YouTube\" in a bold font, with \"You\" in black and \"Tube\" in white against a red play button background.)",
|
132
|
+
"c869a680fc5cb7c817153a2a0268dc0d": "(Image description: The image is a small logo of Facebook, featuring a white lowercase \"f\" on a blue background.)",
|
133
|
+
"4a1cc27e89a3307521a2eaa3c997f054": "(Image description: I'm unable to see the image you're referring to. Please describe it, and I can help you with information or context!)",
|
134
|
+
"f3eb31c641097642e9418088f972ed74": "(Image description: The image features an orange RSS feed icon. It consists of a series of curved lines radiating from a small circle, symbolizing the broadcasting of information.)",
|
135
|
+
"5e0d13c28e86e5abe883c811c353f0ca": "(Image description: The image features a logo for \"Escuela Politécnica Superior.\" It includes a stylized building design with blue and orange elements, set above a green curve with yellow flower-like shapes. The text is presented in a clean, modern font.)",
|
136
|
+
"c8f979e1f7ea41a941d64f940e5e2760": "(Image description: The image features the logo of \"Universidad Autónoma de Madrid,\" abbreviated as \"UAM.\" The design is simple and predominantly in gray tones.)",
|
137
|
+
"c38dc501ba7cc3b934c3a8da19882d76": "(Image description: The image features the word \"excelencia\" prominently, along with the acronyms \"UAM\" and \"CSIC,\" suggesting a focus on academic or research excellence. The overall design is minimalistic and uses a monochromatic color scheme.)",
|
138
|
+
"7488be17cb6df56a97a366c95c517b64": "(Image description: The image is completely blank and white, with no discernible features or elements.)",
|
139
|
+
"05ed5efa73fab0715d3234d234c95f8a": "(Image description: The image is completely blank with a white background.)",
|
140
|
+
"d3859dd28c4341a26f8e465d8e0ae6db": "(Image description: The image features a solid brown circular shape set against a green background.)",
|
141
|
+
"0ab36bd01f3aead121b185b2445a64c5": "(Image description: It appears to be a blank or empty image with no visible characteristics.)",
|
142
|
+
"5734eee349adc1b43e4e0c34c286e014": "(Image description: It appears that no image is provided for description. Please upload an image for me to describe.)",
|
143
|
+
"648bb1def708d1afbc741810c265c7d4": "(Image description: The image is a plain white circle with no distinct features or markings.)",
|
144
|
+
"920a5cee6f7cc40af35dfc10774f14fb": "(Image description: The image features a series of four vertical panels with a warm, sepia tone. The first panel shows a building, the second depicts a modern structure with glass, the third highlights a circuit board, and the fourth displays a computer keyboard. The overall design has a reflective quality at the bottom.)",
|
145
|
+
"948577f226400e0e6cd09d0d368b4e61": "(Image description: The image shows several individuals working at computers in a bright, modern setting. Two people are prominently visible, focused on their screens, while others are in the background. The environment appears to be a classroom or computer lab.)",
|
146
|
+
"a3c7db67eccf84881162498a3db7d315": "(Image description: The image features four individuals standing together, two women and two men. They are dressed in formal attire, holding documents or folders. The setting appears to be an elegant indoor space with decorative curtains in the background.)",
|
147
|
+
"457bbe0ad11ee35d78142e87c16213cf": "(Image description: The image shows a chalkboard with the word \"Hello!\" written on it. In front of the chalkboard, there is a desk with a yellow object and what appears to be a black item. The background suggests a classroom setting.)",
|
148
|
+
"2419c82bdbe6657290098d21c2e81741": "(Image description: The image shows a conference room setting with several rows of blue chairs. A presentation is taking place at the front, where a speaker is addressing an audience. There are screens displaying content, and a banner is visible on the wall.)",
|
149
|
+
"1949c36d2ce6e3d2d23bcde2f19844e7": "(Image description: The image shows a large group of people posing together on steps in front of a building. They are dressed in formal or semi-formal attire and appear to be smiling or looking at the camera. The background features architectural elements, suggesting a significant or official location.)",
|
150
|
+
"221336c2a6c8e4372e659ac8f75451f6": "(Image description: The image features a group of people sitting together on grass, engaged in conversation. The background includes trees and a sunny outdoor setting. There is promotional text about micro-credentials from a university, highlighting a short-duration training program.)",
|
151
|
+
"472378b452b35fc69906ff58166f66e5": "(Image description: The image features a logo with stylized red, yellow, and blue bars forming a \"U\" shape, accompanied by the text \"Universidades Españolas con UCRANIA.\" The design emphasizes a connection between Spanish universities and Ukraine.)",
|
152
|
+
"eef482ea25cd9ace1a129cbc1e4c71b7": "(Image description: The image features a text graphic with the title \"Buzón de preguntas\" (Question Box) and \"Modificación Grado Ing. Informática\" (Modification Degree in Computer Engineering). It includes a large red question mark and uses a combination of grey and brown text colors.)",
|
153
|
+
"150a732ea4c9df02940cdcaedab4d013": "(Image description: The image presents a diagram explaining academic programs. It highlights two main components: \"Grado\" (Bachelor's degree, 240 ECTS) and \"Máster\" (Master's degree, 72-90 ECTS). It indicates a pathway leading to professional qualification as an \"Ingeniero Técnico\" (Technical Engineer). The title reads \"Programas Académicos.\")",
|
154
|
+
"6e830b5f4d9264f35ef99a5887c6f627": "(Image description: The image features a blue background with the text \"Gestión Universitaria\" above the word \"SIGMA.\" The design is simple and clean, focusing on the brand name.)",
|
155
|
+
"07e5f3de0c0b97cbcc327b1b43dc072c": "(Image description: The image features a library interior with bookshelves and people reading or studying. The text \"Biblioteca EPS\" is prominently displayed, indicating the library's name. There's a circular sign above that says \"Lectura.\")",
|
156
|
+
"c226e7d12d0b1ad52ce1d4ea6330d48a": "(Image description: The image shows a close-up of a person's hands working on a device, likely related to technology or robotics. The text on the right reads \"Becas de la UAM,\" indicating scholarships from a university.)",
|
157
|
+
"6667676fb38e833ae3159b005aef2f6e": "(Image description: The image features a red mailbox with a smiley face, accompanied by text that reads \"Buzón de quejas y sugerencias,\" which translates to \"Mailbox for complaints and suggestions.\" There is also an email symbol and the phrase \"Sede electrónica.\")",
|
158
|
+
"7943154f0130884c5da0e1a72b97459a": "(Image description: The image features the word \"ALUMNIUAM\" in bold green letters, accompanied by a colorful design of overlapping squares in various colors. Below it, there's a phrase in Spanish that translates to \"I am from the Autonomous [University]!\" The overall design is bright and modern.)",
|
159
|
+
"284555b91c79bad1029540f1140814db": "(Image description: The image features a logo for \"CIVIS,\" which represents Europe's Civic University Alliance. The logo includes the word \"civis\" in lowercase letters with a modern font, accompanied by colorful circles of varying sizes and colors, adding a vibrant and dynamic feel. Below the logo, it states \"Europe's Civic University Alliance\" in smaller text.)",
|
160
|
+
"eeac12219bdab24aeb709fb10cb93982": "(Image description: The image features the Instagram logo, which consists of a simplified camera icon within a square. The background transitions from purple to orange, giving it a vibrant, gradient look.)",
|
161
|
+
"5bcacf78ae9f782405d239c508cc689f": "(Image description: The image features the YouTube logo, which consists of the word \"YouTube\" in a bold font, with \"You\" in black and \"Tube\" in white against a red play button background.)",
|
162
|
+
"cac6efca38d099c4efb4cbb2eaf7ba3d": "(Image description: The image features the Facebook logo, which consists of a stylized lowercase \"f\" in white on a blue background.)",
|
163
|
+
"be7c23df2a89a08b659c6cf8f5c0551b": "(Image description: I can't see the image, so I'm unable to provide a description. If you can describe it to me, I can help with analysis or information related to it!)",
|
164
|
+
"f4ec520a9007e96fe781d72319c41f8c": "(Image description: The image features an orange RSS feed icon, which typically consists of a series of curved lines above a small dot, symbolizing the dissemination of content or updates.)",
|
165
|
+
"523453b1877004f7048965d804a53fb6": "(Image description: The image features a logo with a stylized building design in blue and orange, accompanied by the text \"Escuela Politécnica Superior.\" There are green curved lines and yellow elements at the bottom, suggesting a vibrant and educational theme.)",
|
166
|
+
"d3a0974129202a8be60c51d538638f10": "(Image description: The image features the logo of \"Universidad Autónoma de Madrid,\" abbreviated as \"UAM.\" The design is simple and includes both the acronym and the full name in a gray color scheme.)",
|
167
|
+
"35adc768a661d099e1be09246973a67f": "(Image description: The image features the text \"excelencia\" prominently, accompanied by \"UAM\" and \"CSIC\" in a smaller font. It appears to represent an initiative or program related to excellence, possibly in an academic or research context. The overall design is simple and professional.)",
|
168
|
+
"39c21acf1bbc26ccb1c9a17d505e70cf": "(Image description: The image is completely blank and white with no visible features or details.)",
|
169
|
+
"11301ff3eff240f2f7bc29d4b52f57f9": "(Image description: The image is entirely blank and white.)",
|
170
|
+
"cb17ec7ce8a75483e2ce5ae5e271bdd5": "(Image description: The image is a solid brown circle with a simple design.)",
|
171
|
+
"ea8fb90468d63ba09795253f7d95cf70": "(Image description: I can't see the image, so I'm unable to describe it. If you provide details, I can help summarize or discuss them!)",
|
172
|
+
"7fdbff169bfc345b95adff2494e3372b": "(Image description: The image is a plain white circle on a neutral background.)",
|
173
|
+
"bba3edd41170b822fba93bd6f606bb43": "(Image description: I'm unable to see images, so I can't provide a description. If you describe the image, I can help with information or context!)",
|
174
|
+
"2d86a9e6866a172759e84abffbe4caa2": "(Image description: The image features a series of five vertical panels. The first two panels show buildings, suggesting an architectural theme. The third panel displays a close-up of a surface, possibly a control board or circuit. The last panel shows a computer keyboard. The overall color tone is warm and sepia-like.)",
|
175
|
+
"a037167d3f07795a69bdcb819cb4a154": "(Image description: The image shows two individuals sitting at computers in a classroom or study space. One person is in the foreground, wearing glasses and focused on the screen, while another person is visible in the background. The setting appears bright and modern.)",
|
176
|
+
"5ac749453a904d752c22e213a273ffce": "(Image description: The image shows four people standing together. Two women are on the left, one wearing a blue dress. The two men on the right are in formal attire. They are holding documents or folders and are positioned in front of a decorative background.)",
|
177
|
+
"512df320ca0862f392e4d5a5ecc65a66": "(Image description: The image shows a chalkboard with the word \"Hello!\" written on it. In front of the board, there is a yellow object on a desk. The background is a classroom setting.)",
|
178
|
+
"8cfd46003e01bcae3a70ba8302f6f5a9": "(Image description: The image shows a conference or meeting setting with a few speakers at a table in front and an audience seated in rows. There is a presentation screen displaying content, and the environment appears to be a formal indoor space.)",
|
179
|
+
"6870b677ec5c44e523a78e310e44a74e": "(Image description: The image shows a group of people posing together on steps in front of a large building. They are dressed in formal or semi-formal attire and appear to be smiling or looking at the camera. The setting is bright, suggesting a clear day.)",
|
180
|
+
"7fd8c12794d8e375a9929c11ff0e141a": "(Image description: The image features a promotional banner for micro-credentials offered by Universidad Autónoma de Madrid (UAM). It includes text highlighting the program's focus, encouraging discovery, and mentions a short-term course duration of 24 to 30 ECTS. In the background, a group of students is sitting on the grass in a park-like setting.)",
|
181
|
+
"09d5de647372ecade8cc74ae7a9c4da1": "(Image description: The image features a logo with a stylized \"U\" in red, yellow, and blue stripes, alongside the text \"Universidades Españolas con UCRANIA.\" The design suggests a connection between Spanish universities and Ukraine.)",
|
182
|
+
"52c2d4e1291dba6cb9ef9f991325c56d": "(Image description: The image features text in Spanish, stating \"Buzón de preguntas\" (Question Box) and \"Modificación Grado Ing. Informática\" (Modification Degree in Computer Engineering). It includes a large red question mark. The text is presented in varying colors and sizes.)",
|
183
|
+
"7d0748777cf46b3dbaad1e3b8330a76d": "(Image description: The image outlines academic programs, highlighting the combination of a bachelor's degree (Grado) and a master's degree (Máster). It specifies the credits required for each program and indicates a professional qualification (Ingeniería técnica) associated with these degrees. The layout is simple, using orange and white colors.)",
|
184
|
+
"60cc6c6c799310eb2348a950bab37048": "(Image description: The image features a logo with a light blue background. It includes the text \"Gestión Universitaria\" at the top and \"SIGMA\" prominently displayed below in larger font.)",
|
185
|
+
"010be99c600c73e0a58d99aa6e91216c": "(Image description: The image shows an interior of a library with shelves of books. There are people reading or studying. A sign with \"Biblioteca EPS\" is prominently displayed, indicating it is a library setting. The atmosphere appears quiet and conducive to reading.)",
|
186
|
+
"06ee64137e373871e58c42682ba4542d": "(Image description: The image features a close-up of hands working with electronic components, likely assembling or repairing a device. On the right side, there is text in Spanish that reads \"Becas de la UAM,\" which translates to \"Scholarships from UAM.\")",
|
187
|
+
"e47fd77cac3103a92b4b4b436783a1bd": "(Image description: The image features a red mailbox design with a smiling face icon. It includes the text \"Buzón de quejas y sugerencias\" and \"Sede electrónica,\" indicating a suggestions and complaints box, likely for electronic submissions.)",
|
188
|
+
"f876cc622318e9bb223aedd162ebb5a3": "(Image description: The image features the word \"ALUMNIUAM\" in large green letters, accompanied by the phrase \"¡Soy de la Autonómal!\" in smaller text. There are colorful, overlapping square outlines in the background.)",
|
189
|
+
"41440d3d291a98cd94f7a0aa0ae0fde0": "(Image description: The image features the logo of \"CIVIS,\" which is described as Europe's Civic University Alliance. It includes the word \"civis\" in a modern font with varying colors and sizes of circles surrounding it, giving it a vibrant and dynamic look.)",
|
190
|
+
"ee905bf931e6a3bb98215a25a16962b7": "(Image description: The image is the Instagram logo, featuring a simplified camera icon within a square. The background has a gradient of colors from purple to orange.)",
|
191
|
+
"608135c8f1a1fd9c430ca35a8599a1ba": "(Image description: The image features the YouTube logo, which consists of the word \"YouTube\" in bold black letters on a red rectangle, with a white play button symbol integrated into the design.)",
|
192
|
+
"0c008170270327e58a1f3260b5bda561": "(Image description: The image features the Facebook logo, which consists of a white lowercase \"f\" on a blue background. The design is simple and recognizable, often associated with social media.)",
|
193
|
+
"9cf216535b6262f7030c7b460896defd": "(Image description: I'm unable to view images directly. If you describe the image, I can help with a brief explanation based on your description!)",
|
194
|
+
"d63f57bc09ca8b505674b2ff00fa9ead": "(Image description: The image features an orange RSS feed icon, which consists of a series of curved lines representing radio waves, along with a circular dot.)",
|
195
|
+
"4b41bc3be74132f8e03a4acb8c631247": "(Image description: The image is a cocktail menu from Stafford Tavern. It features various cocktails with their names and prices, including options like \"Tommy's Margarita,\" \"Smirnoff Espresso Martini,\" and \"Pampered Mojito.\" Each drink has a brief description and notes on standard drink equivalents. The design is clean and modern, with a dark background and colorful drink images.)",
|
196
|
+
"e3c066664a40bab0c945c1336410bec5": "(Image description: The image displays a cocktail and whiskey menu from \"Fauget.\" It lists various drinks, including cocktails like Classic Mojito and Royal Martini, and whiskey options such as Manhattan and Old Fashioned, all priced at $5.00. The design features a dark background with gold accents and illustrations of drinks.)",
|
197
|
+
"1010737de4f46eeb091b7e00ded048da": "Empty data",
|
198
|
+
"ddb3b962f20964f3e6864788408887c4": "Empty data",
|
199
|
+
"335713dc299ed4a7ba31c138674b38ee": "Empty data",
|
200
|
+
"8f73be1239864b82b7ec05158672e16a": "Empty data",
|
201
|
+
"411c4e84644e72396233d38a4dc99444": "Empty data",
|
202
|
+
"671c0c33ef365dbf9688b4a667057588": "Empty data",
|
203
|
+
"6925c441e1cdf2359aee8116086bda78": "(Image description: The image is a cocktail and whiskey menu from \"Fauget.\" It lists various drinks, including cocktails like Classic Mojito and Royal Martini, and whiskey options like Manhattan and Old Fashioned. Each drink is priced at $5. The design features a dark background with gold accents and illustrations of drinks.)",
|
204
|
+
"36bd423bca6207b40e10860e24322208": "Empty data",
|
205
|
+
"be57790e2afaa988daa07ba8a984183d": "Empty data",
|
206
|
+
"08cb5e97e94d81245cd63178446871ed": "Empty data",
|
207
|
+
"6b0def842b2158815cd5a6bc9631dcb7": "Empty data",
|
208
|
+
"0efd5dae6e3f5e18161f6678435440e6": "Empty data",
|
209
|
+
"48cd0ba615429e6b6b17798b1a612940": "Empty data",
|
210
|
+
"189eaa06191f2d1bd19666fcdf113904": "Empty data",
|
211
|
+
"f00ff1dc7f89333332bda5456531c6a2": "Empty data",
|
212
|
+
"d24261ab75706d62343a1119db94471a": "Empty data",
|
213
|
+
"63bd34a8ebd7375be96a4c4fea98a820": "Empty data",
|
214
|
+
"4f838ccc7270f7687995175c7a22746e": "Empty data",
|
215
|
+
"48fcf7475822144cc1c4e8b3742f74dc": "Empty data",
|
216
|
+
"6a8057f70fea2cb03310fe98639a5446": "Empty data",
|
217
|
+
"37278405278fd6f838dd76f56962956f": "Empty data",
|
218
|
+
"47dc0c911d92fd80405bec6258d04576": "Empty data",
|
219
|
+
"38b27092d610d2ca7bc5d7d40c5c7839": "Empty data",
|
220
|
+
"8a7c262c2ec24ce7ac9d25556c240f43": "(Image description: The image is a cocktail and whiskey menu for \"Fauget.\" It lists various drinks under two main categories: Cocktails and Whiskey. Each item includes a brief description and a price of $5.00. The design features a dark background with gold accents and illustrations of drinks.)",
|
221
|
+
"071d9e646ddb27a552ff91b7ed257df4": "(Image description: It's a cocktail menu with a dark blue background and gold art deco accents, listing cocktails and whiskey drinks, each priced at $5.00.)",
|
222
|
+
"39496658d9b1bf7d3b495220b3fcabe6": "Empty data",
|
223
|
+
"41621e188dcd60630ca183dd19ea4081": "Empty data",
|
224
|
+
"b8ab5edcd2268b17b34a8d8c6b15f78d": "(Image description: The image shows a menu for \"Fauget Cocktails,\" featuring a list of various cocktails and whiskeys, each priced at $5.00, with simple illustrations of drinks at the top. The menu has a dark background with gold and white text.)",
|
225
|
+
"999aae04b2b3b8d324703a51c83ef0b0": "(Image description: The image is a menu from \"Fauget\" featuring cocktails and whiskey drinks. Each item includes the drink name, a brief description, and a price of $5. The cocktails include options like Mojitos, Daiquiris, and Margaritas, while the whiskey section lists drinks like Manhattan, Whiskey Sour, and Old Fashioned. The overall design has a dark background with gold text and illustrations of drinks.)",
|
226
|
+
"6433104fc2afd10191119551bd38da92": "Empty data",
|
227
|
+
"483148eacbf5df1087fc77fcf9edadb9": "Empty data",
|
228
|
+
"6e57131e677be407a439499a47869c4d": "Empty data",
|
229
|
+
"e91f6af458c7a2b65594093b4bf8558e": "Empty data",
|
230
|
+
"801aee976c344d9869a2f107855ce5fb": "Empty data",
|
231
|
+
"37cf27399496183c6989e2ffd96e7c82": "Empty data",
|
232
|
+
"c5d9bf9564d52a73b8d72e5478a3db32": "Empty data",
|
233
|
+
"5bbd8947409d9399ff76dbe0c896b281": "Empty data",
|
234
|
+
"385bc55359231bc0cf439cb5a8401cfa": "Empty data",
|
235
|
+
"2bf54c3651c1384f0ecd34b64e31ada1": "Empty data",
|
236
|
+
"1ddda5c7d389cab87e7694d6bd23eec8": "Empty data",
|
237
|
+
"7fc2d65444e762888777046e3678d2c9": "Empty data"
|
238
|
+
}
|
@@ -0,0 +1,3 @@
|
|
1
|
+
{
|
2
|
+
"1726eed660e73ff0ef7a3b5810fb17bc": "(PDF content: Page nª0: Normativa del Trabajo Fin de Máster \nVisto bueno de la Comisión de Garantía de Calidad en los Estudios. \nAprobado en la Junta de Centro de la Escuela Politécnica Superior el 08/06/2022. \n1.-Rango de aplicación \n1.1.- Normativa aplicable a todas las Titulaciones Oficiales de Máster de la Escuela Politécnica Supe\nrior de la Universidad Autónoma de Madrid, que sustituye a normativas anteriores. \n1.2.- Esta normativa aplica a los actuales másteres: \n• Máster Universitario en Ciencia de Datos (MUCD). \n• Máster Universitario en Deep Learning for Audio and Video Signal Processing (MUDL4AVSP). \n• Máster Universitario en Ingeniería Informática (MUII). \n• Máster Universitario en Ingeniería de Telecomunicación (MUIT). \n• Máster Universitario en Investigación e Innovación en Inteligencia Computacional y Sis\ntemas Interactivos (MUI2ICSI). \n1.3.- Igualmente, aplica a estudiantes de títulos interuniversitarios que realicen su Trabajo Fin de \nMáster (TFM) en la EPS, siempre que no entre en conflicto con los convenios de dichos másteres, \nque tendrían precedencia a esta norma: \n• Máster Universitario en Métodos Formales en Ingeniería Informática (MUMFII). \n• Máster Universitario en Image Processing and Computer Vision, Europeo (MUIPCV). \n1.4.- También aplica a los Programas de Máster Combinados y a futuros Másteres Universitarios Ofi\nciales de la EPS. \n2.-Directores, codirectores y ponente del TFM \n2.1.-Condiciones del los directores, codirectores y ponentes \n2.1.1.- El director, codirector y el ponente del TFM deberán, en cualquier caso, cumplir al menos una \nde las siguientes condiciones: \n• Disponer de una titulación igual o superior a la que otorga el Máster. \n• Disponer de una titulación asimilable, a juicio de la Comisión de Coordinación y Segui\nmiento del Máster, a la que otorga el Máster. \nUniversidad Autónoma de Madrid \nEscuela Politécnica Superior \n1/8 \n Images in this page: Image description 1: (Image description: The image features the text \"Escuela Politécnica Superior\" in a stylized font centered on a black background.)Page nª1: • Aportar una extensa y destacada experiencia investigadora o profesional en el ámbito \ndel Máster, valorada positivamente por la Comisión de Coordinación y Seguimiento del \nMáster. \n2.2.-Dirección \n2.2.1.- El TFM podrá ser dirigido por: \n• Un profesor permanente de los centros de la UAM que impartan docencia en el Máster \n(en adelante, Centros) con vinculación permanente a la UAM. \n• Un profesor sin vinculación permanente de los centros de la UAM que impartan docen\ncia en el Máster (en adelante, Centros). \n• Por un profesor, investigador o doctorando de los Centros de la UAM que no imparten \ndocencia en el máster. \n• Por un investigador o profesional externo a la UAM. \n2.2.2.- Salvo en el primer caso, deberá existir un ponente del TFM, que será profesor permanente de \nlos Centros que imparten docencia en el máster. \n2.2.3.- El director, y en su caso el ponente, velará por la adecuada calidad académica del TFM, así co\nmo por que las competencias y la carga de trabajo asociadas al mismo sean acordes con la memoria \nde verificación del Máster. \n2.2.4.- En casos justificados y aprobados por la Comisión de Coordinación y Seguimiento del Más\nter, el TFM podrá ser codirigido por un máximo de dos codirectores. En caso de que ninguno de los \ncodirectores sean profesores permanentes de los Centros con vinculación permanente a la UAM, \nserá necesario que exista adicionalmente un ponente del TFM que sí lo sea. En caso de que los dos \ncodirectores sean profesores del mismo departamento, la propuesta de TFM debe incluir una jus\ntificación detallada de la codirección. La Comisión de Coordinación y Seguimiento del título será la \nencargada de dar el visto bueno a la codirección después de estudiar la justificación presentada. \n2.2.5.- Para asegurar una adecuada dedicación a las labores de dirección o codirección, los profe\nsores de la EPS no podrán dirigir o codirigir el equivalente a 4 TFMs de forma simultánea. En casos \nexcepcionales podrá solicitarse superar este límite, siempre que la Comisión de Coordinación y Se\nguimiento del Título lo apruebe y el número total de trabajos de fin de máster dirigidos por el profesor \nno sea superior a 6. \n3.-Oferta y asignación de TFMs \n3.1.- El coordinador de la asignatura TFM mantendrá una lista actualizada de oferta y asignación de \nTFMs. \nUniversidad Autónoma de Madrid \nEscuela Politécnica Superior \n2/8 \n Images in this page: Image description 1: (Image description: The image features the text \"Escuela Politécnica Superior\" in a stylized font against a dark background. It appears to be a logo or header for an educational institution, likely focused on advanced technical or engineering studies.)Page nª2: 3.2.- La lista de oferta se actualizará al menos durante los meses de enero, junio y septiembre con \nlas ofertas que envíen los profesores de los Centros al coordinador de la asignatura TFM por correo \nelectrónico u otro medio telemático habilitado para dicho fin. \n3.3.- La asignación se realizará en el momento en que el proponente de la oferta notifique el es\ntudiante asignado al coordinador de la asignatura TFM por el mecanismo que dicho coordinador \nestablezca. La asignación será efectiva siempre que se cumpla el apartado 2 de esta normativa. \n3.4.- En cualquier momento del curso será posible realizar de manera simultánea la oferta y la asig\nnación del TFM por mutuo acuerdo con el estudiante, comunicándolo para ello al coordinador de la \nasignatura TFM. \n• En el Máster en MUI2ICSI cada estudiante cuenta con un Tutor Académico desde su \ningreso en el Máster. Dicho tutor será considerado, por defecto, el Director del TFM de \ndicho estudiante. Por este motivo, la oferta y asignación de TFMs en el Máster MUI2ICSI \nse realizará de acuerdo con el punto 3.3 de esta normativa, no siendo necesario, por \ntanto, mantener un listado actualizado de ofertas de TFM. \n3.5.- Los Departamentos deberán garantizar que la oferta de TFMs sea acorde a la potencial deman\nda de TFMs en cada Máster y de modo proporcional a la implicación del Departamento en la docencia \ndel Máster. \n3.6.- Cuando proceda, los directores de TFM deberán solicitar la evaluación del Comité de Ética UAM \nen el momento de su asignación (ver apartado 6). \n4.-Calendario de defensas \n4.1.- Los periodos anuales de convocatorias de defensas públicas de TFMs se publicarán cada curso \nacadémico. La correspondiente comisión delegada de la Junta de Centro elaborará y elevará a dicha \nJunta de Centro la propuesta de calendario. \n4.2.- El calendario contendrá información sobre los periodos de presentación de proyecto, presen\ntación de la memoria del TFM en el registro de la EPS y defensa pública del TFM. \n4.3.- El calendario se confeccionará a partir del calendario académico de la UAM para másteres ofi\nciales y velará, en lo posible, por los intereses de los estudiantes y de los tribunales. \n4.4.- En cada curso académico el estudiante tendrá derecho a dos convocatorias entre el total de los \nperiodos de defensa ofertados en el curso académico. \n4.5.- ADVERTENCIA A ESTUDIANTES, DIRECTORES Y TUTORES: A efectos de becas y otros trámites \nadministrativos, para que se considere dentro del curso académico, la defensa del TFM deberá tener \nlugar antes del cierre oficial del curso académico en julio. \nUniversidad Autónoma de Madrid \nEscuela Politécnica Superior \n3/8 \n Images in this page: Image description 1: (Image description: The image features the text \"Escuela Politécnica Superior\" displayed in a simple, elegant font. The background is likely plain, emphasizing the text.)Page nª3: 5.-Presentación del proyecto y propuesta de tribunal \n5.1.- El estudiante presentará, dentro del periodo asignado en el calendario, un proyecto del TFM con \nel título del mismo, contenido, plan de trabajo incluyendo dedicación, y propuesta de seis miembros \ndel tribunal. Al menos tres de ellos serán externos al grupo de investigación del director/es y ponente. \nDicho proyecto contendrá el visto bueno del director o codirectores y en su caso, del ponente. La \npropuesta de proyecto se entregará electrónicamente a la Administración de la EPS a través de la \ndirección gestionmaster.eps@uam.es. El estudiante deberá conservar el mensaje de confirmación \nde recepción de la Administración de la EPS como mecanismo de acreditación de su presentación. \n5.2.- La estructura del documento de propuesta de TFM se adecuará a la plantilla adjunta como ane\nxo a esta normativa. \n6.-Revisión por el Comité de Ética \n6.1.- Para el desarrollo del Trabajo de Fin de Máster, tanto el director y codirectores como el estu\ndiante deberán respetar la normativa vigente en lo referente a: \n• Protección de Datos de carácter personal (LOPD y demás normativa sobre la materia). \n• Buenas prácticas en investigación (véase Código de Buenas Prácticas en Investigación \nde la UAM, aprobado en Consejo de Gobierno y otra normativa que resulte de aplicación \nsegún el caso). \n• Propiedad intelectual e industrial. \n6.2.- Cuando proceda, los directores de TFM deberán solicitar la evaluación del Comité de Ética UAM \nen el momento de su asignación. En el momento de ser adjudicados se deberá descargar la ''Solicitud \nde Evaluación del Comité de Ética'' y enviarlo cumplimentado al coordinador de la asignatura TFM, \nquién los remitirá a la ''Comisión de Investigación e Innovación (CII)'' para su revisión antes del envío \ndefinitivo al CEI-UAM. Junto a la solicitud, se deberá adjuntar una breve memoria que detalle las \nactividades a realizar, incluyendo la metodología y el material, en su caso, que se va a utilizar. Los \ntrabajos que se realicen en el marco de un proyecto de investigación que cuente con la aprobación \nde un Comité de Ética de la Investigación deberán adjuntar la aprobación de dicho proyecto por \nparte del CEI-UAM. \n6.3.- Las solicitudes de evaluación por el Comité de Ética deberán remitirse al Coordinador de la ti\ntulación, quien, a su vez, centralizará las solicitudes para remitirlas al Subcomité de Ética del Centro. \nEste subcomité comunicará al CEI-UAM sus resoluciones. \n6.4.- En cualquier caso los TFM siempre podrán defenderse, aunque no cuenten con esa evaluación, \nlo que no se podrá es otorgar un visado ético de ningún trabajo a posteriori, y por tanto si ese certi\nficado es requerido para una posterior publicación no se podrá otorgar por ninguna instancia. \nUniversidad Autónoma de Madrid \nEscuela Politécnica Superior \n4/8 \n Images in this page: Image description 1: (Image description: The image features the text \"Escuela Politécnica Superior\" in a simple, elegant font. The background is likely plain or subtle, emphasizing the text.)Page nª4: 7.-Modificaciones formales del TFM \n7.1.- Si durante el desarrollo del TFM surgieran modificaciones significativas respecto a la propuesta \naprobada, se deberá solicitar aprobación de las modificaciones cumplimentando el anexo para tal \nefecto. Las modificaciones propuestas serán evaluadas y aprobadas por la Comisión de Coordina\nción y Seguimiento del Máster. Dependiendo de la envergadura del cambio a realizar, los plazos de \nsolicitud serán: \n• En el caso de cambios significativos, como cambio de contenidos, objetivos o plan de \ntrabajo, el plazo será de al menos dos meses antes de la entrega de la memoria. \n• Si los cambios son de carácter menor, como cambios en el título que no afecten al \ncontenido, objetivos o plan de trabajo, el plazo será de al menos 15 días antes de la \nentrega de la memoria. \n7.2.- Tanto el director como el estudiante podrán solicitar, de mutuo acuerdo o unilateralmente, anu\nlación del compromiso para la realización del TFM asignado. Será la Comisión de Coordinación y Se\nguimiento del Máster la encargada de aprobar dicha cancelación a la vista de los datos aportados \ny/o solicitados a cualquiera de los implicados en el TFM. La solicitud de cancelación se realizará me\ndiante instancia según el modelo del anexo para anulación del TFM. \n8.-Solicitud de defensa \n8.1.- Una vez superadas todas las asignaturas obligatorias y optativas del Máster, incluyendo adicio\nnalmente aquellos complementos formativos que se hubieran indicado en el momento de la admi\nsión al Máster, se podrá solicitar la defensa del TFM. \n8.2.- El estudiante que desee defender su TFM: \n• Enviará electrónicamente a la dirección gestionmaster.eps@uam.es la memoria del TFM \nen formato PDF. \n• El estudiante deberá conservar el mensaje de confirmación de recepción de la Admi\nnistración de la EPS como mecanismo de acreditación de su presentación. \n8.3.- La portada de la memoria deberá adecuarse a la plantilla adjunta como anexo a esta normativa. \nLa memoria deberá incluir un resumen del trabajo, con una extensión mínima de una página (sin \nincluir referencias bibliográficas) y máxima de dos. \n8.4.- El envío de la memoria vendrá acompañado de un documento de Solicitud de Defensa que se \nadecuará a la plantilla adjunta a esta normativa. El documento de Solicitud de Defensa incluirá: \n• Máster cursado, ya sea de forma individual o combinada con otro máster. \n• Título del TFM. \n• Nombre del estudiante. \n• Nombre del director o directores, y en su caso, del ponente. \n• Competencias adquiridas en el TFM de acuerdo al Máster cursado. \n• Dedicación del estudiante al TFM. \nUniversidad Autónoma de Madrid \nEscuela Politécnica Superior \n5/8 \n Images in this page: Image description 1: (Image description: The image features the text \"Escuela Politécnica Superior,\" which translates to \"Higher Polytechnic School.\" The design appears simple and elegant, likely representing an academic institution. The background is dark, and the text is light-colored.)Page nª5: • Justificación de resultados extraordinarios. \n• Autoría y originalidad del TFM. \n• Firma del estudiante, director o codirectores, y en su caso, del ponente. \n8.5.- En caso de que el TFM haya dado lugar a resultados excepcionales que, a juicio de director, codi\nrectores y, en su caso, ponente, lo hagan merecedor de una calificación superior al 9,5 (ver apartado \n10.6) deberá incluir un informe sobre dichos resultados y la documentación que los acredite, en su \ncaso. Dicho documento estará firmado por el estudiante y su director, codirectores y ponente, si \nprocede. \n8.6.- Ejemplos de documentos que acrediten los resultados excepcionales podrán ser: \n• En el caso de transferencia tecnológica al sector productivo se solicitará carta emitida \npor la empresa con membrete y firma en la que se declare justificadamente que el TFM \nha dado lugar a un producto que está siendo utilizado por la empresa o institución. \n• En el caso de publicaciones científicas internacionales, copia del artículo en el que \nconste nombre de la revista o acta de congreso, número, volumen, doi o cualquier otra \ninformación identificativa. Para las publicaciones aceptadas pero no publicadas, se pre\nsentará carta de aceptación de la editorial o del comité responsable de la evaluación. \n• En el caso de una patente, copia del registro de la solicitud. \n8.7.- Este informe de resultados excepcionales será remitido a los miembros del tribunal junto con \nlos criterios que la Comisión de Coordinación y Seguimiento del Máster haya establecido para poder \noptar a una calificación superior al 9,5. \n8.8.- El director o codirectores y el ponente (en su caso) enviarán a gestionmaster.eps@uam.es un \ninforme en el que se explique la componente de investigación, innovación y/o de carácter profesional \ndel trabajo y se justifique la adquisición de las competencias asociadas al TFM así como la dedicación \ndel estudiante acorde con el número de ECTS del TFM, y una propuesta de calificación, que será \nponderada por el tribunal según lo indicado en la memoria de verificación del Máster. \n9.-Composición del tribunal \n9.1.- El tribunal será nombrado por la Comisión de Coordinación y Seguimiento del Máster. \n9.2.- El tribunal estará formado por tres miembros que actúan como titulares, más tres suplentes. Los \ntitulares y suplentes se elegirán, preferiblemente, entre los miembros de la propuesta realizada en la \nentrega del Proyecto (ver apartado 5). Los miembros del tribunal deberán realizar su investigación \no actividad profesional en el campo en el que se ha desarrollado el trabajo o en otros afines. \n9.3.- Todos los miembros del tribunal tendrán una titulación igual o superior a la otorgada por el Más\nter. \n9.4.- Al menos un miembro del tribunal y uno de los suplentes deben ser externos a los grupos de \ninvestigación a los que pertenezcan, en su caso, director(es) y ponente. \nUniversidad Autónoma de Madrid \nEscuela Politécnica Superior \n6/8 \n Images in this page: Image description 1: (Image description: The image features the text \"Escuela Politécnica Superior\" in a simple, elegant font on a dark background. It appears to be a logo or title related to a higher education institution.)Page nª6: 9.5.- El presidente del tribunal será miembro de alguno de los departamentos que imparten docencia \nen el Máster. \n9.6.- Uno de los miembros del tribunal puede ser ajeno a los departamentos que imparten docencia \nen el Máster. \n9.7.- En ningún caso el director, directores o ponente del TFM podrán formar parte del tribunal, pero \nsí podrán informar oralmente al tribunal, a puerta cerrada tras el turno de preguntas y antes de la \ndeliberación para establecer la calificación del TFM. En este informe oral se valorará el trabajo del \nestudiante. El informe oral podrá ser sustituido por un informe escrito que entregarán al presidente \ndel tribunal antes de la defensa del TFM. \n10.-Desarrollo de la defensa y evaluación \n10.1.- La defensa del TFM se realizará en sesión pública, ante el tribunal nombrado por la Comisión \nde Coordinación y Seguimiento del Título. \n10.2.- El director, codirectores o ponente (si fuera necesario) deberán reservar el aula o sala en la \nque se va a defender el TFM y comunicará la reserva, con suficiente antelación, a los miembros del \ntribunal, al candidato y al coordinador de la asignatura de TFM. \n10.3.- La exposición del trabajo tendrá una duración aproximada de 30 minutos, seguida de un turno \nde preguntas por parte del tribunal. \n10.4.- El TFM se calificará según lo establecido por la memoria de verificación del Máster y los acuer\ndos tomados por la Comisión de Coordinación y Seguimiento del Máster. Los criterios deben ser \nclaros y unánimes para cada curso académico y estarán reflejados en la guía docente del TFM. \n10.5.- La calificación estará en escala numérica de 0 a 10 y con un decimal. Se indicará asimismo \nla calificación cualitativa correspondiente (0,0-4,9: suspenso, 5,0-6,9: aprobado, 7,0-8,9: notable o \n9,0-10: sobresaliente). \n10.6.- Para que un TFM pueda ser calificado con una puntuación superior a 9,5 en la nota emitida \npor cada miembro del tribunal y en la nota final, deberá haber generado resultados excepcionales. \nDichos resultados excepcionales deberán haber sido reflejados en un informe incluido en el docu\nmento de solicitud de defensa del TFM (ver punto 8.4). Con esta documentación y después de la \ndefensa pública, el tribunal tendrá la potestad de emitir una calificación superior al 9,5 si así lo esti\nma oportuno. \n10.7.- El tribunal cumplimentará y firmará un acta con la calificación final del estudiante. \n10.8.- La mención de matrícula de honor se realizará de forma unificada, considerando el número \ntotal de matriculados en el trabajo de fin de Máster. Después de terminar el plazo de defensas de \nTFMs de cada curso académico, una comisión nombrada al efecto llevará a cabo una evaluación de \nlos TFMs leídos y concederá la calificación de Matrícula de Honor entre los TFMs que han obteni\ndo una calificación de Sobresaliente, hasta el máximo establecido por la normativa aplicable. Para \ndicha evaluación se tendrá en cuenta el impacto producido por las publicaciones, patentes, transfe\nrencias tecnológicas, y cualquier otra contribución equivalente o superior a las anteriores a las que \nhaya dado lugar el TFM, siendo valorada la importancia de la contribución individual del estudiante \nUniversidad Autónoma de Madrid \nEscuela Politécnica Superior \n7/8 \n Images in this page: Image description 1: (Image description: The image features the text \"Escuela Politécnica Superior\" displayed in a simple, elegant font against a dark background.)Page nª7: evaluado. Para realizar esta evaluación se solicitará a los posibles candidatos información actualiza\nda hasta el día 31 de octubre tras el cierre del curso académico, no entrando en consideración los \nméritos producidos tras esa fecha. \n11.-Disposición final \n11.1.- Esta normativa entrará en vigor al día siguiente de su aprobación en Junta de Centro. \nUniversidad Autónoma de Madrid \nEscuela Politécnica Superior \n8/8 \n Images in this page: Image description 1: (Image description: The image features the text \"Escuela Politécnica Superior\" in a simple, elegant font. The background is mostly dark, emphasizing the text.) >>)"
|
3
|
+
}
|