File:Wikisource US periodical article copyright flowchart.svg

Original file(SVG file, nominally 389 × 602 pixels, file size: 54 KB)

Summary

Description
English: Flowchart to determine the (US) copyright status of an article in a periodical (published in the US).
Date
Source Own work
Author User:Inductiveload
Permission
(Reusing this file)
Public domain I, the copyright holder of this work, release this work into the public domain. This applies worldwide.
In some countries this may not be legally possible; if so:
I grant anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law.
\documentclass[tikz,convert={outfile=\jobname.svg}]{standalone}
\usepackage[utf8]{inputenc}
\usepackage{tikz}
\usetikzlibrary{shapes.geometric, arrows}

\tikzstyle{startstop} = [rectangle, rounded corners, minimum width=3cm, minimum height=1cm,text centered, draw=black, fill=red!30]
\tikzstyle{decision} = [diamond, minimum width=3cm, minimum height=1cm, text centered, draw=black, fill=blue!10]
\tikzstyle{arrow} = [thick,->,>=stealth]

\begin{document}
	
	\begin{tikzpicture}[node distance=2.8cm]
		
		\node (start) [startstop] {Start};
		\node (pub95) [decision, below of=start, aspect=2, align=center] {Published over\\95 years ago?};
		\node (wrenew) [decision, below of=pub95, aspect=2, align=center] {Work renewed?};
		\node (prenew) [decision, below of=wrenew, aspect=2, align=center] {Periodical renewed?};
		\node (frights) [decision, below of=prenew, aspect=2, align=center] {Only first\\printing rights?};
		\node (adied) [decision, below of=frights, aspect=2, align=center] {Author died\\before renewal?};
		\node (nok) [startstop, below left of=adied, xshift=-2cm] {Not OK};
		\node (ok)   [startstop, fill=green!30, below right of=adied, xshift=2cm] {OK!};
		
		\draw [arrow] (start) -- (pub95);
		\draw [arrow] (pub95) -- (wrenew);
		\draw [arrow] (pub95) -| node[anchor=south, very near start] {Yes} (ok);
		\draw [arrow] (wrenew) -- node[anchor=west] {No} (prenew);
		\draw [arrow] (wrenew) -| node[anchor=south, very near start] {Yes} (nok);
		\draw [arrow] (prenew) -- node[anchor=west] {Yes} (frights);
		\draw [arrow] (prenew) -| node[anchor=south, very near start] {No} (ok);
		\draw [arrow] (frights) -- node[anchor=west] {No} (adied);
		\draw [arrow] (frights) -| node[anchor=south, very near start] {Yes} (ok);
		\draw [arrow] (adied) -| node[anchor=south, very near start] {Yes} (ok);
		\draw [arrow] (adied) -| node[anchor=south, very near start] {No} (nok);	
		
	\end{tikzpicture}
	
\end{document}

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

26 February 2021

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current13:32, 26 February 2021Thumbnail for version as of 13:32, 26 February 2021389 × 602 (54 KB)Inductiveload{{Information |Description={{en|1=Flowchart to determine the (US) copyright status of an article in a periodical (published in the US).}} |Source={{own work}} |Date=2021-02-26 |Author=User:Inductiveload |Permission={{pd-self}} |other_versions= }} <source lang="latex"> \documentclass[tikz,convert={outfile=\jobname.svg}]{standalone} \usepackage[utf8]{inputenc} \usepackage{tikz} \usetikzlibrary{shapes.geometric, arrows} \tikzstyle{startstop} = [rectangle, rounded corners, minimum width=3cm...

The following page uses this file:

Metadata