paper

package
v1.2.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 29, 2021 License: MIT Imports: 0 Imported by: 0

Documentation

Overview

* @Author: liziwei01 * @Date: 2021-04-19 15:00:00 * @LastEditTime: 2021-05-30 02:26:57 * @LastEditors: liziwei01 * @Description: 搜索论文服务论文模型 * @FilePath: /github.com/liziwei01/go-liziwei01-appui/modules/erg3020/model/paper/paper.go

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PaperInfo

type PaperInfo struct {
	IndexNumber     int64  `db:"index_number" json:"index_number"`
	Title           string `db:"title" json:"title"`
	Authors         string `db:"author" json:"authors"`
	PublishTime     int64  `db:"publish_time" json:"publish_time"`
	Journal         string `db:"journal" json:"journal"`
	References      string `db:"ref" json:"references"`
	TotalCites      int64  `db:"total_cites" json:"total_cites"`
	Score           int64  `db:"score" json:"score"`
	ScoreSimilarity int    `json:"score_similarity"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL