-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodemeta.json
More file actions
130 lines (130 loc) · 4.47 KB
/
codemeta.json
File metadata and controls
130 lines (130 loc) · 4.47 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
{
"@context": [
"https://doi.org/10.5063/schema/codemeta-2.0",
"http://schema.org"
],
"@type": "SoftwareSourceCode",
"name": "mwiR",
"description": "My Web Intelligence (MWI) is an R package designed to address the growing need for tools and methodologies in the field of digital methods within social sciences and information and communication sciences. The main objective is to map the digital ecosystem to identify key actors, assess their influence, and analyze their discourse and interactions.",
"identifier": "https://doi.org/10.5281/zenodo.1234567",
"applicationCategory": "Research Tool",
"keywords": [
"digital methods",
"web intelligence",
"social sciences",
"data mining",
"network analysis",
"text analysis",
"internet sociology",
"R package"
],
"license": "https://spdx.org/licenses/MIT",
"programmingLanguage": [
{
"@type": "ComputerLanguage",
"name": "R",
"url": "https://www.r-project.org"
},
{
"@type": "ComputerLanguage",
"name": "Python",
"url": "https://www.python.org"
}
],
"runtimePlatform": "R version 4.1.0 or later",
"operatingSystem": [
"Linux",
"Windows",
"macOS"
],
"softwareRequirements": [
"R (>= 4.0.0)",
"Python (>= 3.6)",
"trafilatura"
],
"codeRepository": "https://github.com/MyWebIntelligence/mwiR",
"issueTracker": "https://github.com/MyWebIntelligence/mwiR/issues",
"downloadUrl": "https://github.com/MyWebIntelligence/mwiR/archive/refs/tags/v0.8.0-beta.zip",
"releaseNotes": "Initial beta release with basic functionality for web crawling, data analysis, and visualization",
"dateCreated": "2023-05-19",
"datePublished": "2024",
"version": "0.9.0",
"developmentStatus": "beta",
"funder": {
"@type": "Organization",
"name": "Université Bordeaux Montaigne"
},
"funding": [
{
"@type": "Grant",
"name": "Projet My Web Intelligence",
"funder": {
"@type": "Organization",
"name": "MICA Labo, Université de Bordeaux Montaigne"
}
}
],
"isPartOf": "https://github.com/MyWebIntelligence",
"referencePublication": "https://cv.hal.science/amar-lakel",
"author": [
{
"@type": "Person",
"givenName": "Amar",
"familyName": "Lakel",
"email": "amar.lakel@u-bordeaux-montaigne.fr",
"affiliation": {
"@type": "Organization",
"name": "MICA Labo, Université de Bordeaux Montaigne"
},
"@id": "https://orcid.org/0000-0002-1825-0097"
}
],
"contributor": [
{
"@type": "Person",
"givenName": "Amar",
"familyName": "Lakel",
"email": "amar.lakel@u-bordeaux-montaigne.fr",
"affiliation": {
"@type": "Organization",
"name": "University of Bordeaux Montaigne"
}
}
],
"review": {
"@type": "Review",
"reviewAspect": "Accuracy",
"reviewBody": "The package provides accurate results for web data analysis and visualization."
},
"referencePublication": [
{
"@type": "ScholarlyArticle",
"name": "My Web Intelligence: Challenges of Heterogeneous Digital Corpora",
"alternativeName": "My web intelligence : un outil pour l'analyse du web et des réseaux",
"author": [
{
"@type": "Person",
"givenName": "Amar",
"familyName": "LAKEL",
"affiliation": {
"@type": "Organization",
"name": "MICA - Médiation, Information, Communication, Art",
"parentOrganization": {
"@type": "Organization",
"name": "Université Bordeaux Montaigne"
}
}
}
],
"abstract": "My Web Intelligence is a program directed by Amar LAKEL within the E3D team of the MICA Laboratory (MICA) at the University of Bordeaux Montaigne. The program aims to develop a tool for extracting (crawling), archiving, qualifying, and visualizing the Web in the service of digital methods. The objective is to provide, to all experts and researchers who wish to develop studies in digital intelligence and digital humanities, with a device based on the analysis of online speech[1].",
"identifier": "hal-03233584",
"url": "https://hal.science/hal-03233584",
"datePublished": "2021",
"publisher": {
"@type": "Organization",
"name": "HAL Science"
},
"inLanguage": ["eng", "fra"]
}
]
}