Comprehensive management of R&D projects
We offer advanced solutions for the success of your projects
R&D&i project management services
- Project Management
- Idea Generation
- Opportunity Analysis
- Feasibility and Technical Studies
- State of the Art
- Value chain
- Scientific and Technical Collaboration
- UCD/UX Implementation
- Competitive intelligence
- e-Learning
- Talent Search
- Documentation for Tax Deductions
- Partner Search
- Financing Solutions
- European Programs
- Aid and Subsidy Radar
USABILITY Studies / UCD-UX User Experience
We offer advanced solutions for the success of your projects
Usability Services
- (UCD)
- UX User Experience
- Training to Integrate UCD Management in your Business
- Test and Analysis of Digital Products and Services
- Human-Robot Interaction
- Improvements in Interaction, Traffic and Data Management
- Industry 4.0 and Digital Transformation
- Ethical Use of Technology
- Social and Environmental Innovation
- Responsible Product Design
IT Services - Software oriented to Project Management
We offer advanced solutions for the success of your projects
IT services
- Digital strategy
- Social Media
- SEO/SEM positioning
- Email Marketing
- Custom development
- Web design
- App Development
Communication Plan for European Programs
We offer advanced solutions for the success of your projects
Communication Services for EP
- Branding
- Web Design, Editorial and Social Media
- Audiovisual production
- Creation of Contents and Creativities
- Workshops, Webinars and Training Sessions
- Domain Management
- Active Positioning and Management in Social Networks
- Dissemination and Diffusion of Project Results
- Public Relations
- Event Organization
Advertising Services - Mass Media
We offer advanced solutions for the success of your projects
Advertising Communication Services
- Advertising Campaign Strategy
- Planning in Mass Media
- Diffusion in TV, Radio, Press and Digital Media
- Branding
- Art direction
- Audiovisual production
- Press Office
- Editorial
- Off/online content
Ask information for our services
R&D&i project management services
Usability Services
IT services
Communication Services for EP
Advertising Services - Mass Media
Ask for information
//mostrar seccion contacto
function showSolicitaInformacion() {
document.getElementById("solicita-informacion").style.display = "block";
document.getElementById("titulo-solicita").style.display = "block";
}
//ocultar todos
function hideAll(){
document.getElementById("form-cont-id").style.display = "none";
document.getElementById("form-cont-ux").style.display = "none";
document.getElementById("form-cont-ti").style.display = "none";
document.getElementById("form-cont-compe").style.display = "none";
document.getElementById("form-cont-massmedia").style.display = "none";
document.getElementById("titulo-id").style.display = "none";
document.getElementById("titulo-ux").style.display = "none";
document.getElementById("titulo-ti").style.display = "none";
document.getElementById("titulo-compe").style.display = "none";
document.getElementById("titulo-massmedia").style.display = "none";
}
//I+D
document.getElementById("boton-id").onclick = function() {
showSolicitaInformacion();
hideAll();
document.getElementById("solicita-informacion").style.backgroundImage = "url('https://comet.technology/wp-content/uploads/2022/04/Servicios_Solicita-informacion1.jpg')";
document.getElementById("form-cont-id").style.display = "block";
document.getElementById("titulo-id").style.display = "block";
document.getElementById("form-field-campointeres").value = 'id';
};
//UX
document.getElementById("boton-ux").onclick = function() {
showSolicitaInformacion();
hideAll();
document.getElementById("solicita-informacion").style.backgroundImage = "url('https://comet.technology/wp-content/uploads/2022/04/Servicios_Solicita-informacion2.jpg')";
document.getElementById("form-cont-ux").style.display = "block";
document.getElementById("titulo-ux").style.display = "block";
document.getElementById("form-field-campointeres").value = 'ux';
};
//IT
document.getElementById("boton-ti").onclick = function() {
showSolicitaInformacion();
hideAll();
document.getElementById("solicita-informacion").style.backgroundImage = "url('https://comet.technology/wp-content/uploads/2022/04/Servicios_Solicita-informacion3-scaled.jpg')";
document.getElementById("form-cont-ti").style.display = "block";
document.getElementById("titulo-ti").style.display = "block";
document.getElementById("form-field-campointeres").value = 'ti';
};
//PROYECTOS EUROPEOS
document.getElementById("boton-compe").onclick = function() {
showSolicitaInformacion();
hideAll();
document.getElementById("solicita-informacion").style.backgroundImage = "url('https://comet.technology/wp-content/uploads/2022/04/Servicios_Solicita-informacion4-scaled.jpg')";
document.getElementById("form-cont-compe").style.display = "block";
document.getElementById("titulo-compe").style.display = "block";
document.getElementById("form-field-campointeres").value = 'compe';
};
//MASS MEDIA
document.getElementById("boton-massmedia").onclick = function() {
showSolicitaInformacion();
hideAll();
document.getElementById("solicita-informacion").style.backgroundImage = "url('https://comet.technology/wp-content/uploads/2022/04/Servicios_Solicita-informacion5.jpg')";
document.getElementById("form-cont-massmedia").style.display = "block";
document.getElementById("titulo-massmedia").style.display = "block";
document.getElementById("form-field-campointeres").value = 'massmedia';
};