Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dda-wizard
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
44
Issues
44
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Schedules
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
DDA
dda-wizard
Commits
77df158f
Commit
77df158f
authored
Apr 14, 2020
by
Steinberg, Jan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wbv publisher entry
parent
d3114ac3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
Wbv2SsoarMetadataTransformer.java
...is/dda/transformer/impl/Wbv2SsoarMetadataTransformer.java
+2
-1
No files found.
src/main/java/org/gesis/dda/transformer/impl/Wbv2SsoarMetadataTransformer.java
View file @
77df158f
...
...
@@ -555,7 +555,8 @@ public class Wbv2SsoarMetadataTransformer implements MetadataTransformer {
});
if
(
isMonographOrCollectionOrIncollection
)
{
result
.
add
(
new
SimpleMetadatum
(
"dc.publisher"
,
"W. Bertelsmann Verlag"
)
);
// changed 20200414 stj
result
.
add
(
new
SimpleMetadatum
(
"dc.publisher"
,
"wbv Media GmbH & Co. KG"
)
);
}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment