«I'm pleased to provide a recommendation for Marcelo. I've worked with him for several years on a wide array of natural language processing and text analytics. Marcelo is gifted both at the theoretical aspects of the research, and at the pragmatic aspects of the research. He is able to convert prototype code into production code skillfully and quickly. I am impressed with his ability to plan out large projects, perform timely integration of new tools and algorithms, and talk to people on both the deep software and the deep algorithmic aspects f the projects. Marcelo has done great work on summarization, text classification and clustering, translation, and semantic modeling. A highly gifted guy, I heartily recommend him for software, analytics, text processing and product development. Cheers Steve»
Acerca de
Experiencia y educación
Licencias y certificaciones
Publicaciones
-
A Quantitative and Qualitative Assessment of Automatic Text Summarization Systems.
DocEng '15 Proceedings of the 2015 ACM Symposium on Document Engineering
Text summarization is the process of automatically creating a shorter version of one or more text documents. This paper presents a qualitative and quantitative assessment of the 22 state-of-the-art extractive summarization systems using the CNN corpus, a dataset of 3,000 news articles.
Otros autoresVer publicación -
Automatic Document Classification using Summarization Strategies.
DocEng '15 Proceedings of the 2015 ACM Symposium on Document Engineering
An efficient way to automatically classify documents may be provided by automatic text summarization, the task of creating a shorter text from one or several documents. This paper presents an assessment of the 15 most widely used methods for automatic text summarization from the text classification perspective. A naive Bayes classifier was used showing that some of the methods tested are better suited for such a task.
Otros autoresVer publicación -
Automatic Text Document Summarization Based on Machine Learning
DocEng '15 Proceedings of the 2015 ACM Symposium on Document Engineering
The need for automatic generation of summaries gained importance with the unprecedented volume of information available in the Internet. Automatic systems based on extractive summarization techniques select the most significant sentences of one or more texts to generate a summary. This article makes use of Machine Learning techniques to assess the quality of the twenty most referenced strategies used in extractive summarization, integrating them in a tool. Quantitative and qualitative aspects…
The need for automatic generation of summaries gained importance with the unprecedented volume of information available in the Internet. Automatic systems based on extractive summarization techniques select the most significant sentences of one or more texts to generate a summary. This article makes use of Machine Learning techniques to assess the quality of the twenty most referenced strategies used in extractive summarization, integrating them in a tool. Quantitative and qualitative aspects were considered in such assessment demonstrating the validity of the proposed scheme. The experiments were performed on the CNN-corpus, possibly the largest and most suitable test corpus today for benchmarking extractive summarization strategies.
Otros autoresVer publicación -
Cloud Application Services Platform (CLASP): Guide, Introduction, and Operation
HP Labs
Abstract: Software developers at large tech companies spend a lot of time writing code for tasks that colleagues elsewhere in the organization have already addressed. Scripts are rarely written or documented with discovery in mind, and the APIs on which they depend are frequently inconsistent, further limiting reuse. For mobile devices the App Catalog serves as an essential intermediary, streamlining the process both for developers and end s. We've created an experimental platform called…
Abstract: Software developers at large tech companies spend a lot of time writing code for tasks that colleagues elsewhere in the organization have already addressed. Scripts are rarely written or documented with discovery in mind, and the APIs on which they depend are frequently inconsistent, further limiting reuse. For mobile devices the App Catalog serves as an essential intermediary, streamlining the process both for developers and end s. We've created an experimental platform called CLASP (Cloud Application Services Platform) applying that model by publishing services and datasets instead of apps. It includes for existing APIs, and we've also created an SDK (software development kit), so our s can write other operations themselves and easily publish in the catalog for later discovery and reuse. CLASP allows us to take a very diverse set of operations and make them all available through a consistent compositional interface. For example, you can retrieve log messages using OneView and analyze the text using Autonomy, or gather system configuration using iLO interfaces and persist the results in a Vertica Database. Our internal deployment now has more than 2,000 services, and has been used by more than 150 developers. It allows application developers to discover, test, and use services while providing a seamless app-catalog- type experience for service developers, allowing them to code and test locally while semi-automating the process of publishing those in the catalog. Developed by HP Labs, CLASP is an experimental platform and not a product. This report includes an introduction, quick-start guide, and implementational details.
Otros autores -
-
The Evolution of the Internet in the Business Sector: Web 1.0 to Web 3.0
IGI Global
Efficiency and Efficacy are crucial to the success of national and international business operations today. With this in mind, businesses are continuously searching for the information and communication technologies that will improve job productivity and performance and enhance communications, collaboration, cooperation, and connection between employees, employers, and stakeholders.
The Evolution of the Internet in the Business Sector: Web 1.0 to Web 3.0 takes a historical look at the…Efficiency and Efficacy are crucial to the success of national and international business operations today. With this in mind, businesses are continuously searching for the information and communication technologies that will improve job productivity and performance and enhance communications, collaboration, cooperation, and connection between employees, employers, and stakeholders.
The Evolution of the Internet in the Business Sector: Web 1.0 to Web 3.0 takes a historical look at the policy, implementation, management, and governance of productivity enhancing technologies. This work shares best practices with public and private universities, IS developers and researchers, education managers, and business and web professionals interested in implementing the latest technologies to improve organizational productivity and communication.
CHAPTER 10: A Web-based Method for Ontology Population
Hilário Oliveira, Federal University of Pernambuco, Recife, Brazil
Rinaldo Lima, Federal University of Pernambuco, Recife, Brazil
João Gomes, Federal University of Pernambuco, Recife, Brazil
Fred Freitas, Federal University of Pernambuco, Recife, Brazil
Rafael Dueire Lins, Federal University of Pernambuco, Recife, Brazil
Steven J. Simske, Hewlett-Packard Labs, Fort Collins, USA
Marcelo Riss, Hewlett-Parckard do Brasil, Porto Alegre, BrazilOtros autoresVer publicación -
A method for generating books from content ed from web blogs
Research Disclosure - www.researchdisclosure.com
This disclosure relates to the fields of: (1) web to print, which allow s to convert content from web pages shown in web browsers, to a suitable format to be printed as a real book or magazine; (2) automatic content layout which is a field of study about how content composed by text and images can be aesthetically organized in an empty page without human intervention by using just computer programming.
A software program is disclosed that is able to a blog content from the…This disclosure relates to the fields of: (1) web to print, which allow s to convert content from web pages shown in web browsers, to a suitable format to be printed as a real book or magazine; (2) automatic content layout which is a field of study about how content composed by text and images can be aesthetically organized in an empty page without human intervention by using just computer programming.
A software program is disclosed that is able to a blog content from the web, pre-process the original content in HTML (Hyper Text Markup Language), converting it to XML (eXtensible Markup Language), and send the final content to an auto-layout engine (APL – Automatic Page Layout) to generate a PDF file (Portable Document Format), which will be the final book that can potentially be printed.Otros autores -
A new sentence similarity assessment measure based on a three-layer sentence representation
DocEng '14- Proceedings of the 2014 ACM symposium on Document engineering
Sentence similarity is used to measure the degree of likelihood between sentences. It is used in many natural language applications, such as text summarization, information retrieval, text categorization, and machine translation. The current methods for assessing sentence similarity rep-
resent sentences as vectors of bag of words or the syntactic information of the words in the sentence. The degree of likelihood between phrases is calculated by composing the similarity between the words…Sentence similarity is used to measure the degree of likelihood between sentences. It is used in many natural language applications, such as text summarization, information retrieval, text categorization, and machine translation. The current methods for assessing sentence similarity rep-
resent sentences as vectors of bag of words or the syntactic information of the words in the sentence. The degree of likelihood between phrases is calculated by composing the similarity between the words in the sentences. Two important concerns in the area, the meaning problem and the word order, are not handled, however. This paper proposes a new sentence similarity assessment measure that largely improves and refines a recently published method that takes
into the lexical, syntactic and semantic components of sentences. The new method proposed here was benchmarked using a publically available standard dataset. The results obtained show that the new similarity assessment measure proposed outperforms the state of the art systems and achieve results comparable to the evaluation made by humans.Otros autoresVer publicación -
A platform for language independent summarization
DocEng '14- Proceedings of the 2014 ACM symposium on Document engineering
The text data available on the Internet is not only huge in volume, but also in diversity of subject
, quality and idiom. Such factors make it infeasible to efficiently scavenge useful information from
it. Automatic text summarization is a possible solution for efficiently addressing such a problem, because it aims to sieve the relevant information in documents by creating shorter versions of
the text. However, most of the techniques and tools available for automatic text…The text data available on the Internet is not only huge in volume, but also in diversity of subject
, quality and idiom. Such factors make it infeasible to efficiently scavenge useful information from
it. Automatic text summarization is a possible solution for efficiently addressing such a problem, because it aims to sieve the relevant information in documents by creating shorter versions of
the text. However, most of the techniques and tools available for automatic text summarization ar
e designed only for the English language, which is a severe restriction. There are multilingual platforms that , at most, 2 languages. This paper proposes a language independent ummarization platform that provides corpus acquisition, language classification, translation and text summarization for 25 different languages.Otros autoresVer publicación -
Transforming graph-based sentence representations to alleviate overfitting in relation extraction
DocEng '14- Proceedings of the 2014 ACM symposium on Document engineering
Relation extraction (RE) aims at finding the way entities, such as person, location, organization, date, etc., depend upon each other in a text document. Ontology Population, Automatic Summariz
ation, and Question Answering are fields in which relation extraction offers valuable solutions. A relation extraction method based on inductive logic programming that induces extraction rules
suitable to identify semantic relations between entities was proposed by the authors…Relation extraction (RE) aims at finding the way entities, such as person, location, organization, date, etc., depend upon each other in a text document. Ontology Population, Automatic Summariz
ation, and Question Answering are fields in which relation extraction offers valuable solutions. A relation extraction method based on inductive logic programming that induces extraction rules
suitable to identify semantic relations between entities was proposed by the authors in a previous work. This paper proposes a method to simplify graph-based representations of sentences that replaces dependency graphs of sentences by simpler ones, keeping the target entities in it. The goal is to speed up the learning phase in a RE framework, by applying several rules for graph simplification that constrain the hypothesis space for generating extraction rules. Moreover, the direct impact on the extraction performance results is also investigated. The proposed techniques outperformed some other state-of-the-art systems when assessed on two standard datasets for relation extraction in the biomedical domain.Otros autoresVer publicación -
A New Sentence Similarity Method Based on a Three-Layer Sentence Representation
Proceeding WI-IAT '14 Proceedings of the 2014 IEEE/WIC/ACM International t Conferences on Web Intelligence (WI) and Intelligent Agent Technologies (IAT) - Volume 01
Sentence similarity methods are used to assess the degree of likelihood between phrases. Many natural language applications such as text summarization, information retrieval, text categorization, and machine translation employ measures of sentence similarity. The existing approaches for this problem represent sentences as vectors of bag of words or the syntactic information of the words in the phrase. The likelihood between phrases is calculated by composing the similarity between the words in…
Sentence similarity methods are used to assess the degree of likelihood between phrases. Many natural language applications such as text summarization, information retrieval, text categorization, and machine translation employ measures of sentence similarity. The existing approaches for this problem represent sentences as vectors of bag of words or the syntactic information of the words in the phrase. The likelihood between phrases is calculated by composing the similarity between the words in the sentences. Such schemes do not address two important concerns in the area, however: the semantic problem and the word order. This paper proposes a new sentence similarity measure that attempts to address such problems by taking into the lexical, syntactic, and semantic analysis of sentences. The new similarity measure proposed outperforms the state of the art systems in around 6%, when tested using a standard and publically available dataset.
Otros autoresVer publicación
Patentes
-
Object manufacturing visualization
Expedida US11971689B2
Examples of methods for object manufacturing visualization by an electronic device are described herein. In some examples, a predicted thermal image of additive manufacturing is determined using a machine learning model. In some examples, a captured thermal image is obtained. In some examples, a graphical overlay of the predicted thermal image with the captured thermal image is presented.
Otros inventoresVer patente -
Packing arrangement determination for 3d printing of objects
Expedida US11726449B2
According to examples, an apparatus may include a processor and a memory on which is stored machine readable instructions that when executed by the processor are to cause the processor to access a reduced resolution three-dimensional (3D) model file of an object to be built in a build bed of a 3D printing system, the reduced resolution 3D model file comprising a reduced resolution file of a first resolution 3D model file of the object. The instructions may also cause the processor to determine…
According to examples, an apparatus may include a processor and a memory on which is stored machine readable instructions that when executed by the processor are to cause the processor to access a reduced resolution three-dimensional (3D) model file of an object to be built in a build bed of a 3D printing system, the reduced resolution 3D model file comprising a reduced resolution file of a first resolution 3D model file of the object. The instructions may also cause the processor to determine a packing arrangement for the object and a plurality of other objects to be built in the build bed through use of the reduced resolution 3D model file and output the determined packing arrangement for the 3D printing system to print the object and the other objects.
Otros inventoresVer patente -
Propagation of a material through an interior volume of a three-dimensional object
Expedida US11565473B2
An image processing system acquires a first three-dimensional model of an object. The image processing system includes a processor and storage medium encoded with instructions executable by the processor. The instructions include instructions to define a material potential function for a material. The material potential function is a function of a three-dimensional origin point of the material in the object, a three-dimensional propagation limit of the material in the object, and a…
An image processing system acquires a first three-dimensional model of an object. The image processing system includes a processor and storage medium encoded with instructions executable by the processor. The instructions include instructions to define a material potential function for a material. The material potential function is a function of a three-dimensional origin point of the material in the object, a three-dimensional propagation limit of the material in the object, and a three-dimensional propagation function of the material in the object. The instructions include instructions to generate a second three-dimensional model of the object based in part on the material potential function and the first model. The second model illustrates propagation of the material through an interior volume of the object at a unit level. A controller generates control signals based on the second model, and a fluid ejection engine performs an additive manufacturing process based on the control signals.
Otros inventoresVer patente -
Three-dimensionally printed object
Expedida EP3661732A4
A method of manufacturing an object via three-dimensional printing is disclosed. Data regarding the object is received. The object is three-dimensionally printed from the data. A wrapper is also three-dimensionally printed from the data. The wrapper encloses the object and includes information regarding the object.
Otros inventoresVer patente -
3d object parts and cage fabrication
Expedida US WO2019089005A1 - PCT/US2017/059311
According to examples, a three-dimensional (3D) fabrication system may include fabrication components and a controller. The controller may control the fabrication components to fabricate parts of a 3D object in a build envelope, the parts to be assembled together to form the object, and in which the parts are fabricated at locations corresponding to relative positions of the parts with respect to each other in the assembled object. The controller may also control the fabrication components to…
According to examples, a three-dimensional (3D) fabrication system may include fabrication components and a controller. The controller may control the fabrication components to fabricate parts of a 3D object in a build envelope, the parts to be assembled together to form the object, and in which the parts are fabricated at locations corresponding to relative positions of the parts with respect to each other in the assembled object. The controller may also control the fabrication components to fabricate a cage around the parts in the build envelope.
Otros inventoresVer patente -
Determination of modeling accuracy between three-dimensional object representations
Expedida US WO2020091745A1 - PCT/US2018/058292
An example of a computer-readable medium is provided to store machine-readable instructions. The instructions may cause a processor to receive three-dimensional (3D) object representations of an object. The distance between points of a grid applied to 3D object representation and random points on the 3D object representation may provide a sampling error used in calculating a modeling accuracy between the 3D object representations.
Otros inventoresVer patente -
Soft-proof file generation based on print-ready data
Expedida US 10,482,356
In one implementation, a method for generation of a soft-proof file is described. A ticket template and a job definition are associated with input contents. Print-ready data is caused to be generated based on the input content, the job definition, and the ticket template. A soft-proof file is caused to be generated based on the print-ready data, the ticket template, and the job definition.
Otros inventoresVer patente -
Text restructuring
Expedida US 10,387,550
In example implementations, a plurality of re-structured version of texts is generated for each one of a plurality of different documents by applying a plurality of text summarization methods to each one of the plurality of different documents. An effectiveness score is calculated for each one of the plurality of text summarization methods to determine the text summarization method with the highest effectiveness score for an application. The plurality of re-structured versions of text for each…
In example implementations, a plurality of re-structured version of texts is generated for each one of a plurality of different documents by applying a plurality of text summarization methods to each one of the plurality of different documents. An effectiveness score is calculated for each one of the plurality of text summarization methods to determine the text summarization method with the highest effectiveness score for an application. The plurality of re-structured versions of text for each one of the plurality of different documents that is generated by the text summarization method that has the highest effectiveness score is stored to be used in the application.
Otros inventoresVer patente -
Specialized language identification
Expedida US 10,216,721
Examples herein disclose multiple engines to produce output representative of a summary of document produced by each of the multiple engines. The examples apply a weighting mechanism to the output specific to that engine to obtain a value corresponding to that output. The examples identify specialized language if the value corresponding to that output reaches at least a particular threshold.
Otros inventoresVer patente -
Determine sample points on slices from NURBS models
Presentada el US WO2019152027A1 - PCT/US2018/016263
According to examples, an apparatus may include a processor and a memory on which is stored machine readable instructions executable by the processor to: identify a slice height for direct slicing of a Non-Uniform Rational B-Spline (NURBS) model formed of surfaces by slicing planes. The instructions may cause the processor to slice the NURBS model to produce slices having the identified slice height and to adaptively subdivide surfaces of the NURBS model whose bounding boxes respectively…
According to examples, an apparatus may include a processor and a memory on which is stored machine readable instructions executable by the processor to: identify a slice height for direct slicing of a Non-Uniform Rational B-Spline (NURBS) model formed of surfaces by slicing planes. The instructions may cause the processor to slice the NURBS model to produce slices having the identified slice height and to adaptively subdivide surfaces of the NURBS model whose bounding boxes respectively intersect at least one of the slicing planes until the bounding boxes meet a predefined criterion. In addition, for each of the generated bounding boxes which meet the predefined criterion, the instructions may further cause the processor to determine sample points of the surface with which the bounding box corresponds and to store the sample points of the surfaces for printing.
Otros inventoresVer patente -
Displaying a folding document
Expedida US 9,772,977
A technique for displaying a folding document can include connecting an edge of a first to an edge of a second to create a shared edge representing a fold of a folding document. The first and second can form a first area of the folding document, and the first area and a second area of the folding document can be displayed in a graphical interface (GUI).
Otros inventoresVer patente -
Embedding bitmap fonts in pdf files
Expedida US 9,619,438
Techniques pertaining to embedding fonts in a PDF document are disclosed. A processing component executing a PDF application programming interface (API) may be operative to identify each character in a PDF file associated with an un-embedded font. The PDF API may store a bitmap representation for each identified character in the PDF file associated with the un-embedded font. The PDF API may then create a bitmap font character from the bitmap representation for each identified character in the…
Techniques pertaining to embedding fonts in a PDF document are disclosed. A processing component executing a PDF application programming interface (API) may be operative to identify each character in a PDF file associated with an un-embedded font. The PDF API may store a bitmap representation for each identified character in the PDF file associated with the un-embedded font. The PDF API may then create a bitmap font character from the bitmap representation for each identified character in the PDF file associated with an un-embedded font and replace each reference to a character in the PDF file associated with an un-embedded font with a reference to its corresponding bitmap font character.
Otros inventoresVer patente -
Concept map assessment
Presentada el US WO2017065742A1 - PCT/US2015/055168
Concept map assessment includes receiving a first concept map from a learner and preparing an assessment of the first concept map for a learner based on at least one of: an amount of edge differences and an amount of path differences between the first concept map and a second concept map, a similarity detection system to detect similarity in text between the first concept map, the second concept map and learning content, and peer-review of the first concept map by other learners and reviews of…
Concept map assessment includes receiving a first concept map from a learner and preparing an assessment of the first concept map for a learner based on at least one of: an amount of edge differences and an amount of path differences between the first concept map and a second concept map, a similarity detection system to detect similarity in text between the first concept map, the second concept map and learning content, and peer-review of the first concept map by other learners and reviews of the peer-reviews by the learner of other learners' first concept maps.
Otros inventoresVer patente -
Arc segments for three dimensional printers
Presentada el WO2020122895A1
Inventors: Silvio de Barros MELO, Diogo HENRIQUES, Francisco SIMOES Gutemberg BARROS, André SILVA, Joao Teixeira, Veronica TEICHRIEB, Walter Franklin M. CORREIA, Thiago CHAVES, Gustavo CHARAMBA, Thiago DOMINGUES, Vinicius CASTILHO, Marcelo Aita Riss, Scott A. White
In example implementations, a method executed by a processor is provided. The method divides a computer generated three dimensional (3D) model of an object to be printed into a plurality of two dimensional slices. A plurality…Inventors: Silvio de Barros MELO, Diogo HENRIQUES, Francisco SIMOES Gutemberg BARROS, André SILVA, Joao Teixeira, Veronica TEICHRIEB, Walter Franklin M. CORREIA, Thiago CHAVES, Gustavo CHARAMBA, Thiago DOMINGUES, Vinicius CASTILHO, Marcelo Aita Riss, Scott A. White
In example implementations, a method executed by a processor is provided. The method divides a computer generated three dimensional (3D) model of an object to be printed into a plurality of two dimensional slices. A plurality of arc segments to describe curved surfaces of each one of the plurality of two dimensional slices is estimated. Print instructions are generated that include the plurality of arc segments for each one of the plurality of two dimensional slices. The method loads the print instructions on a 3D printer to print the object in accordance with the print instructions. -
Automatic page layout for text items and image items
Presentada el US WO 2015167525 A1 - PCT/US2014/036151
A method for performing an automatic page layout includes receiving a plurality of graphical items including text items and image items, and bisecting a space into regions, each region corresponding to one of the graphical items. The method includes modifying at least one of the regions and a font size of at least one of the text items to produce a layout that reduces noticeable differences in font sizes for the text items, and causing an output of the layout in which each region has been…
A method for performing an automatic page layout includes receiving a plurality of graphical items including text items and image items, and bisecting a space into regions, each region corresponding to one of the graphical items. The method includes modifying at least one of the regions and a font size of at least one of the text items to produce a layout that reduces noticeable differences in font sizes for the text items, and causing an output of the layout in which each region has been filled with that region's corresponding one of the graphical items.
Otros inventoresVer patente
Proyectos
-
Weasis
Weasis is a multipurpose standalone and web-based DICOM viewer with a highly modular architecture. It is a very popular clinical viewer used in healthcare by hospitals, health networks, multicenter research trials, and patients.
-
Asten Processos
ASTEN Processos é uma ferramenta desenvolvida para a modelagem e execução dos processos utilizando notação BPM (Business Process Modeling). A ferramenta permite ao usuário definir e automatizar diferentes tipos de processos, configurar formulários, permissões de o e ações para processamento em ambiente Web. Mais que uma ferramenta de integração, o ASTEN Processos é a certeza de que cada tarefa será plenamente executada.
-
Animati Workstation
- actualidad
* Design and implementation of HTTP based communication API.
* Design and implementation of cloud based API to store Workstation information using G (Google Cloud Platform).
* Help in configuration of CI/CD environment using Jenkins and MavenOtros creadoresVer proyecto -
3D Printing Software
-
Research work with 3D modelling software dedicated to 3D printing preparation to print (part2print), voxel-oriented 3D modelling and 3D model representation accuracy
-
Automated Testing and CI/CD Environment for Software Projects
-
Given that some research projects at HP are executed in external institutions or universities, I started an internal initiative to provide a standard automation and CI/CD system for legacy code from other parties. As the nature if each research project is different, we receive code in several different languages, platforms and software engineering toolsets. The internal system provides a way to create a standard to put all projects under the same umbrella infrastructure and toolset with: (1)…
Given that some research projects at HP are executed in external institutions or universities, I started an internal initiative to provide a standard automation and CI/CD system for legacy code from other parties. As the nature if each research project is different, we receive code in several different languages, platforms and software engineering toolsets. The internal system provides a way to create a standard to put all projects under the same umbrella infrastructure and toolset with: (1) standard unit tests frameworks; (2) unit and functional testing automation execution; (3) CI/CD using jenkins; (4) issue tracking system using Trac integrated with maven for release deployment; (5) standard compiling, build and distribution using custom-made maven plugins and archetypes. Toolset: maven, maven plugins, maven archetypes, ant, CMAKE, Jenkins, shell scripts, JUnit, Apache Tomcat, Trac, among others.
-
Natural Language Processing Tools
-
Advanced NLP techniques and SDKs to automatic text summarization, sentence similarity detection, clustering, classification, among others.
Mobile Summarizer
https://play.google.com/store/apps/details?id=com.br.mobilesummarizer&hl=pt_BR
News Navigator
https://play.google.com/store/apps/details?id=com.br.newsnavigation&hl=pt_BR
Otros creadores -
CLASP-Cloud Application Services Platform
-
“Mobile runs on a catalog model,” notes Sayers. “We’ve created an experimental platform called CLASP (Cloud Application Services Platform) applying that model by publishing services for discrete data center operations instead of apps. It includes for existing APIs, and we’ve also created an SDK (software development kit), so our s can write other operations themselves and easily publish in the catalog for later discovery and reuse.”
Otros creadoresVer proyecto -
HavenOnDemand Combinations
-
CLASP (Cloud Application Services Platform) development was deployed in production as a new product for HPE. From Combinations web site "Combination APIs are cognitive services created by chaining and configuring two or more Haven OnDemand APIs to produce reusable solutions. These combinations enable one data input to have unlimited transformations and processing all from a single API call, and this means faster and more efficient services."
Otros creadoresVer proyecto -
HP Big Deals
-
Development of a dedicated team in Brazil to multiple customization projects to included on new Printing contracts sold.
This team was responsible for assessing, definitions and requirements established according to costumer needs.
Budget, solution development and costumer deployment were also part of team responsability.Otros creadores -
Digital Publishing Workflow for Marketing
-
Web services and desktop tools for variable data printing (VDP) for supermarkets and groceries, allowing to print custom promotions folders based on local market products.
-
Digital Pen & Paper
-
Web services to process automatic scanning/digitization of data/documents while writing with a digital pen.
Idiomas
-
English
-
Recomendaciones recibidas
3 personas han recomendado a Marcelo
Unirse para verloPerfiles similares
-
Fabiano Ramos
Tech Lead Manager @ QuintoAndar
Conectar -
Rafael Naufal
Conectar -
Rafael Carneiro
Senior Software Engineer | Java | Golang | AWS
Conectar -
Filipe Esperandio
Conectar -
Alexandre Briani Kieling
Engineering Manager at Red Hat
Conectar -
René Araújo Vasconcelos
Conectar -
Marlon Chalegre
MSc in Computer Engineering at the University of Pernambuco and Senior Software Engineer at Nubank.
Conectar -
Marcelo Camanho
Conectar -
Rodrigo Prado
Conectar -
Daniel Rimoli
Conectar
Otras personas con el nombre de Marcelo Riss
Hay 2 personas más con el nombre de Marcelo Riss en LinkedIn
Ver a otras personas con el nombre de Marcelo Riss