-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodemeta.json
More file actions
119 lines (119 loc) · 3.37 KB
/
codemeta.json
File metadata and controls
119 lines (119 loc) · 3.37 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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"identifier": "mwi",
"name": "My Web Intelligence (MWI)",
"description": "A reproducible research tool for digital methods in social sciences and communication studies. Supports corpus collection, qualification (NLP/LLM-assisted), socio-semantic/network analysis, and exports for replication.",
"applicationCategory": "Scientific/Engineering",
"version": "1.0.0",
"dateCreated": "2014-01-01",
"datePublished": "2026-01-25",
"dateModified": "2026-02-04",
"license": "https://spdx.org/licenses/MIT.html",
"codeRepository": "https://github.com/MyWebIntelligence/My-Web-Intelligence-v2",
"issueTracker": "https://github.com/MyWebIntelligence/My-Web-Intelligence-v2/issues",
"downloadUrl": "https://github.com/MyWebIntelligence/My-Web-Intelligence-v2/archive/refs/heads/master.zip",
"url": "https://github.com/MyWebIntelligence",
"author": [
{
"@type": "Person",
"givenName": "Amar",
"familyName": "Lakel",
"@id": "https://orcid.org/0000-0001-6062-6257",
"affiliation": {
"@type": "Organization",
"name": "MICA Laboratory, Université Bordeaux Montaigne",
"url": "https://mica.u-bordeaux-montaigne.fr/"
}
}
],
"contributor": [
{
"@type": "Person",
"givenName": "David",
"familyName": "Bruant"
},
{
"@type": "Person",
"givenName": "Jean",
"familyName": "Devalance"
}
],
"funder": [
{
"@type": "Organization",
"name": "Région Nouvelle-Aquitaine",
"url": "https://www.nouvelle-aquitaine.fr/"
}
],
"maintainer": {
"@type": "Person",
"givenName": "Amar",
"familyName": "Lakel",
"@id": "https://orcid.org/0000-0001-6062-6257"
},
"programmingLanguage": [
{
"@type": "ComputerLanguage",
"name": "Python",
"version": "3.9+"
}
],
"operatingSystem": [
"Linux",
"macOS",
"Windows"
],
"softwareRequirements": [
"Python >= 3.9",
"aiohttp",
"beautifulsoup4",
"nltk",
"peewee",
"trafilatura"
],
"developmentStatus": "active",
"keywords": [
"digital methods",
"web analysis",
"controversy mapping",
"network analysis",
"NLP",
"embeddings",
"computational social science",
"webometrics",
"corpus linguistics",
"digital humanities"
],
"isPartOf": {
"@type": "SoftwareApplication",
"name": "My Web Intelligence Ecosystem",
"url": "https://github.com/MyWebIntelligence"
},
"relatedLink": [
"https://github.com/MyWebIntelligence/mwiR",
"https://github.com/MyWebIntelligence/mywebapi"
],
"referencePublication": {
"@type": "ScholarlyArticle",
"name": "My web intelligence : un outil pour l'analyse du web et des réseaux",
"author": {
"@type": "Person",
"givenName": "Amar",
"familyName": "Lakel"
},
"datePublished": "2021",
"isPartOf": {
"@type": "PublicationIssue",
"name": "I2D - Information, données & documents",
"issueNumber": "1"
},
"identifier": {
"@type": "PropertyValue",
"propertyID": "doi",
"value": "10.3917/i2d.211.0096"
}
},
"contIntegration": "https://github.com/MyWebIntelligence/My-Web-Intelligence-v2/actions",
"readme": "https://github.com/MyWebIntelligence/My-Web-Intelligence-v2/blob/master/README.md"
}