Remove author rui
article thumbnail

The Lean Structure Startup

DareData

from odoo import models, fields, api class BlogPost(models.Model): _name = 'blog.post' title = fields.Char(string='Title', required=True) author = fields.Char(string='Author', required=True) link = fields.Char(string='Link', required=True) summary = fields.Text(string='Summary') <!--

article thumbnail

Extracting skills from content to fuel the LinkedIn Skills Graph

LinkedIn Engineering

Co-authors: Sofus Macskassy , Lu Sun , Di Zhou, Rui Kou and Zhuliu Li Skills are at the heart of every professional's qualifications for a role or new opportunity. At LinkedIn, we see a future where the world of work is centered on a skills-first economy.